Uses of Class
org.kuali.rice.kew.api.document.attribute.DocumentAttribute.AbstractBuilder
Packages that use DocumentAttribute.AbstractBuilder
Package
Description
-
Uses of DocumentAttribute.AbstractBuilder in org.kuali.rice.kew.api.document.attribute
Modifier and TypeClassDescriptionstatic final classA builder implementation which allows for construction of aDocumentAttributeDateTime.static final classA builder implementation which allows for construction of aDocumentAttributeDecimal.static final classA builder implementation which allows for construction of aDocumentAttributeInteger.static final classA builder implementation which allows for construction of aDocumentAttributeString.Methods in org.kuali.rice.kew.api.document.attribute that return DocumentAttribute.AbstractBuilderModifier 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 DocumentAttribute.AbstractBuilder in org.kuali.rice.kew.api.document.search
Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentAttribute.AbstractBuilderMethod parameters in org.kuali.rice.kew.api.document.search with type arguments of type DocumentAttribute.AbstractBuilderModifier and TypeMethodDescriptionvoidDocumentSearchResult.Builder.setDocumentAttributes(List<DocumentAttribute.AbstractBuilder<?>> documentAttributes)