|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.engine.impl.AbstractQuery<HistoricExternalTaskLogQuery,HistoricExternalTaskLog>
org.camunda.bpm.engine.impl.HistoricExternalTaskLogQueryImpl
public class HistoricExternalTaskLogQueryImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
|---|
AbstractQuery.ResultType |
| Field Summary | |
|---|---|
protected String[] |
activityIds
|
protected String[] |
activityInstanceIds
|
protected String |
errorMessage
|
protected String[] |
executionIds
|
protected String |
externalTaskId
|
protected String |
id
|
protected Long |
priorityHigherThanOrEqual
|
protected Long |
priorityLowerThanOrEqual
|
protected String |
processDefinitionId
|
protected String |
processDefinitionKey
|
protected String |
processInstanceId
|
protected ExternalTaskState |
state
|
protected String[] |
tenantIds
|
protected String |
topicName
|
protected String |
workerId
|
| Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
|---|
commandExecutor, expressions, resultType, SORTORDER_ASC, SORTORDER_DESC, validators |
| Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
|---|
authCheck, databaseType, firstResult, maxResults, orderingProperties, parameter, tenantCheck |
| Constructor Summary | |
|---|---|
HistoricExternalTaskLogQueryImpl(CommandExecutor commandExecutor)
|
|
| Method Summary | |
|---|---|
HistoricExternalTaskLogQuery |
activityIdIn(String... activityIds)
Only select historic external task log entries which are associated with one of the given activity ids. |
HistoricExternalTaskLogQuery |
activityInstanceIdIn(String... activityInstanceIds)
Only select historic external task log entries which are associated with one of the given activity instance ids. |
HistoricExternalTaskLogQuery |
creationLog()
Only select created historic external task log entries. |
HistoricExternalTaskLogQuery |
deletionLog()
Only select deleted historic external task log entries. |
HistoricExternalTaskLogQuery |
errorMessage(String errorMessage)
Only select historic external task log entries with the given error message. |
long |
executeCount(CommandContext commandContext)
|
List<HistoricExternalTaskLog> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results. |
HistoricExternalTaskLogQuery |
executionIdIn(String... executionIds)
Only select historic external task log entries which are associated with one of the given execution ids. |
HistoricExternalTaskLogQuery |
externalTaskId(String externalTaskId)
Only select historic external task log entries with the given external task id. |
HistoricExternalTaskLogQuery |
failureLog()
Only select failed historic external task log entries. |
HistoricExternalTaskLogQuery |
logId(String historicExternalTaskLogId)
Only select historic external task log entries with the id. |
HistoricExternalTaskLogQuery |
orderByActivityId()
Order by activity id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByActivityInstanceId()
Order by activity instance id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByExecutionId()
Order by execution id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByExternalTaskId()
Order by external task id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByPriority()
Order by external task priority (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByProcessDefinitionId()
Order by process definition id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByProcessDefinitionKey()
Order by process definition key (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByProcessInstanceId()
Order by process instance id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByRetries()
Order by external task retries (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByTenantId()
Order by tenant id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByTimestamp()
Order by timestamp (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByTopicName()
Order by topic name (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
orderByWorkerId()
Order by worker id (needs to be followed by Query.asc() or Query.desc()). |
HistoricExternalTaskLogQuery |
priorityHigherThanOrEquals(long priority)
Only select log entries where the external task had a priority higher than or equal to the given priority. |
HistoricExternalTaskLogQuery |
priorityLowerThanOrEquals(long priority)
Only select log entries where the external task had a priority lower than or equal to the given priority. |
HistoricExternalTaskLogQuery |
processDefinitionId(String processDefinitionId)
Only select historic external task log entries with the process definition id. |
HistoricExternalTaskLogQuery |
processDefinitionKey(String processDefinitionKey)
Only select historic external task log entries with the process instance key. |
HistoricExternalTaskLogQuery |
processInstanceId(String processInstanceId)
Only select historic external task log entries with the process instance id. |
protected void |
setState(ExternalTaskState state)
|
HistoricExternalTaskLogQuery |
successLog()
Only select successful historic external task log entries. |
HistoricExternalTaskLogQuery |
tenantIdIn(String... tenantIds)
Only select historic external task log entries that belong to one of the given tenant ids. |
HistoricExternalTaskLogQuery |
topicName(String topicName)
Only select historic external task log entries with the given topic name. |
HistoricExternalTaskLogQuery |
workerId(String workerId)
Only select historic external task log entries with the given worker id. |
| Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
|---|
addExpression, addValidator, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeIdsList, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, validate, validate |
| Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
|---|
getAuthCheck, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getOrderingProperties, getParameter, getTenantCheck, setAuthCheck, setDatabaseType, setFirstResult, setMaxResults, setOrderingProperties, setParameter, setTenantCheck |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.camunda.bpm.engine.query.Query |
|---|
asc, count, desc, list, listPage, singleResult |
| Field Detail |
|---|
protected String id
protected String externalTaskId
protected String topicName
protected String workerId
protected String errorMessage
protected String[] activityIds
protected String[] activityInstanceIds
protected String[] executionIds
protected String processInstanceId
protected String processDefinitionId
protected String processDefinitionKey
protected Long priorityHigherThanOrEqual
protected Long priorityLowerThanOrEqual
protected String[] tenantIds
protected ExternalTaskState state
| Constructor Detail |
|---|
public HistoricExternalTaskLogQueryImpl(CommandExecutor commandExecutor)
| Method Detail |
|---|
public HistoricExternalTaskLogQuery logId(String historicExternalTaskLogId)
HistoricExternalTaskLogQuery
logId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery externalTaskId(String externalTaskId)
HistoricExternalTaskLogQuery
externalTaskId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery topicName(String topicName)
HistoricExternalTaskLogQuery
topicName in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery workerId(String workerId)
HistoricExternalTaskLogQuery
workerId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery errorMessage(String errorMessage)
HistoricExternalTaskLogQuery
errorMessage in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery activityIdIn(String... activityIds)
HistoricExternalTaskLogQuery
activityIdIn in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery activityInstanceIdIn(String... activityInstanceIds)
HistoricExternalTaskLogQuery
activityInstanceIdIn in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery executionIdIn(String... executionIds)
HistoricExternalTaskLogQuery
executionIdIn in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery processInstanceId(String processInstanceId)
HistoricExternalTaskLogQuery
processInstanceId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery processDefinitionId(String processDefinitionId)
HistoricExternalTaskLogQuery
processDefinitionId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery processDefinitionKey(String processDefinitionKey)
HistoricExternalTaskLogQuery
processDefinitionKey in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery tenantIdIn(String... tenantIds)
HistoricExternalTaskLogQuery
tenantIdIn in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery priorityHigherThanOrEquals(long priority)
HistoricExternalTaskLogQuery
priorityHigherThanOrEquals in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery priorityLowerThanOrEquals(long priority)
HistoricExternalTaskLogQuery
priorityLowerThanOrEquals in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery creationLog()
HistoricExternalTaskLogQuery
creationLog in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery failureLog()
HistoricExternalTaskLogQuery
failureLog in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery successLog()
HistoricExternalTaskLogQuery
successLog in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery deletionLog()
HistoricExternalTaskLogQuery
deletionLog in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByTimestamp()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByTimestamp in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByExternalTaskId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByExternalTaskId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByRetries()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByRetries in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByPriority()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByPriority in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByTopicName()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByTopicName in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByWorkerId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByWorkerId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByActivityId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByActivityId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByActivityInstanceId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByActivityInstanceId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByExecutionId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByExecutionId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByProcessInstanceId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByProcessInstanceId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByProcessDefinitionId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByProcessDefinitionId in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByProcessDefinitionKey()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
orderByProcessDefinitionKey in interface HistoricExternalTaskLogQuerypublic HistoricExternalTaskLogQuery orderByTenantId()
HistoricExternalTaskLogQueryQuery.asc() or Query.desc()).
Note that the ordering of external task log entries without tenant id is database-specific.
orderByTenantId in interface HistoricExternalTaskLogQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<HistoricExternalTaskLogQuery,HistoricExternalTaskLog>
public List<HistoricExternalTaskLog> executeList(CommandContext commandContext,
Page page)
AbstractQuery
executeList in class AbstractQuery<HistoricExternalTaskLogQuery,HistoricExternalTaskLog>page - used if the results must be paged. If null, no paging will be applied.protected void setState(ExternalTaskState state)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||