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
FieldsFields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) getFeatureDescriptors(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) invoke(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) 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)
-
Field Details
-
availableUtils
-
-
Constructor Details
-
FlwApiELResolver
public FlwApiELResolver()
-
-
Method Details
-
getCommonPropertyType
public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) - Specified by:
getCommonPropertyTypein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getFeatureDescriptors
public Iterator<FeatureDescriptor> getFeatureDescriptors(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) - Specified by:
getFeatureDescriptorsin classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getType
public Class<?> getType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
getTypein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getValue
public Object getValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
getValuein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
getVariableContainer
protected org.flowable.common.engine.api.variable.VariableContainer getVariableContainer(org.flowable.common.engine.impl.javax.el.ELContext elContext) -
isReadOnly
public boolean isReadOnly(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) - Specified by:
isReadOnlyin classorg.flowable.common.engine.impl.javax.el.ELResolver
-
setValue
public void setValue(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property, Object value) - Specified by:
setValuein classorg.flowable.common.engine.impl.javax.el.ELResolver
-
invoke
public Object invoke(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object method, Class<?>[] paramTypes, Object[] params) - Overrides:
invokein classorg.flowable.common.engine.impl.javax.el.ELResolver
-