java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Workflow
All Implemented Interfaces:
Serializable

public class Workflow extends PlannerApiResource implements Serializable
Class representing a workflow in Planner REST Service.
See Also:
  • Constructor Details

    • Workflow

      public Workflow()
    • Workflow

      public Workflow(String id, String name, String description, String type, String statustype, boolean deleted)
  • Method Details

    • getId

      public String getId()
      id of the Workflow
    • setId

      public void setId(String id)
    • getName

      public String getName()
      name of the Workflow
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
      description of the Workflow
    • setDescription

      public void setDescription(String description)
    • getType

      public String getType()
      type of the Workflow
    • setType

      public void setType(String type)
    • getStatustype

      public String getStatustype()
      statustype of the Workflow
    • setStatustype

      public void setStatustype(String statustype)
    • isDeleted

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

      public void setDeleted(boolean deleted)
    • getLinks

      public 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)