Package com.flowable.platform.common.el
Class ScopeELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.ScopeELResolver
Resolves the scope token to either some ProcessInstance or CaseInstance
-
Field Summary
FieldsFields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CaseInstanceEntitygetCaseInstance(String caseInstanceId) protected CmmnEngineConfigurationClass<?>getCommonPropertyType(ELContext elContext, Object o) getFeatureDescriptors(ELContext elContext, Object o) Class<?>protected VariableContainergetVariableContainer(ELContext elContext) booleanisReadOnly(ELContext elContext, Object o, Object o1) voidMethods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Field Details
-
SCOPE_TOKEN
- See Also:
-
-
Constructor Details
-
ScopeELResolver
public ScopeELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyTypein classELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptorsin classELResolver
-
getType
- Specified by:
getTypein classELResolver
-
getValue
- Specified by:
getValuein classELResolver
-
isReadOnly
- Specified by:
isReadOnlyin classELResolver
-
setValue
- Specified by:
setValuein classELResolver
-
getCmmnEngineConfiguration
-
getCaseInstance
-
getVariableContainer
-