Package org.camunda.bpm.engine.impl
Class HistoricIncidentQueryImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.db.ListQueryParameterObject
-
- org.camunda.bpm.engine.impl.AbstractQuery<T,U>
-
- org.camunda.bpm.engine.impl.AbstractVariableQueryImpl<HistoricIncidentQuery,HistoricIncident>
-
- org.camunda.bpm.engine.impl.HistoricIncidentQueryImpl
-
- All Implemented Interfaces:
java.io.Serializable
,HistoricIncidentQuery
,Command<java.lang.Object>
,Query<HistoricIncidentQuery,HistoricIncident>
public class HistoricIncidentQueryImpl extends AbstractVariableQueryImpl<HistoricIncidentQuery,HistoricIncident> implements HistoricIncidentQuery
- Author:
- Roman Smirnov
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.camunda.bpm.engine.impl.AbstractQuery
AbstractQuery.ResultType
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
activityId
protected java.lang.String
causeIncidentId
protected java.lang.String
configuration
protected java.util.Date
createTimeAfter
protected java.util.Date
createTimeBefore
protected java.util.Date
endTimeAfter
protected java.util.Date
endTimeBefore
protected java.lang.String
executionId
protected java.lang.String
failedActivityId
protected java.lang.String
historyConfiguration
protected java.lang.String
id
protected java.lang.String
incidentMessage
protected java.lang.String
incidentMessageLike
protected IncidentState
incidentState
protected java.lang.String
incidentType
protected boolean
isTenantIdSet
protected java.lang.String[]
jobDefinitionIds
protected java.lang.String
processDefinitionId
protected java.lang.String
processDefinitionKey
protected java.lang.String[]
processDefinitionKeys
protected java.lang.String
processInstanceId
protected java.lang.String
rootCauseIncidentId
protected java.lang.String[]
tenantIds
-
Fields inherited from class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
queryVariableValues, variableNamesIgnoreCase, variableValuesIgnoreCase
-
Fields inherited from class org.camunda.bpm.engine.impl.AbstractQuery
commandExecutor, expressions, maxResultsLimitEnabled, 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
Constructors Constructor Description HistoricIncidentQueryImpl()
HistoricIncidentQueryImpl(CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HistoricIncidentQuery
activityId(java.lang.String activityId)
Only select historic incidents which contain an activity with the given id.HistoricIncidentQuery
causeIncidentId(java.lang.String causeIncidentId)
Only select historic incidents which contain the id of the cause incident.HistoricIncidentQuery
configuration(java.lang.String configuration)
Only select incidents which contain the configuration.HistoricIncidentQuery
createTimeAfter(java.util.Date createTimeAfter)
Only select historic incidents which have a createTime date after the given dateHistoricIncidentQuery
createTimeBefore(java.util.Date createTimeBefore)
Only select historic incidents which have a createTime date before the given dateHistoricIncidentQuery
deleted()
Only select historic incidents which are deleted.HistoricIncidentQuery
endTimeAfter(java.util.Date endTimeAfter)
Only select historic incidents which have an endTimeAfter date after the given dateHistoricIncidentQuery
endTimeBefore(java.util.Date endTimeBefore)
Only select historic incidents which have an endTimeBefore date before the given datelong
executeCount(CommandContext commandContext)
java.util.List<HistoricIncident>
executeList(CommandContext commandContext, Page page)
Executes the actual query to retrieve the list of results.HistoricIncidentQuery
executionId(java.lang.String executionId)
Only select historic incidents with the given id.HistoricIncidentQuery
failedActivityId(java.lang.String activityId)
Only select historic incidents which were created due to a failure at an activity with the given id.java.lang.String
getActivityId()
java.lang.String
getCauseIncidentId()
java.lang.String
getConfiguration()
java.lang.String
getExecutionId()
java.lang.String
getFailedActivityId()
java.lang.String
getHistoryConfiguration()
java.lang.String
getId()
java.lang.String
getIncidentMessage()
IncidentState
getIncidentState()
java.lang.String
getIncidentType()
java.lang.String
getProcessDefinitionId()
java.lang.String[]
getProcessDefinitionKeys()
java.lang.String
getProcessInstanceId()
java.lang.String
getRootCauseIncidentId()
HistoricIncidentQuery
historyConfiguration(java.lang.String historyConfiguration)
Only select incidents which contain the historyConfiguration.HistoricIncidentQuery
incidentId(java.lang.String incidentId)
Only select historic incidents which have the given id.HistoricIncidentQuery
incidentMessage(java.lang.String incidentMessage)
Only select historic incidents which have the given incident message.HistoricIncidentQuery
incidentMessageLike(java.lang.String incidentMessageLike)
Only select historic incidents which incident message is like the given valueHistoricIncidentQuery
incidentType(java.lang.String incidentType)
Only select historic incidents which have the given incident type.boolean
isTenantIdSet()
HistoricIncidentQuery
jobDefinitionIdIn(java.lang.String... jobDefinitionIds)
Only select incidents that belong to one of the given job definition ids.HistoricIncidentQuery
open()
Only select historic incidents which are open.HistoricIncidentQuery
orderByActivityId()
Order by activityId (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByCauseIncidentId()
Order by causeIncidentId (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByConfiguration()
Order by configuration (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByCreateTime()
Order by create time (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByEndTime()
Order by end time (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByExecutionId()
Order by executionId (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByHistoryConfiguration()
Order by historyConfiguration (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByIncidentId()
Order by id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByIncidentMessage()
Order by message (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByIncidentState()
Order by incidentState (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByIncidentType()
Order by incidentType (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByProcessDefinitionId()
Order by processDefinitionId (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByProcessDefinitionKey()
Order by processDefinitionKey (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByProcessInstanceId()
Order by processInstanceId (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByRootCauseIncidentId()
Order by rootCauseIncidentId (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
orderByTenantId()
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
).HistoricIncidentQuery
processDefinitionId(java.lang.String processDefinitionId)
Only select historic incidents which have the given process definition id.HistoricIncidentQuery
processDefinitionKey(java.lang.String processDefinitionKey)
Only select historic incidents which have the given processDefinitionKey.HistoricIncidentQuery
processDefinitionKeyIn(java.lang.String... processDefinitionKeys)
Only select historic incidents which have one of the given process definition keys.HistoricIncidentQuery
processInstanceId(java.lang.String processInstanceId)
Only select historic incidents which have the given process instance id.HistoricIncidentQuery
resolved()
Only select historic incidents which are resolved.HistoricIncidentQuery
rootCauseIncidentId(java.lang.String rootCauseIncidentId)
Only select historic incidents which contain the id of the root cause incident.HistoricIncidentQuery
tenantIdIn(java.lang.String... tenantIds)
Only select historic incidents that belong to one of the given tenant ids.HistoricIncidentQuery
withoutTenantId()
Only selects historic incidents that have no tenant id.-
Methods inherited from class org.camunda.bpm.engine.impl.AbstractVariableQueryImpl
addVariable, createQueryVariableValue, ensureVariablesInitialized, getQueryVariableValues, isVariableNamesIgnoreCase, isVariableValuesIgnoreCase, matchVariableNamesIgnoreCase, matchVariableValuesIgnoreCase, validateVariable, variableValueEquals, variableValueGreaterThan, variableValueGreaterThanOrEqual, variableValueLessThan, variableValueLessThanOrEqual, variableValueLike, variableValueNotEquals, variableValueNotLike
-
Methods inherited from class org.camunda.bpm.engine.impl.AbstractQuery
addExpression, addValidator, asc, checkMaxResultsLimit, checkQueryOk, count, desc, direction, disableMaxResultsLimit, enableMaxResultsLimit, evaluateExpressions, evaluateExpressionsAndExecuteCount, evaluateExpressionsAndExecuteDeploymentIdMappingsList, evaluateExpressionsAndExecuteIdsList, evaluateExpressionsAndExecuteList, execute, executeDeploymentIdMappingsList, executeIdsList, executeResult, executeSingleResult, extend, getExpressions, getMethod, hasExcludingConditions, list, listDeploymentIdMappings, listIds, listPage, mergeExpressions, mergeOrdering, orderBy, orderBy, removeValidator, setCommandExecutor, setExpressions, singleResult, unlimitedList, 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.impl.interceptor.Command
isRetryable
-
Methods inherited from interface org.camunda.bpm.engine.query.Query
asc, count, desc, list, listPage, singleResult, unlimitedList
-
-
-
-
Field Detail
-
id
protected java.lang.String id
-
incidentType
protected java.lang.String incidentType
-
incidentMessage
protected java.lang.String incidentMessage
-
incidentMessageLike
protected java.lang.String incidentMessageLike
-
executionId
protected java.lang.String executionId
-
activityId
protected java.lang.String activityId
-
createTimeBefore
protected java.util.Date createTimeBefore
-
createTimeAfter
protected java.util.Date createTimeAfter
-
endTimeBefore
protected java.util.Date endTimeBefore
-
endTimeAfter
protected java.util.Date endTimeAfter
-
failedActivityId
protected java.lang.String failedActivityId
-
processInstanceId
protected java.lang.String processInstanceId
-
processDefinitionId
protected java.lang.String processDefinitionId
-
processDefinitionKey
protected java.lang.String processDefinitionKey
-
processDefinitionKeys
protected java.lang.String[] processDefinitionKeys
-
causeIncidentId
protected java.lang.String causeIncidentId
-
rootCauseIncidentId
protected java.lang.String rootCauseIncidentId
-
configuration
protected java.lang.String configuration
-
historyConfiguration
protected java.lang.String historyConfiguration
-
incidentState
protected IncidentState incidentState
-
tenantIds
protected java.lang.String[] tenantIds
-
isTenantIdSet
protected boolean isTenantIdSet
-
jobDefinitionIds
protected java.lang.String[] jobDefinitionIds
-
-
Constructor Detail
-
HistoricIncidentQueryImpl
public HistoricIncidentQueryImpl()
-
HistoricIncidentQueryImpl
public HistoricIncidentQueryImpl(CommandExecutor commandExecutor)
-
-
Method Detail
-
incidentId
public HistoricIncidentQuery incidentId(java.lang.String incidentId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have the given id.- Specified by:
incidentId
in interfaceHistoricIncidentQuery
-
incidentType
public HistoricIncidentQuery incidentType(java.lang.String incidentType)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have the given incident type.- Specified by:
incidentType
in interfaceHistoricIncidentQuery
-
incidentMessage
public HistoricIncidentQuery incidentMessage(java.lang.String incidentMessage)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have the given incident message.- Specified by:
incidentMessage
in interfaceHistoricIncidentQuery
-
incidentMessageLike
public HistoricIncidentQuery incidentMessageLike(java.lang.String incidentMessageLike)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which incident message is like the given value- Specified by:
incidentMessageLike
in interfaceHistoricIncidentQuery
- Parameters:
incidentMessageLike
- The string can include the wildcard character '%' to express like-strategy: starts with (string%), ends with (%string) or contains (%string%).
-
executionId
public HistoricIncidentQuery executionId(java.lang.String executionId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents with the given id.- Specified by:
executionId
in interfaceHistoricIncidentQuery
-
createTimeBefore
public HistoricIncidentQuery createTimeBefore(java.util.Date createTimeBefore)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have a createTime date before the given date- Specified by:
createTimeBefore
in interfaceHistoricIncidentQuery
-
createTimeAfter
public HistoricIncidentQuery createTimeAfter(java.util.Date createTimeAfter)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have a createTime date after the given date- Specified by:
createTimeAfter
in interfaceHistoricIncidentQuery
-
endTimeBefore
public HistoricIncidentQuery endTimeBefore(java.util.Date endTimeBefore)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have an endTimeBefore date before the given date- Specified by:
endTimeBefore
in interfaceHistoricIncidentQuery
-
endTimeAfter
public HistoricIncidentQuery endTimeAfter(java.util.Date endTimeAfter)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have an endTimeAfter date after the given date- Specified by:
endTimeAfter
in interfaceHistoricIncidentQuery
-
activityId
public HistoricIncidentQuery activityId(java.lang.String activityId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which contain an activity with the given id.- Specified by:
activityId
in interfaceHistoricIncidentQuery
-
failedActivityId
public HistoricIncidentQuery failedActivityId(java.lang.String activityId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which were created due to a failure at an activity with the given id.- Specified by:
failedActivityId
in interfaceHistoricIncidentQuery
-
processInstanceId
public HistoricIncidentQuery processInstanceId(java.lang.String processInstanceId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have the given process instance id.- Specified by:
processInstanceId
in interfaceHistoricIncidentQuery
-
processDefinitionId
public HistoricIncidentQuery processDefinitionId(java.lang.String processDefinitionId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have the given process definition id.- Specified by:
processDefinitionId
in interfaceHistoricIncidentQuery
-
processDefinitionKey
public HistoricIncidentQuery processDefinitionKey(java.lang.String processDefinitionKey)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have the given processDefinitionKey.- Specified by:
processDefinitionKey
in interfaceHistoricIncidentQuery
-
processDefinitionKeyIn
public HistoricIncidentQuery processDefinitionKeyIn(java.lang.String... processDefinitionKeys)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which have one of the given process definition keys.- Specified by:
processDefinitionKeyIn
in interfaceHistoricIncidentQuery
-
causeIncidentId
public HistoricIncidentQuery causeIncidentId(java.lang.String causeIncidentId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which contain the id of the cause incident.- Specified by:
causeIncidentId
in interfaceHistoricIncidentQuery
-
rootCauseIncidentId
public HistoricIncidentQuery rootCauseIncidentId(java.lang.String rootCauseIncidentId)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which contain the id of the root cause incident.- Specified by:
rootCauseIncidentId
in interfaceHistoricIncidentQuery
-
tenantIdIn
public HistoricIncidentQuery tenantIdIn(java.lang.String... tenantIds)
Description copied from interface:HistoricIncidentQuery
Only select historic incidents that belong to one of the given tenant ids.- Specified by:
tenantIdIn
in interfaceHistoricIncidentQuery
-
withoutTenantId
public HistoricIncidentQuery withoutTenantId()
Description copied from interface:HistoricIncidentQuery
Only selects historic incidents that have no tenant id.- Specified by:
withoutTenantId
in interfaceHistoricIncidentQuery
-
configuration
public HistoricIncidentQuery configuration(java.lang.String configuration)
Description copied from interface:HistoricIncidentQuery
Only select incidents which contain the configuration.- Specified by:
configuration
in interfaceHistoricIncidentQuery
-
historyConfiguration
public HistoricIncidentQuery historyConfiguration(java.lang.String historyConfiguration)
Description copied from interface:HistoricIncidentQuery
Only select incidents which contain the historyConfiguration.- Specified by:
historyConfiguration
in interfaceHistoricIncidentQuery
-
jobDefinitionIdIn
public HistoricIncidentQuery jobDefinitionIdIn(java.lang.String... jobDefinitionIds)
Description copied from interface:HistoricIncidentQuery
Only select incidents that belong to one of the given job definition ids.- Specified by:
jobDefinitionIdIn
in interfaceHistoricIncidentQuery
-
open
public HistoricIncidentQuery open()
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which are open.- Specified by:
open
in interfaceHistoricIncidentQuery
-
resolved
public HistoricIncidentQuery resolved()
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which are resolved.- Specified by:
resolved
in interfaceHistoricIncidentQuery
-
deleted
public HistoricIncidentQuery deleted()
Description copied from interface:HistoricIncidentQuery
Only select historic incidents which are deleted.- Specified by:
deleted
in interfaceHistoricIncidentQuery
-
orderByIncidentId
public HistoricIncidentQuery orderByIncidentId()
Description copied from interface:HistoricIncidentQuery
Order by id (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByIncidentId
in interfaceHistoricIncidentQuery
-
orderByIncidentMessage
public HistoricIncidentQuery orderByIncidentMessage()
Description copied from interface:HistoricIncidentQuery
Order by message (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByIncidentMessage
in interfaceHistoricIncidentQuery
-
orderByCreateTime
public HistoricIncidentQuery orderByCreateTime()
Description copied from interface:HistoricIncidentQuery
Order by create time (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByCreateTime
in interfaceHistoricIncidentQuery
-
orderByEndTime
public HistoricIncidentQuery orderByEndTime()
Description copied from interface:HistoricIncidentQuery
Order by end time (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByEndTime
in interfaceHistoricIncidentQuery
-
orderByIncidentType
public HistoricIncidentQuery orderByIncidentType()
Description copied from interface:HistoricIncidentQuery
Order by incidentType (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByIncidentType
in interfaceHistoricIncidentQuery
-
orderByExecutionId
public HistoricIncidentQuery orderByExecutionId()
Description copied from interface:HistoricIncidentQuery
Order by executionId (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByExecutionId
in interfaceHistoricIncidentQuery
-
orderByActivityId
public HistoricIncidentQuery orderByActivityId()
Description copied from interface:HistoricIncidentQuery
Order by activityId (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByActivityId
in interfaceHistoricIncidentQuery
-
orderByProcessInstanceId
public HistoricIncidentQuery orderByProcessInstanceId()
Description copied from interface:HistoricIncidentQuery
Order by processInstanceId (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByProcessInstanceId
in interfaceHistoricIncidentQuery
-
orderByProcessDefinitionKey
public HistoricIncidentQuery orderByProcessDefinitionKey()
Description copied from interface:HistoricIncidentQuery
Order by processDefinitionKey (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByProcessDefinitionKey
in interfaceHistoricIncidentQuery
-
orderByProcessDefinitionId
public HistoricIncidentQuery orderByProcessDefinitionId()
Description copied from interface:HistoricIncidentQuery
Order by processDefinitionId (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByProcessDefinitionId
in interfaceHistoricIncidentQuery
-
orderByCauseIncidentId
public HistoricIncidentQuery orderByCauseIncidentId()
Description copied from interface:HistoricIncidentQuery
Order by causeIncidentId (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByCauseIncidentId
in interfaceHistoricIncidentQuery
-
orderByRootCauseIncidentId
public HistoricIncidentQuery orderByRootCauseIncidentId()
Description copied from interface:HistoricIncidentQuery
Order by rootCauseIncidentId (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByRootCauseIncidentId
in interfaceHistoricIncidentQuery
-
orderByConfiguration
public HistoricIncidentQuery orderByConfiguration()
Description copied from interface:HistoricIncidentQuery
Order by configuration (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByConfiguration
in interfaceHistoricIncidentQuery
-
orderByHistoryConfiguration
public HistoricIncidentQuery orderByHistoryConfiguration()
Description copied from interface:HistoricIncidentQuery
Order by historyConfiguration (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByHistoryConfiguration
in interfaceHistoricIncidentQuery
-
orderByIncidentState
public HistoricIncidentQuery orderByIncidentState()
Description copied from interface:HistoricIncidentQuery
Order by incidentState (needs to be followed byQuery.asc()
orQuery.desc()
).- Specified by:
orderByIncidentState
in interfaceHistoricIncidentQuery
-
orderByTenantId
public HistoricIncidentQuery orderByTenantId()
Description copied from interface:HistoricIncidentQuery
Order by tenant id (needs to be followed byQuery.asc()
orQuery.desc()
). Note that the ordering of incidents without tenant id is database-specific.- Specified by:
orderByTenantId
in interfaceHistoricIncidentQuery
-
executeCount
public long executeCount(CommandContext commandContext)
- Specified by:
executeCount
in classAbstractVariableQueryImpl<HistoricIncidentQuery,HistoricIncident>
-
executeList
public java.util.List<HistoricIncident> executeList(CommandContext commandContext, Page page)
Description copied from class:AbstractQuery
Executes the actual query to retrieve the list of results.- Specified by:
executeList
in classAbstractVariableQueryImpl<HistoricIncidentQuery,HistoricIncident>
page
- used if the results must be paged. If null, no paging will be applied.
-
getId
public java.lang.String getId()
-
getIncidentType
public java.lang.String getIncidentType()
-
getIncidentMessage
public java.lang.String getIncidentMessage()
-
getExecutionId
public java.lang.String getExecutionId()
-
getActivityId
public java.lang.String getActivityId()
-
getFailedActivityId
public java.lang.String getFailedActivityId()
-
getProcessInstanceId
public java.lang.String getProcessInstanceId()
-
getProcessDefinitionId
public java.lang.String getProcessDefinitionId()
-
getProcessDefinitionKeys
public java.lang.String[] getProcessDefinitionKeys()
-
getCauseIncidentId
public java.lang.String getCauseIncidentId()
-
getRootCauseIncidentId
public java.lang.String getRootCauseIncidentId()
-
getConfiguration
public java.lang.String getConfiguration()
-
getHistoryConfiguration
public java.lang.String getHistoryConfiguration()
-
getIncidentState
public IncidentState getIncidentState()
-
isTenantIdSet
public boolean isTenantIdSet()
-
-