Uses of Interface
org.kuali.rice.kew.api.document.attribute.DocumentAttributeContract
Packages that use DocumentAttributeContract
Package
Description
-
Uses of DocumentAttributeContract in org.kuali.rice.kew.api.document.attribute
Classes in org.kuali.rice.kew.api.document.attribute that implement DocumentAttributeContractModifier and TypeClassDescriptionclassAn abstract representation of theDocumentAttributeContractwhich can be used as the super class for concrete immutable data transfer object implementations of document attributes.static classAn abstract base class that can be extended by concrete builder implementations of subclasses ofDocumentAttribute.final classA document attribute which contains date/time data.static final classA builder implementation which allows for construction of aDocumentAttributeDateTime.final classA document attribute which contains decimal or "real" data.static final classA builder implementation which allows for construction of aDocumentAttributeDecimal.final classA document attribute which contains integer data.static final classA builder implementation which allows for construction of aDocumentAttributeInteger.final classA document attribute which contains character data.static final classA builder implementation which allows for construction of aDocumentAttributeString.Methods in org.kuali.rice.kew.api.document.attribute with parameters of type DocumentAttributeContractModifier and TypeMethodDescriptionstatic DocumentAttribute.AbstractBuilder<?>DocumentAttributeFactory.loadContractIntoBuilder(DocumentAttributeContract contract) Loads the givenDocumentAttributeContractinto the appropriate builder instance based on the type of the given contract implementation. -
Uses of DocumentAttributeContract in org.kuali.rice.kew.api.document.search
Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentAttributeContractModifier and TypeMethodDescriptionList<? extends DocumentAttributeContract>DocumentSearchResultContract.getDocumentAttributes()Returns an unmodifiable list of objects implementing theDocumentAttributeContractinterface.