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