org.kuali.rice.kew.rule
Class NetworkIdRoleAttribute
java.lang.Object
   org.kuali.rice.kew.rule.AbstractWorkflowAttribute
org.kuali.rice.kew.rule.AbstractWorkflowAttribute
       org.kuali.rice.kew.rule.AbstractRoleAttribute
org.kuali.rice.kew.rule.AbstractRoleAttribute
           org.kuali.rice.kew.rule.AbstractIdRoleAttribute
org.kuali.rice.kew.rule.AbstractIdRoleAttribute
               org.kuali.rice.kew.rule.NetworkIdRoleAttribute
org.kuali.rice.kew.rule.NetworkIdRoleAttribute
- All Implemented Interfaces: 
- Serializable, RoleAttribute, WorkflowRuleAttribute, XmlConfiguredAttribute, GenericXMLRuleAttribute
- public class NetworkIdRoleAttribute 
- extends AbstractIdRoleAttribute
A generic Role Attribute that can be used to route to a Network 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 | 
 
 
NetworkIdRoleAttribute
public NetworkIdRoleAttribute()
getRoleNames
public List<RoleName> getRoleNames()
- Description copied from interface: RoleAttribute
- List of RoleNames this RoleAttribute supports
 
- 
- Returns:
- list of RoleNames this RoleAttribute supports
 
getAttributeElementName
protected String getAttributeElementName()
- 
- Specified by:
- getAttributeElementNamein class- AbstractIdRoleAttribute
 
- 
 
resolveId
protected Id resolveId(String id)
- 
- Specified by:
- resolveIdin class- AbstractIdRoleAttribute
 
- 
 
getIdName
protected String getIdName()
- 
- Specified by:
- getIdNamein class- AbstractIdRoleAttribute
 
- 
 
getNetworkId
public String getNetworkId()
- 
 
setNetworkId
public void setNetworkId(String networkId)
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.