public final class RoutingReportCriteria extends AbstractDataTransferObject implements RoutingReportCriteriaContract
| Modifier and Type | Class and Description |
|---|---|
static class |
RoutingReportCriteria.Builder
A builder which can be used to construct
RoutingReportCriteria instances. |
| Modifier and Type | Method and Description |
|---|---|
List<RoutingReportActionToTake> |
getActionsToTake() |
String |
getDocumentId() |
String |
getDocumentTypeName() |
List<String> |
getNodeNames() |
String |
getRoutingPrincipalId() |
List<String> |
getRuleTemplateNames() |
String |
getTargetNodeName() |
List<String> |
getTargetPrincipalIds() |
String |
getXmlContent() |
boolean |
isActivateRequests() |
boolean |
isFlattenNodes() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getDocumentId()
getDocumentId in interface RoutingReportCriteriaContractpublic String getTargetNodeName()
getTargetNodeName in interface RoutingReportCriteriaContractpublic List<String> getTargetPrincipalIds()
getTargetPrincipalIds in interface RoutingReportCriteriaContractpublic String getRoutingPrincipalId()
getRoutingPrincipalId in interface RoutingReportCriteriaContractpublic String getDocumentTypeName()
getDocumentTypeName in interface RoutingReportCriteriaContractpublic String getXmlContent()
getXmlContent in interface RoutingReportCriteriaContractpublic List<String> getRuleTemplateNames()
getRuleTemplateNames in interface RoutingReportCriteriaContractpublic List<String> getNodeNames()
getNodeNames in interface RoutingReportCriteriaContractpublic List<RoutingReportActionToTake> getActionsToTake()
getActionsToTake in interface RoutingReportCriteriaContractpublic boolean isActivateRequests()
isActivateRequests in interface RoutingReportCriteriaContractpublic boolean isFlattenNodes()
isFlattenNodes in interface RoutingReportCriteriaContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.