Package lumis.content
Class ContentManagerFactory
- java.lang.Object
-
- lumis.content.ContentManagerFactory
-
@StableMinor(version="14.2", sinceVersion="4.0") public class ContentManagerFactory extends Object
Factory for content related managers.- Since:
- 4.0.6
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Constructor Summary
Constructors Constructor Description ContentManagerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static IContentManager
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 IContentManager getContentManager()
Returns the content manager instance.- Returns:
- the content manager.
- Since:
- 4.2.0
-
getContentWizardManager
public static IContentWizardManager getContentWizardManager()
-
getWorkflowManager
public static IWorkflowManager getWorkflowManager()
-
getWorkflowSerializationManager
public static IWorkflowSerializationManager getWorkflowSerializationManager()
-
getContentServiceSerializationManager
public static IContentServiceSerializationManager getContentServiceSerializationManager()
-
-