Class TenantVariableELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.service.tenant.TenantVariableELResolver
-
Field Summary
Fields inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionClass<?>
getCommonPropertyType
(ELContext context, Object base) getFeatureDescriptors
(ELContext context, Object base) Class<?>
protected VariableContainer
getVariableContainer
(ELContext elContext) boolean
isReadOnly
(ELContext context, Object base, Object property) void
Methods inherited from class org.flowable.common.engine.impl.javax.el.ELResolver
invoke
-
Field Details
-
TENANT_TOKEN
- See Also:
-
-
Constructor Details
-
TenantVariableELResolver
public TenantVariableELResolver()
-
-
Method Details
-
getCommonPropertyType
- Specified by:
getCommonPropertyType
in classELResolver
-
getFeatureDescriptors
- Specified by:
getFeatureDescriptors
in classELResolver
-
getType
- Specified by:
getType
in classELResolver
-
getValue
- Specified by:
getValue
in classELResolver
-
getVariableContainer
-
isReadOnly
- Specified by:
isReadOnly
in classELResolver
-
setValue
- Specified by:
setValue
in classELResolver
-