AppVariableQuery |
AppVariableQuery.appKey(String appKey) |
Query for app variables with the given app key.
|
AppVariableQuery |
CoreAppRepositoryService.createAppVariableQuery() |
|
AppVariableQuery |
AppVariableQuery.id(String id) |
Query for the app variable with the given id.
|
AppVariableQuery |
AppVariableQuery.orderByVariableName() |
Order the result by variable name.
|
AppVariableQuery |
AppVariableQuery.tenantId(String tenantId) |
Query for app variables with the given tenant id.
|
AppVariableQuery |
AppVariableQuery.tenantIdLike(String tenantIdLike) |
Query for app variables like the given tenant id.
|
AppVariableQuery |
AppVariableQuery.variableName(String variableName) |
Query for app variables with the given variable name.
|
AppVariableQuery |
AppVariableQuery.variableNameLike(String variableNameLike) |
Query for app variables like the given variable name.
|
AppVariableQuery |
AppVariableQuery.variableValueEquals(String variableName,
Object variableValue) |
Query for app variables with the given name and value
|
AppVariableQuery |
AppVariableQuery.variableValueLike(String variableName,
String variableValue) |
Query for app variables like the given name and value
|
AppVariableQuery |
AppVariableQuery.variableValueLikeIgnoreCase(String variableName,
String variableValue) |
Query for app variables like the given name and value (case insensitive)
|
AppVariableQuery |
AppVariableQuery.variableValueNotEquals(String variableName,
Object variableValue) |
Query for app variables that don't have the given name and value
|
AppVariableQuery |
AppVariableQuery.withoutTenantId() |
Query for app variables without a tenant id.
|