Uses of Interface
com.flowable.core.app.api.AppVariableQuery
Packages that use AppVariableQuery
Package
Description
-
Uses of AppVariableQuery in com.flowable.app.engine.impl
Methods in com.flowable.app.engine.impl that return AppVariableQuery -
Uses of AppVariableQuery in com.flowable.app.engine.impl.persistence.entity
Methods in com.flowable.app.engine.impl.persistence.entity that return AppVariableQueryModifier and TypeMethodDescriptionAppVariableEntityManager.createAppVariableQuery()
AppVariableEntityManagerImpl.createAppVariableQuery()
-
Uses of AppVariableQuery in com.flowable.app.engine.impl.repository
Classes in com.flowable.app.engine.impl.repository that implement AppVariableQueryMethods in com.flowable.app.engine.impl.repository that return AppVariableQuery -
Uses of AppVariableQuery in com.flowable.core.app.api
Methods in com.flowable.core.app.api that return AppVariableQueryModifier and TypeMethodDescriptionQuery for app variables with the given app key.CoreAppRepositoryService.createAppVariableQuery()
Query for the app variable with the given id.AppVariableQuery.orderByVariableName()
Order the result by variable name.Query for app variables with the given tenant id.AppVariableQuery.tenantIdLike
(String tenantIdLike) Query for app variables like the given tenant id.AppVariableQuery.variableName
(String variableName) Query for app variables with the given variable name.AppVariableQuery.variableNameLike
(String variableNameLike) Query for app variables like the given variable name.AppVariableQuery.variableValueEquals
(String variableName, Object variableValue) Query for app variables with the given name and valueAppVariableQuery.variableValueLike
(String variableName, String variableValue) Query for app variables like the given name and valueAppVariableQuery.variableValueLikeIgnoreCase
(String variableName, String variableValue) Query for app variables like the given name and value (case insensitive)AppVariableQuery.variableValueNotEquals
(String variableName, Object variableValue) Query for app variables that don't have the given name and valueAppVariableQuery.withoutTenantId()
Query for app variables without a tenant id.