org.kuali.rice.kew.rule
Class InitiatorRoleAttribute
java.lang.Object
org.kuali.rice.kew.rule.AbstractWorkflowAttribute
org.kuali.rice.kew.rule.AbstractRoleAttribute
org.kuali.rice.kew.rule.UnqualifiedRoleAttribute
org.kuali.rice.kew.rule.InitiatorRoleAttribute
- All Implemented Interfaces:
- Serializable, RoleAttribute, WorkflowRuleAttribute
public class InitiatorRoleAttribute
- extends UnqualifiedRoleAttribute
RoleAttribute that exposes an INITIATOR abstract role which resolves to the
initiator of the document.
- 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 |
InitiatorRoleAttribute
public InitiatorRoleAttribute()
resolveRole
public ResolvedQualifiedRole resolveRole(RouteContext routeContext,
String roleName)
- Description copied from class:
UnqualifiedRoleAttribute
- Template method for subclasses to implement
- Specified by:
resolveRole
in class UnqualifiedRoleAttribute
- Parameters:
routeContext
- the RouteContextroleName
- the role name
- Returns:
- a ResolvedQualifiedRole
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.