| Package | Description |
|---|---|
| org.flowable.idm.engine | |
| org.flowable.idm.engine.impl | |
| org.flowable.idm.engine.test |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,IdmEngine> |
IdmEngines.idmEngines |
| Modifier and Type | Method and Description |
|---|---|
IdmEngine |
IdmEngineConfiguration.buildIdmEngine() |
protected static IdmEngine |
IdmEngines.buildIdmEngine(URL resource) |
static IdmEngine |
IdmEngines.getDefaultIdmEngine() |
static IdmEngine |
IdmEngines.getIdmEngine(String idmEngineName)
obtain a idm engine by name.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,IdmEngine> |
IdmEngines.getIdmEngines()
provides access to idm engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
IdmEngines.registerIdmEngine(IdmEngine idmEngine)
Registers the given idm engine.
|
static void |
IdmEngines.unregister(IdmEngine idmEngine)
Unregisters the given idm engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdmEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected IdmEngine |
AbstractFlowableIdmTestCase.idmEngine |
protected IdmEngine |
FlowableIdmRule.idmEngine |
| Modifier and Type | Method and Description |
|---|---|
IdmEngine |
FlowableIdmRule.getIdmEngine() |
protected IdmEngine |
ResourceFlowableIdmExtension.getIdmEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
protected IdmEngine |
PluggableFlowableIdmExtension.getIdmEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
protected abstract IdmEngine |
InternalFlowableIdmExtension.getIdmEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
static IdmEngine |
IdmTestHelper.getIdmEngine(String configurationResource) |
protected IdmEngine |
ResourceFlowableIdmExtension.initializeIdmEngine() |
protected IdmEngine |
PluggableFlowableIdmExtension.initializeIdmEngine() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InternalFlowableIdmExtension.assertAndEnsureCleanDb(IdmEngine idmEngine,
org.junit.jupiter.api.extension.ExtensionContext context,
EnsureCleanDb ensureCleanDb)
Each test is assumed to clean up all DB content it entered.
|
protected void |
InternalFlowableIdmExtension.cleanTestAndAssertAndEnsureCleanDb(org.junit.jupiter.api.extension.ExtensionContext context,
IdmEngine idmEngine) |
protected void |
AbstractFlowableIdmTestCase.initializeServices(IdmEngine idmEngine) |
void |
FlowableIdmRule.setIdmEngine(IdmEngine idmEngine) |
| Constructor and Description |
|---|
FlowableIdmRule(IdmEngine idmEngine) |
Copyright © 2019 Flowable. All rights reserved.