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>
parent
protected ScopeSearchInfo
parentScopeInfo
protected java.util.Map<java.lang.String,java.lang.Object>
root
protected ScopeSearchInfo
rootScopeInfo
protected java.util.Map<java.lang.String,java.lang.Object>
variables
Fields 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()
ScopeSearchInfo
getParentScopeInfo()
java.util.Map<java.lang.String,java.lang.Object>
getRoot()
ScopeSearchInfo
getRootScopeInfo()
java.util.Map<java.lang.String,java.lang.Object>
getVariables()
void
setParent(java.util.Map<java.lang.String,java.lang.Object> parent)
void
setParentScopeInfo(ScopeSearchInfo parentScopeInfo)
void
setRoot(java.util.Map<java.lang.String,java.lang.Object> root)
void
setRootScopeInfo(ScopeSearchInfo rootScopeInfo)
void
setVariables(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)
-