lumis.content.workflow
Class WorkflowRoleConfig

Package class diagram package WorkflowRoleConfig
java.lang.Object
  extended by lumis.content.workflow.WorkflowRoleConfig

@StableMinor(version="4.1",
             sinceVersion="4.0")
public class WorkflowRoleConfig
extends Object

Value class for workflow role.

Since:
4.0.0

Constructor Summary
WorkflowRoleConfig(Node roleElement)
          Creates a new role instance based on the given node.
 
Method Summary
 String getId()
          Returns this role's identifier.
 String getName()
          Returns the name for this role.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorkflowRoleConfig

public WorkflowRoleConfig(Node roleElement)
                   throws PortalException
Creates a new role instance based on the given node.

Parameters:
roleElement - the xml node.
Throws:
PortalException
Method Detail

getId

public String getId()
Returns this role's identifier.

Returns:
this role's identifier.

getName

public String getName()
Returns the name for this role.

Returns:
this role's name, localizable using its workflow's string resource.
See Also:
WorkflowConfig.getResource()


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.