Class NewVariableELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.common.el.NewVariableELResolver
public class NewVariableELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
ELResolver creates new variables in the base VariableContainer-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> 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
-
NewVariableELResolver
public NewVariableELResolver()
-
-
Method Details
-
getCommonPropertyType
-
getType
-
getValue
-
isReadOnly
-
setValue
-