public class TestRuleAttributeThree extends Object implements WorkflowRuleAttribute, RoleAttribute, WorkflowAttributeXmlValidator
Modifier and Type | Field and Description |
---|---|
static boolean |
VALID_CLIENT_ROUTING_DATA_CALLED |
Constructor and Description |
---|
TestRuleAttributeThree() |
public static boolean VALID_CLIENT_ROUTING_DATA_CALLED
public TestRuleAttributeThree()
public boolean isMatch(DocumentContent documentContent, List ruleExtensions)
isMatch
in interface WorkflowRuleAttribute
public List getRoleNames()
getRoleNames
in interface RoleAttribute
public List getRuleRows()
getRuleRows
in interface WorkflowRuleAttribute
public List getRoutingDataRows()
getRoutingDataRows
in interface WorkflowRuleAttribute
public String getDocContent()
getDocContent
in interface WorkflowRuleAttribute
public List getRuleExtensionValues()
getRuleExtensionValues
in interface WorkflowRuleAttribute
public List validateRoutingData(Map paramMap)
validateRoutingData
in interface WorkflowRuleAttribute
public String getAttributeLabel()
public List validateRuleData(Map paramMap)
validateRuleData
in interface WorkflowRuleAttribute
public void setRequired(boolean required)
setRequired
in interface WorkflowRuleAttribute
public boolean isRequired()
isRequired
in interface WorkflowRuleAttribute
public List getQualifiedRoleNames(String roleName, DocumentContent documentContent)
getQualifiedRoleNames
in interface RoleAttribute
public ResolvedQualifiedRole resolveQualifiedRole(RouteContext routeContext, String roleName, String qualifiedRole)
resolveQualifiedRole
in interface RoleAttribute
public static void removeRole(String roleName)
public static void addQualifiedRole(String roleName, String qualifiedRoleName)
public static void removeQualifiedRole(String roleName, String qualifiedRoleName)
public static void setRecipients(String roleName, String qualifiedRoleName, List recipients)
public static List getRecipients(String roleName, String qualifiedRoleName)
public List<? extends RemotableAttributeErrorContract> validateClientRoutingData()
validateClientRoutingData
in interface WorkflowAttributeXmlValidator
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.