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 TypeMethodDescriptionDocumentSearchDAO.findDocuments(DocumentSearchGenerator docSearchGenerator, DocumentSearchCriteria criteria, boolean criteriaModified, List<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 TypeMethodDescriptionDocumentSearchDAOJdbcImpl.findDocuments(DocumentSearchGenerator documentSearchGenerator, DocumentSearchCriteria criteria, boolean criteriaModified, List<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, 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, 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.