Class WorkflowRoleConfig


  • @StableMinor(version="17.0",
                 sinceVersion="4.0")
    public class WorkflowRoleConfig
    extends java.lang.Object
    Value class for workflow role.
    Since:
    4.0.0
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()