Package lumis.content.workflow
Class WorkflowRoleConfig
- java.lang.Object
-
- lumis.content.workflow.WorkflowRoleConfig
-
@StableMinor(version="15.0", sinceVersion="4.0") public class WorkflowRoleConfig extends java.lang.Object
Value class for workflow role.- Since:
- 4.0.0
- Version:
- $Revision: 25304 $ $Date: 2022-10-22 22:51:05 -0300 (Sat, 22 Oct 2022) $
-
-
Constructor Summary
Constructors Constructor Description WorkflowRoleConfig(org.w3c.dom.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 java.lang.String
getId()
Returns this role's identifier.java.lang.String
getName()
Returns the name for this role.
-
-
-
Constructor Detail
-
WorkflowRoleConfig
public WorkflowRoleConfig(org.w3c.dom.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 java.lang.String getId()
Returns this role's identifier.- Returns:
- this role's identifier.
-
getName
public java.lang.String getName()
Returns the name for this role.- Returns:
- this role's name, localizable using its workflow's string resource.
- See Also:
WorkflowConfig.getResource()
-
-