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.CmmnEngineConfiguration
Class
<?> 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.ProcessEngineConfigurationImpl
Class
<?> protected boolean
isCaseInstance
(Object base) protected boolean
protected boolean
isProcessInstance
(Object base) boolean
isReadOnly
(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) void
setValue
(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:
getCommonPropertyType
in 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:
getFeatureDescriptors
in 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:
getType
in 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:
getValue
in 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:
isReadOnly
in 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:
setValue
in 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()
-