Package com.flowable.platform.common.el
Class DefinitionELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.DefinitionELResolver
public class DefinitionELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
Resolves the definition of a case instance or process instance
-
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.CmmnEngineConfigurationClass<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object object) getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object object) protected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImplClass<?> protected booleanisCaseInstance(Object base) protected booleanprotected booleanisProcessInstance(Object base) booleanisReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) voidsetValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Field Details
-
DEFINITION_TOKEN
- See Also:
-
-
Constructor Details
-
DefinitionELResolver
public DefinitionELResolver()
-
-
Method Details
-
getCommonPropertyType
public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext elContext, Object object) - 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 object) - Specified by:
getFeatureDescriptorsin classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getType
public Class<?> getType(org.flowable.common.engine.impl.javax.el.ELContext arg0, Object arg1, Object arg2) - 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 context, Object base, Object property) - Specified by:
isReadOnlyin classorg.flowable.common.engine.impl.javax.el.ELResolver
-
isCaseInstanceOrProcessInstance
-
isCaseInstance
-
isProcessInstance
-
setValue
public void setValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) - Specified by:
setValuein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getCmmnEngineConfiguration
protected org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration() -
getProcessEngineConfiguration
protected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl getProcessEngineConfiguration()
-