Modifier and Type | Method and Description |
---|---|
<T,Q extends Query<?,T>> |
FilterService.list(String filterId,
Q extendingQuery)
Executes the extended query of a filter and returns the result as list.
|
<T,Q extends Query<?,T>> |
FilterService.listPage(String filterId,
Q extendingQuery,
int firstResult,
int maxResults)
Executes the extended query of a filter and returns the result in the given boundaries as list.
|
<T,Q extends Query<?,T>> |
FilterService.singleResult(String filterId,
Q extendingQuery)
Executes the extended query of the filter and returns the a single result.
|
Modifier and Type | Method and Description |
---|---|
Long |
FilterService.count(String filterId,
Query<?,?> extendingQuery)
Executes the extended query of the filter and returns the result count.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthorizationQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchQuery
Query for
Batch instances. |
interface |
BatchStatisticsQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
HistoricBatchQuery
Query for
HistoricBatch instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExternalTaskQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
FilterQuery |
Modifier and Type | Method and Description |
---|---|
<T extends Query<?,?>> |
Filter.extend(T extendingQuery)
Extends the query with the additional query.
|
<T extends Query<?,?>> |
Filter.getQuery() |
<T extends Query<?,?>> |
Filter.setQuery(T query) |
Modifier and Type | Interface and Description |
---|---|
interface |
GroupQuery
Allows to programmatically query for
Group s. |
interface |
TenantQuery
Allows to programmatically query for
Tenant s. |
interface |
UserQuery
Allows programmatic querying of
User |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuery<T extends Query<?,?>,U>
Abstract superclass for all query types.
|
class |
AbstractVariableQueryImpl<T extends Query<?,?>,U>
Abstract query class that adds methods to query for variable values.
|
Modifier and Type | Method and Description |
---|---|
<T,Q extends Query<?,T>> |
FilterServiceImpl.list(String filterId,
Q extendingQuery) |
<T,Q extends Query<?,T>> |
FilterServiceImpl.listPage(String filterId,
Q extendingQuery,
int firstResult,
int maxResults) |
<T,Q extends Query<?,T>> |
FilterServiceImpl.singleResult(String filterId,
Q extendingQuery) |
Modifier and Type | Method and Description |
---|---|
Long |
FilterServiceImpl.count(String filterId,
Query<?,?> extendingQuery) |
Modifier and Type | Class and Description |
---|---|
class |
BatchQueryImpl |
class |
BatchStatisticsQueryImpl |
Modifier and Type | Class and Description |
---|---|
class |
HistoricBatchQueryImpl |
Modifier and Type | Field and Description |
---|---|
protected Query<?,?> |
AbstractExecuteFilterCmd.extendingQuery |
Modifier and Type | Method and Description |
---|---|
protected Query<?,?> |
AbstractExecuteFilterCmd.getFilterQuery(CommandContext commandContext) |
Constructor and Description |
---|
AbstractExecuteFilterCmd(String filterId,
Query<?,?> extendingQuery) |
ExecuteFilterCountCmd(String filterId,
Query<?,?> extendingQuery) |
ExecuteFilterListCmd(String filterId,
Query<?,?> extendingQuery) |
ExecuteFilterListPageCmd(String filterId,
Query<?,?> extendingQuery,
int firstResult,
int maxResults) |
ExecuteFilterSingleResultCmd(String filterId,
Query<?,?> extendingQuery) |
Modifier and Type | Class and Description |
---|---|
class |
CaseDefinitionQueryImpl |
Modifier and Type | Class and Description |
---|---|
class |
CaseExecutionQueryImpl |
class |
CaseInstanceQueryImpl |
class |
CaseSentryPartQueryImpl
This query is currently not public API on purpose.
|
Modifier and Type | Class and Description |
---|---|
class |
DecisionDefinitionQueryImpl |
class |
DecisionRequirementsDefinitionQueryImpl |
Modifier and Type | Class and Description |
---|---|
class |
FilterQueryImpl |
Modifier and Type | Class and Description |
---|---|
class |
DbGroupQueryImpl |
class |
DbTenantQueryImpl |
class |
DbUserQueryImpl |
Modifier and Type | Method and Description |
---|---|
<T extends Query<?,?>> |
FilterEntity.extend(T extendingQuery) |
<T extends Query<?,?>> |
FilterEntity.getQuery() |
<T extends Query<?,?>> |
FilterEntity.setQuery(T query) |
Modifier and Type | Interface and Description |
---|---|
interface |
ActivityStatisticsQuery |
interface |
DeploymentStatisticsQuery |
interface |
JobDefinitionQuery
Allows programmatic querying of
JobDefinition s. |
interface |
ProcessDefinitionStatisticsQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
Query<T extends Query<?,?>,U>
Describes basic methods for querying.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CaseDefinitionQuery |
interface |
DecisionDefinitionQuery |
interface |
DecisionRequirementsDefinitionQuery |
interface |
DeploymentQuery
Allows programmatic querying of
Deployment s. |
interface |
ProcessDefinitionQuery
Allows programmatic querying of
ProcessDefinition s. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQueryDto<T extends Query<?,?>>
Defines common query operations, such as sorting options and validation.
|
Modifier and Type | Method and Description |
---|---|
static TaskQueryDto |
TaskQueryDto.fromQuery(Query<?,?> query) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceProvider<T extends Query<?,U>,U,DTO>
Base class to unify the getResource(boolean deserialized) and
getResourceBinary() methods for several subclasses.
|
Modifier and Type | Method and Description |
---|---|
protected abstract Query<T,U> |
AbstractResourceProvider.baseQueryForBinaryVariable()
Create the query we need for fetching the desired result.
|
protected abstract Query<T,U> |
AbstractResourceProvider.baseQueryForVariable(boolean deserializeObjectValue)
TODO change comment Create the query we need for fetching the desired
result.
|
Modifier and Type | Method and Description |
---|---|
protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance> |
HistoricVariableInstanceResourceImpl.baseQueryForBinaryVariable() |
protected Query<HistoricDetailQuery,HistoricDetail> |
HistoricDetailResourceImpl.baseQueryForBinaryVariable() |
protected Query<HistoricVariableInstanceQuery,HistoricVariableInstance> |
HistoricVariableInstanceResourceImpl.baseQueryForVariable(boolean deserializeObjectValue) |
protected Query<HistoricDetailQuery,HistoricDetail> |
HistoricDetailResourceImpl.baseQueryForVariable(boolean deserializeObjectValue) |
Modifier and Type | Method and Description |
---|---|
protected Query<VariableInstanceQuery,VariableInstance> |
VariableInstanceResourceImpl.baseQueryForBinaryVariable() |
protected Query<VariableInstanceQuery,VariableInstance> |
VariableInstanceResourceImpl.baseQueryForVariable(boolean deserializeObjectValue) |
protected Query |
FilterResourceImpl.convertQuery(String queryString) |
Modifier and Type | Interface and Description |
---|---|
interface |
CaseExecutionQuery |
interface |
CaseInstanceQuery |
interface |
EventSubscriptionQuery
Allows querying of event subscriptions.
|
interface |
ExecutionQuery
Allows programmatic querying of
Execution s. |
interface |
IncidentQuery |
interface |
JobQuery
Allows programmatic querying of
Job s. |
interface |
ProcessInstanceQuery
Allows programmatic querying of
ProcessInstance s. |
interface |
VariableInstanceQuery |
Modifier and Type | Interface and Description |
---|---|
interface |
TaskQuery
Allows programmatic querying of
Task s; |
Modifier and Type | Class and Description |
---|---|
class |
LdapGroupQuery |
class |
LdapTenantQuery
Since multi-tenancy is not supported for the LDAP plugin, the query always
returns
0 or an empty list. |
class |
LdapUserQueryImpl |
Copyright © 2017. All rights reserved.