All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
String |
approveDocument() |
boolean |
canManagePublishing() |
boolean |
canPublishTo(PublicationNode publicationNode) |
boolean |
canRepublish(PublishedDocument publishedDocument) |
boolean |
canUnpublish(PublishedDocument publishedDocument) |
void |
create() |
void |
destroy() |
void |
documentChanged() |
String |
doPublish(PublicationNode publicationNode) |
String |
doPublish(PublicationTree tree,
PublicationNode publicationNode) |
protected List<String> |
filterEmptyTrees(Collection<String> trees) |
protected Map<String,String> |
filterEmptyTrees(Map<String,String> trees) |
List<PublishActionsBean.PublicationTreeInformation> |
getAvailablePublicationTrees() |
PublicationTree |
getCurrentPublicationTreeForPublishing() |
String |
getCurrentPublicationTreeIconCollapsed() |
String |
getCurrentPublicationTreeIconExpanded() |
String |
getCurrentPublicationTreeNameForPublishing() |
List<PublicationTree> |
getCurrentPublicationTreesForPublishing()
Returns a list of publication trees.
|
DocumentModel |
getDocumentModelFor(String path) |
String |
getDomainName(String treeName) |
String |
getFormattedPath(String path) |
Map<String,String> |
getPublicationParameters() |
List<PublishedDocument> |
getPublishedDocuments() |
List<PublishedDocument> |
getPublishedDocumentsFor(String treeName) |
String |
getPublishingComment() |
Set<String> |
getSectionTypes() |
protected static Set<String> |
getTypeNamesForFacet(String facetName) |
boolean |
hasReadRight(String documentPath) |
boolean |
hasValidationTask() |
boolean |
isFileSystemPublishedDocument(PublishedDocument publishedDocument) |
boolean |
isLocalPublishedDocument(PublishedDocument publishedDocument) |
boolean |
isPending() |
boolean |
isPublishedDocument() |
boolean |
isRemotePublishedDocument(PublishedDocument publishedDocument) |
static void |
notifyEvent(CoreSession session,
String eventId,
Map<String,Serializable> properties,
String comment,
String category,
DocumentModel dm) |
void |
notifyEvent(String eventId,
Map<String,Serializable> properties,
String comment,
String category,
DocumentModel dm) |
String |
publishDocumentList(String listName) |
String |
publishWorkList() |
String |
rejectDocument() |
String |
rePublish(PublishedDocument publishedDocument) |
void |
reset() |
protected void |
resetCache() |
void |
setCurrentPublicationTreeNameForPublishing(String currentPublicationTreeNameForPublishing) |
void |
setPublishingComment(String publishingComment) |
protected void |
unpublish(List<DocumentModel> documentModels) |
String |
unPublish(PublishedDocument publishedDocument) |
void |
unpublishDocumentsFromCurrentSelection() |