org.kuali.rice.kew.rule
Class UniversityIdRoleAttribute
java.lang.Object
org.kuali.rice.kew.rule.AbstractWorkflowAttribute
org.kuali.rice.kew.rule.AbstractRoleAttribute
org.kuali.rice.kew.rule.AbstractIdRoleAttribute
org.kuali.rice.kew.rule.UniversityIdRoleAttribute
- All Implemented Interfaces:
- Serializable, RoleAttribute, WorkflowAttribute, XmlConfiguredAttribute, GenericXMLRuleAttribute
public class UniversityIdRoleAttribute
- extends AbstractIdRoleAttribute
A generic Role Attribute that can be used to route to an Empl ID. Can take as configuration the
label to use for the element name in the XML. This allows for re-use of this component in different
contexts.
- 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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
UNIVERSITY_ID_ROLE_NAME
private static final String UNIVERSITY_ID_ROLE_NAME
- See Also:
- Constant Field Values
ATTRIBUTE_ELEMENT
private static final String ATTRIBUTE_ELEMENT
- See Also:
- Constant Field Values
UNIVERSITY_ID_ELEMENT
private static final String UNIVERSITY_ID_ELEMENT
- See Also:
- Constant Field Values
UniversityIdRoleAttribute
public UniversityIdRoleAttribute()
getRoleNames
public List<Role> getRoleNames()
- Description copied from interface:
RoleAttribute
- List of
Role
s this RoleAttribute supports
- Returns:
- list of
Role
s this RoleAttribute supports
getAttributeElementName
protected String getAttributeElementName()
- Specified by:
getAttributeElementName
in class AbstractIdRoleAttribute
resolveId
protected Id resolveId(String id)
- Specified by:
resolveId
in class AbstractIdRoleAttribute
getIdName
protected String getIdName()
- Specified by:
getIdName
in class AbstractIdRoleAttribute
getUniversityId
public String getUniversityId()
setUniversityId
public void setUniversityId(String universityId)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.