public class DomainProcessEngine extends Object implements org.flowable.engine.ProcessEngine
ProcessEngine
delegating actual method invocation to the inner map of ProcessEngine
instances,
one for each Syncope domain.Constructor and Description |
---|
DomainProcessEngine(Map<String,org.flowable.engine.ProcessEngine> engines) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
DataSource |
getDataSource() |
org.flowable.engine.DynamicBpmnService |
getDynamicBpmnService() |
Map<String,org.flowable.engine.ProcessEngine> |
getEngines() |
org.flowable.engine.FormService |
getFormService() |
org.flowable.engine.HistoryService |
getHistoryService() |
org.flowable.engine.IdentityService |
getIdentityService() |
org.flowable.engine.ManagementService |
getManagementService() |
String |
getName() |
org.flowable.engine.ProcessEngineConfiguration |
getProcessEngineConfiguration() |
org.flowable.engine.ProcessMigrationService |
getProcessMigrationService() |
org.flowable.engine.RepositoryService |
getRepositoryService() |
org.flowable.engine.RuntimeService |
getRuntimeService() |
org.flowable.engine.TaskService |
getTaskService() |
void |
startExecutors() |
public String getName()
getName
in interface org.flowable.common.engine.api.Engine
public void close()
close
in interface org.flowable.common.engine.api.Engine
public org.flowable.engine.RepositoryService getRepositoryService()
getRepositoryService
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.RuntimeService getRuntimeService()
getRuntimeService
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.FormService getFormService()
getFormService
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.TaskService getTaskService()
getTaskService
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.HistoryService getHistoryService()
getHistoryService
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.IdentityService getIdentityService()
getIdentityService
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.ManagementService getManagementService()
getManagementService
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.ProcessEngineConfiguration getProcessEngineConfiguration()
getProcessEngineConfiguration
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.DynamicBpmnService getDynamicBpmnService()
getDynamicBpmnService
in interface org.flowable.engine.ProcessEngine
public DataSource getDataSource()
public void startExecutors()
startExecutors
in interface org.flowable.engine.ProcessEngine
public org.flowable.engine.ProcessMigrationService getProcessMigrationService()
getProcessMigrationService
in interface org.flowable.engine.ProcessEngine
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.