Uses of Interface
org.operaton.bpm.engine.ProcessEngineInfo
Packages that use ProcessEngineInfo
Package
Description
Public API of the Operaton engine.
Typical usage of the API starts by the creation of 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.API implementation classes, which shouldn't directly be used by end-users.
-
Uses of ProcessEngineInfo in org.operaton.bpm.engine
Methods in org.operaton.bpm.engine that return ProcessEngineInfoModifier and TypeMethodDescriptionstatic ProcessEngineInfoProcessEngines.getProcessEngineInfo(String processEngineName) Get initialization results.static ProcessEngineInforetries to initialize a process engine that previously failed.Methods in org.operaton.bpm.engine that return types with arguments of type ProcessEngineInfoModifier and TypeMethodDescriptionstatic List<ProcessEngineInfo> ProcessEngines.getProcessEngineInfos()Get initialization results. -
Uses of ProcessEngineInfo in org.operaton.bpm.engine.impl
Classes in org.operaton.bpm.engine.impl that implement ProcessEngineInfo