| 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 | Method and Description |
|---|---|
protected ContentEngine |
ContentEngineConfigurator.initContentEngine() |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
protected ContentEngine |
ContentEngineFactoryBean.contentEngine |
| Modifier and Type | Method and Description |
|---|---|
ContentEngine |
SpringContentEngineConfiguration.buildContentEngine() |
static ContentEngine |
SpringContentConfigurationHelper.buildContentEngine(URL resource) |
ContentEngine |
ContentEngineFactoryBean.getObject() |
| Modifier and Type | Method and Description |
|---|---|
Class<ContentEngine> |
ContentEngineFactoryBean.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
protected ContentEngine |
SpringContentEngineConfigurator.initContentEngine() |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Object,ContentEngine> |
SpringFlowableTestCase.cachedContentEngines |
| Modifier and Type | Method and Description |
|---|---|
ContentManagementService |
ContentEngineServicesAutoConfiguration.contentManagementService(ContentEngine contentEngine) |
ContentService |
ContentEngineServicesAutoConfiguration.contentService(ContentEngine contentEngine) |
Copyright © 2023 Flowable. All rights reserved.