Class WorkInstanceSearchRepresentation
java.lang.Object
com.flowable.platform.service.work.WorkInstanceRepresentation
com.flowable.platform.service.work.WorkInstanceSearchRepresentation
-
Field Summary
Fields inherited from class com.flowable.platform.service.work.WorkInstanceRepresentation
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.work.WorkInstanceRepresentation
getBusinessKey, getBusinessStatus, getDefinitionCategory, getDefinitionDeploymentId, getDefinitionId, getDefinitionKey, getDefinitionName, getDefinitionVersion, getEndTime, getId, getName, getStartTime, getStartUserId, getTenantId, getTranslations, getType, setBusinessKey, setBusinessStatus, setDefinitionCategory, setDefinitionDeploymentId, setDefinitionId, setDefinitionKey, setDefinitionName, setDefinitionVersion, setEndTime, setId, setName, setStartTime, setStartUserId, setTenantId, setTranslations, setType
-
Field Details
-
rootScopeInfo
-
parentScopeInfo
-
root
-
parent
-
variables
-
-
Constructor Details
-
WorkInstanceSearchRepresentation
public WorkInstanceSearchRepresentation()
-
-
Method Details
-
getRootScopeInfo
-
setRootScopeInfo
-
getParentScopeInfo
-
setParentScopeInfo
-
getRoot
-
setRoot
-
getParent
-
setParent
-
getVariables
-
setVariables
-