org.kuali.rice.kew.rule
Class TestBadWorkgroupRoleAttribute
java.lang.Object
org.kuali.rice.kew.rule.AbstractWorkflowAttribute
org.kuali.rice.kew.rule.AbstractRoleAttribute
org.kuali.rice.kew.rule.TestBadWorkgroupRoleAttribute
- All Implemented Interfaces:
- Serializable, RoleAttribute, WorkflowRuleAttribute
public class TestBadWorkgroupRoleAttribute
- extends AbstractRoleAttribute
A workgroup role attribute which resolves to workgroups with empty ids. This
should result in an error being thrown from the engine.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestBadWorkgroupRoleAttribute
public TestBadWorkgroupRoleAttribute()
getRoleNames
public List<RoleName> getRoleNames()
getQualifiedRoleNames
public List<String> getQualifiedRoleNames(String roleName,
DocumentContent documentContent)
resolveQualifiedRole
public ResolvedQualifiedRole resolveQualifiedRole(RouteContext routeContext,
String roleName,
String qualifiedRole)
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.