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)
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.