public interface TaskEntity extends VariableScope, Task, DelegateTask, Entity, HasRevision
Modifier and Type | Field and Description |
---|---|
static String |
DELETE_REASON_COMPLETED |
static String |
DELETE_REASON_DELETED |
DEFAULT_PRIORITY
Modifier and Type | Method and Description |
---|---|
void |
forceUpdate() |
ExecutionEntity |
getExecution()
Returns the execution currently at the task.
|
List<IdentityLinkEntity> |
getIdentityLinks() |
ExecutionEntity |
getProcessInstance() |
int |
getSuspensionState() |
Map<String,VariableInstanceEntity> |
getVariableInstances() |
boolean |
isDeleted() |
void |
setCreateTime(Date createTime) |
void |
setDeleted(boolean isDeleted) |
void |
setEventName(String eventName) |
void |
setExecution(ExecutionEntity execution) |
void |
setExecutionId(String executionId) |
void |
setExecutionVariables(Map<String,Object> parameters) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setSuspensionState(int suspensionState) |
void |
setTaskDefinitionKey(String taskDefinitionKey) |
getDelegationState, isSuspended, setAssignee, setCategory, setDelegationState, setDescription, setDueDate, setFormKey, setLocalizedDescription, setLocalizedName, setName, setOwner, setParentTaskId, setPriority, setTenantId
getAssignee, getCategory, getCreateTime, getDescription, getDueDate, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getProcessVariables, getTaskDefinitionKey, getTaskLocalVariables, getTenantId
addCandidateGroup, addCandidateGroups, addCandidateUser, addCandidateUsers, addGroupIdentityLink, addUserIdentityLink, deleteCandidateGroup, deleteCandidateUser, deleteGroupIdentityLink, deleteUserIdentityLink, getAssignee, getCandidates, getCategory, getCreateTime, getDelegationState, getDescription, getDueDate, getEventName, getExecutionId, getFormKey, getId, getName, getOwner, getPriority, getProcessDefinitionId, getProcessInstanceId, getTaskDefinitionKey, getTenantId, isSuspended, setAssignee, setCategory, setDescription, setDueDate, setFormKey, setName, setOwner, setPriority
createVariableLocal, getVariable, getVariable, getVariable, getVariableLocal, getVariableLocal, getVariableLocal, getVariableNames, getVariableNamesLocal, getVariables, getVariables, getVariables, getVariablesLocal, getVariablesLocal, getVariablesLocal, getVariableValues, hasVariable, hasVariableLocal, hasVariables, hasVariablesLocal, removeVariable, removeVariableLocal, removeVariables, removeVariables, removeVariablesLocal, removeVariablesLocal, setVariable, setVariable, setVariableLocal, setVariableLocal, setVariables, setVariablesLocal
getId, getPersistentState, setId
getRevision, getRevisionNext, setRevision
static final String DELETE_REASON_COMPLETED
static final String DELETE_REASON_DELETED
ExecutionEntity getExecution()
DelegateTask
getExecution
in interface DelegateTask
void setExecutionId(String executionId)
void setExecution(ExecutionEntity execution)
List<IdentityLinkEntity> getIdentityLinks()
void setCreateTime(Date createTime)
void setProcessDefinitionId(String processDefinitionId)
void setEventName(String eventName)
ExecutionEntity getProcessInstance()
void setProcessInstanceId(String processInstanceId)
int getSuspensionState()
void setSuspensionState(int suspensionState)
void setTaskDefinitionKey(String taskDefinitionKey)
Map<String,VariableInstanceEntity> getVariableInstances()
void forceUpdate()
boolean isDeleted()
void setDeleted(boolean isDeleted)
Copyright © 2015 Alfresco. All rights reserved.