Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
PublicationNode.getChildrenDocuments() |
List<PublishedDocument> |
AbstractBasePublicationTree.getChildrenDocuments() |
List<PublishedDocument> |
RemotePublicationTreeManager.getChildrenDocuments(PublicationNode node) |
List<PublishedDocument> |
PublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
List<PublishedDocument> |
RemotePublicationTreeManager.getExistingPublishedDocument(String sid,
DocumentLocation docLoc) |
List<PublishedDocument> |
RemotePublicationTreeManager.getPublishedDocumentInNode(PublicationNode node) |
List<PublishedDocument> |
PublicationTree.getPublishedDocumentInNode(PublicationNode node) |
List<PublishedDocument> |
AbstractBasePublicationTree.getPublishedDocumentInNode(PublicationNode node) |
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
AbstractBasePublicationTree.accept(PublishedDocument publishedDocument) |
boolean |
PublishedDocumentFactory.canManagePublishing(PublishedDocument publishedDocument) |
boolean |
PublicationTree.canManagePublishing(PublishedDocument publishedDocument)
Returns
true if the current user can manage the publishing of the given publishedDocument, ie approve or
reject the document. |
boolean |
AbstractBasePublishedDocumentFactory.canManagePublishing(PublishedDocument publishedDocument) |
boolean |
AbstractBasePublicationTree.canManagePublishing(PublishedDocument publishedDocument) |
boolean |
RemotePublicationTreeManager.canManagePublishing(String sid,
PublishedDocument publishedDocument)
Returns
true if the current user can manage the publishing of the given published document, ie. |
boolean |
PublicationTree.canUnpublish(PublishedDocument publishedDocument)
Returns
true if the current user can unpublish the given publishedDocument, false otherwise. |
boolean |
AbstractBasePublicationTree.canUnpublish(PublishedDocument publishedDocument) |
boolean |
RemotePublicationTreeManager.canUnpublish(String sid,
PublishedDocument publishedDocument)
Returns
true if the current user can unpublish the given publishedDocument, false otherwise. |
boolean |
PublishedDocumentFactory.hasValidationTask(PublishedDocument publishedDocument) |
boolean |
PublicationTree.hasValidationTask(PublishedDocument publishedDocument) |
boolean |
AbstractBasePublishedDocumentFactory.hasValidationTask(PublishedDocument publishedDocument) |
boolean |
AbstractBasePublicationTree.hasValidationTask(PublishedDocument publishedDocument) |
boolean |
RemotePublicationTreeManager.hasValidationTask(String sid,
PublishedDocument publishedDocument) |
void |
PublicationTree.unpublish(PublishedDocument publishedDocument) |
void |
RemotePublicationTreeManager.unpublish(String sid,
PublishedDocument publishedDocument) |
void |
PublishedDocumentFactory.validatorPublishDocument(PublishedDocument publishedDocument,
String comment)
A validator (the current user) approves the publication.
|
void |
PublicationTree.validatorPublishDocument(PublishedDocument publishedDocument,
String comment)
A validator (the current user) approves the publication.
|
void |
AbstractBasePublishedDocumentFactory.validatorPublishDocument(PublishedDocument publishedDocument,
String comment) |
void |
AbstractBasePublicationTree.validatorPublishDocument(PublishedDocument publishedDocument,
String comment) |
void |
RemotePublicationTreeManager.validatorPublishDocument(String sid,
PublishedDocument publishedDocument,
String comment)
A validator (the current user) approves the publication.
|
void |
PublishedDocumentFactory.validatorRejectPublication(PublishedDocument publishedDocument,
String comment)
A validator (the current user) rejects the publication.
|
void |
PublicationTree.validatorRejectPublication(PublishedDocument publishedDocument,
String comment)
A validator (the current user) rejects the publication.
|
void |
AbstractBasePublishedDocumentFactory.validatorRejectPublication(PublishedDocument publishedDocument,
String comment) |
void |
AbstractBasePublicationTree.validatorRejectPublication(PublishedDocument publishedDocument,
String comment) |
void |
RemotePublicationTreeManager.validatorRejectPublication(String sid,
PublishedDocument publishedDocument,
String comment)
A validator (the current user) rejects the publication.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleCorePublishedDocument
Implementations of the
PublishedDocument on top of the Core, using simple proxies. |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
SectionPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
SectionPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
CoreProxyFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
CoreProxyFactory.wrapDocumentModel(DocumentModel doc) |
PublishedDocument |
SectionPublicationTree.wrapToPublishedDocument(DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
VirtualCoreFolderPublicationNode.getChildrenDocuments() |
List<PublishedDocument> |
EmptyRoot.getChildrenDocuments() |
List<PublishedDocument> |
CoreFolderPublicationNode.getChildrenDocuments() |
List<PublishedDocument> |
SectionPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SectionPublicationTree.accept(PublishedDocument publishedDocument) |
boolean |
SectionPublicationTree.canUnpublish(PublishedDocument publishedDocument) |
void |
SectionPublicationTree.unpublish(PublishedDocument publishedDocument) |
DocumentModel |
CoreProxyFactory.unwrapPublishedDocument(PublishedDocument pubDoc) |
Modifier and Type | Class and Description |
---|---|
class |
FSPublishedDocument |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
LocalFSPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
LocalFSPublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
FSPublishedDocumentFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
FSPublishedDocumentFactory.wrapDocumentModel(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
FSPublicationNode.getChildrenDocuments() |
List<PublishedDocument> |
LocalFSPublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LocalFSPublicationTree.accept(PublishedDocument publishedDocument) |
void |
LocalFSPublicationTree.unpublish(PublishedDocument pubDoc) |
Modifier and Type | Method and Description |
---|---|
protected void |
LocalFSPublicationTree.findDocs(List<PublishedDocument> pubDocs,
File container,
DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
PublisherServiceImpl.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
AbstractRemotableTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
PublisherServiceImpl.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
AbstractRemotableTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
AbstractRemotableTree.wrapToPublishedDocument(DocumentModel documentModel) |
PublishedDocument |
PublisherServiceImpl.wrapToPublishedDocument(String sid,
DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
ProxyTree.getChildrenDocuments() |
List<PublishedDocument> |
AbstractRemotableNode.getChildrenDocuments() |
List<PublishedDocument> |
PublisherServiceImpl.getChildrenDocuments(PublicationNode node) |
List<PublishedDocument> |
AbstractRemotableTree.getExistingPublishedDocument(DocumentLocation docLoc) |
List<PublishedDocument> |
PublisherServiceImpl.getExistingPublishedDocument(String sid,
DocumentLocation docLoc) |
List<PublishedDocument> |
PublisherServiceImpl.getPublishedDocumentInNode(PublicationNode node) |
List<PublishedDocument> |
AbstractRemotableTree.getPublishedDocumentInNode(PublicationNode node) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractRemotableTree.canManagePublishing(PublishedDocument publishedDocument) |
boolean |
PublisherServiceImpl.canManagePublishing(String sid,
PublishedDocument publishedDocument) |
boolean |
AbstractRemotableTree.canUnpublish(PublishedDocument publishedDocument) |
boolean |
PublisherServiceImpl.canUnpublish(String sid,
PublishedDocument publishedDocument) |
boolean |
AbstractRemotableTree.hasValidationTask(PublishedDocument publishedDocument) |
boolean |
PublisherServiceImpl.hasValidationTask(String sid,
PublishedDocument publishedDocument) |
void |
AbstractRemotableTree.unpublish(PublishedDocument publishedDocument) |
void |
PublisherServiceImpl.unpublish(String sid,
PublishedDocument publishedDocument) |
void |
AbstractRemotableTree.validatorPublishDocument(PublishedDocument publishedDocument,
String comment) |
void |
PublisherServiceImpl.validatorPublishDocument(String sid,
PublishedDocument publishedDocument,
String comment) |
void |
AbstractRemotableTree.validatorRejectPublication(PublishedDocument publishedDocument,
String comment) |
void |
PublisherServiceImpl.validatorRejectPublication(String sid,
PublishedDocument publishedDocument,
String comment) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
ClientRemotePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
ClientProxyFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
ClientProxyFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
ClientProxyFactory.wrapDocumentModel(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
ClientRemotePublicationTree.getChildrenDocuments() |
List<PublishedDocument> |
ClientRemotePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
DefaultPublishedDocumentMarshaler.unMarshalPublishedDocument(String data) |
Modifier and Type | Method and Description |
---|---|
String |
DefaultPublishedDocumentMarshaler.marshalPublishedDocument(PublishedDocument pubDoc) |
Modifier and Type | Class and Description |
---|---|
class |
BasicPublishedDocument
Java implementation for the marshalled
PublishedDocument . |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
BasicPublicationNode.getChildrenDocuments() |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
PublishedDocumentMarshaler.unMarshalPublishedDocument(String data) |
Modifier and Type | Method and Description |
---|---|
String |
PublishedDocumentMarshaler.marshalPublishedDocument(PublishedDocument pubDoc) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
RemotePublicationTreeManagerRestProxy.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
RemotePublicationTreeManagerRestProxy.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
RemotePublicationTreeManagerRestProxy.wrapToPublishedDocument(String sid,
DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
RemotePublicationTreeManagerRestProxy.getChildrenDocuments(PublicationNode node) |
List<PublishedDocument> |
RemotePublicationTreeManagerRestProxy.getExistingPublishedDocument(String sid,
DocumentLocation docLoc) |
List<PublishedDocument> |
RemotePublicationTreeManagerRestProxy.getPublishedDocumentInNode(PublicationNode node) |
Modifier and Type | Method and Description |
---|---|
boolean |
RemotePublicationTreeManagerRestProxy.canManagePublishing(String sid,
PublishedDocument publishedDocument) |
boolean |
RemotePublicationTreeManagerRestProxy.canUnpublish(String sid,
PublishedDocument publishedDocument) |
boolean |
RemotePublicationTreeManagerRestProxy.hasValidationTask(String sid,
PublishedDocument publishedDocument) |
void |
RemotePublicationTreeManagerRestProxy.unpublish(String sid,
PublishedDocument publishedDocument) |
void |
RemotePublicationTreeManagerRestProxy.validatorPublishDocument(String sid,
PublishedDocument publishedDocument,
String comment) |
void |
RemotePublicationTreeManagerRestProxy.validatorRejectPublication(String sid,
PublishedDocument publishedDocument,
String comment) |
Modifier and Type | Class and Description |
---|---|
class |
ExternalCorePublishedDocument
PublishedDocument implementation that uses a DocumentModel to store the result of a remote
publication. |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
CoreTreeWithExternalDocs.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
CoreTreeWithExternalDocs.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
SimpleExternalDocumentModelFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
SimpleExternalDocumentModelFactory.wrapDocumentModel(DocumentModel doc) |
PublishedDocument |
CoreTreeWithExternalDocs.wrapToPublishedDocument(DocumentModel documentModel) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
CoreTreeWithExternalDocs.getExistingPublishedDocument(DocumentLocation docLoc) |
Modifier and Type | Method and Description |
---|---|
void |
CoreTreeWithExternalDocs.unpublish(PublishedDocument publishedDocument) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
AbstractSynchonizablePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode) |
PublishedDocument |
AbstractSynchonizablePublicationTree.publish(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
AbstractSynchonizablePublicationTree.getChildrenDocuments() |
List<PublishedDocument> |
AbstractSynchonizablePublicationTree.getExistingPublishedDocument(DocumentLocation docLoc) |
List<PublishedDocument> |
AbstractSynchonizablePublicationTree.getPublishedDocumentInNode(PublicationNode node) |
List<PublishedDocument> |
ServerSynchronizablePublicationTree.listModifiedPublishedDocuments(long timeDelta) |
List<PublishedDocument> |
AbstractSynchonizablePublicationTree.listModifiedPublishedDocuments(long timeDelta) |
Modifier and Type | Field and Description |
---|---|
protected PublishedDocument |
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.result |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
CoreProxyWithWorkflowFactory.DocumentPublisherUnrestricted.getPublishedDocument() |
PublishedDocument |
CoreProxyWithWorkflowFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
PublishedDocument |
CoreProxyWithWorkflowFactory.wrapDocumentModel(DocumentModel doc) |
Modifier and Type | Method and Description |
---|---|
boolean |
CoreProxyWithWorkflowFactory.canManagePublishing(PublishedDocument publishedDocument) |
boolean |
CoreProxyWithWorkflowFactory.hasValidationTask(PublishedDocument publishedDocument) |
protected boolean |
CoreProxyWithWorkflowFactory.isPublished(PublishedDocument publishedDocument,
CoreSession session) |
void |
CoreProxyWithWorkflowFactory.validatorPublishDocument(PublishedDocument publishedDocument,
String comment) |
void |
CoreProxyWithWorkflowFactory.validatorRejectPublication(PublishedDocument publishedDocument,
String comment) |
Modifier and Type | Field and Description |
---|---|
PublishedDocument |
PublishActionsBean.ApproverWithoutRestriction.doc |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
PublishActionsBean.getPublishedDocuments() |
List<PublishedDocument> |
PublishActionsBean.getPublishedDocumentsFor(String treeName) |
Modifier and Type | Method and Description |
---|---|
boolean |
PublishActionsBean.canRepublish(PublishedDocument publishedDocument) |
boolean |
PublishActionsBean.canUnpublish(PublishedDocument publishedDocument) |
boolean |
PublishActionsBean.isFileSystemPublishedDocument(PublishedDocument publishedDocument) |
boolean |
PublishActionsBean.isLocalPublishedDocument(PublishedDocument publishedDocument) |
boolean |
PublishActionsBean.isRemotePublishedDocument(PublishedDocument publishedDocument) |
String |
PublishActionsBean.rePublish(PublishedDocument publishedDocument) |
String |
PublishActionsBean.unPublish(PublishedDocument publishedDocument) |
Constructor and Description |
---|
ApproverWithoutRestriction(PublishedDocument doc,
String comment,
CoreSession session) |
Modifier and Type | Method and Description |
---|---|
PublishedDocument |
RenditionPublicationFactory.publishDocument(DocumentModel doc,
PublicationNode targetNode,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
List<PublishedDocument> |
RenditionPublicationCoreTree.getExistingPublishedDocument(DocumentLocation docLoc) |
protected List<PublishedDocument> |
RenditionPublicationCoreTree.getPublishedDocumentsFromLiveDocument(DocumentRef docRef) |
protected List<PublishedDocument> |
RenditionPublicationCoreTree.getPublishedDocumentsFromProxyDocument(DocumentRef docRef,
DocumentModel sourceDocument) |
Copyright © 2016 Nuxeo SA. All rights reserved.