| Package | Description |
|---|---|
| org.flowable.content.engine | |
| org.flowable.content.engine.impl | |
| org.flowable.content.engine.impl.test | |
| org.flowable.content.engine.test |
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,ContentEngine> |
ContentEngines.contentEngines |
| Modifier and Type | Method and Description |
|---|---|
ContentEngine |
ContentEngineConfiguration.buildContentEngine() |
protected static ContentEngine |
ContentEngines.buildContentEngine(URL resource) |
static ContentEngine |
ContentEngines.getContentEngine(String contentEngineName)
Obtain a content engine by name.
|
static ContentEngine |
ContentEngines.getDefaultContentEngine() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,ContentEngine> |
ContentEngines.getContentEngines()
Provides access to content engine to application clients in a managed server environment.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ContentEngines.registerContentEngine(ContentEngine contentEngine)
Registers the given content engine.
|
static void |
ContentEngines.unregister(ContentEngine contentEngine)
Unregisters the given content engine.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentEngineImpl |
| Modifier and Type | Field and Description |
|---|---|
protected ContentEngine |
AbstractFlowableTestCase.contentEngine |
| Modifier and Type | Field and Description |
|---|---|
protected ContentEngine |
FlowableContentRule.contentEngine |
| Modifier and Type | Method and Description |
|---|---|
ContentEngine |
FlowableContentRule.getContentEngine() |
static ContentEngine |
ContentTestHelper.getContentEngine(String configurationResource) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContentTestHelper.assertAndEnsureCleanDb(ContentEngine contentEngine)
Each test is assumed to clean up all DB content it entered.
|
void |
FlowableContentRule.setContentEngine(ContentEngine contentEngine) |
| Constructor and Description |
|---|
FlowableContentRule(ContentEngine contentEngine) |
Copyright © 2019 Flowable. All rights reserved.