Class CaseInstanceSearchRepresentation
java.lang.Object
com.flowable.platform.service.caze.CaseInstanceRepresentation
com.flowable.platform.service.caze.CaseInstanceSearchRepresentation
-
Field Summary
FieldsFields inherited from class CaseInstanceRepresentation
agentInstanceId, assignee, businessKey, businessStatus, businessStatusLabel, callbackId, callbackType, caseDefinitionCategory, caseDefinitionDeploymentId, caseDefinitionDescription, caseDefinitionId, caseDefinitionKey, caseDefinitionName, caseDefinitionVersion, claimedBy, claimTime, completed, customViewKey, dueDate, ended, id, name, nextTaskInfo, owner, parentId, permissions, started, startedByUserId, startFormDefined, startUserId, state, tenantId, translations -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRoot()voidvoidsetParentScopeInfo(ScopeSearchInfo parentScopeInfo) voidvoidsetRootScopeInfo(ScopeSearchInfo rootScopeInfo) voidsetVariables(Map<String, Object> variables) Methods inherited from class CaseInstanceRepresentation
getAgentInstanceId, getAssignee, getBusinessKey, getBusinessStatus, getBusinessStatusLabel, getCallbackId, getCallbackType, getCaseDefinitionCategory, getCaseDefinitionDeploymentId, getCaseDefinitionDescription, getCaseDefinitionId, getCaseDefinitionKey, getCaseDefinitionName, getCaseDefinitionVersion, getClaimedBy, getClaimTime, getCompleted, getCustomViewKey, getDueDate, 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, setClaimedBy, setClaimTime, setCompleted, setCustomViewKey, setDueDate, 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
-