|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.db.AuthorizationCheck
org.camunda.bpm.engine.impl.db.ListQueryParameterObject
org.camunda.bpm.engine.impl.AbstractQuery<IncidentQuery,Incident>
org.camunda.bpm.engine.impl.IncidentQueryImpl
public class IncidentQueryImpl
| Field Summary | |
|---|---|
protected String |
activityId
|
protected String |
causeIncidentId
|
protected String |
configuration
|
protected String |
executionId
|
protected String |
id
|
protected String |
incidentMessage
|
protected String |
incidentType
|
protected String |
processDefinitionId
|
protected String |
processInstanceId
|
protected String |
rootCauseIncidentId
|
| Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
|---|
commandContext, commandExecutor, expressions, orderingProperties, resultType, SORTORDER_ASC, SORTORDER_DESC |
| Fields inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
|---|
databaseType, DEFAULT_ORDER_BY, firstResult, maxResults, orderBy, parameter |
| Fields inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck |
|---|
authDefaultPerm, authGroupIds, authUserId, isAuthorizationCheckEnabled, permissionChecks |
| Constructor Summary | |
|---|---|
IncidentQueryImpl()
|
|
IncidentQueryImpl(CommandContext commandContext)
|
|
IncidentQueryImpl(CommandExecutor commandExecutor)
|
|
| Method Summary | |
|---|---|
IncidentQuery |
activityId(String activityId)
Only select incidents which contain an activity with the given id. |
IncidentQuery |
causeIncidentId(String causeIncidentId)
Only select incidents which contain the id of the cause incident. |
IncidentQuery |
configuration(String configuration)
Only select incidents which contain the configuration. |
long |
executeCount(CommandContext commandContext)
|
List<Incident> |
executeList(CommandContext commandContext,
Page page)
Executes the actual query to retrieve the list of results. |
IncidentQuery |
executionId(String executionId)
Only select incidents with the given id. |
IncidentQuery |
incidentId(String incidentId)
Only select incidents which have the given id. |
IncidentQuery |
incidentMessage(String incidentMessage)
Only select incidents which have the given incident message. |
IncidentQuery |
incidentType(String incidentType)
Only select incidents which have the given incident type. |
IncidentQuery |
orderByActivityId()
Order by activityId (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByCauseIncidentId()
Order by causeIncidentId (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByConfiguration()
Order by configuration (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByExecutionId()
Order by executionId (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByIncidentId()
Order by id (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByIncidentTimestamp()
Order by incidentTimestamp (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByIncidentType()
Order by incidentType (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByProcessDefinitionId()
Order by processDefinitionId (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByProcessInstanceId()
Order by processInstanceId (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
orderByRootCauseIncidentId()
Order by rootCauseIncidentId (needs to be followed by Query.asc() or Query.desc()). |
IncidentQuery |
processDefinitionId(String processDefinitionId)
Only select incidents which have the given process definition id. |
IncidentQuery |
processInstanceId(String processInstanceId)
Only select incidents which have the given process instance id. |
IncidentQuery |
rootCauseIncidentId(String rootCauseIncidentId)
Only select incidents which contain the id of the root cause incident. |
| Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery |
|---|
addExpression, asc, checkQueryOk, count, desc, direction, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteList, execute, executeSingleResult, extend, getExpressions, getMethod, getOrderBy, getOrderingProperties, list, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, setCommandExecutor, setExpressions, setOrderingProperties, singleResult |
| Methods inherited from class org.camunda.bpm.engine.impl.db.ListQueryParameterObject |
|---|
getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getParameter, setDatabaseType, setFirstResult, setMaxResults, setOrderBy, setParameter |
| Methods inherited from class org.camunda.bpm.engine.impl.db.AuthorizationCheck |
|---|
addPermissionCheck, getAuthDefaultPerm, getAuthGroupIds, getAuthUserId, getPermissionChecks, isAuthorizationCheckEnabled, setAuthDefaultPerm, setAuthGroupIds, setAuthorizationCheckEnabled, setAuthUserId, setPermissionChecks |
| 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 incidentType
protected String incidentMessage
protected String executionId
protected String activityId
protected String processInstanceId
protected String processDefinitionId
protected String causeIncidentId
protected String rootCauseIncidentId
protected String configuration
| Constructor Detail |
|---|
public IncidentQueryImpl()
public IncidentQueryImpl(CommandContext commandContext)
public IncidentQueryImpl(CommandExecutor commandExecutor)
| Method Detail |
|---|
public IncidentQuery incidentId(String incidentId)
IncidentQuery
incidentId in interface IncidentQuerypublic IncidentQuery incidentType(String incidentType)
IncidentQuery
incidentType in interface IncidentQuerypublic IncidentQuery incidentMessage(String incidentMessage)
IncidentQuery
incidentMessage in interface IncidentQuerypublic IncidentQuery executionId(String executionId)
IncidentQuery
executionId in interface IncidentQuerypublic IncidentQuery activityId(String activityId)
IncidentQuery
activityId in interface IncidentQuerypublic IncidentQuery processInstanceId(String processInstanceId)
IncidentQuery
processInstanceId in interface IncidentQuerypublic IncidentQuery processDefinitionId(String processDefinitionId)
IncidentQuery
processDefinitionId in interface IncidentQuerypublic IncidentQuery causeIncidentId(String causeIncidentId)
IncidentQuery
causeIncidentId in interface IncidentQuerypublic IncidentQuery rootCauseIncidentId(String rootCauseIncidentId)
IncidentQuery
rootCauseIncidentId in interface IncidentQuerypublic IncidentQuery configuration(String configuration)
IncidentQuery
configuration in interface IncidentQuerypublic IncidentQuery orderByIncidentId()
IncidentQueryQuery.asc() or Query.desc()).
orderByIncidentId in interface IncidentQuerypublic IncidentQuery orderByIncidentTimestamp()
IncidentQueryQuery.asc() or Query.desc()).
orderByIncidentTimestamp in interface IncidentQuerypublic IncidentQuery orderByIncidentType()
IncidentQueryQuery.asc() or Query.desc()).
orderByIncidentType in interface IncidentQuerypublic IncidentQuery orderByExecutionId()
IncidentQueryQuery.asc() or Query.desc()).
orderByExecutionId in interface IncidentQuerypublic IncidentQuery orderByActivityId()
IncidentQueryQuery.asc() or Query.desc()).
orderByActivityId in interface IncidentQuerypublic IncidentQuery orderByProcessInstanceId()
IncidentQueryQuery.asc() or Query.desc()).
orderByProcessInstanceId in interface IncidentQuerypublic IncidentQuery orderByProcessDefinitionId()
IncidentQueryQuery.asc() or Query.desc()).
orderByProcessDefinitionId in interface IncidentQuerypublic IncidentQuery orderByCauseIncidentId()
IncidentQueryQuery.asc() or Query.desc()).
orderByCauseIncidentId in interface IncidentQuerypublic IncidentQuery orderByRootCauseIncidentId()
IncidentQueryQuery.asc() or Query.desc()).
orderByRootCauseIncidentId in interface IncidentQuerypublic IncidentQuery orderByConfiguration()
IncidentQueryQuery.asc() or Query.desc()).
orderByConfiguration in interface IncidentQuerypublic long executeCount(CommandContext commandContext)
executeCount in class AbstractQuery<IncidentQuery,Incident>
public List<Incident> executeList(CommandContext commandContext,
Page page)
AbstractQuery
executeList in class AbstractQuery<IncidentQuery,Incident>page - used if the results must be paged. If null, no paging will be applied.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||