org.kuali.rice.kew.api.rule
Class RuleReportCriteria

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by org.kuali.rice.kew.api.rule.RuleReportCriteria
All Implemented Interfaces:
Serializable, ModelObjectBasic, ModelObjectComplete, RuleReportCriteriaContract

public final class RuleReportCriteria
extends AbstractDataTransferObject
implements RuleReportCriteriaContract

See Also:
Serialized Form

Nested Class Summary
static class RuleReportCriteria.Builder
          A builder which can be used to construct RuleReportCriteria instances.
 
Method Summary
 List<String> getActionRequestCodes()
           
 String getDocumentTypeName()
           
 String getResponsibleGroupId()
           
 String getResponsiblePrincipalId()
           
 String getResponsibleRoleName()
           
 String getRuleDescription()
           
 Map<String,String> getRuleExtensions()
           
 String getRuleTemplateName()
           
 boolean isActive()
           
 boolean isConsiderGroupMembership()
           
 boolean isIncludeDelegations()
           
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getRuleDescription

public String getRuleDescription()
Specified by:
getRuleDescription in interface RuleReportCriteriaContract

getDocumentTypeName

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

getRuleTemplateName

public String getRuleTemplateName()
Specified by:
getRuleTemplateName in interface RuleReportCriteriaContract

getActionRequestCodes

public List<String> getActionRequestCodes()
Specified by:
getActionRequestCodes in interface RuleReportCriteriaContract

getResponsiblePrincipalId

public String getResponsiblePrincipalId()
Specified by:
getResponsiblePrincipalId in interface RuleReportCriteriaContract

getResponsibleGroupId

public String getResponsibleGroupId()
Specified by:
getResponsibleGroupId in interface RuleReportCriteriaContract

getResponsibleRoleName

public String getResponsibleRoleName()
Specified by:
getResponsibleRoleName in interface RuleReportCriteriaContract

getRuleExtensions

public Map<String,String> getRuleExtensions()
Specified by:
getRuleExtensions in interface RuleReportCriteriaContract

isActive

public boolean isActive()
Specified by:
isActive in interface RuleReportCriteriaContract

isConsiderGroupMembership

public boolean isConsiderGroupMembership()
Specified by:
isConsiderGroupMembership in interface RuleReportCriteriaContract

isIncludeDelegations

public boolean isIncludeDelegations()
Specified by:
isIncludeDelegations in interface RuleReportCriteriaContract


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