Package lumis.content.workflow
Class WorkflowRoleConfig
- java.lang.Object
-
- lumis.content.workflow.WorkflowRoleConfig
-
@StableMinor(version="14.0", sinceVersion="4.0") public class WorkflowRoleConfig extends Object
Value class for workflow role.- Since:
- 4.0.0
- Version:
- $Revision: 24476 $ $Date: 2021-04-28 11:28:23 -0300 (Wed, 28 Apr 2021) $
-
-
Constructor Summary
Constructors Constructor Description WorkflowRoleConfig(Node roleElement)
Creates a new role instance based on the given node.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
Returns this role's identifier.String
getName()
Returns the name for this role.
-
-
-
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()
-
-