Uses of Interface
org.kuali.rice.kew.impl.document.search.DocumentSearchGenerator
Packages that use DocumentSearchGenerator
Package
Description
-
Uses of DocumentSearchGenerator in org.kuali.rice.kew.docsearch.dao
Methods in org.kuali.rice.kew.docsearch.dao with parameters of type DocumentSearchGeneratorModifier and TypeMethodDescriptionorg.kuali.rice.kew.api.document.search.DocumentSearchResults.BuilderDocumentSearchDAO.findDocuments(DocumentSearchGenerator docSearchGenerator, org.kuali.rice.kew.api.document.search.DocumentSearchCriteria criteria, boolean criteriaModified, List<org.kuali.rice.core.api.uif.RemotableAttributeField> searchFields) -
Uses of DocumentSearchGenerator in org.kuali.rice.kew.docsearch.dao.impl
Methods in org.kuali.rice.kew.docsearch.dao.impl with parameters of type DocumentSearchGeneratorModifier and TypeMethodDescriptionorg.kuali.rice.kew.api.document.search.DocumentSearchResults.BuilderDocumentSearchDAOJdbcImpl.findDocuments(DocumentSearchGenerator documentSearchGenerator, org.kuali.rice.kew.api.document.search.DocumentSearchCriteria criteria, boolean criteriaModified, List<org.kuali.rice.core.api.uif.RemotableAttributeField> searchFields) -
Uses of DocumentSearchGenerator in org.kuali.rice.kew.docsearch.service
Methods in org.kuali.rice.kew.docsearch.service that return DocumentSearchGeneratorMethods in org.kuali.rice.kew.docsearch.service with parameters of type DocumentSearchGeneratorModifier and TypeMethodDescriptionvoidDocumentSearchService.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator, org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder criteria) -
Uses of DocumentSearchGenerator in org.kuali.rice.kew.docsearch.service.impl
Methods in org.kuali.rice.kew.docsearch.service.impl that return DocumentSearchGeneratorMethods in org.kuali.rice.kew.docsearch.service.impl with parameters of type DocumentSearchGeneratorModifier and TypeMethodDescriptionvoidDocumentSearchServiceImpl.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator, org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder criteria) -
Uses of DocumentSearchGenerator in org.kuali.rice.kew.impl.document.search
Classes in org.kuali.rice.kew.impl.document.search that implement DocumentSearchGeneratorModifier and TypeClassDescriptionclassReference implementation of theDocumentSearchGenerator.