Class CaseInstanceSearchRepresentation
java.lang.Object
com.flowable.platform.service.caze.CaseInstanceRepresentation
com.flowable.platform.service.caze.CaseInstanceSearchRepresentation
-
Field Summary
Fields inherited from class com.flowable.platform.service.caze.CaseInstanceRepresentation
assignee, businessKey, businessStatus, businessStatusLabel, callbackId, callbackType, caseDefinitionCategory, caseDefinitionDeploymentId, caseDefinitionDescription, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseDefinitionVersion, completed, customViewKey, ended, id, name, parentId, permissions, started, startedByUserId, startFormDefined, startUserId, state, 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.caze.CaseInstanceRepresentation
getAssignee, getBusinessKey, getBusinessStatus, getBusinessStatusLabel, 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, setBusinessStatus, setBusinessStatusLabel, setCallbackId, setCallbackType, setCaseDefinitionCategory, setCaseDefinitionDeploymentId, setCaseDefinitionDescription, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseDefinitionVersion, setCompleted, setCustomViewKey, setEnded, setId, setName, setParentId, setPermissions, setStarted, setStartedByUserId, setStartFormDefined, setStartUserId, setState, setTenantId, setTranslations
-
Field Details
-
rootScopeInfo
-
parentScopeInfo
-
root
-
parent
-
variables
-
-
Constructor Details
-
CaseInstanceSearchRepresentation
public CaseInstanceSearchRepresentation()
-
-
Method Details
-
getRootScopeInfo
-
setRootScopeInfo
-
getParentScopeInfo
-
setParentScopeInfo
-
getVariables
-
setVariables
-
getRoot
-
setRoot
-
getParent
-
setParent
-