Uses of Class
org.kuali.rice.kew.api.document.attribute.DocumentAttribute
Packages that use DocumentAttribute
Package
Description
-
Uses of DocumentAttribute in org.kuali.rice.kew.api.document.attribute
Subclasses of DocumentAttribute in org.kuali.rice.kew.api.document.attributeModifier and TypeClassDescriptionfinal classA document attribute which contains date/time data.final classA document attribute which contains decimal or "real" data.final classA document attribute which contains integer data.final classA document attribute which contains character data.Methods in org.kuali.rice.kew.api.document.attribute that return DocumentAttributeModifier and TypeMethodDescriptionabstract DocumentAttributeDocumentAttribute.AbstractBuilder.build()Build theDocumentAttributefor this builder based on it's current state. -
Uses of DocumentAttribute in org.kuali.rice.kew.api.document.search
Methods in org.kuali.rice.kew.api.document.search that return DocumentAttributeModifier and TypeMethodDescriptionDocumentSearchResult.getSingleDocumentAttributeByName(String attributeName) Returns a single document attribute from this result which has the given name.Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentAttributeModifier and TypeMethodDescriptionDocumentSearchResult.getDocumentAttributeByName(String attributeName) Returns an unmodifiable list of all document attributes on this result which have the given name.DocumentSearchResult.getDocumentAttributes()