Class CaseInstanceSearchRepresentation
java.lang.Object
com.flowable.platform.service.caze.CaseInstanceRepresentation
com.flowable.platform.service.caze.CaseInstanceSearchRepresentation
-
Field Summary
FieldsFields inherited from class com.flowable.platform.service.caze.CaseInstanceRepresentation
agentInstanceId, assignee, businessKey, businessStatus, businessStatusLabel, callbackId, callbackType, caseDefinitionCategory, caseDefinitionDeploymentId, caseDefinitionDescription, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseDefinitionVersion, completed, customViewKey, ended, id, name, nextTaskInfo, owner, parentId, permissions, started, startedByUserId, startFormDefined, startUserId, state, tenantId, translations
-
Constructor Summary
Constructors -
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
getAgentInstanceId, getAssignee, getBusinessKey, getBusinessStatus, getBusinessStatusLabel, getCallbackId, getCallbackType, getCaseDefinitionCategory, getCaseDefinitionDeploymentId, getCaseDefinitionDescription, getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseDefinitionVersion, getCompleted, getCustomViewKey, getEnded, getId, getName, getNextTaskInfo, getOwner, getParentId, getPermissions, getStarted, getStartedByUserId, getStartUserId, getState, getTenantId, getTranslations, isStartFormDefined, mapCaseDefinition, setAgentInstanceId, setAssignee, setBusinessKey, setBusinessStatus, setBusinessStatusLabel, setCallbackId, setCallbackType, setCaseDefinitionCategory, setCaseDefinitionDeploymentId, setCaseDefinitionDescription, setCaseDefinitionId, setCaseDefinitionKey, setCaseDefinitionName, setCaseDefinitionVersion, setCompleted, setCustomViewKey, setEnded, setId, setName, setNextTaskInfo, setOwner, 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
-