Class DefaultWorkObjectTaskVariableScopeResolver
java.lang.Object
com.flowable.workobject.engine.impl.task.DefaultWorkObjectTaskVariableScopeResolver
- All Implemented Interfaces:
org.flowable.task.service.InternalTaskVariableScopeResolver
public class DefaultWorkObjectTaskVariableScopeResolver
extends java.lang.Object
implements org.flowable.task.service.InternalTaskVariableScopeResolver
-
Field Summary
Fields Modifier and Type Field Description protected WorkObjectEngineConfiguration
workObjectEngineConfiguration
-
Constructor Summary
Constructors Constructor Description DefaultWorkObjectTaskVariableScopeResolver(WorkObjectEngineConfiguration workObjectEngineConfiguration)
-
Method Summary
Modifier and Type Method Description org.flowable.variable.service.impl.persistence.entity.VariableScopeImpl
resolveParentVariableScope(org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity)
-
Field Details
-
Constructor Details
-
DefaultWorkObjectTaskVariableScopeResolver
public DefaultWorkObjectTaskVariableScopeResolver(WorkObjectEngineConfiguration workObjectEngineConfiguration)
-
-
Method Details
-
resolveParentVariableScope
public org.flowable.variable.service.impl.persistence.entity.VariableScopeImpl resolveParentVariableScope(org.flowable.task.service.impl.persistence.entity.TaskEntity taskEntity)- Specified by:
resolveParentVariableScope
in interfaceorg.flowable.task.service.InternalTaskVariableScopeResolver
-