Class FlowablePlatformVariableELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.FlowablePlatformVariableELResolver
public class FlowablePlatformVariableELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
Updates allowed properties for process instance, case instance and task entities
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.flowable.engine.impl.history.HistoryManagerprotected org.flowable.cmmn.engine.impl.history.CmmnHistoryManagerClass<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) Class<?> 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
-
Constructor Details
-
FlowablePlatformVariableELResolver
public FlowablePlatformVariableELResolver()
-
-
Method Details
-
getCommonPropertyType
-
getType
-
isReadOnly
-
getValue
-
setValue
-
getCmmnHistoryManager
protected org.flowable.cmmn.engine.impl.history.CmmnHistoryManager getCmmnHistoryManager() -
getBpmnHistoryManager
protected org.flowable.engine.impl.history.HistoryManager getBpmnHistoryManager()
-