| 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 static IdmEngine |
PluggableFlowableIdmTestCase.cachedIdmEngine |
protected IdmEngine |
FlowableIdmRule.idmEngine |
protected IdmEngine |
AbstractFlowableIdmTestCase.idmEngine |
| Modifier and Type | Method and Description |
|---|---|
IdmEngine |
FlowableIdmRule.getIdmEngine() |
static IdmEngine |
IdmTestHelper.getIdmEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableIdmRule.setIdmEngine(IdmEngine idmEngine) |
| Constructor and Description |
|---|
FlowableIdmRule(IdmEngine idmEngine) |
Copyright © 2017 Flowable. All rights reserved.