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 java.util.Map<java.lang.String,java.lang.Object>parentprotected ScopeSearchInfoparentScopeInfoprotected java.util.Map<java.lang.String,java.lang.Object>rootprotected ScopeSearchInforootScopeInfoprotected java.util.Map<java.lang.String,java.lang.Object>variablesFields inherited from class com.flowable.platform.service.work.WorkInstanceRepresentation
translations -
Constructor Summary
Constructors Constructor Description WorkInstanceSearchRepresentation() -
Method Summary
Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getParent()ScopeSearchInfogetParentScopeInfo()java.util.Map<java.lang.String,java.lang.Object>getRoot()ScopeSearchInfogetRootScopeInfo()java.util.Map<java.lang.String,java.lang.Object>getVariables()voidsetParent(java.util.Map<java.lang.String,java.lang.Object> parent)voidsetParentScopeInfo(ScopeSearchInfo parentScopeInfo)voidsetRoot(java.util.Map<java.lang.String,java.lang.Object> root)voidsetRootScopeInfo(ScopeSearchInfo rootScopeInfo)voidsetVariables(java.util.Map<java.lang.String,java.lang.Object> variables)Methods inherited from class com.flowable.platform.service.work.WorkInstanceRepresentation
getBusinessKey, getDefinitionCategory, getDefinitionDeploymentId, getDefinitionId, getDefinitionKey, getDefinitionName, getDefinitionVersion, getEndTime, getId, getName, getStartTime, getStartUserId, getTenantId, getTranslations, getType, setBusinessKey, setDefinitionCategory, setDefinitionDeploymentId, setDefinitionId, setDefinitionKey, setDefinitionName, setDefinitionVersion, setEndTime, setId, setName, setStartTime, setStartUserId, setTenantId, setTranslations, setType
-
Field Details
-
rootScopeInfo
-
parentScopeInfo
-
root
protected java.util.Map<java.lang.String,java.lang.Object> root -
parent
protected java.util.Map<java.lang.String,java.lang.Object> parent -
variables
protected java.util.Map<java.lang.String,java.lang.Object> variables
-
-
Constructor Details
-
WorkInstanceSearchRepresentation
public WorkInstanceSearchRepresentation()
-
-
Method Details
-
getRootScopeInfo
-
setRootScopeInfo
-
getParentScopeInfo
-
setParentScopeInfo
-
getRoot
public java.util.Map<java.lang.String,java.lang.Object> getRoot() -
setRoot
public void setRoot(java.util.Map<java.lang.String,java.lang.Object> root) -
getParent
public java.util.Map<java.lang.String,java.lang.Object> getParent() -
setParent
public void setParent(java.util.Map<java.lang.String,java.lang.Object> parent) -
getVariables
public java.util.Map<java.lang.String,java.lang.Object> getVariables() -
setVariables
public void setVariables(java.util.Map<java.lang.String,java.lang.Object> variables)
-