| Package | Description |
|---|---|
| org.exoplatform.services.ecm.publication | |
| org.exoplatform.services.ecm.publication.impl | |
| org.exoplatform.services.ecm.publication.plugins.webui | |
| org.exoplatform.services.wcm.publication |
Provides the WCMComposer, one of the core services of web content management.
|
| org.exoplatform.services.wcm.publication.lifecycle.stageversion.ui |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationService.addLog(javax.jcr.Node node,
String[] log)
Adds a log entry to the specified Node.
|
void |
PublicationService.changeState(javax.jcr.Node node,
String newState,
HashMap<String,String> context)
Update the state of the specified node.
|
String |
PublicationService.getCurrentState(javax.jcr.Node node)
Retrieves the name of the publication state corresponding to the
specified Node.
|
String |
PublicationService.getLocalizedAndSubstituteLog(javax.jcr.Node node,
Locale locale,
String key,
String[] values)
Gets the localized and substitute log for current node.
|
String[][] |
PublicationService.getLog(javax.jcr.Node node)
Retrieves the history of publication changes made to the specified Node.
|
String |
PublicationService.getNodeLifecycleDesc(javax.jcr.Node node)
Retrieves the description of the lifecycle in which the specified Node
has been enrolled.
|
String |
PublicationService.getNodeLifecycleName(javax.jcr.Node node)
Retrieves the name of the lifecycle in which the specified Node has
been enrolled.
|
byte[] |
PublicationService.getStateImage(javax.jcr.Node node,
Locale locale)
Retrieves an image showing the lifecycle state of the specified Node.
|
org.exoplatform.webui.form.UIForm |
PublicationPresentationService.getStateUI(javax.jcr.Node node,
org.exoplatform.webui.core.UIComponent component)
Retrieves the WebUI form corresponding to the current state of the
specified node.
|
String |
PublicationService.getUserInfo(javax.jcr.Node node,
Locale locale)
Retrieves description information explaining to the user the current
This method first inspects the specified Node.
|
void |
PublicationService.unsubcribeLifecycle(javax.jcr.Node node)
Unsubcribe node that in publication lifecyle.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationServiceImpl.addLog(javax.jcr.Node node,
String[] args) |
void |
PublicationServiceImpl.changeState(javax.jcr.Node node,
String newState,
HashMap<String,String> context) |
String |
PublicationServiceImpl.getCurrentState(javax.jcr.Node node) |
String |
PublicationServiceImpl.getLocalizedAndSubstituteLog(javax.jcr.Node node,
Locale locale,
String key,
String[] values) |
String[][] |
PublicationServiceImpl.getLog(javax.jcr.Node node) |
String |
PublicationServiceImpl.getNodeLifecycleDesc(javax.jcr.Node node) |
String |
PublicationServiceImpl.getNodeLifecycleName(javax.jcr.Node node) |
byte[] |
PublicationServiceImpl.getStateImage(javax.jcr.Node node,
Locale locale) |
org.exoplatform.webui.form.UIForm |
PublicationPresentationServiceImpl.getStateUI(javax.jcr.Node node,
org.exoplatform.webui.core.UIComponent component) |
String |
PublicationServiceImpl.getUserInfo(javax.jcr.Node node,
Locale locale) |
void |
PublicationServiceImpl.unsubcribeLifecycle(javax.jcr.Node node) |
| Modifier and Type | Method and Description |
|---|---|
List<UIPublicationLogList.HistoryBean> |
UIPublicationLogList.getLog() |
| Modifier and Type | Class and Description |
|---|---|
class |
NotInWCMPublicationException
Created by The eXo Platform SAS
Author : DANG TAN DUNG
dzungdev@gmail.com
Oct 14, 2008
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WCMPublicationServiceImpl.isEnrolledInWCMLifecycle(javax.jcr.Node node) |
boolean |
WCMPublicationService.isEnrolledInWCMLifecycle(javax.jcr.Node node)
Checks if is enrolled in wcm lifecycle.
|
void |
WCMPublicationServiceImpl.unsubcribeLifecycle(javax.jcr.Node node) |
void |
WCMPublicationService.unsubcribeLifecycle(javax.jcr.Node node)
Unsubcribe node from a lifecycle plugin.
|
| Modifier and Type | Method and Description |
|---|---|
List<VersionLog> |
UIPublicationHistory.getLog()
Gets the log.
|
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.