Uses of Class
com.flowable.platform.engine.impl.tenant.TenantVariableQueryImpl
Packages that use TenantVariableQueryImpl
-
Uses of TenantVariableQueryImpl in com.flowable.platform.engine.impl.tenant
Methods in com.flowable.platform.engine.impl.tenant that return TenantVariableQueryImplModifier and TypeMethodDescriptionTenantVariableQueryImpl.variableName(String variableName) TenantVariableQueryImpl.variableNameLike(String variableNameLike) TenantVariableQueryImpl.variableValueEquals(String variableName, Object variableValue) TenantVariableQueryImpl.variableValueLike(String variableName, String variableValue) TenantVariableQueryImpl.variableValueLikeIgnoreCase(String variableName, String variableValue) TenantVariableQueryImpl.variableValueNotEquals(String variableName, Object variableValue)