Uses of Interface
org.kuali.rice.kew.api.document.search.DocumentSearchCriteriaContract

Packages that use DocumentSearchCriteriaContract
org.kuali.rice.kew.api.document.search Copyright 2005-2011 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.impl.document.search   
 

Uses of DocumentSearchCriteriaContract in org.kuali.rice.kew.api.document.search
 

Classes in org.kuali.rice.kew.api.document.search that implement DocumentSearchCriteriaContract
 class DocumentSearchCriteria
          An immutable data transfer object implementation of the DocumentSearchCriteriaContract.
static class DocumentSearchCriteria.Builder
          A builder which can be used to construct DocumentSearchCriteria instances.
 

Methods in org.kuali.rice.kew.api.document.search that return DocumentSearchCriteriaContract
 DocumentSearchCriteriaContract DocumentSearchResultsContract.getCriteria()
          Returns the criteria that was used to execute the search.
 

Methods in org.kuali.rice.kew.api.document.search with parameters of type DocumentSearchCriteriaContract
static DocumentSearchCriteria.Builder DocumentSearchCriteria.Builder.create(DocumentSearchCriteriaContract contract)
          Creates a new builder instance initialized with copies of the properties from the given contract.
 

Uses of DocumentSearchCriteriaContract in org.kuali.rice.kew.impl.document.search
 

Methods in org.kuali.rice.kew.impl.document.search with parameters of type DocumentSearchCriteriaContract
protected  void DocumentSearchCriteriaBoLookupableHelperService.applyCriteriaChangesToFields(DocumentSearchCriteriaContract criteria)
          Applies changes that might have happened to the criteria back to the fields so that they show up on the form.
protected  Map<String,AttributeLookupSettings> DocumentSearchCriteriaTranslatorImpl.getAttributeLookupSettings(DocumentSearchCriteriaContract criteria)
          Returns a map of attributelookupsettings for the custom search attributes of the document if specified in the criteria
 



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