Class FlwApiELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.engine.impl.el.FlwApiELResolver
public class FlwApiELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) Class<?> protected org.flowable.common.engine.api.variable.VariableContainergetVariableContainer(org.flowable.common.engine.impl.javax.el.ELContext elContext) protected org.flowable.common.engine.impl.json.VariableJsonMapperinvoke(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) protected ObjectinvokeArrayFunction(org.flowable.common.engine.impl.javax.el.ELContext context, String methodName, Object[] params) protected ObjectinvokeDataFunction(String methodName, Object[] params) booleanisReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) protected static voidrequireMinParams(String api, String methodName, Object[] params, int minCount) voidsetValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) protected BiFunction<Object, Object, Object> toBiFunction(Object lambdaObj, org.flowable.common.engine.impl.javax.el.ELContext context) toFunction(Object lambdaObj, org.flowable.common.engine.impl.javax.el.ELContext context) toPredicate(Object lambdaObj, org.flowable.common.engine.impl.javax.el.ELContext context) Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
convertToType
-
Field Details
-
availableUtils
-
-
Constructor Details
-
FlwApiELResolver
public FlwApiELResolver()
-
-
Method Details
-
getCommonPropertyType
-
getType
-
getValue
-
getVariableContainer
protected org.flowable.common.engine.api.variable.VariableContainer getVariableContainer(org.flowable.common.engine.impl.javax.el.ELContext elContext) -
isReadOnly
-
setValue
-
invoke
-
invokeArrayFunction
-
toPredicate
-
toFunction
-
toBiFunction
protected BiFunction<Object,Object, toBiFunctionObject> (Object lambdaObj, org.flowable.common.engine.impl.javax.el.ELContext context) -
requireMinParams
-
invokeDataFunction
-
getVariableJsonMapper
protected org.flowable.common.engine.impl.json.VariableJsonMapper getVariableJsonMapper()
-