Modifier and Type | Field and Description |
---|---|
protected static Map<String,ContentEngine> |
ContentEngines.contentEngineMap |
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 | Method and Description |
---|---|
static String |
TestHelper.annotationDeploymentSetUp(ContentEngine contentEngine,
Class<?> testClass,
Method method) |
static String |
TestHelper.annotationDeploymentSetUp(ContentEngine contentEngine,
Class<?> testClass,
Method method,
DocumentDeployment deploymentAnnotation) |
static String |
TestHelper.annotationDeploymentSetUp(ContentEngine contentEngine,
Class<?> testClass,
String methodName) |
static void |
TestHelper.annotationDeploymentTearDown(ContentEngine contentEngine,
String deploymentId,
Class<?> testClass,
String methodName) |
Modifier and Type | Field and Description |
---|---|
protected ContentEngine |
FlowableContentTestHelper.contentEngine |
protected ContentEngine |
FlowableContentRule.contentEngine |
Modifier and Type | Method and Description |
---|---|
protected ContentEngine |
FlowableContentExtension.createContentEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
ContentEngine |
FlowableContentTestHelper.getContentEngine() |
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) |
FlowableContentTestHelper(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 |
---|---|
protected AutoDeploymentStrategy<ContentEngine> |
SpringContentEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy for the provided mode. |
Collection<AutoDeploymentStrategy<ContentEngine>> |
SpringContentEngineConfiguration.getDeploymentStrategies() |
Class<ContentEngine> |
ContentEngineFactoryBean.getObjectType() |
Modifier and Type | Method and Description |
---|---|
protected void |
SpringContentEngineConfiguration.autoDeployResources(ContentEngine contentEngine) |
Modifier and Type | Method and Description |
---|---|
ContentEngineConfiguration |
SpringContentEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<ContentEngine>> deploymentStrategies) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint,
Resource[] resources,
ContentEngine engine) |
protected LockManager |
AbstractContentAutoDeploymentStrategy.getLockManager(ContentEngine engine,
String deploymentNameHint) |
Modifier and Type | Field and Description |
---|---|
protected ContentEngine |
RootFoldersBootstrapper.contentEngine |
Constructor and Description |
---|
RootFoldersBootstrapper(ContentEngine contentEngine,
String topFolderName,
String workFolderName,
String templatesFolderName,
Collection<String> extraRootFolderNames) |
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 |
---|---|
protected ContentEngine |
FlowableContentSpringExtension.createContentEngine(org.junit.jupiter.api.extension.ExtensionContext context) |