Class Workflow
java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.Workflow
- All Implemented Interfaces:
Serializable
Class representing a workflow in Planner REST Service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription of the WorkflowgetId()id of the WorkflowgetLinks()links of the WorkflowgetName()name of the Workflowintserver job priority of the WorkflowintgetSort()get sort of the Workflowstatustype of the WorkflowgetType()type of the Workflowbooleandeleted flag of the WorkflowvoidsetDeleted(boolean deleted) voidsetDescription(String description) voidvoidvoidsetPriority(int priority) voidsetSort(int sort) voidsetStatustype(String statustype) voidMethods inherited from class com.priint.pubserver.plannerapi.resource.PlannerApiResource
getStatuscode, getStatusmessage, setStatuscode, setStatusmessage
-
Constructor Details
-
Workflow
public Workflow() -
Workflow
-
-
Method Details
-
getId
id of the Workflow -
setId
-
getName
name of the Workflow -
setName
-
getDescription
description of the Workflow -
setDescription
-
getType
type of the Workflow -
setType
-
getStatustype
statustype of the Workflow -
setStatustype
-
isDeleted
public boolean isDeleted()deleted flag of the Workflow -
setDeleted
public void setDeleted(boolean deleted) -
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)
-