Uses of Interface
org.kuali.rice.kew.api.document.search.DocumentSearchResultContract
Packages that use DocumentSearchResultContract
-
Uses of DocumentSearchResultContract in org.kuali.rice.kew.api.document.search
Classes in org.kuali.rice.kew.api.document.search that implement DocumentSearchResultContractModifier and TypeClassDescriptionfinal classAn immutable data transfer object implementation of theDocumentSearchResultContract.static final classA builder which can be used to constructDocumentSearchResultinstances.Methods in org.kuali.rice.kew.api.document.search that return types with arguments of type DocumentSearchResultContractModifier and TypeMethodDescriptionList<? extends DocumentSearchResultContract>DocumentSearchResultsContract.getSearchResults()Returns the unmodifiable list of search results.Methods in org.kuali.rice.kew.api.document.search with parameters of type DocumentSearchResultContractModifier and TypeMethodDescriptionstatic DocumentSearchResult.BuilderDocumentSearchResult.Builder.create(DocumentSearchResultContract contract) Creates a new builder instance initialized with copies of the properties from the given contract.