Uses of Interface
org.kuali.rice.kew.framework.document.search.DocumentSearchResultValueContract
Packages that use DocumentSearchResultValueContract
-
Uses of DocumentSearchResultValueContract in org.kuali.rice.kew.framework.document.search
Classes in org.kuali.rice.kew.framework.document.search that implement DocumentSearchResultValueContractModifier and TypeClassDescriptionfinal classAn immutable data transfer object implementation of theDocumentSearchResultValueContract.static final classA builder which can be used to constructDocumentSearchResultValueinstances.Methods in org.kuali.rice.kew.framework.document.search that return types with arguments of type DocumentSearchResultValueContractModifier and TypeMethodDescriptionList<? extends DocumentSearchResultValueContract> DocumentSearchResultValuesContract.getResultValues()Returns an unmodifiable list of the result values, one for each customized document.Methods in org.kuali.rice.kew.framework.document.search with parameters of type DocumentSearchResultValueContractModifier and TypeMethodDescriptionDocumentSearchResultValue.Builder.create(DocumentSearchResultValueContract contract) Creates a new builder instance initialized with copies of the properties from the given contract.