public class CaseInstanceSearchRepresentation extends CaseInstanceRepresentation
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, businessKey, callbackId, callbackType, caseDefinitionCategory, caseDefinitionDeploymentId, caseDefinitionDescription, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseDefinitionVersion, completed, customViewKey, ended, id, name, parentId, permissions, started, startedByUserId, startFormDefined, startUserId, state, tenantId, translations
Constructor and Description |
---|
CaseInstanceSearchRepresentation() |
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, getBusinessKey, getCallbackId, getCallbackType, getCaseDefinitionCategory, getCaseDefinitionDeploymentId, getCaseDefinitionDescription, getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseDefinitionVersion, getCompleted, getCustomViewKey, getEnded, getId, getName, getParentId, getPermissions, getStarted, getStartedByUserId, getStartUserId, getState, getTenantId, getTranslations, isStartFormDefined, mapCaseDefinition, setAssignee, setBusinessKey, setCallbackId, setCallbackType, setCaseDefinitionCategory, setCaseDefinitionDeploymentId, setCaseDefinitionDescription, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseDefinitionVersion, setCompleted, setCustomViewKey, setEnded, setId, setName, setParentId, setPermissions, setStarted, setStartedByUserId, setStartFormDefined, setStartUserId, setState, setTenantId, setTranslations
protected ScopeSearchInfo rootScopeInfo
protected ScopeSearchInfo parentScopeInfo
public ScopeSearchInfo getRootScopeInfo()
public void setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
public ScopeSearchInfo getParentScopeInfo()
public void setParentScopeInfo(ScopeSearchInfo parentScopeInfo)