Uses of Interface
com.flowable.core.app.api.AppIncidentBuilder
Packages that use AppIncidentBuilder
Package
Description
-
Uses of AppIncidentBuilder in com.flowable.app.engine.impl
Classes in com.flowable.app.engine.impl that implement AppIncidentBuilderMethods in com.flowable.app.engine.impl that return AppIncidentBuilderModifier 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
Fields in com.flowable.app.engine.impl.cmd declared as AppIncidentBuilderModifier and TypeFieldDescriptionprotected AppIncidentBuilder
CreateAppIncidentCmd.appIncidentBuilder
Constructors in com.flowable.app.engine.impl.cmd with parameters of type AppIncidentBuilder -
Uses of AppIncidentBuilder in com.flowable.app.engine.impl.persistence.entity
Methods in com.flowable.app.engine.impl.persistence.entity with parameters of type AppIncidentBuilderModifier and TypeMethodDescriptionAppIncidentEntityManager.create
(AppIncidentBuilder appIncidentBuilder, Date createTime) AppIncidentEntityManagerImpl.create
(AppIncidentBuilder appIncidentBuilder, Date createTime) -
Uses of AppIncidentBuilder in com.flowable.core.app.api
Methods in com.flowable.core.app.api that return AppIncidentBuilderModifier 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.