Class VariableContainerUtil
java.lang.Object
com.flowable.platform.common.util.VariableContainerUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressionManagergetExpressionManager(VariableContainer variableContainer) static StringgetNonNullScopeType(VariableContainer variableContainer) Returns the scope type, for CMMN and process engine contextsstatic StringgetParentDeploymentId(VariableContainer variableContainer) static StringgetProcessInstanceId(VariableContainer variableContainer) Returns the processInstanceId, only if the variable container is process related.static StringgetScopeId(VariableContainer variableContainer) Returns the scope id, when running in a non-process engine context.static StringgetScopeType(VariableContainer variableContainer) Returns the scope type, when running in a non-process-engine engine.
-
Method Details
-
getProcessInstanceId
Returns the processInstanceId, only if the variable container is process related. -
getScopeId
Returns the scope id, when running in a non-process engine context. -
getScopeType
Returns the scope type, when running in a non-process-engine engine. -
getNonNullScopeType
Returns the scope type, for CMMN and process engine contexts- Throws:
FlowableException- in the case when scope type was not recognized
-
getParentDeploymentId
-
getExpressionManager
-