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, toString
public String getDocumentId()
getDocumentId
in interface RoutingReportCriteriaContract
public String getTargetNodeName()
getTargetNodeName
in interface RoutingReportCriteriaContract
public List<String> getTargetPrincipalIds()
getTargetPrincipalIds
in interface RoutingReportCriteriaContract
public String getRoutingPrincipalId()
getRoutingPrincipalId
in interface RoutingReportCriteriaContract
public String getDocumentTypeName()
getDocumentTypeName
in interface RoutingReportCriteriaContract
public String getXmlContent()
getXmlContent
in interface RoutingReportCriteriaContract
public List<String> getRuleTemplateNames()
getRuleTemplateNames
in interface RoutingReportCriteriaContract
public List<String> getNodeNames()
getNodeNames
in interface RoutingReportCriteriaContract
public List<RoutingReportActionToTake> getActionsToTake()
getActionsToTake
in interface RoutingReportCriteriaContract
public boolean isActivateRequests()
isActivateRequests
in interface RoutingReportCriteriaContract
public boolean isFlattenNodes()
isFlattenNodes
in interface RoutingReportCriteriaContract
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.