public class TaskFake extends Object implements org.camunda.bpm.engine.task.Task
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskFake.TaskFakeBuilder |
public static TaskFake.TaskFakeBuilder builder()
public String getId()
getId in interface org.camunda.bpm.engine.task.Taskpublic void setId(String id)
public String getName()
getName in interface org.camunda.bpm.engine.task.Taskpublic void setName(String name)
setName in interface org.camunda.bpm.engine.task.Taskpublic String getDescription()
getDescription in interface org.camunda.bpm.engine.task.Taskpublic void setDescription(String description)
setDescription in interface org.camunda.bpm.engine.task.Taskpublic int getPriority()
getPriority in interface org.camunda.bpm.engine.task.Taskpublic void setPriority(int priority)
setPriority in interface org.camunda.bpm.engine.task.Taskpublic String getOwner()
getOwner in interface org.camunda.bpm.engine.task.Taskpublic void setOwner(String owner)
setOwner in interface org.camunda.bpm.engine.task.Taskpublic String getAssignee()
getAssignee in interface org.camunda.bpm.engine.task.Taskpublic void setAssignee(String assignee)
setAssignee in interface org.camunda.bpm.engine.task.Taskpublic org.camunda.bpm.engine.task.DelegationState getDelegationState()
getDelegationState in interface org.camunda.bpm.engine.task.Taskpublic void setDelegationState(org.camunda.bpm.engine.task.DelegationState delegationState)
setDelegationState in interface org.camunda.bpm.engine.task.Taskpublic String getProcessInstanceId()
getProcessInstanceId in interface org.camunda.bpm.engine.task.Taskpublic void setProcessInstanceId(String processInstanceId)
public String getExecutionId()
getExecutionId in interface org.camunda.bpm.engine.task.Taskpublic void setExecutionId(String executionId)
public String getProcessDefinitionId()
getProcessDefinitionId in interface org.camunda.bpm.engine.task.Taskpublic void setProcessDefinitionId(String processDefinitionId)
public String getCaseInstanceId()
getCaseInstanceId in interface org.camunda.bpm.engine.task.Taskpublic void setCaseInstanceId(String caseInstanceId)
setCaseInstanceId in interface org.camunda.bpm.engine.task.Taskpublic String getCaseExecutionId()
getCaseExecutionId in interface org.camunda.bpm.engine.task.Taskpublic void setCaseExecutionId(String caseExecutionId)
public String getCaseDefinitionId()
getCaseDefinitionId in interface org.camunda.bpm.engine.task.Taskpublic void setCaseDefinitionId(String caseDefinitionId)
public Date getCreateTime()
getCreateTime in interface org.camunda.bpm.engine.task.Taskpublic void setCreateTime(Date createTime)
public String getTaskDefinitionKey()
getTaskDefinitionKey in interface org.camunda.bpm.engine.task.Taskpublic void setTaskDefinitionKey(String taskDefinitionKey)
public Date getDueDate()
getDueDate in interface org.camunda.bpm.engine.task.Taskpublic void setDueDate(Date dueDate)
setDueDate in interface org.camunda.bpm.engine.task.Taskpublic Date getFollowUpDate()
getFollowUpDate in interface org.camunda.bpm.engine.task.Taskpublic void setFollowUpDate(Date followUpDate)
setFollowUpDate in interface org.camunda.bpm.engine.task.Taskpublic void delegate(String userId)
delegate in interface org.camunda.bpm.engine.task.Taskpublic String getParentTaskId()
getParentTaskId in interface org.camunda.bpm.engine.task.Taskpublic void setParentTaskId(String parentTaskId)
setParentTaskId in interface org.camunda.bpm.engine.task.Taskpublic boolean isSuspended()
isSuspended in interface org.camunda.bpm.engine.task.Taskpublic void setSuspended(boolean suspended)
public String getFormKey()
getFormKey in interface org.camunda.bpm.engine.task.Taskpublic void setFormKey(String formKey)
public String getTenantId()
getTenantId in interface org.camunda.bpm.engine.task.Taskpublic void setTenantId(String tenantId)
setTenantId in interface org.camunda.bpm.engine.task.TaskCopyright © 2018 camunda services GmbH. All rights reserved.