Package com.flowable.app.engine.impl
Class AppIncidentBuilderImpl
java.lang.Object
com.flowable.app.engine.impl.AppIncidentBuilderImpl
- All Implemented Interfaces:
AppIncidentBuilder
-
Field Summary
-
Constructor Summary
-
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.
-
Field Details
-
commandExecutor
-
id
-
type
-
subType
-
scopeId
-
subScopeId
-
scopeType
-
scopeDefinitionId
-
appDefinitionKey
-
incidentInfo
-
tenantId
-
-
Constructor Details
-
AppIncidentBuilderImpl
-
-
Method Details
-
create
Description copied from interface:AppIncidentBuilder
Creates incident according to values set in the builder- Specified by:
create
in interfaceAppIncidentBuilder
- Returns:
- incident
-
id
Description copied from interface:AppIncidentBuilder
DB id of the task.- Specified by:
id
in interfaceAppIncidentBuilder
-
getId
- Specified by:
getId
in interfaceAppIncidentBuilder
-
type
Description copied from interface:AppIncidentBuilder
Type of the incident.- Specified by:
type
in interfaceAppIncidentBuilder
-
getType
- Specified by:
getType
in interfaceAppIncidentBuilder
-
subType
Description copied from interface:AppIncidentBuilder
Sub type of the incident.- Specified by:
subType
in interfaceAppIncidentBuilder
-
getSubType
- Specified by:
getSubType
in interfaceAppIncidentBuilder
-
scopeId
Description copied from interface:AppIncidentBuilder
Scope id of the incident.- Specified by:
scopeId
in interfaceAppIncidentBuilder
-
getScopeId
- Specified by:
getScopeId
in interfaceAppIncidentBuilder
-
subScopeId
Description copied from interface:AppIncidentBuilder
Sub scope id of the incident.- Specified by:
subScopeId
in interfaceAppIncidentBuilder
-
getSubScopeId
- Specified by:
getSubScopeId
in interfaceAppIncidentBuilder
-
scopeType
Description copied from interface:AppIncidentBuilder
Scope type of the incident.- Specified by:
scopeType
in interfaceAppIncidentBuilder
-
getScopeType
- Specified by:
getScopeType
in interfaceAppIncidentBuilder
-
scopeDefinitionId
Description copied from interface:AppIncidentBuilder
Scope definition id of the incident.- Specified by:
scopeDefinitionId
in interfaceAppIncidentBuilder
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionId
in interfaceAppIncidentBuilder
-
appDefinitionKey
Description copied from interface:AppIncidentBuilder
App definition key of the incident.- Specified by:
appDefinitionKey
in interfaceAppIncidentBuilder
-
getAppDefinitionKey
- Specified by:
getAppDefinitionKey
in interfaceAppIncidentBuilder
-
addIncidentInfoItem
Description copied from interface:AppIncidentBuilder
Info of the incident.- Specified by:
addIncidentInfoItem
in interfaceAppIncidentBuilder
-
addIncidentInfo
Description copied from interface:AppIncidentBuilder
Info of the incident.- Specified by:
addIncidentInfo
in interfaceAppIncidentBuilder
-
getIncidentInfo
- Specified by:
getIncidentInfo
in interfaceAppIncidentBuilder
-
tenantId
Description copied from interface:AppIncidentBuilder
Tenant id of the incident.- Specified by:
tenantId
in interfaceAppIncidentBuilder
-
getTenantId
- Specified by:
getTenantId
in interfaceAppIncidentBuilder
-