org.kuali.rice.kew.api.action
Class RoutingReportCriteria

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.action.RoutingReportCriteria
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, RoutingReportCriteriaContract

public final class RoutingReportCriteria
extends AbstractDataTransferObject
implements RoutingReportCriteriaContract

See Also:
Serialized Form

Nested Class Summary
static class RoutingReportCriteria.Builder
          A builder which can be used to construct RoutingReportCriteria instances.
 
Method Summary
 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()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getDocumentId

public String getDocumentId()
Specified by:
getDocumentId in interface RoutingReportCriteriaContract

getTargetNodeName

public String getTargetNodeName()
Specified by:
getTargetNodeName in interface RoutingReportCriteriaContract

getTargetPrincipalIds

public List<String> getTargetPrincipalIds()
Specified by:
getTargetPrincipalIds in interface RoutingReportCriteriaContract

getRoutingPrincipalId

public String getRoutingPrincipalId()
Specified by:
getRoutingPrincipalId in interface RoutingReportCriteriaContract

getDocumentTypeName

public String getDocumentTypeName()
Specified by:
getDocumentTypeName in interface RoutingReportCriteriaContract

getXmlContent

public String getXmlContent()
Specified by:
getXmlContent in interface RoutingReportCriteriaContract

getRuleTemplateNames

public List<String> getRuleTemplateNames()
Specified by:
getRuleTemplateNames in interface RoutingReportCriteriaContract

getNodeNames

public List<String> getNodeNames()
Specified by:
getNodeNames in interface RoutingReportCriteriaContract

getActionsToTake

public List<RoutingReportActionToTake> getActionsToTake()
Specified by:
getActionsToTake in interface RoutingReportCriteriaContract

isActivateRequests

public boolean isActivateRequests()
Specified by:
isActivateRequests in interface RoutingReportCriteriaContract

isFlattenNodes

public boolean isFlattenNodes()
Specified by:
isFlattenNodes in interface RoutingReportCriteriaContract


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.