Class XmlProcessFlowDS

    • Method Detail

      • getDescription

        public String getDescription()
        Description copied from interface: IProcessFlowDS
        This method returns a description of the process.
        Specified by:
        getDescription in interface IProcessFlowDS
        Returns:
        a description of the process.
      • getName

        public String getName()
        Description copied from interface: IProcessFlowDS
        This method returns the name of the process flow.
        Specified by:
        getName in interface IProcessFlowDS
        Returns:
        the name of the process flow.
      • getRoles

        public String[] getRoles()
        Description copied from interface: IProcessFlowDS
        This method returns an array containing the names of the roles a user should have in order to be allowed to start a process. The roles are only relevant for top-level process definitions. If this method does not return any roles, any user is allowed to start the process.
        Specified by:
        getRoles in interface IProcessFlowDS
        Returns:
        an array containing the names of the roles a user should have in order to be allowed to start a process.
      • getStartNodeId

        public GUID getStartNodeId()
        Description copied from interface: IProcessFlowDS
        This method returns the ID of the start node.
        Specified by:
        getStartNodeId in interface IProcessFlowDS
        Returns:
        The ID of the start node.
      • getTypeName

        public String getTypeName()
        Description copied from interface: IProcessFlowDS
        This method returns the name of the process type.
        Specified by:
        getTypeName in interface IProcessFlowDS
        Returns:
        the name of the process type.
      • getId

        public GUID getId()
        Description copied from interface: IProcessFlowDS
        This method returns the id of the process flow.
        Specified by:
        getId in interface IProcessFlowDS
        Returns:
        the id of the process flow, never null.