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>parentprotected ScopeSearchInfoparentScopeInfoprotected Map<String,Object>rootprotected ScopeSearchInforootScopeInfoprotected 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()ScopeSearchInfogetParentScopeInfo()Map<String,Object>getRoot()ScopeSearchInfogetRootScopeInfo()Map<String,Object>getVariables()voidsetParent(Map<String,Object> parent)voidsetParentScopeInfo(ScopeSearchInfo parentScopeInfo)voidsetRoot(Map<String,Object> root)voidsetRootScopeInfo(ScopeSearchInfo rootScopeInfo)voidsetVariables(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)
-
-