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
Fields -
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) 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
convertToType, invoke
-
Field Details
-
DEFINITION_TOKEN
- See Also:
-
-
Constructor Details
-
DefinitionELResolver
public DefinitionELResolver()
-
-
Method Details
-
getCommonPropertyType
-
getType
-
getValue
-
isReadOnly
-
isCaseInstanceOrProcessInstance
-
isCaseInstance
-
isProcessInstance
-
setValue
-
getCmmnEngineConfiguration
protected org.flowable.cmmn.engine.CmmnEngineConfiguration getCmmnEngineConfiguration() -
getProcessEngineConfiguration
protected org.flowable.engine.impl.cfg.ProcessEngineConfigurationImpl getProcessEngineConfiguration()
-