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
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)
getContents
java.util.List<javax.jcr.Node> getContents(java.lang.String fromstate,
java.lang.String tostate,
java.lang.String date,
java.lang.String user,
java.lang.String lang,
java.lang.String workspace)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2012 eXo Platform SAS. All Rights Reserved.