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.contentEngineMapMethods in com.flowable.content.engine that return ContentEngineModifier and TypeMethodDescriptionContentEngineConfiguration.buildContentEngine()protected static ContentEngineContentEngines.buildContentEngine(URL resource) 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 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 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
Methods in com.flowable.content.engine.configurator that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngineContentEngineConfigurator.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 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 ContentEngineFlowableContentRule.contentEngineprotected 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) FlowableContentRule.getContentEngine()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.voidFlowableContentRule.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 ContentEngineSpringContentConfigurationHelper.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 theAutoDeploymentStrategyfor the provided mode.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<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 voidDefaultAutoDeploymentStrategy.deployResourcesInternal(String deploymentNameHint, Resource[] resources, ContentEngine engine) protected 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.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.cachedContentEnginesMethods in com.flowable.content.spring.impl.test that return ContentEngineModifier and TypeMethodDescriptionprotected ContentEngineFlowableContentSpringExtension.createContentEngine(org.junit.jupiter.api.extension.ExtensionContext context) -
Uses of ContentEngine in com.flowable.platform.service.content
Fields in com.flowable.platform.service.content declared as ContentEngineModifier and TypeFieldDescriptionprotected ContentEnginePlatformContentItemService.contentEngine