Uses of Class
org.kuali.rice.kew.api.document.search.DocumentSearchCriteria.Builder

Packages that use DocumentSearchCriteria.Builder
org.kuali.rice.kew.api.document.search Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kew.docsearch.service   
org.kuali.rice.kew.docsearch.service.impl   
org.kuali.rice.kew.impl.document.search   
 

Uses of DocumentSearchCriteria.Builder in org.kuali.rice.kew.api.document.search
 

Methods in org.kuali.rice.kew.api.document.search that return DocumentSearchCriteria.Builder
static DocumentSearchCriteria.Builder DocumentSearchCriteria.Builder.create()
          Creates an empty builder instance.
static DocumentSearchCriteria.Builder DocumentSearchCriteria.Builder.create(DocumentSearchCriteriaContract contract)
          Creates a new builder instance initialized with copies of the properties from the given contract.
 DocumentSearchCriteria.Builder DocumentSearchResults.Builder.getCriteria()
           
 

Methods in org.kuali.rice.kew.api.document.search with parameters of type DocumentSearchCriteria.Builder
static DocumentSearchResults.Builder DocumentSearchResults.Builder.create(DocumentSearchCriteria.Builder criteria)
          Create a builder for the document search result and initialize it with the given document search criteria builder.
 void DocumentSearchResults.Builder.setCriteria(DocumentSearchCriteria.Builder criteria)
          Sets the criteria builder on this builder to the given value.
 

Uses of DocumentSearchCriteria.Builder in org.kuali.rice.kew.docsearch.service
 

Methods in org.kuali.rice.kew.docsearch.service with parameters of type DocumentSearchCriteria.Builder
 void DocumentSearchService.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator, DocumentSearchCriteria.Builder criteria)
           
 

Uses of DocumentSearchCriteria.Builder in org.kuali.rice.kew.docsearch.service.impl
 

Methods in org.kuali.rice.kew.docsearch.service.impl that return DocumentSearchCriteria.Builder
protected  DocumentSearchCriteria.Builder DocumentSearchServiceImpl.createEmptyComparisonCriteria(DocumentSearchCriteria criteria)
           
 

Methods in org.kuali.rice.kew.docsearch.service.impl with parameters of type DocumentSearchCriteria.Builder
 void DocumentSearchServiceImpl.validateDocumentSearchCriteria(DocumentSearchGenerator docSearchGenerator, DocumentSearchCriteria.Builder criteria)
           
protected  List<WorkflowServiceError> DocumentSearchServiceImpl.validateWorkflowDocumentSearchCriteria(DocumentSearchCriteria.Builder criteria)
           
 

Uses of DocumentSearchCriteria.Builder in org.kuali.rice.kew.impl.document.search
 

Methods in org.kuali.rice.kew.impl.document.search with parameters of type DocumentSearchCriteria.Builder
protected  void DocumentSearchCriteriaTranslatorImpl.applyDateRangeField(DocumentSearchCriteria.Builder criteria, String fieldName, String fieldValue)
           
protected  void DocumentSearchCriteriaTranslatorImpl.applyDocumentAttribute(DocumentSearchCriteria.Builder criteria, String documentAttributeName, String attributeValue)
           
protected  void DocumentSearchCriteriaTranslatorImpl.translateDocumentAttributeFieldsToCriteria(Map<String,String> fieldValues, List<String> fields, DocumentSearchCriteria.Builder criteria)
           
 List<RemotableAttributeError> DocumentSearchGeneratorImpl.validateSearchableAttributes(DocumentSearchCriteria.Builder criteria)
           
 List<RemotableAttributeError> DocumentSearchGenerator.validateSearchableAttributes(DocumentSearchCriteria.Builder criteria)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.