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.rootScopeDefinitionId(String rootScopeDefinitionId) AppIncidentBuilderImpl.rootScopeDefinitionKey(String rootScopeDefinitionKey) AppIncidentBuilderImpl.rootScopeId(String rootScopeId) AppIncidentBuilderImpl.rootScopeType(String rootScopeType) AppIncidentBuilderImpl.scopeDefinitionId(String scopeDefinitionId) AppIncidentBuilderImpl.scopeDefinitionKey(String scopeDefinitionKey) AppIncidentBuilderImpl.subScopeId(String subScopeId) -
Uses of AppIncidentBuilder in com.flowable.app.engine.impl.agenda
Methods in com.flowable.app.engine.impl.agenda with parameters of type AppIncidentBuilderModifier and TypeMethodDescriptionprotected voidStoreExceptionInIncidentTransactionListener.addExceptionInfo(AppIncidentBuilder appIncidentBuilder, Exception exception) -
Uses of AppIncidentBuilder in com.flowable.app.engine.impl.cmd
Fields in com.flowable.app.engine.impl.cmd declared as AppIncidentBuilderModifier and TypeFieldDescriptionprotected AppIncidentBuilderCreateAppIncidentCmd.appIncidentBuilderConstructors 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()Element id of the incident.DB id of the task.AppIncidentBuilder.rootScopeDefinitionId(String rootScopeDefinitionId) Root scope definition id of the incident.AppIncidentBuilder.rootScopeDefinitionKey(String rootScopeDefinitionKey) Root scope definition key of the incident.AppIncidentBuilder.rootScopeId(String rootScopeId) Root scope id of the incident.AppIncidentBuilder.rootScopeType(String rootScopeType) Root scope type of the incident.AppIncidentBuilder.scopeDefinitionId(String scopeDefinitionId) Scope definition id of the incident.AppIncidentBuilder.scopeDefinitionKey(String scopeDefinitionKey) Scope definition key 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.