Uses of Class
org.flowable.common.engine.impl.EngineInfo
Packages that use EngineInfo
Package
Description
Public API of the Flowable engine.
Typical usage of the API starts by the creation of a
Through the services obtained from such a
Typical usage of the API starts by the creation of a
ProcessEngineConfiguration
(typically based on a configuration file), from which a ProcessEngine
can be obtained.Through the services obtained from such a
ProcessEngine
, BPM and workflow operation
can be executed:RepositoryService
: Manages Deployment
s.RuntimeService
: For starting and searching ProcessInstance
s.TaskService
: Exposes operations to manage human (standalone) tasks, such as claiming, completing and assigning tasks.IdentityService
: Used for managing users, groups and the relations between them.ManagementService
: Exposes engine administration and maintenance operations,
which have no relation to the runtime exection of business processes.HistoryService
: Exposes information about ongoing and past process instances.FormService
: Access to form data and rendered forms for starting new process instances and completing tasks.-
Uses of EngineInfo in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine with type parameters of type EngineInfoModifier and TypeFieldDescriptionprotected static List<EngineInfo>
CmmnEngines.cmmnEngineInfos
protected static Map<String,
EngineInfo> CmmnEngines.cmmnEngineInfosByName
protected static Map<String,
EngineInfo> CmmnEngines.cmmnEngineInfosByResourceUrl
Methods in org.flowable.cmmn.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfo
CmmnEngines.getCmmnEngineInfo
(String cmmnEngineName) Get initialization results.static EngineInfo
retries to initialize a cmmn engine that previously failed.Methods in org.flowable.cmmn.engine that return types with arguments of type EngineInfoModifier and TypeMethodDescriptionstatic List<EngineInfo>
CmmnEngines.getCmmnEngineInfos()
Get initialization results. -
Uses of EngineInfo in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine with type parameters of type EngineInfoModifier and TypeFieldDescriptionprotected static List<EngineInfo>
DmnEngines.dmnEngineInfos
protected static Map<String,
EngineInfo> DmnEngines.dmnEngineInfosByName
protected static Map<String,
EngineInfo> DmnEngines.dmnEngineInfosByResourceUrl
Methods in org.flowable.dmn.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfo
DmnEngines.getDmnEngineInfo
(String dmnEngineName) Get initialization results.static EngineInfo
retries to initialize a dmn engine that previously failed.Methods in org.flowable.dmn.engine that return types with arguments of type EngineInfoModifier and TypeMethodDescriptionstatic List<EngineInfo>
DmnEngines.getDmnEngineInfos()
Get initialization results. -
Uses of EngineInfo in org.flowable.engine
Fields in org.flowable.engine with type parameters of type EngineInfoModifier and TypeFieldDescriptionprotected static List<EngineInfo>
ProcessEngines.processEngineInfos
protected static Map<String,
EngineInfo> ProcessEngines.processEngineInfosByName
protected static Map<String,
EngineInfo> ProcessEngines.processEngineInfosByResourceUrl
Methods in org.flowable.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfo
ProcessEngines.getProcessEngineInfo
(String processEngineName) Get initialization results.static EngineInfo
retries to initialize a process engine that previously failed.Methods in org.flowable.engine that return types with arguments of type EngineInfoModifier and TypeMethodDescriptionstatic List<EngineInfo>
ProcessEngines.getProcessEngineInfos()
Get initialization results. -
Uses of EngineInfo in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl with type parameters of type EngineInfoModifier and TypeFieldDescriptionprotected static List<EngineInfo>
EventRegistryEngines.eventRegistryEngineInfos
protected static Map<String,
EngineInfo> EventRegistryEngines.eventRegistryEngineInfosByName
protected static Map<String,
EngineInfo> EventRegistryEngines.eventRegistryEngineInfosByResourceUrl
Methods in org.flowable.eventregistry.impl that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfo
EventRegistryEngines.getEventRegistryEngineInfo
(String eventRegistryEngineName) Get initialization results.static EngineInfo
retries to initialize an event registry engine that previously failed.Methods in org.flowable.eventregistry.impl that return types with arguments of type EngineInfoModifier and TypeMethodDescriptionstatic List<EngineInfo>
EventRegistryEngines.getEventRegistryEngineInfos()
Get initialization results. -
Uses of EngineInfo in org.flowable.idm.engine
Fields in org.flowable.idm.engine with type parameters of type EngineInfoModifier and TypeFieldDescriptionprotected static List<EngineInfo>
IdmEngines.idmEngineInfos
protected static Map<String,
EngineInfo> IdmEngines.idmEngineInfosByName
protected static Map<String,
EngineInfo> IdmEngines.idmEngineInfosByResourceUrl
Methods in org.flowable.idm.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfo
IdmEngines.getIdmEngineInfo
(String idmEngineName) Get initialization results.static EngineInfo
retries to initialize a idm engine that previously failed.Methods in org.flowable.idm.engine that return types with arguments of type EngineInfoModifier and TypeMethodDescriptionstatic List<EngineInfo>
IdmEngines.getIdmEngineInfos()
Get initialization results.