Package com.flowable.app.engine.impl
Class AppIncidentBuilderImpl
java.lang.Object
com.flowable.app.engine.impl.AppIncidentBuilderImpl
- All Implemented Interfaces:
AppIncidentBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
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:AppIncidentBuilderCreates incident according to values set in the builder- Specified by:
createin interfaceAppIncidentBuilder- Returns:
- incident
-
id
Description copied from interface:AppIncidentBuilderDB id of the task.- Specified by:
idin interfaceAppIncidentBuilder
-
getId
- Specified by:
getIdin interfaceAppIncidentBuilder
-
type
Description copied from interface:AppIncidentBuilderType of the incident.- Specified by:
typein interfaceAppIncidentBuilder
-
getType
- Specified by:
getTypein interfaceAppIncidentBuilder
-
subType
Description copied from interface:AppIncidentBuilderSub type of the incident.- Specified by:
subTypein interfaceAppIncidentBuilder
-
getSubType
- Specified by:
getSubTypein interfaceAppIncidentBuilder
-
scopeId
Description copied from interface:AppIncidentBuilderScope id of the incident.- Specified by:
scopeIdin interfaceAppIncidentBuilder
-
getScopeId
- Specified by:
getScopeIdin interfaceAppIncidentBuilder
-
subScopeId
Description copied from interface:AppIncidentBuilderSub scope id of the incident.- Specified by:
subScopeIdin interfaceAppIncidentBuilder
-
getSubScopeId
- Specified by:
getSubScopeIdin interfaceAppIncidentBuilder
-
scopeType
Description copied from interface:AppIncidentBuilderScope type of the incident.- Specified by:
scopeTypein interfaceAppIncidentBuilder
-
getScopeType
- Specified by:
getScopeTypein interfaceAppIncidentBuilder
-
scopeDefinitionId
Description copied from interface:AppIncidentBuilderScope definition id of the incident.- Specified by:
scopeDefinitionIdin interfaceAppIncidentBuilder
-
getScopeDefinitionId
- Specified by:
getScopeDefinitionIdin interfaceAppIncidentBuilder
-
appDefinitionKey
Description copied from interface:AppIncidentBuilderApp definition key of the incident.- Specified by:
appDefinitionKeyin interfaceAppIncidentBuilder
-
getAppDefinitionKey
- Specified by:
getAppDefinitionKeyin interfaceAppIncidentBuilder
-
addIncidentInfoItem
Description copied from interface:AppIncidentBuilderInfo of the incident.- Specified by:
addIncidentInfoItemin interfaceAppIncidentBuilder
-
addIncidentInfo
Description copied from interface:AppIncidentBuilderInfo of the incident.- Specified by:
addIncidentInfoin interfaceAppIncidentBuilder
-
getIncidentInfo
- Specified by:
getIncidentInfoin interfaceAppIncidentBuilder
-
tenantId
Description copied from interface:AppIncidentBuilderTenant id of the incident.- Specified by:
tenantIdin interfaceAppIncidentBuilder
-
getTenantId
- Specified by:
getTenantIdin interfaceAppIncidentBuilder
-