Package com.flowable.app.engine.impl
Class AppIncidentBuilderImpl
java.lang.Object
com.flowable.app.engine.impl.AppIncidentBuilderImpl
- All Implemented Interfaces:
AppIncidentBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected org.flowable.common.engine.impl.interceptor.CommandExecutor
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionAppIncidentBuilderImpl
(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
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.
-
Field Details
-
commandExecutor
protected org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor -
id
-
type
-
subType
-
rootScopeId
-
rootScopeType
-
rootScopeDefinitionId
-
rootScopeDefinitionKey
-
scopeId
-
subScopeId
-
scopeType
-
elementId
-
scopeDefinitionId
-
scopeDefinitionKey
-
appDefinitionKey
-
incidentInfo
-
tenantId
-
-
Constructor Details
-
AppIncidentBuilderImpl
public AppIncidentBuilderImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
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
-
rootScopeId
Description copied from interface:AppIncidentBuilder
Root scope id of the incident.- Specified by:
rootScopeId
in interfaceAppIncidentBuilder
-
getRootScopeId
- Specified by:
getRootScopeId
in interfaceAppIncidentBuilder
-
rootScopeType
Description copied from interface:AppIncidentBuilder
Root scope type of the incident.- Specified by:
rootScopeType
in interfaceAppIncidentBuilder
-
getRootScopeType
- Specified by:
getRootScopeType
in interfaceAppIncidentBuilder
-
rootScopeDefinitionId
Description copied from interface:AppIncidentBuilder
Root scope definition id of the incident.- Specified by:
rootScopeDefinitionId
in interfaceAppIncidentBuilder
-
getRootScopeDefinitionId
- Specified by:
getRootScopeDefinitionId
in interfaceAppIncidentBuilder
-
rootScopeDefinitionKey
Description copied from interface:AppIncidentBuilder
Root scope definition key of the incident.- Specified by:
rootScopeDefinitionKey
in interfaceAppIncidentBuilder
-
getRootScopeDefinitionKey
- Specified by:
getRootScopeDefinitionKey
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
-
elementId
Description copied from interface:AppIncidentBuilder
Element id of the incident.- Specified by:
elementId
in interfaceAppIncidentBuilder
-
getElementId
- Specified by:
getElementId
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
-
scopeDefinitionKey
Description copied from interface:AppIncidentBuilder
Scope definition key of the incident.- Specified by:
scopeDefinitionKey
in interfaceAppIncidentBuilder
-
getScopeDefinitionKey
- Specified by:
getScopeDefinitionKey
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
-