| Package | Description |
|---|---|
| org.jahia.services.content |
| Modifier and Type | Method and Description |
|---|---|
List<PublicationInfo> |
PublicationInfo.getAllReferences() |
List<PublicationInfo> |
JCRPublicationService.getPublicationInfo(String uuid,
Set<String> languages,
boolean includesReferences,
boolean includesSubnodes,
boolean allsubtree,
JCRSessionWrapper sourceSession,
JCRSessionWrapper destinationSession) |
List<PublicationInfo> |
JCRPublicationService.getPublicationInfo(String uuid,
Set<String> languages,
boolean includesReferences,
boolean includesSubnodes,
boolean allsubtree,
String sourceWorkspace,
String destinationWorkspace)
Gets the publication info for the current node and if acquired also for referenced nodes and subnodes.
|
List<PublicationInfo> |
JCRPublicationService.getPublicationInfos(List<String> uuids,
Set<String> languages,
boolean includesReferences,
boolean includesSubnodes,
boolean allsubtree,
String sourceWorkspace,
String destinationWorkspace) |
List<PublicationInfo> |
PublicationInfoNode.getReferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
PublicationInfoNode.addReference(PublicationInfo ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
JCRPublicationService.publishByInfoList(List<PublicationInfo> publicationInfos,
String sourceWorkspace,
String destinationWorkspace,
boolean checkPermissions,
List<String> comments) |
void |
JCRPublicationService.publishByInfoList(List<PublicationInfo> publicationInfos,
String sourceWorkspace,
String destinationWorkspace,
List<String> comments) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.