3.1.2.2. Publication Manager

3.1.2.2.1. Lifecycle
3.1.2.2.2. Context
3.1.2.2.3. New Authoring Mixin

The Publication Manager manages lifecycles and contexts in the Content platform. It allows managing different lifecycles based on different publication plugin in the platform.

public interface PublicationManager {


public List<Lifecycle> getLifecycles();
public List<Context> getContexts();
public Context getContext(String name);
public Lifecycle getLifecycle(String name);
public List<Lifecycle> getLifecyclesFromUser(String remoteUser, String state);
}

In which:

Copyright ©. All rights reserved. eXo Platform SAS
blog comments powered byDisqus