Package com.flowable.platform.common.el
Class FlowablePlatformVariableELResolver
- java.lang.Object
-
- org.flowable.common.engine.impl.javax.el.ELResolver
-
- com.flowable.platform.common.el.FlowablePlatformVariableELResolver
-
public class FlowablePlatformVariableELResolver extends ELResolver
Updates allowed properties for process instance, case instance and task entities
-
-
Field Summary
-
Fields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
-
Constructor Summary
Constructors Constructor Description FlowablePlatformVariableELResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected HistoryManagergetBpmnHistoryManager()protected CmmnHistoryManagergetCmmnHistoryManager()Class<?>getCommonPropertyType(ELContext context, Object base)Iterator<FeatureDescriptor>getFeatureDescriptors(ELContext context, Object base)Class<?>getType(ELContext context, Object base, Object property)ObjectgetValue(ELContext context, Object base, Object property)booleanisReadOnly(ELContext context, Object base, Object property)voidsetValue(ELContext context, Object base, Object property, Object value)-
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
-
-
-
Method Detail
-
getCommonPropertyType
public Class<?> getCommonPropertyType(ELContext context, Object base)
- Specified by:
getCommonPropertyTypein classELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext context, Object base)
- Specified by:
getFeatureDescriptorsin classELResolver
-
getType
public Class<?> getType(ELContext context, Object base, Object property)
- Specified by:
getTypein classELResolver
-
isReadOnly
public boolean isReadOnly(ELContext context, Object base, Object property)
- Specified by:
isReadOnlyin classELResolver
-
getValue
public Object getValue(ELContext context, Object base, Object property)
- Specified by:
getValuein classELResolver
-
setValue
public void setValue(ELContext context, Object base, Object property, Object value)
- Specified by:
setValuein classELResolver
-
getCmmnHistoryManager
protected CmmnHistoryManager getCmmnHistoryManager()
-
getBpmnHistoryManager
protected HistoryManager getBpmnHistoryManager()
-
-