org.kuali.rice.kew.api.rule
Class RuleReportCriteria.Builder
java.lang.Object
   org.kuali.rice.kew.api.rule.RuleReportCriteria.Builder
org.kuali.rice.kew.api.rule.RuleReportCriteria.Builder
- All Implemented Interfaces: 
- Serializable, ModelBuilder, RuleReportCriteriaContract
- Enclosing class:
- RuleReportCriteria
- public static final class RuleReportCriteria.Builder 
- extends Object- implements Serializable, ModelBuilder, RuleReportCriteriaContract
A builder which can be used to construct RuleReportCriteria instances.  Enforces the constraints of the RuleReportCriteriaContract.
- See Also:
- Serialized Form
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
create
public static RuleReportCriteria.Builder create()
- 
 
- 
 
create
public static RuleReportCriteria.Builder create(RuleReportCriteriaContract contract)
- 
 
- 
 
build
public RuleReportCriteria build()
- Description copied from interface: ModelBuilder
- Returns an instance of the object being built by this builder based
 on the current state of the builder.  It should be possible to
 invoke this method more than once on the same builder.  It should
 never return null;
 
- 
- Specified by:
- buildin interface- ModelBuilder
 
- 
- Returns:
- an instance of the object being built by this builder,
 should never return null
 
getRuleDescription
public String getRuleDescription()
- 
- Specified by:
- getRuleDescriptionin interface- RuleReportCriteriaContract
 
- 
 
getDocumentTypeName
public String getDocumentTypeName()
- 
- Specified by:
- getDocumentTypeNamein interface- RuleReportCriteriaContract
 
- 
 
getRuleTemplateName
public String getRuleTemplateName()
- 
- Specified by:
- getRuleTemplateNamein interface- RuleReportCriteriaContract
 
- 
 
getActionRequestCodes
public List<String> getActionRequestCodes()
- 
- Specified by:
- getActionRequestCodesin interface- RuleReportCriteriaContract
 
- 
 
getResponsiblePrincipalId
public String getResponsiblePrincipalId()
- 
- Specified by:
- getResponsiblePrincipalIdin interface- RuleReportCriteriaContract
 
- 
 
getResponsibleGroupId
public String getResponsibleGroupId()
- 
- Specified by:
- getResponsibleGroupIdin interface- RuleReportCriteriaContract
 
- 
 
getResponsibleRoleName
public String getResponsibleRoleName()
- 
- Specified by:
- getResponsibleRoleNamein interface- RuleReportCriteriaContract
 
- 
 
getRuleExtensions
public Map<String,String> getRuleExtensions()
- 
- Specified by:
- getRuleExtensionsin interface- RuleReportCriteriaContract
 
- 
 
isActive
public boolean isActive()
- 
- Specified by:
- isActivein interface- RuleReportCriteriaContract
 
- 
 
isConsiderGroupMembership
public boolean isConsiderGroupMembership()
- 
- Specified by:
- isConsiderGroupMembershipin interface- RuleReportCriteriaContract
 
- 
 
isIncludeDelegations
public boolean isIncludeDelegations()
- 
- Specified by:
- isIncludeDelegationsin interface- RuleReportCriteriaContract
 
- 
 
setRuleDescription
public void setRuleDescription(String ruleDescription)
- 
 
- 
 
setDocumentTypeName
public void setDocumentTypeName(String documentTypeName)
- 
 
- 
 
setRuleTemplateName
public void setRuleTemplateName(String ruleTemplateName)
- 
 
- 
 
setActionRequestCodes
public void setActionRequestCodes(List<String> actionRequestCodes)
- 
 
- 
 
setResponsiblePrincipalId
public void setResponsiblePrincipalId(String responsiblePrincipalId)
- 
 
- 
 
setResponsibleGroupId
public void setResponsibleGroupId(String responsibleGroupId)
- 
 
- 
 
setResponsibleRoleName
public void setResponsibleRoleName(String responsibleRoleName)
- 
 
- 
 
setRuleExtensions
public void setRuleExtensions(Map<String,String> ruleExtensions)
- 
 
- 
 
setActive
public void setActive(boolean active)
- 
 
- 
 
setConsiderGroupMembership
public void setConsiderGroupMembership(boolean considerGroupMembership)
- 
 
- 
 
setIncludeDelegations
public void setIncludeDelegations(boolean includeDelegations)
- 
 
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.