Package com.flowable.core.app.api
Interface AppIncident
- All Known Subinterfaces:
AppIncidentEntity
- All Known Implementing Classes:
AppIncidentEntityImpl
public interface AppIncident
-
Method Summary
Modifier and TypeMethodDescriptionreference to the app definition keythe create timestamp of this incidentreference to the element id for the incidentgetId()
unique identifierReturns the incident info as a Mapreference to the root scope definition id for the incidentreference to the root scope definition key for the incidentreference to the root scope id for the incidentreference to the root scope type for the incidentreference to the scope definition id for the incidentreference to the scope definition key for the incidentreference to the scope id for the incidentreference to the scope type for the incidentreference to the sub scope id for the incidentreference to the incident sub typethe tenant identifier of this incidentgetType()
reference to the incident type
-
Method Details
-
getId
String getId()unique identifier -
getType
String getType()reference to the incident type -
getSubType
String getSubType()reference to the incident sub type -
getAppDefinitionKey
String getAppDefinitionKey()reference to the app definition key -
getRootScopeDefinitionKey
String getRootScopeDefinitionKey()reference to the root scope definition key for the incident -
getRootScopeDefinitionId
String getRootScopeDefinitionId()reference to the root scope definition id for the incident -
getRootScopeId
String getRootScopeId()reference to the root scope id for the incident -
getRootScopeType
String getRootScopeType()reference to the root scope type for the incident -
getScopeDefinitionKey
String getScopeDefinitionKey()reference to the scope definition key for the incident -
getScopeDefinitionId
String getScopeDefinitionId()reference to the scope definition id for the incident -
getScopeId
String getScopeId()reference to the scope id for the incident -
getSubScopeId
String getSubScopeId()reference to the sub scope id for the incident -
getScopeType
String getScopeType()reference to the scope type for the incident -
getElementId
String getElementId()reference to the element id for the incident -
getTenantId
String getTenantId()the tenant identifier of this incident -
getIncidentInfo
Returns the incident info as a Map -
getCreateTime
Date getCreateTime()the create timestamp of this incident
-