public interface PublicationPresentationService
| Modifier and Type | Method and Description |
|---|---|
void |
addPublicationPlugin(PublicationPlugin p)
Add a Publication Plugin to the service.
|
org.exoplatform.webui.form.UIForm |
getStateUI(javax.jcr.Node node,
org.exoplatform.webui.core.UIComponent component)
Retrieves the WebUI form corresponding to the current state of the
specified node.
|
org.exoplatform.webui.form.UIForm getStateUI(javax.jcr.Node node,
org.exoplatform.webui.core.UIComponent component)
throws NotInPublicationLifecycleException,
Exception
node - the Node from which the state UI should be retrievedNotInPublicationLifecycleException - in case the Node has not
been registered in any lifecycle yet (in other words, if no publication
mixin has been found).Exceptionvoid addPublicationPlugin(PublicationPlugin p)
p - the plugin to addCopyright © 2003–2019 eXo Platform SAS. All rights reserved.