public class TaskSearchRepresentation extends TaskRepresentation
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
parent |
protected ScopeSearchInfo |
parentScopeInfo |
protected Map<String,Object> |
root |
protected ScopeSearchInfo |
rootScopeInfo |
protected Map<String,Object> |
variables |
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 and Description |
---|
TaskSearchRepresentation() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getParent() |
ScopeSearchInfo |
getParentScopeInfo() |
Map<String,Object> |
getRoot() |
ScopeSearchInfo |
getRootScopeInfo() |
Map<String,Object> |
getVariables() |
void |
setParent(Map<String,Object> parent) |
void |
setParentScopeInfo(ScopeSearchInfo parentScopeInfo) |
void |
setRoot(Map<String,Object> root) |
void |
setRootScopeInfo(ScopeSearchInfo rootScopeInfo) |
void |
setVariables(Map<String,Object> variables) |
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
protected ScopeSearchInfo rootScopeInfo
protected ScopeSearchInfo parentScopeInfo
public ScopeSearchInfo getRootScopeInfo()
public void setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
public ScopeSearchInfo getParentScopeInfo()
public void setParentScopeInfo(ScopeSearchInfo parentScopeInfo)