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 builderElement id of the incident.getId()
getType()
DB id of the task.rootScopeDefinitionId
(String rootScopeDefinitionId) Root scope definition id of the incident.rootScopeDefinitionKey
(String rootScopeDefinitionKey) Root scope definition key of the incident.rootScopeId
(String rootScopeId) Root scope id of the incident.rootScopeType
(String rootScopeType) Root scope type of the incident.scopeDefinitionId
(String scopeDefinitionId) Scope definition id of the incident.scopeDefinitionKey
(String scopeDefinitionKey) Scope definition key 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() -
rootScopeId
Root scope id of the incident. -
getRootScopeId
String getRootScopeId() -
rootScopeType
Root scope type of the incident. -
getRootScopeType
String getRootScopeType() -
rootScopeDefinitionId
Root scope definition id of the incident. -
getRootScopeDefinitionId
String getRootScopeDefinitionId() -
rootScopeDefinitionKey
Root scope definition key of the incident. -
getRootScopeDefinitionKey
String getRootScopeDefinitionKey() -
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() -
elementId
Element id of the incident. -
getElementId
String getElementId() -
scopeDefinitionId
Scope definition id of the incident. -
getScopeDefinitionId
String getScopeDefinitionId() -
scopeDefinitionKey
Scope definition key of the incident. -
getScopeDefinitionKey
String getScopeDefinitionKey() -
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()
-