Class Workflow

    • Constructor Detail

      • Workflow

        public Workflow()
      • Workflow

        public Workflow​(java.lang.String id,
                        java.lang.String name,
                        java.lang.String description,
                        java.lang.String type,
                        java.lang.String statustype,
                        boolean deleted)
    • Method Detail

      • getId

        public java.lang.String getId()
        id of the Workflow
      • setId

        public void setId​(java.lang.String id)
      • getName

        public java.lang.String getName()
        name of the Workflow
      • setName

        public void setName​(java.lang.String name)
      • getDescription

        public java.lang.String getDescription()
        description of the Workflow
      • setDescription

        public void setDescription​(java.lang.String description)
      • getType

        public java.lang.String getType()
        type of the Workflow
      • setType

        public void setType​(java.lang.String type)
      • getStatustype

        public java.lang.String getStatustype()
        statustype of the Workflow
      • setStatustype

        public void setStatustype​(java.lang.String statustype)
      • isDeleted

        public boolean isDeleted()
        deleted flag of the Workflow
      • setDeleted

        public void setDeleted​(boolean deleted)
      • getLinks

        public java.util.List<Link> getLinks()
        links of the Workflow
      • getPriority

        public int getPriority()
        server job priority of the Workflow
      • setPriority

        public void setPriority​(int priority)
      • getSort

        public int getSort()
        get sort of the Workflow
      • setSort

        public void setSort​(int sort)