Uses of Interface
com.flowable.core.app.api.AppIncidentBuilder
Package
Description
-
Uses of AppIncidentBuilder in com.flowable.app.engine.impl
Modifier and TypeMethodDescriptionAppIncidentBuilderImpl.addIncidentInfo
(Map<String, Object> incidentInfo) AppIncidentBuilderImpl.addIncidentInfoItem
(String name, Object value) AppIncidentBuilderImpl.appDefinitionKey
(String appDefinitionKey) AppManagementServiceImpl.createAppIncidentBuilder()
AppIncidentBuilderImpl.scopeDefinitionId
(String scopeDefinitionId) AppIncidentBuilderImpl.subScopeId
(String subScopeId) -
Uses of AppIncidentBuilder in com.flowable.app.engine.impl.cmd
Modifier and TypeFieldDescriptionprotected AppIncidentBuilder
CreateAppIncidentCmd.appIncidentBuilder
-
Uses of AppIncidentBuilder in com.flowable.app.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionAppIncidentEntityManager.create
(AppIncidentBuilder appIncidentBuilder, Date createTime) AppIncidentEntityManagerImpl.create
(AppIncidentBuilder appIncidentBuilder, Date createTime) -
Uses of AppIncidentBuilder in com.flowable.core.app.api
Modifier and TypeMethodDescriptionAppIncidentBuilder.addIncidentInfo
(Map<String, Object> incidentInfo) Info of the incident.AppIncidentBuilder.addIncidentInfoItem
(String name, Object value) Info of the incident.AppIncidentBuilder.appDefinitionKey
(String appDefinitionKey) App definition key of the incident.CoreAppManagementService.createAppIncidentBuilder()
DB id of the task.AppIncidentBuilder.scopeDefinitionId
(String scopeDefinitionId) Scope definition id of the incident.Scope id of the incident.Scope type of the incident.AppIncidentBuilder.subScopeId
(String subScopeId) Sub scope id of the incident.Sub type of the incident.Tenant id of the incident.Type of the incident.