Uses of Interface
com.flowable.content.engine.ContentEngine
Packages that use ContentEngine
Package
Description
-
Uses of ContentEngine in com.flowable.content.engine
Subclasses with type arguments of type ContentEngine in com.flowable.content.engineFields in com.flowable.content.engine with type parameters of type ContentEngineModifier and TypeFieldDescriptionprotected static Map<String, ContentEngine> ContentEngines.contentEngineMapMethods in com.flowable.content.engine that return ContentEngineModifier and TypeMethodDescriptionContentEngineConfiguration.buildContentEngine()protected static ContentEngineContentEngines.buildContentEngine(URL resource) protected ContentEngineContentEngineConfiguration.createEngine()static ContentEngineContentEngines.getContentEngine(String contentEngineName) Obtain a content engine by name.static ContentEngineContentEngines.getDefaultContentEngine()Methods in com.flowable.content.engine that return types with arguments of type ContentEngineModifier and TypeMethodDescriptionprotected Consumer<ContentEngine> ContentEngineConfiguration.createPostEngineBuildConsumer()static 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 voidContentEngines.registerContentEngine(ContentEngine contentEngine) Registers the given content engine.static voidContentEngines.unregister(ContentEngine contentEngine) Unregisters the given content engine. -
Uses of ContentEngine in com.flowable.content.engine.configurator
Subclasses with type arguments of type ContentEngine in com.flowable.content.engine.configuratorMethods in com.flowable.content.engine.configurator that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngineContentEngineConfigurator.buildEngine() -
Uses of ContentEngine in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement ContentEngineClasses in com.flowable.content.engine.impl that implement interfaces with type arguments of type ContentEngineMethods in com.flowable.content.engine.impl with parameters of type ContentEngineModifier and TypeMethodDescriptionvoidContentEnginePostEngineBuildConsumer.accept(ContentEngine contentEngine) -
Uses of ContentEngine in com.flowable.content.engine.impl.test
Methods in com.flowable.content.engine.impl.test with parameters of type ContentEngineModifier and TypeMethodDescriptionstatic StringTestHelper.annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method) static StringTestHelper.annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, Method method, DocumentDeployment deploymentAnnotation) static StringTestHelper.annotationDeploymentSetUp(ContentEngine contentEngine, Class<?> testClass, String methodName) static voidTestHelper.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 final ContentEngineFlowableContentTestHelper.contentEngineMethods in com.flowable.content.engine.test that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngineFlowableContentExtension.createContentEngine(org.junit.jupiter.api.extension.ExtensionContext context) static ContentEngineContentTestHelper.getContentEngine(String configurationResource) FlowableContentTestHelper.getContentEngine()Methods in com.flowable.content.engine.test with parameters of type ContentEngineModifier and TypeMethodDescriptionstatic voidContentTestHelper.assertAndEnsureCleanDb(ContentEngine contentEngine) Each test is assumed to clean up all DB content it entered.Constructors in com.flowable.content.engine.test with parameters of type ContentEngine -
Uses of ContentEngine in com.flowable.content.spring
Classes in com.flowable.content.spring that implement interfaces with type arguments of type ContentEngineFields in com.flowable.content.spring declared as ContentEngineMethods in com.flowable.content.spring that return ContentEngineModifier and TypeMethodDescriptionstatic ContentEngineSpringContentConfigurationHelper.buildContentEngine(URL resource) SpringContentEngineConfiguration.buildContentEngine()ContentEngineFactoryBean.getObject()Methods in com.flowable.content.spring that return types with arguments of type ContentEngineModifier and TypeMethodDescriptionprotected org.flowable.common.spring.AutoDeploymentStrategy<ContentEngine> SpringContentEngineConfiguration.getAutoDeploymentStrategy(String mode) Gets theAutoDeploymentStrategyfor the provided mode.Collection<org.flowable.common.spring.AutoDeploymentStrategy<ContentEngine>> SpringContentEngineConfiguration.getDeploymentStrategies()ContentEngineFactoryBean.getObjectType()Methods in com.flowable.content.spring with parameters of type ContentEngineModifier and TypeMethodDescriptionprotected voidSpringContentEngineConfiguration.autoDeployResources(ContentEngine contentEngine) Method parameters in com.flowable.content.spring with type arguments of type ContentEngineModifier and TypeMethodDescriptionSpringContentEngineConfiguration.setDeploymentStrategies(Collection<org.flowable.common.spring.AutoDeploymentStrategy<ContentEngine>> deploymentStrategies) -
Uses of ContentEngine in com.flowable.content.spring.autodeployment
Subclasses with type arguments of type ContentEngine in com.flowable.content.spring.autodeploymentModifier and TypeClassDescriptionclassAbstract base class for implementations ofAutoDeploymentStrategy.Methods in com.flowable.content.spring.autodeployment with parameters of type ContentEngineModifier and TypeMethodDescriptionprotected voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, ContentEngine engine) protected org.flowable.common.engine.api.lock.LockManagerAbstractContentAutoDeploymentStrategy.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 ContentEngineSpringContentEngineConfigurator.buildEngine() -
Uses of ContentEngine in com.flowable.content.spring.impl.test
Methods in com.flowable.content.spring.impl.test that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngineFlowableContentSpringExtension.createContentEngine(org.junit.jupiter.api.extension.ExtensionContext context)