Interface WorkflowMember

  • All Superinterfaces:
    MutableUserInformation, SaUserInfo, java.io.Serializable
    All Known Implementing Classes:
    WorkflowMemberImpl

    public interface WorkflowMember
    extends SaUserInfo
    Represents the information about a workflow member.
    Extends the SaUserInfo object with workflow member specific information like parent member, child member and description for the member.
    Author:
    rbo
    • Method Detail

      • setParent

        void setParent​(WorkflowMember parentUser)
        Parameters:
        parentUser - the parent to set
      • addChild

        void addChild​(WorkflowMember child)
        Parameters:
        child - the child to add
      • getChildren

        java.util.List<WorkflowMember> getChildren()
        Returns:
        the children
      • getDescription

        java.lang.String getDescription()
        Returns:
        The description of the given user.