Class HvlBpmnTaskModel

java.lang.Object
tr.com.havelsan.javarch.bpmn.common.task.model.HvlBpmnTaskModel
All Implemented Interfaces:
org.flowable.task.api.Task, org.flowable.task.api.TaskInfo

public class HvlBpmnTaskModel extends Object implements org.flowable.task.api.Task
The type hvl bpmn task model.
  • Constructor Details

    • HvlBpmnTaskModel

      public HvlBpmnTaskModel()
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface org.flowable.task.api.TaskInfo
    • setId

      public void setId(String id)
    • getName

      public String getName()
      Specified by:
      getName in interface org.flowable.task.api.TaskInfo
    • setName

      public void setName(String name)
      Specified by:
      setName in interface org.flowable.task.api.Task
    • getProcessInstanceId

      public String getProcessInstanceId()
      Specified by:
      getProcessInstanceId in interface org.flowable.task.api.TaskInfo
    • setProcessInstanceId

      public void setProcessInstanceId(String processInstanceId)
    • getParentId

      public String getParentId()
    • setParentId

      public void setParentId(String parentId)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getFormKey

      public String getFormKey()
      Specified by:
      getFormKey in interface org.flowable.task.api.TaskInfo
    • setFormKey

      public void setFormKey(String formKey)
      Specified by:
      setFormKey in interface org.flowable.task.api.Task
    • getExecutionId

      public String getExecutionId()
      Specified by:
      getExecutionId in interface org.flowable.task.api.TaskInfo
    • setExecutionId

      public void setExecutionId(String executionId)
    • isSuspended

      public boolean isSuspended()
      Specified by:
      isSuspended in interface org.flowable.task.api.Task
    • setSuspended

      public void setSuspended(boolean suspensionState)
    • getTaskDefinitionId

      public String getTaskDefinitionId()
      Specified by:
      getTaskDefinitionId in interface org.flowable.task.api.TaskInfo
    • setTaskDefinitionId

      public void setTaskDefinitionId(String taskDefinitionId)
    • getProcessDefinitionId

      public String getProcessDefinitionId()
      Specified by:
      getProcessDefinitionId in interface org.flowable.task.api.TaskInfo
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • getProcessDefinitionKey

      public String getProcessDefinitionKey()
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • getOwner

      public String getOwner()
      Specified by:
      getOwner in interface org.flowable.task.api.TaskInfo
    • setOwner

      public void setOwner(String owner)
      Specified by:
      setOwner in interface org.flowable.task.api.Task
    • getAssignee

      public String getAssignee()
      Specified by:
      getAssignee in interface org.flowable.task.api.TaskInfo
    • setAssignee

      public void setAssignee(String assignee)
      Specified by:
      setAssignee in interface org.flowable.task.api.Task
    • getDescription

      public String getDescription()
      Specified by:
      getDescription in interface org.flowable.task.api.TaskInfo
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface org.flowable.task.api.Task
    • getCreateTime

      public Date getCreateTime()
      Specified by:
      getCreateTime in interface org.flowable.task.api.TaskInfo
    • setCreateTime

      public void setCreateTime(Date createTime)
    • getDueDate

      public Date getDueDate()
      Specified by:
      getDueDate in interface org.flowable.task.api.TaskInfo
    • setDueDate

      public void setDueDate(Date dueDate)
      Specified by:
      setDueDate in interface org.flowable.task.api.Task
    • getPriority

      public int getPriority()
      Specified by:
      getPriority in interface org.flowable.task.api.TaskInfo
    • setPriority

      public void setPriority(int priority)
      Specified by:
      setPriority in interface org.flowable.task.api.Task
    • getCategory

      public String getCategory()
      Specified by:
      getCategory in interface org.flowable.task.api.TaskInfo
    • setCategory

      public void setCategory(String category)
      Specified by:
      setCategory in interface org.flowable.task.api.Task
    • getParentTaskId

      public String getParentTaskId()
      Specified by:
      getParentTaskId in interface org.flowable.task.api.TaskInfo
    • setParentTaskId

      public void setParentTaskId(String parentTaskId)
      Specified by:
      setParentTaskId in interface org.flowable.task.api.Task
    • getDelegationState

      public org.flowable.task.api.DelegationState getDelegationState()
      Specified by:
      getDelegationState in interface org.flowable.task.api.Task
    • setDelegationState

      public void setDelegationState(org.flowable.task.api.DelegationState delegationState)
      Specified by:
      setDelegationState in interface org.flowable.task.api.Task
    • getClaimTime

      public Date getClaimTime()
      Specified by:
      getClaimTime in interface org.flowable.task.api.TaskInfo
    • setClaimTime

      public void setClaimTime(Date claimTime)
    • getTenantId

      public String getTenantId()
      Specified by:
      getTenantId in interface org.flowable.task.api.TaskInfo
    • setTenantId

      public void setTenantId(String tenantId)
      Specified by:
      setTenantId in interface org.flowable.task.api.Task
    • getScopeId

      public String getScopeId()
      Specified by:
      getScopeId in interface org.flowable.task.api.TaskInfo
    • setScopeId

      public void setScopeId(String scopeId)
    • getSubScopeId

      public String getSubScopeId()
      Specified by:
      getSubScopeId in interface org.flowable.task.api.TaskInfo
    • setSubScopeId

      public void setSubScopeId(String subScopeId)
    • getScopeType

      public String getScopeType()
      Specified by:
      getScopeType in interface org.flowable.task.api.TaskInfo
    • setScopeType

      public void setScopeType(String scopeType)
    • getScopeDefinitionId

      public String getScopeDefinitionId()
      Specified by:
      getScopeDefinitionId in interface org.flowable.task.api.TaskInfo
    • setScopeDefinitionId

      public void setScopeDefinitionId(String scopeDefinitionId)
    • getTaskDefinitionKey

      public String getTaskDefinitionKey()
      Specified by:
      getTaskDefinitionKey in interface org.flowable.task.api.TaskInfo
    • setTaskDefinitionKey

      public void setTaskDefinitionKey(String taskDefinitionKey)
    • getPropagatedStageInstanceId

      public String getPropagatedStageInstanceId()
      Specified by:
      getPropagatedStageInstanceId in interface org.flowable.task.api.TaskInfo
    • setPropagatedStageInstanceId

      public void setPropagatedStageInstanceId(String propagatedStageInstanceId)
    • getLocalizedName

      public String getLocalizedName()
    • setLocalizedName

      public void setLocalizedName(String localizedName)
      Specified by:
      setLocalizedName in interface org.flowable.task.api.Task
    • getLocalizedDescription

      public String getLocalizedDescription()
    • setLocalizedDescription

      public void setLocalizedDescription(String localizedDescription)
      Specified by:
      setLocalizedDescription in interface org.flowable.task.api.Task
    • getTaskLocalVariables

      public Map<String,Object> getTaskLocalVariables()
      Specified by:
      getTaskLocalVariables in interface org.flowable.task.api.TaskInfo
    • setTaskLocalVariables

      public void setTaskLocalVariables(Map<String,Object> taskLocalVariables)
    • getProcessVariables

      public Map<String,Object> getProcessVariables()
      Specified by:
      getProcessVariables in interface org.flowable.task.api.TaskInfo
    • setProcessVariables

      public void setProcessVariables(Map<String,Object> processVariables)
    • getCaseVariables

      public Map<String,Object> getCaseVariables()
      Specified by:
      getCaseVariables in interface org.flowable.task.api.TaskInfo
    • setCaseVariables

      public void setCaseVariables(Map<String,Object> caseVariables)
    • getIdentityLinks

      public List<? extends org.flowable.identitylink.api.IdentityLinkInfo> getIdentityLinks()
      Specified by:
      getIdentityLinks in interface org.flowable.task.api.TaskInfo