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
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 CmmnEngineConfigurationClass<?>getCommonPropertyType(ELContext elContext, Object object) getFeatureDescriptors(ELContext elContext, Object object) protected ProcessEngineConfigurationImplClass<?>protected booleanisCaseInstance(Object base) protected booleanprotected booleanisProcessInstance(Object base) booleanisReadOnly(ELContext context, Object base, Object property) voidMethods 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
- Specified by:
 getCommonPropertyTypein classELResolver
 - 
getFeatureDescriptors
- Specified by:
 getFeatureDescriptorsin classELResolver
 - 
getType
- Specified by:
 getTypein classELResolver
 - 
getValue
- Specified by:
 getValuein classELResolver
 - 
isReadOnly
- Specified by:
 isReadOnlyin classELResolver
 - 
isCaseInstanceOrProcessInstance
 - 
isCaseInstance
 - 
isProcessInstance
 - 
setValue
- Specified by:
 setValuein classELResolver
 - 
getCmmnEngineConfiguration
 - 
getProcessEngineConfiguration
 
 -