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
public class ScopeELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
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 org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntitygetCaseInstance(String caseInstanceId) protected org.flowable.cmmn.engine.CmmnEngineConfigurationClass<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o) getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o) Class<?> protected org.flowable.common.engine.api.variable.VariableContainergetVariableContainer(org.flowable.common.engine.impl.javax.el.ELContext elContext) booleanisReadOnly(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o, Object o1) voidsetValue(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o, Object o1, Object o2) Methods 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
public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o) - Specified by:
getCommonPropertyTypein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o) - Specified by:
getFeatureDescriptorsin classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getType
public Class<?> getType(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o, Object o1) - Specified by:
getTypein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getValue
public Object getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
getValuein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
isReadOnly
public boolean isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o, Object o1) - Specified by:
isReadOnlyin classorg.flowable.common.engine.impl.javax.el.ELResolver
-
setValue
public void setValue(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object o, Object o1, Object o2) - Specified by:
setValuein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getCmmnEngineConfiguration
protected org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration() -
getCaseInstance
protected org.flowable.cmmn.engine.impl.persistence.entity.CaseInstanceEntity getCaseInstance(String caseInstanceId) -
getVariableContainer
protected org.flowable.common.engine.api.variable.VariableContainer getVariableContainer(org.flowable.common.engine.impl.javax.el.ELContext elContext)
-