Package com.flowable.core.app.api
Interface AppIncidentBuilder
- All Known Implementing Classes:
AppIncidentBuilderImpl
public interface AppIncidentBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddIncidentInfo
(Map<String, Object> incidentInfo) Info of the incident.addIncidentInfoItem
(String name, Object value) Info of the incident.appDefinitionKey
(String appDefinitionKey) App definition key of the incident.create()
Creates incident according to values set in the buildergetId()
getType()
DB id of the task.scopeDefinitionId
(String scopeDefinitionId) Scope definition id of the incident.Scope id of the incident.Scope type of the incident.subScopeId
(String subScopeId) Sub scope id of the incident.Sub type of the incident.Tenant id of the incident.Type of the incident.
-
Method Details
-
create
AppIncident create()Creates incident according to values set in the builder- Returns:
- incident
-
id
DB id of the task. -
getId
String getId() -
type
Type of the incident. -
getType
String getType() -
subType
Sub type of the incident. -
getSubType
String getSubType() -
scopeId
Scope id of the incident. -
getScopeId
String getScopeId() -
subScopeId
Sub scope id of the incident. -
getSubScopeId
String getSubScopeId() -
scopeType
Scope type of the incident. -
getScopeType
String getScopeType() -
scopeDefinitionId
Scope definition id of the incident. -
getScopeDefinitionId
String getScopeDefinitionId() -
appDefinitionKey
App definition key of the incident. -
getAppDefinitionKey
String getAppDefinitionKey() -
addIncidentInfoItem
Info of the incident. -
addIncidentInfo
Info of the incident. -
getIncidentInfo
-
tenantId
Tenant id of the incident. -
getTenantId
String getTenantId()
-