Uses of Interface
com.flowable.content.engine.ContentEngine
-
-
Uses of ContentEngine in com.flowable.content.engine
Fields in com.flowable.content.engine with type parameters of type ContentEngine Modifier and Type Field Description protected static Map<String,ContentEngine>
ContentEngines. contentEngineMap
Methods in com.flowable.content.engine that return ContentEngine Modifier and Type Method 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()
Methods in com.flowable.content.engine that return types with arguments of type ContentEngine Modifier and Type Method Description 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 ContentEngine Modifier and Type Method Description static 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 ContentEngine Modifier and Type Method Description protected ContentEngine
ContentEngineConfigurator. initContentEngine()
-
Uses of ContentEngine in com.flowable.content.engine.impl
Classes in com.flowable.content.engine.impl that implement ContentEngine Modifier and Type Class Description class
ContentEngineImpl
-
Uses of ContentEngine in com.flowable.content.engine.impl.test
Fields in com.flowable.content.engine.impl.test declared as ContentEngine Modifier and Type Field Description protected ContentEngine
AbstractFlowableTestCase. contentEngine
Methods in com.flowable.content.engine.impl.test with parameters of type ContentEngine Modifier and Type Method 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)
-
Uses of ContentEngine in com.flowable.content.engine.test
Fields in com.flowable.content.engine.test declared as ContentEngine Modifier and Type Field Description protected ContentEngine
FlowableContentRule. contentEngine
protected ContentEngine
FlowableContentTestHelper. contentEngine
Methods in com.flowable.content.engine.test that return ContentEngine Modifier and Type Method Description protected ContentEngine
FlowableContentExtension. createContentEngine(org.junit.jupiter.api.extension.ExtensionContext context)
static ContentEngine
ContentTestHelper. getContentEngine(String configurationResource)
ContentEngine
FlowableContentRule. getContentEngine()
ContentEngine
FlowableContentTestHelper. getContentEngine()
Methods in com.flowable.content.engine.test with parameters of type ContentEngine Modifier and Type Method Description static 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 ContentEngine Constructor Description FlowableContentRule(ContentEngine contentEngine)
FlowableContentTestHelper(ContentEngine contentEngine)
-
Uses of ContentEngine in com.flowable.content.spring
Fields in com.flowable.content.spring declared as ContentEngine Modifier and Type Field Description protected ContentEngine
ContentEngineFactoryBean. contentEngine
Methods in com.flowable.content.spring that return ContentEngine Modifier and Type Method Description static ContentEngine
SpringContentConfigurationHelper. buildContentEngine(URL resource)
ContentEngine
SpringContentEngineConfiguration. buildContentEngine()
ContentEngine
ContentEngineFactoryBean. getObject()
Methods in com.flowable.content.spring that return types with arguments of type ContentEngine Modifier and Type Method Description protected AutoDeploymentStrategy<ContentEngine>
SpringContentEngineConfiguration. getAutoDeploymentStrategy(String mode)
Gets theAutoDeploymentStrategy
for the provided mode.Collection<AutoDeploymentStrategy<ContentEngine>>
SpringContentEngineConfiguration. getDeploymentStrategies()
Class<ContentEngine>
ContentEngineFactoryBean. getObjectType()
Methods in com.flowable.content.spring with parameters of type ContentEngine Modifier and Type Method Description protected void
SpringContentEngineConfiguration. autoDeployResources(ContentEngine contentEngine)
Method parameters in com.flowable.content.spring with type arguments of type ContentEngine Modifier and Type Method Description ContentEngineConfiguration
SpringContentEngineConfiguration. 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 ContentEngine Modifier and Type Method Description protected 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 ContentEngine Modifier and Type Field Description protected ContentEngine
RootFoldersBootstrapper. contentEngine
Constructors in com.flowable.content.spring.bootstrap with parameters of type ContentEngine Constructor Description RootFoldersBootstrapper(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 ContentEngine Modifier and Type Method Description protected 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 ContentEngine Modifier and Type Field Description protected Map<Object,ContentEngine>
SpringFlowableTestCase. cachedContentEngines
Methods in com.flowable.content.spring.impl.test that return ContentEngine Modifier and Type Method Description protected ContentEngine
FlowableContentSpringExtension. createContentEngine(org.junit.jupiter.api.extension.ExtensionContext context)
-