Uses of Interface
com.flowable.content.engine.ContentEngine
Packages that use ContentEngine
Package
Description
-
Uses of ContentEngine in com.flowable.content.engine
Fields in com.flowable.content.engine with type parameters of type ContentEngineModifier and TypeFieldDescriptionprotected static Map<String,
ContentEngine> ContentEngines.contentEngineMap
Methods in com.flowable.content.engine that return ContentEngineModifier and TypeMethodDescriptionContentEngineConfiguration.buildContentEngine()
protected static ContentEngine
ContentEngines.buildContentEngine
(URL resource) static ContentEngine
ContentEngines.getContentEngine
(String contentEngineName) Obtain a content engine by name.static ContentEngine
ContentEngines.getDefaultContentEngine()
Methods in com.flowable.content.engine that return types with arguments of type ContentEngineModifier and TypeMethodDescriptionstatic Map<String,
ContentEngine> ContentEngines.getContentEngines()
Provides access to content engine to application clients in a managed server environment.Methods in com.flowable.content.engine with parameters of type ContentEngineModifier and TypeMethodDescriptionstatic void
ContentEngines.registerContentEngine
(ContentEngine contentEngine) Registers the given content engine.static void
ContentEngines.unregister
(ContentEngine contentEngine) Unregisters the given content engine. -
Uses of ContentEngine in com.flowable.content.engine.configurator
Methods in com.flowable.content.engine.configurator that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngine
ContentEngineConfigurator.initContentEngine()
-
Uses of ContentEngine in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement ContentEngine -
Uses of ContentEngine in com.flowable.content.engine.impl.test
Fields in com.flowable.content.engine.impl.test declared as ContentEngineMethods in com.flowable.content.engine.impl.test with parameters of type ContentEngineModifier and TypeMethodDescriptionstatic 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) -
Uses of ContentEngine in com.flowable.content.engine.test
Fields in com.flowable.content.engine.test declared as ContentEngineModifier and TypeFieldDescriptionprotected ContentEngine
FlowableContentRule.contentEngine
protected final ContentEngine
FlowableContentTestHelper.contentEngine
Methods in com.flowable.content.engine.test that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngine
FlowableContentExtension.createContentEngine
(org.junit.jupiter.api.extension.ExtensionContext context) static ContentEngine
ContentTestHelper.getContentEngine
(String configurationResource) FlowableContentRule.getContentEngine()
FlowableContentTestHelper.getContentEngine()
Methods in com.flowable.content.engine.test with parameters of type ContentEngineModifier and TypeMethodDescriptionstatic void
ContentTestHelper.assertAndEnsureCleanDb
(ContentEngine contentEngine) Each test is assumed to clean up all DB content it entered.void
FlowableContentRule.setContentEngine
(ContentEngine contentEngine) Constructors in com.flowable.content.engine.test with parameters of type ContentEngineModifierConstructorDescriptionFlowableContentRule
(ContentEngine contentEngine) FlowableContentTestHelper
(ContentEngine contentEngine) -
Uses of ContentEngine in com.flowable.content.spring
Fields in com.flowable.content.spring declared as ContentEngineMethods in com.flowable.content.spring that return ContentEngineModifier and TypeMethodDescriptionstatic ContentEngine
SpringContentConfigurationHelper.buildContentEngine
(URL resource) SpringContentEngineConfiguration.buildContentEngine()
ContentEngineFactoryBean.getObject()
Methods in com.flowable.content.spring that return types with arguments of type ContentEngineModifier and TypeMethodDescriptionprotected AutoDeploymentStrategy<ContentEngine>
SpringContentEngineConfiguration.getAutoDeploymentStrategy
(String mode) Gets theAutoDeploymentStrategy
for the provided mode.SpringContentEngineConfiguration.getDeploymentStrategies()
ContentEngineFactoryBean.getObjectType()
Methods in com.flowable.content.spring with parameters of type ContentEngineModifier and TypeMethodDescriptionprotected void
SpringContentEngineConfiguration.autoDeployResources
(ContentEngine contentEngine) Method parameters in com.flowable.content.spring with type arguments of type ContentEngineModifier and TypeMethodDescriptionSpringContentEngineConfiguration.setDeploymentStrategies
(Collection<AutoDeploymentStrategy<ContentEngine>> deploymentStrategies) -
Uses of ContentEngine in com.flowable.content.spring.autodeployment
Methods in com.flowable.content.spring.autodeployment with parameters of type ContentEngineModifier and TypeMethodDescriptionprotected void
DefaultAutoDeploymentStrategy.deployResourcesInternal
(String deploymentNameHint, Resource[] resources, ContentEngine engine) protected LockManager
AbstractContentAutoDeploymentStrategy.getLockManager
(ContentEngine engine, String deploymentNameHint) -
Uses of ContentEngine in com.flowable.content.spring.bootstrap
Fields in com.flowable.content.spring.bootstrap declared as ContentEngineConstructors in com.flowable.content.spring.bootstrap with parameters of type ContentEngineModifierConstructorDescriptionRootFoldersBootstrapper
(ContentEngine contentEngine, String topFolderName, String workFolderName, String templatesFolderName, boolean createPublicFolder, String publicFolderName, Collection<String> extraRootFolderNames) -
Uses of ContentEngine in com.flowable.content.spring.configurator
Methods in com.flowable.content.spring.configurator that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngine
SpringContentEngineConfigurator.initContentEngine()
-
Uses of ContentEngine in com.flowable.content.spring.impl.test
Fields in com.flowable.content.spring.impl.test with type parameters of type ContentEngineModifier and TypeFieldDescriptionprotected Map<Object,
ContentEngine> SpringFlowableTestCase.cachedContentEngines
Methods in com.flowable.content.spring.impl.test that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngine
FlowableContentSpringExtension.createContentEngine
(org.junit.jupiter.api.extension.ExtensionContext context)