Class TenantVariableELResolver
java.lang.Object
org.flowable.common.engine.impl.javax.el.ELResolver
com.flowable.platform.service.tenant.TenantVariableELResolver
public class TenantVariableELResolver
extends org.flowable.common.engine.impl.javax.el.ELResolver
-
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.VariableContainer
getVariableContainer
(org.flowable.common.engine.impl.javax.el.ELContext elContext) boolean
isReadOnly
(org.flowable.common.engine.impl.javax.el.ELContext context, Object base, Object property) void
setValue
(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
invoke
-
Field Details
-
TENANT_TOKEN
- See Also:
-
-
Constructor Details
-
TenantVariableELResolver
public TenantVariableELResolver()
-
-
Method Details
-
getCommonPropertyType
public Class<?> getCommonPropertyType(org.flowable.common.engine.impl.javax.el.ELContext context, Object base) - Specified by:
getCommonPropertyType
in 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:
getFeatureDescriptors
in 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:
getType
in 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:
getValue
in 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:
isReadOnly
in 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:
setValue
in classorg.flowable.common.engine.impl.javax.el.ELResolver
-