Uses of Interface
com.flowable.core.app.api.AppIncidentBuilder
-
Packages that use AppIncidentBuilder Package Description com.flowable.app.engine.impl com.flowable.app.engine.impl.cmd com.flowable.app.engine.impl.persistence.entity com.flowable.core.app.api -
-
Uses of AppIncidentBuilder in com.flowable.app.engine.impl
Classes in com.flowable.app.engine.impl that implement AppIncidentBuilder Modifier and Type Class Description class
AppIncidentBuilderImpl
Methods in com.flowable.app.engine.impl that return AppIncidentBuilder Modifier and Type Method Description AppIncidentBuilder
AppIncidentBuilderImpl. addIncidentInfo(Map<String,Object> incidentInfo)
AppIncidentBuilder
AppIncidentBuilderImpl. addIncidentInfoItem(String name, Object value)
AppIncidentBuilder
AppIncidentBuilderImpl. appDefinitionKey(String appDefinitionKey)
AppIncidentBuilder
AppManagementServiceImpl. createAppIncidentBuilder()
AppIncidentBuilder
AppIncidentBuilderImpl. id(String id)
AppIncidentBuilder
AppIncidentBuilderImpl. scopeDefinitionId(String scopeDefinitionId)
AppIncidentBuilder
AppIncidentBuilderImpl. scopeId(String scopeId)
AppIncidentBuilder
AppIncidentBuilderImpl. scopeType(String scopeType)
AppIncidentBuilder
AppIncidentBuilderImpl. subScopeId(String subScopeId)
AppIncidentBuilder
AppIncidentBuilderImpl. subType(String subType)
AppIncidentBuilder
AppIncidentBuilderImpl. tenantId(String tenantId)
AppIncidentBuilder
AppIncidentBuilderImpl. type(String type)
-
Uses of AppIncidentBuilder in com.flowable.app.engine.impl.cmd
Fields in com.flowable.app.engine.impl.cmd declared as AppIncidentBuilder Modifier and Type Field Description protected AppIncidentBuilder
CreateAppIncidentCmd. appIncidentBuilder
Constructors in com.flowable.app.engine.impl.cmd with parameters of type AppIncidentBuilder Constructor Description CreateAppIncidentCmd(AppIncidentBuilder 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 AppIncidentBuilder Modifier and Type Method Description AppIncident
AppIncidentEntityManager. create(AppIncidentBuilder appIncidentBuilder, Date createTime)
AppIncident
AppIncidentEntityManagerImpl. create(AppIncidentBuilder appIncidentBuilder, Date createTime)
-
Uses of AppIncidentBuilder in com.flowable.core.app.api
Methods in com.flowable.core.app.api that return AppIncidentBuilder Modifier and Type Method Description AppIncidentBuilder
AppIncidentBuilder. addIncidentInfo(Map<String,Object> incidentInfo)
Info of the incident.AppIncidentBuilder
AppIncidentBuilder. addIncidentInfoItem(String name, Object value)
Info of the incident.AppIncidentBuilder
AppIncidentBuilder. appDefinitionKey(String appDefinitionKey)
App definition key of the incident.AppIncidentBuilder
CoreAppManagementService. createAppIncidentBuilder()
AppIncidentBuilder
AppIncidentBuilder. id(String id)
DB id of the task.AppIncidentBuilder
AppIncidentBuilder. scopeDefinitionId(String scopeDefinitionId)
Scope definition id of the incident.AppIncidentBuilder
AppIncidentBuilder. scopeId(String scopeId)
Scope id of the incident.AppIncidentBuilder
AppIncidentBuilder. scopeType(String scopeType)
Scope type of the incident.AppIncidentBuilder
AppIncidentBuilder. subScopeId(String subScopeId)
Sub scope id of the incident.AppIncidentBuilder
AppIncidentBuilder. subType(String subType)
Sub type of the incident.AppIncidentBuilder
AppIncidentBuilder. tenantId(String tenantId)
Tenant id of the incident.AppIncidentBuilder
AppIncidentBuilder. type(String type)
Type of the incident.
-