Uses of Interface
com.flowable.core.app.api.AppVariableQuery
Package
Description
-
Uses of AppVariableQuery in com.flowable.app.engine.impl
-
Uses of AppVariableQuery in com.flowable.app.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionAppVariableEntityManager.createAppVariableQuery()
AppVariableEntityManagerImpl.createAppVariableQuery()
-
Uses of AppVariableQuery in com.flowable.app.engine.impl.repository
-
Uses of AppVariableQuery in com.flowable.core.app.api
Modifier 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.