Uses of Class
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder
Packages that use DocumentSearchCriteria.Builder
-
Uses of DocumentSearchCriteria.Builder in org.kuali.rice.kew.api.document.search
Methods in org.kuali.rice.kew.api.document.search that return DocumentSearchCriteria.BuilderModifier and TypeMethodDescriptionDocumentSearchCriteria.Builder.create()Creates an empty builder instance.DocumentSearchCriteria.Builder.create(DocumentSearchCriteriaContract contract) Creates a new builder instance initialized with copies of the properties from the given contract.DocumentSearchResults.Builder.getCriteria()Methods in org.kuali.rice.kew.api.document.search with parameters of type DocumentSearchCriteria.BuilderModifier and TypeMethodDescriptionDocumentSearchResults.Builder.create(DocumentSearchCriteria.Builder criteria) Create a builder for the document search result and initialize it with the given document search criteria builder.voidDocumentSearchResults.Builder.setCriteria(DocumentSearchCriteria.Builder criteria) Sets the criteria builder on this builder to the given value.