lumis.content
Class ContentManagerFactory

Package class diagram package ContentManagerFactory
java.lang.Object
  extended by lumis.content.ContentManagerFactory

@StableMinor(version="5.5",
             sinceVersion="4.0")
public class ContentManagerFactory
extends Object

Factory for content related managers.

Since:
4.0.6

Constructor Summary
ContentManagerFactory()
           
 
Method Summary
static IContentManager getContentManager()
          Returns the content manager instance.
static IContentServiceSerializationManager getContentServiceSerializationManager()
           
static IContentWizardManager getContentWizardManager()
           
static IMetaDataManager getMetaDataManager()
          Deprecated. Since 4.2.0, replaced by getContentManager().
static IWorkflowManager getWorkflowManager()
           
static IWorkflowSerializationManager getWorkflowSerializationManager()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentManagerFactory

public ContentManagerFactory()
Method Detail

getMetaDataManager

@Deprecated
public static IMetaDataManager getMetaDataManager()
Deprecated. Since 4.2.0, replaced by getContentManager().


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()


Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.