org.exoplatform.services.wcm.extensions.publication
Interface PublicationManager

All Known Implementing Classes:
PublicationManagerImpl

public interface PublicationManager

Created by The eXo Platform MEA Author : haikel.thamri@exoplatform.com


Method Summary
 void addContext(org.exoplatform.container.component.ComponentPlugin plugin)
           
 void addLifecycle(org.exoplatform.container.component.ComponentPlugin plugin)
           
 ContextConfig.Context getContext(java.lang.String name)
           
 java.util.List<ContextConfig.Context> getContexts()
           
 LifecyclesConfig.Lifecycle getLifecycle(java.lang.String name)
           
 java.util.List<LifecyclesConfig.Lifecycle> getLifecycles()
           
 java.util.List<LifecyclesConfig.Lifecycle> getLifecyclesFromUser(java.lang.String remoteUser, java.lang.String state)
           
 

Method Detail

addLifecycle

void addLifecycle(org.exoplatform.container.component.ComponentPlugin plugin)

addContext

void addContext(org.exoplatform.container.component.ComponentPlugin plugin)

getLifecycles

java.util.List<LifecyclesConfig.Lifecycle> getLifecycles()

getContexts

java.util.List<ContextConfig.Context> getContexts()

getContext

ContextConfig.Context getContext(java.lang.String name)

getLifecycle

LifecyclesConfig.Lifecycle getLifecycle(java.lang.String name)

getLifecyclesFromUser

java.util.List<LifecyclesConfig.Lifecycle> getLifecyclesFromUser(java.lang.String remoteUser,
                                                                 java.lang.String state)


Copyright © 2010 eXo Platform SAS. All Rights Reserved.