org.kuali.rice.kew.api.document.lookup
Interface DocumentLookupCriteriaContract

All Known Implementing Classes:
DocSearchCriteriaDTO, DocumentLookupCriteria, DocumentLookupCriteria.Builder

public interface DocumentLookupCriteriaContract

TODO...

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getApplicationDocumentId()
           
 String getApproverPrincipalName()
           
 org.joda.time.DateTime getDateApprovedFrom()
           
 org.joda.time.DateTime getDateApprovedTo()
           
 org.joda.time.DateTime getDateCreatedFrom()
           
 org.joda.time.DateTime getDateCreatedTo()
           
 org.joda.time.DateTime getDateFinalizedFrom()
           
 org.joda.time.DateTime getDateFinalizedTo()
           
 org.joda.time.DateTime getDateLastModifiedFrom()
           
 org.joda.time.DateTime getDateLastModifiedTo()
           
 Map<String,String> getDocumentAttributeValues()
           
 String getDocumentId()
           
 List<DocumentStatus> getDocumentStatuses()
           
 String getDocumentTypeName()
           
 String getInitiatorPrincipalName()
           
 Integer getMaxResults()
           
 RouteNodeLookupLogic getRouteNodeLookupLogic()
           
 String getRouteNodeName()
           
 Integer getStartAtIndex()
           
 String getTitle()
           
 String getViewerGroupId()
           
 String getViewerPrincipalName()
           
 

Method Detail

getDocumentId

String getDocumentId()

getDocumentStatuses

List<DocumentStatus> getDocumentStatuses()

getTitle

String getTitle()

getApplicationDocumentId

String getApplicationDocumentId()

getInitiatorPrincipalName

String getInitiatorPrincipalName()

getViewerPrincipalName

String getViewerPrincipalName()

getViewerGroupId

String getViewerGroupId()

getApproverPrincipalName

String getApproverPrincipalName()

getRouteNodeName

String getRouteNodeName()

getRouteNodeLookupLogic

RouteNodeLookupLogic getRouteNodeLookupLogic()

getDocumentTypeName

String getDocumentTypeName()

getDateCreatedFrom

org.joda.time.DateTime getDateCreatedFrom()

getDateCreatedTo

org.joda.time.DateTime getDateCreatedTo()

getDateLastModifiedFrom

org.joda.time.DateTime getDateLastModifiedFrom()

getDateLastModifiedTo

org.joda.time.DateTime getDateLastModifiedTo()

getDateApprovedFrom

org.joda.time.DateTime getDateApprovedFrom()

getDateApprovedTo

org.joda.time.DateTime getDateApprovedTo()

getDateFinalizedFrom

org.joda.time.DateTime getDateFinalizedFrom()

getDateFinalizedTo

org.joda.time.DateTime getDateFinalizedTo()

getDocumentAttributeValues

Map<String,String> getDocumentAttributeValues()

getStartAtIndex

Integer getStartAtIndex()

getMaxResults

Integer getMaxResults()


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