public interface TaskEntity extends org.flowable.variable.api.delegate.VariableScope, Task, DelegateTask, Entity, HasRevision
DEFAULT_PRIORITY| Modifier and Type | Method and Description |
|---|---|
void |
forceUpdate() |
List<IdentityLinkEntity> |
getIdentityLinks() |
int |
getSuspensionState() |
Map<String,VariableInstanceEntity> |
getVariableInstanceEntities() |
boolean |
isCanceled() |
void |
setAssigneeValue(String assignee) |
void |
setCanceled(boolean isCanceled) |
void |
setClaimTime(Date claimTime) |
void |
setCreateTime(Date createTime) |
void |
setEventHandlerId(String eventHandlerId) |
void |
setEventName(String eventName) |
void |
setExecutionId(String executionId) |
void |
setOwnerValue(String owner) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setSuspensionState(int suspensionState) |
void |
setTaskDefinitionId(String taskDefinitionId) |
void |
setTaskDefinitionKey(String taskDefinitionKey) |
getDelegationState, isSuspended, setAssignee, setCategory, setDelegationState, setDescription, setDueDate, setFormKey, setLocalizedDescription, setLocalizedName, setName, setOwner, setParentTaskId, setPriority, setTenantIdgetAssignee, getCategory, getClaimTime, getCreateTime, getDescription, getDueDate, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTaskDefinitionId, getTaskDefinitionKey, getTaskLocalVariables, getTenantIdaddCandidateGroup, addCandidateGroups, addCandidateUser, addCandidateUsers, addGroupIdentityLink, addUserIdentityLink, deleteCandidateGroup, deleteCandidateUser, deleteGroupIdentityLink, deleteUserIdentityLink, getAssignee, getCandidates, getCategory, getCreateTime, getDelegationState, getDescription, getDueDate, getEventHandlerId, getEventName, getExecutionId, getFormKey, getId, getName, getOwner, getPriority, getProcessDefinitionId, getProcessInstanceId, getTaskDefinitionKey, getTenantId, isSuspended, setAssignee, setCategory, setDescription, setDueDate, setFormKey, setName, setOwner, setPrioritygetTransientVariable, getTransientVariableLocal, getTransientVariables, getTransientVariablesLocal, getVariable, getVariable, getVariable, getVariableInstance, getVariableInstance, getVariableInstanceLocal, getVariableInstanceLocal, getVariableInstances, getVariableInstances, getVariableInstances, getVariableInstancesLocal, getVariableInstancesLocal, getVariableInstancesLocal, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeTransientVariable, removeTransientVariableLocal, removeTransientVariables, removeTransientVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setTransientVariable, setTransientVariableLocal, setTransientVariables, setTransientVariablesLocal, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocalgetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionvoid setExecutionId(String executionId)
List<IdentityLinkEntity> getIdentityLinks()
getIdentityLinks in interface TaskInfovoid setCreateTime(Date createTime)
void setTaskDefinitionId(String taskDefinitionId)
void setProcessDefinitionId(String processDefinitionId)
void setEventName(String eventName)
void setEventHandlerId(String eventHandlerId)
void setProcessInstanceId(String processInstanceId)
void setScopeId(String scopeId)
void setSubScopeId(String subScopeId)
void setScopeType(String scopeType)
void setScopeDefinitionId(String scopeDefinitionId)
int getSuspensionState()
void setSuspensionState(int suspensionState)
void setTaskDefinitionKey(String taskDefinitionKey)
Map<String,VariableInstanceEntity> getVariableInstanceEntities()
void forceUpdate()
boolean isCanceled()
void setCanceled(boolean isCanceled)
void setClaimTime(Date claimTime)
void setAssigneeValue(String assignee)
void setOwnerValue(String owner)
Copyright © 2019 Flowable. All rights reserved.