public final class DocumentSearchCriteria extends AbstractDataTransferObject implements DocumentSearchCriteriaContract
DocumentSearchCriteriaContract. Instances of this
class should be constructed using the nested DocumentSearchCriteria.Builder class.| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentSearchCriteria.Builder
A builder which can be used to construct
DocumentSearchCriteria instances. |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAdditionalDocumentTypeNames()
Returns an optional list of additional document type name criteria against which to search.
|
String |
getApplicationDocumentId()
Returns the application document id criteria to search against when executing the document search.
|
String |
getApplicationDocumentStatus()
Deprecated.
use
getApplicationDocumentStatuses() instead |
List<String> |
getApplicationDocumentStatuses()
Return the list of application document statuses to match when executing the document search.
|
String |
getApproverPrincipalId()
Returns the criteria for the principal id of an "approver" of a document (someone who took action against
the document) to search against when executing the document search.
|
String |
getApproverPrincipalName()
Deprecated.
use
getApproverPrincipalId() instead |
org.joda.time.DateTime |
getDateApplicationDocumentStatusChangedFrom()
Returns the inclusive lower end of the date of application document status change criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateApplicationDocumentStatusChangedTo()
Returns the inclusive upper end of the date of application document status change criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateApprovedFrom()
Returns the inclusive lower end of the date approved criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateApprovedTo()
Returns the inclusive upper end of the date approved criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateCreatedFrom()
Returns the inclusive lower end of the date created criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateCreatedTo()
Returns the inclusive upper end of the date created criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateFinalizedFrom()
Returns the inclusive lower end of the date finalized criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateFinalizedTo()
Returns the inclusive upper end of the date finalized criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateLastModifiedFrom()
Returns the inclusive lower end of the date last modified criteria to search against when executing the document search.
|
org.joda.time.DateTime |
getDateLastModifiedTo()
Returns the inclusive upper end of the date last modified criteria to search against when executing the document search.
|
String |
getDocSearchUserId()
Returns the principalId of the user performing the search
|
Map<String,List<String>> |
getDocumentAttributeValues()
Returns a map of document attribute values to search against when executing the document search.
|
String |
getDocumentId()
Returns the document id criteria to search against when executing the document search.
|
List<DocumentStatusCategory> |
getDocumentStatusCategories()
Returns an unmodifiable list of document status categories to search against when executing the document search.
|
List<DocumentStatus> |
getDocumentStatuses()
Returns an unmodifiable list of document statuses to search against when executing the document search.
|
String |
getDocumentTypeName()
Returns the document type name criteria to search against when executing the document search.
|
String |
getGroupViewerId()
Returns the criteria for the id of a group who is a "viewer" of a document (a group who received an action request
related to the document) to search against when executing the document search.
|
String |
getGroupViewerName()
Returns the criteria for the name of a group who is a "viewer" of a document (a group who received an action request
related to the document) to search against when executing the document search.
|
String |
getInitiatorPrincipalId()
Returns the criteria for the principal id of the document initiator to search against when executing the
document search.
|
String |
getInitiatorPrincipalName()
Deprecated.
use
getInitiatorPrincipalId() instead |
String |
getIsAdvancedSearch()
Returns a string that indicates if a query was run in advanced mode.
|
Integer |
getMaxResults()
Returns the requested maximum number of documents that should be returned from a document search performed using this
criteria.
|
RouteNodeLookupLogic |
getRouteNodeLookupLogic()
Returns the logic that should be used when performing a document search against the route name.
|
String |
getRouteNodeName()
Returns the route node name criteria to search against when executing the document search.
|
String |
getSaveName()
Return the name under which to save this criteria so that it can be recalled and used again in the future.
|
Map<String,List<String>> |
getSearchOptions()
Returns a map of custom options for document search when either executing the document search or returning results.
|
Integer |
getStartAtIndex()
Returns the 0-based index in the result set at which to start returning results from a document search which is
performed using this criteria.
|
String |
getTitle()
Returns the document title criteria to search against when executing the document search.
|
String |
getViewerPrincipalId()
Returns the criteria for the principal id of a "viewer" of a document (someone who received an action request
related to the document) to search against when executing the document search.
|
String |
getViewerPrincipalName()
Deprecated.
use
getViewerPrincipalId() instead |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getDocumentId()
DocumentSearchCriteriaContractgetDocumentId in interface DocumentSearchCriteriaContractpublic List<DocumentStatus> getDocumentStatuses()
DocumentSearchCriteriaContractgetDocumentStatuses in interface DocumentSearchCriteriaContractpublic List<DocumentStatusCategory> getDocumentStatusCategories()
DocumentSearchCriteriaContractgetDocumentStatusCategories in interface DocumentSearchCriteriaContractpublic String getTitle()
DocumentSearchCriteriaContractgetTitle in interface DocumentSearchCriteriaContractpublic String getApplicationDocumentId()
DocumentSearchCriteriaContractgetApplicationDocumentId in interface DocumentSearchCriteriaContract@Deprecated public String getApplicationDocumentStatus()
getApplicationDocumentStatuses() insteadDocumentSearchCriteriaContractgetApplicationDocumentStatus in interface DocumentSearchCriteriaContract@Deprecated public String getInitiatorPrincipalName()
getInitiatorPrincipalId() insteadDocumentSearchCriteriaContractgetInitiatorPrincipalName in interface DocumentSearchCriteriaContractpublic String getInitiatorPrincipalId()
DocumentSearchCriteriaContractgetInitiatorPrincipalId in interface DocumentSearchCriteriaContract@Deprecated public String getViewerPrincipalName()
getViewerPrincipalId() insteadDocumentSearchCriteriaContractgetViewerPrincipalName in interface DocumentSearchCriteriaContractpublic String getViewerPrincipalId()
DocumentSearchCriteriaContractgetViewerPrincipalId in interface DocumentSearchCriteriaContractpublic String getGroupViewerId()
DocumentSearchCriteriaContractgetGroupViewerId in interface DocumentSearchCriteriaContractpublic String getGroupViewerName()
DocumentSearchCriteriaContractgetGroupViewerName in interface DocumentSearchCriteriaContract@Deprecated public String getApproverPrincipalName()
getApproverPrincipalId() insteadDocumentSearchCriteriaContractgetApproverPrincipalName in interface DocumentSearchCriteriaContractpublic String getApproverPrincipalId()
DocumentSearchCriteriaContractgetApproverPrincipalId in interface DocumentSearchCriteriaContractpublic String getRouteNodeName()
DocumentSearchCriteriaContractDocumentSearchCriteriaContract.getRouteNodeLookupLogic() returns
a non-null value that specifies different criteria for how the route node-based lookup should be performed.getRouteNodeName in interface DocumentSearchCriteriaContractpublic RouteNodeLookupLogic getRouteNodeLookupLogic()
DocumentSearchCriteriaContractgetRouteNodeLookupLogic in interface DocumentSearchCriteriaContractpublic String getDocumentTypeName()
DocumentSearchCriteriaContractIn order for the map of document attribute values to be properly searchable, this document type name should result to a valid document type. This is because the document type itself defines information about custom document attributes and the parameters around how searches against those attributes can be executed.
Note that searches against a document type name should be document type hierarchy-aware. Meaning that the search should also return results for any documents that have document types that are children of the specified document type name (assuming that the specified document type name is valid and not wildcarded at all).
getDocumentTypeName in interface DocumentSearchCriteriaContractpublic List<String> getAdditionalDocumentTypeNames()
DocumentSearchCriteriaContractAs with DocumentSearchCriteriaContract.getDocumentTypeName(), the additional document type name criteria is document type hierarchy
aware.
getAdditionalDocumentTypeNames in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateCreatedFrom()
DocumentSearchCriteriaContractgetDateCreatedFrom in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateCreatedTo()
DocumentSearchCriteriaContractgetDateCreatedTo in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateLastModifiedFrom()
DocumentSearchCriteriaContractgetDateLastModifiedFrom in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateLastModifiedTo()
DocumentSearchCriteriaContractgetDateLastModifiedTo in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateApprovedFrom()
DocumentSearchCriteriaContractgetDateApprovedFrom in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateApprovedTo()
DocumentSearchCriteriaContractgetDateApprovedTo in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateFinalizedFrom()
DocumentSearchCriteriaContractgetDateFinalizedFrom in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateFinalizedTo()
DocumentSearchCriteriaContractgetDateFinalizedTo in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateApplicationDocumentStatusChangedFrom()
DocumentSearchCriteriaContractgetDateApplicationDocumentStatusChangedFrom in interface DocumentSearchCriteriaContractpublic org.joda.time.DateTime getDateApplicationDocumentStatusChangedTo()
DocumentSearchCriteriaContractgetDateApplicationDocumentStatusChangedTo in interface DocumentSearchCriteriaContractpublic Map<String,List<String>> getDocumentAttributeValues()
DocumentSearchCriteriaContractIn order for the document attribute values to be processed as part of the criteria during the search, the
DocumentSearchCriteriaContract.getDocumentTypeName() must return a valid name of a document type which is configured to understand the
attributes passed as part of the document attribute values map.
getDocumentAttributeValues in interface DocumentSearchCriteriaContractpublic Map<String,List<String>> getSearchOptions()
DocumentSearchCriteriaContractIn order for the search options to be processed as part of the criteria during the search, a custom document search customizer must be used to fill and process these values.
getSearchOptions in interface DocumentSearchCriteriaContractpublic String getSaveName()
DocumentSearchCriteriaContractgetSaveName in interface DocumentSearchCriteriaContractpublic Integer getStartAtIndex()
DocumentSearchCriteriaContractgetStartAtIndex in interface DocumentSearchCriteriaContractpublic Integer getMaxResults()
DocumentSearchCriteriaContractIt is important to note that this value is meant simply as a request to the document search for the number of results to return. The implementation may return fewer results then requested if it decides to impose it's own internal cap on results.
getMaxResults in interface DocumentSearchCriteriaContractpublic String getIsAdvancedSearch()
DocumentSearchCriteriaContractgetIsAdvancedSearch in interface DocumentSearchCriteriaContractpublic List<String> getApplicationDocumentStatuses()
DocumentSearchCriteriaContractgetApplicationDocumentStatuses in interface DocumentSearchCriteriaContractpublic String getDocSearchUserId()
DocumentSearchCriteriaContractgetDocSearchUserId in interface DocumentSearchCriteriaContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.