org.kuali.rice.kew.api.action
Interface RoutingReportCriteriaContract

All Known Implementing Classes:
RoutingReportCriteria, RoutingReportCriteria.Builder

public interface RoutingReportCriteriaContract


Method Summary
 List<? extends RoutingReportActionToTakeContract> getActionsToTake()
           
 String getDocumentId()
           
 String getDocumentTypeName()
           
 List<String> getNodeNames()
           
 String getRoutingPrincipalId()
           
 List<String> getRuleTemplateNames()
           
 String getTargetNodeName()
           
 List<String> getTargetPrincipalIds()
           
 String getXmlContent()
           
 boolean isActivateRequests()
           
 boolean isFlattenNodes()
           
 

Method Detail

getDocumentId

String getDocumentId()

getTargetNodeName

String getTargetNodeName()

getTargetPrincipalIds

List<String> getTargetPrincipalIds()

getRoutingPrincipalId

String getRoutingPrincipalId()

getDocumentTypeName

String getDocumentTypeName()

getXmlContent

String getXmlContent()

getRuleTemplateNames

List<String> getRuleTemplateNames()

getNodeNames

List<String> getNodeNames()

getActionsToTake

List<? extends RoutingReportActionToTakeContract> getActionsToTake()

isActivateRequests

boolean isActivateRequests()

isFlattenNodes

boolean isFlattenNodes()


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