Class TaskSearchRepresentation
java.lang.Object
com.flowable.platform.service.task.TaskRepresentation
com.flowable.platform.service.task.TaskSearchRepresentation
-
Field Summary
Fields inherited from class com.flowable.platform.service.task.TaskRepresentation
assignee, caseDefinitionCategory, caseDefinitionName, caseInstanceName, category, claimTime, createTime, delegationState, description, dueDate, endTime, executionId, formKey, id, name, owner, parentTaskId, parentTaskName, permissions, priority, processDefinitionCategory, processDefinitionId, processDefinitionName, processInstanceId, processInstanceName, scopeDefinitionId, scopeId, scopeType, startTime, subScopeId, suspended, taskDefinitionId, taskDefinitionKey, tenantId, translations
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetRoot()
void
void
setParentScopeInfo
(ScopeSearchInfo parentScopeInfo) void
void
setRootScopeInfo
(ScopeSearchInfo rootScopeInfo) void
setVariables
(Map<String, Object> variables) Methods inherited from class com.flowable.platform.service.task.TaskRepresentation
getAssignee, getCaseDefinitionCategory, getCaseDefinitionName, getCaseInstanceName, getCategory, getClaimTime, getCreateTime, getDelegationState, getDescription, getDueDate, getEndTime, getExecutionId, getFormKey, getId, getName, getOwner, getParentTaskId, getParentTaskName, getPermissions, getPriority, getProcessDefinitionCategory, getProcessDefinitionId, getProcessDefinitionName, getProcessInstanceId, getProcessInstanceName, getScopeDefinitionId, getScopeId, getScopeType, getStartTime, getSubScopeId, getTaskDefinitionId, getTaskDefinitionKey, getTenantId, getTranslations, isSuspended, setAssignee, setCaseDefinitionCategory, setCaseDefinitionName, setCaseInstanceName, setCategory, setClaimTime, setCreateTime, setDelegationState, setDescription, setDueDate, setEndTime, setExecutionId, setFormKey, setId, setName, setOwner, setParentTaskId, setParentTaskName, setPermissions, setPriority, setProcessDefinitionCategory, setProcessDefinitionId, setProcessDefinitionName, setProcessInstanceId, setProcessInstanceName, setScopeDefinitionId, setScopeId, setScopeType, setStartTime, setSubScopeId, setSuspended, setTaskDefinitionId, setTaskDefinitionKey, setTenantId, setTranslations
-
Field Details
-
rootScopeInfo
-
parentScopeInfo
-
root
-
parent
-
variables
-
-
Constructor Details
-
TaskSearchRepresentation
public TaskSearchRepresentation()
-
-
Method Details
-
getRootScopeInfo
-
setRootScopeInfo
-
getParentScopeInfo
-
setParentScopeInfo
-
getRoot
-
setRoot
-
getParent
-
setParent
-
getVariables
-
setVariables
-