Class WorkInstanceSearchRepresentation
- java.lang.Object
-
- com.flowable.platform.service.work.WorkInstanceRepresentation
-
- com.flowable.platform.service.work.WorkInstanceSearchRepresentation
-
public class WorkInstanceSearchRepresentation extends WorkInstanceRepresentation
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>
parent
protected ScopeSearchInfo
parentScopeInfo
protected Map<String,Object>
root
protected ScopeSearchInfo
rootScopeInfo
protected Map<String,Object>
variables
-
Fields inherited from class com.flowable.platform.service.work.WorkInstanceRepresentation
translations
-
-
Constructor Summary
Constructors Constructor Description WorkInstanceSearchRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
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
-
-
-
-
Method Detail
-
getRootScopeInfo
public ScopeSearchInfo getRootScopeInfo()
-
setRootScopeInfo
public void setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
-
getParentScopeInfo
public ScopeSearchInfo getParentScopeInfo()
-
setParentScopeInfo
public void setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
-
-