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 Deployments.RuntimeService: For starting and searching ProcessInstances.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.cmmnEngineInfosprotected static Map<String,EngineInfo> CmmnEngines.cmmnEngineInfosByNameprotected static Map<String,EngineInfo> CmmnEngines.cmmnEngineInfosByResourceUrlMethods in org.flowable.cmmn.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfoCmmnEngines.getCmmnEngineInfo(String cmmnEngineName) Get initialization results.static EngineInforetries 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.dmnEngineInfosprotected static Map<String,EngineInfo> DmnEngines.dmnEngineInfosByNameprotected static Map<String,EngineInfo> DmnEngines.dmnEngineInfosByResourceUrlMethods in org.flowable.dmn.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfoDmnEngines.getDmnEngineInfo(String dmnEngineName) Get initialization results.static EngineInforetries 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.processEngineInfosprotected static Map<String,EngineInfo> ProcessEngines.processEngineInfosByNameprotected static Map<String,EngineInfo> ProcessEngines.processEngineInfosByResourceUrlMethods in org.flowable.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfoProcessEngines.getProcessEngineInfo(String processEngineName) Get initialization results.static EngineInforetries 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.eventRegistryEngineInfosprotected static Map<String,EngineInfo> EventRegistryEngines.eventRegistryEngineInfosByNameprotected static Map<String,EngineInfo> EventRegistryEngines.eventRegistryEngineInfosByResourceUrlMethods in org.flowable.eventregistry.impl that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfoEventRegistryEngines.getEventRegistryEngineInfo(String eventRegistryEngineName) Get initialization results.static EngineInforetries 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.idmEngineInfosprotected static Map<String,EngineInfo> IdmEngines.idmEngineInfosByNameprotected static Map<String,EngineInfo> IdmEngines.idmEngineInfosByResourceUrlMethods in org.flowable.idm.engine that return EngineInfoModifier and TypeMethodDescriptionstatic EngineInfoIdmEngines.getIdmEngineInfo(String idmEngineName) Get initialization results.static EngineInforetries 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.