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

Warning

You are looking at documentation for an older release. Not what you want? See the current release documentation.

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