Class 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 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()