Package lumis.content
Class ContentManagerFactoryInternal
- java.lang.Object
-
- lumis.content.ContentManagerFactoryInternal
-
public final class ContentManagerFactoryInternal extends java.lang.Object
Factory for content related managers of internal use.- Since:
- 15.0.1
- Version:
- $Revision: 25479 $ $Date: 2023-02-28 00:13:03 -0300 (Tue, 28 Feb 2023) $
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IContentManagerSPI
getContentManager()
Returns the content manager instance.static IContentServiceSerializationManager
getContentServiceSerializationManager()
static IContentWizardManager
getContentWizardManager()
static IMetaDataManager
getMetaDataManager()
Deprecated.Since 4.2.0, replaced bygetContentManager()
.static IWorkflowManager
getWorkflowManager()
static IWorkflowSerializationManager
getWorkflowSerializationManager()
-
-
-
Method Detail
-
getMetaDataManager
@Deprecated public static IMetaDataManager getMetaDataManager()
Deprecated.Since 4.2.0, replaced bygetContentManager()
.
-
getContentManager
public static IContentManagerSPI getContentManager()
Returns the content manager instance.- Returns:
- the content manager.
- Since:
- 15.0.1
-
getContentWizardManager
public static IContentWizardManager getContentWizardManager()
-
getWorkflowManager
public static IWorkflowManager getWorkflowManager()
-
getWorkflowSerializationManager
public static IWorkflowSerializationManager getWorkflowSerializationManager()
-
getContentServiceSerializationManager
public static IContentServiceSerializationManager getContentServiceSerializationManager()
-
-