| Package | Description |
|---|---|
| org.bonitasoft.engine.persistence | |
| org.bonitasoft.engine.recorder.model | |
| org.bonitasoft.engine.search.descriptor | |
| org.bonitasoft.engine.services |
| Modifier and Type | Method and Description |
|---|---|
static FilterOption |
FilterOption.and() |
FilterOption |
FilterOption.between(Object from,
Object to) |
FilterOption |
FilterOption.equalsTo(Object value) |
FilterOption |
FilterOption.greaterThan(Object value) |
FilterOption |
FilterOption.greaterThanOrEquals(Object value) |
FilterOption |
FilterOption.in(Collection<?> values) |
FilterOption |
FilterOption.in(Object... value) |
static FilterOption |
FilterOption.leftParenthesis() |
FilterOption |
FilterOption.lessThan(Object value) |
FilterOption |
FilterOption.lessThanOrEquals(Object value) |
FilterOption |
FilterOption.like(Object value) |
static FilterOption |
FilterOption.or() |
static FilterOption |
FilterOption.rightParenthesis() |
| Modifier and Type | Method and Description |
|---|---|
List<FilterOption> |
QueryOptions.getFilters() |
| Modifier and Type | Method and Description |
|---|---|
void |
TenantHibernatePersistenceService.deleteByTenant(Class<? extends PersistentObject> entityClass,
List<FilterOption> filters) |
void |
PlatformHibernatePersistenceService.deleteByTenant(Class<? extends PersistentObject> entityClass,
List<FilterOption> filters) |
| Constructor and Description |
|---|
QueryOptions(int fromIndex,
int numberOfResults,
List<OrderByOption> orderByOptions,
List<FilterOption> filters,
SearchFields multipleFilter) |
QueryOptions(List<FilterOption> filters,
SearchFields multipleFilter)
Just for get number of elements on a table
|
| Modifier and Type | Method and Description |
|---|---|
List<FilterOption> |
DeleteAllRecord.getFilters() |
| Constructor and Description |
|---|
DeleteAllRecord(Class<? extends PersistentObject> entityClass,
List<FilterOption> filters) |
| Modifier and Type | Method and Description |
|---|---|
FilterOption |
SearchEntityDescriptor.constructFilterOption(SearchFilter filter,
FieldDescriptor fieldDescriptor) |
FilterOption |
SearchEntityDescriptor.getEntityFilter(SearchFilter filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceService.deleteByTenant(Class<? extends PersistentObject> entityClass,
List<FilterOption> filters)
Delete all elements of a specific table for a specific tenant
|
Copyright © 2018 Bonitasoft S.A.. All rights reserved.