Class WorkflowStep

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

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

  • Method Details

    • getId

      public String getId()
      id of the WorkflowStep
    • setId

      public void setId(String id)
    • getName

      public String getName()
      name of the WorkflowStep
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
      description of the WorkflowStep
    • setDescription

      public void setDescription(String description)
    • getPersonId

      public String getPersonId()
      personId of the WorkflowStep
    • setPersonId

      public void setPersonId(String personId)
    • getFatherId

      public String getFatherId()
      fatherId of the WorkflowStep
    • setFatherId

      public void setFatherId(String fatherId)
    • getProcessId

      public String getProcessId()
      processId of the WorkflowStep
    • setProcessId

      public void setProcessId(String processId)
    • getEmailsend

      public Integer getEmailsend()
      emailsend of the WorkflowStep
    • setEmailsend

      public void setEmailsend(Integer emailsend)
    • getEmailsubject

      public String getEmailsubject()
      emailsubject of the WorkflowStep
    • setEmailsubject

      public void setEmailsubject(String emailsubject)
    • getEmailtext

      public String getEmailtext()
      emailtext of the WorkflowStep
    • setEmailtext

      public void setEmailtext(String emailtext)
    • getTeamId

      public String getTeamId()
      teamId of the WorkflowStep
    • setTeamId

      public void setTeamId(String teamId)
    • getFinishSet

      public Integer getFinishSet()
      finishSet of the WorkflowStep
    • setFinishSet

      public void setFinishSet(Integer finishSet)
    • isDeleted

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

      public void setDeleted(boolean deleted)
    • getFirstTodo

      public Integer getFirstTodo()
      firstTodo of the WorkflowStep
    • setFirstTodo

      public void setFirstTodo(Integer firstTodo)
    • getLastTodo

      public Integer getLastTodo()
      lastTodo of the WorkflowStep
    • setLastTodo

      public void setLastTodo(Integer lastTodo)
    • getAddPersonRule

      public String getAddPersonRule()
      addPersonRule of the WorkflowStep
    • setAddPersonRule

      public void setAddPersonRule(String addPersonRule)
    • getSort

      public Integer getSort()
      sort of the WorkflowStep
    • setSort

      public void setSort(Integer sort)
    • getType

      public int getType()
      type of the WorkflowStep
    • setType

      public void setType(int type)
    • getGenerateTodo

      public int getGenerateTodo()
      generateTodo of the WorkflowStep
    • setGenerateTodo

      public void setGenerateTodo(int generateTodo)
    • getAutomaticGenerateTodo

      public Integer getAutomaticGenerateTodo()
      automaticGenerateTodo of the WorkflowStep
    • setAutomaticGenerateTodo

      public void setAutomaticGenerateTodo(Integer automaticGenerateTodo)
    • getDefaultDurationType

      public int getDefaultDurationType()
      defaultDurationType of the WorkflowStep
    • setDefaultDurationType

      public void setDefaultDurationType(int defaultDurationType)
    • getDefaultDurationValue

      public String getDefaultDurationValue()
      defaultDurationValue of the WorkflowStep
    • setDefaultDurationValue

      public void setDefaultDurationValue(String defaultDurationValue)
    • getServerJobName

      public String getServerJobName()
      serverJobName of the WorkflowStep
    • setServerJobName

      public void setServerJobName(String serverJobName)
    • getServerJobLabel

      public String getServerJobLabel()
      serverJobLabel of the WorkflowStep
    • setServerJobLabel

      public void setServerJobLabel(String serverJobLabel)
    • getServerJobHelptext

      public String getServerJobHelptext()
      serverJobHelptext of the WorkflowStep
    • setServerJobHelptext

      public void setServerJobHelptext(String serverJobHelptext)
    • getServerJobExecutionType

      public int getServerJobExecutionType()
      serverJobExecutionType of the WorkflowStep
    • setServerJobExecutionType

      public void setServerJobExecutionType(int serverJobExecutionType)
    • getServerJobExecutionDatetime

      public String getServerJobExecutionDatetime()
      serverJobExecutionDatetime of the WorkflowStep
    • setServerJobExecutionDatetime

      public void setServerJobExecutionDatetime(String serverJobExecutionDatetime) throws InvalidArgumentException
      Throws:
      InvalidArgumentException
    • getWorkflowStepType

      public int getWorkflowStepType()
      workflowStepType of the WorkflowStep
    • setWorkflowStepType

      public void setWorkflowStepType(int workflowStepType)
    • getServerJobParams

      public HashMap<String,String> getServerJobParams()
      serverJobParams of the WorkflowStep
    • cleanServerJobParams

      public void cleanServerJobParams()
    • putServerJobParams

      public void putServerJobParams(String key, String value)
    • getNextActionIdOnSucess

      public String getNextActionIdOnSucess()
      nextActionIdOnSucess of the WorkflowStep
    • setNextActionIdOnSucess

      public void setNextActionIdOnSucess(String nextActionIdOnSucess)
    • getNextActionIdOnBussinessError

      public String getNextActionIdOnBussinessError()
      nextActionIdOnBussinessError of the WorkflowStep
    • setNextActionIdOnBussinessError

      public void setNextActionIdOnBussinessError(String nextActionIdOnBussinessError)
    • getNextActionIdOnTechnicalError

      public String getNextActionIdOnTechnicalError()
      nextActionIdOnTechnicalError of the WorkflowStep
    • setNextActionIdOnTechnicalError

      public void setNextActionIdOnTechnicalError(String nextActionIdOnTechnicalError)
    • getLinks

      public List<Link> getLinks()
      links of the WorkflowStep
    • getNextActionEnum

      public int getNextActionEnum()
      nextActionEnum of the WorkflowStep 0 - undefined, 0 - onsucces , 1 - onBusinessError, 2 - onTechnicalError
    • setNextActionEnum

      public void setNextActionEnum(int nextActionEnum)
    • getPriority

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

      public void setPriority(int priority)