Modifier and Type | Class and Description |
---|---|
class |
AbstractBasePublishedDocumentFactory |
Modifier and Type | Field and Description |
---|---|
protected PublishedDocumentFactory |
AbstractBasePublicationTree.factory |
Modifier and Type | Method and Description |
---|---|
protected abstract PublishedDocumentFactory |
AbstractBasePublicationTree.getDefaultFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PublicationTree.initTree(CoreSession coreSession,
Map<String,String> parameters,
PublishedDocumentFactory factory,
String configName,
String title) |
void |
AbstractBasePublicationTree.initTree(CoreSession coreSession,
Map<String,String> parameters,
PublishedDocumentFactory factory,
String configName,
String title) |
Modifier and Type | Method and Description |
---|---|
Class<? extends PublishedDocumentFactory> |
PublishedDocumentFactoryDescriptor.getKlass() |
Modifier and Type | Method and Description |
---|---|
void |
PublishedDocumentFactoryDescriptor.setKlass(Class<? extends PublishedDocumentFactory> klass) |
Modifier and Type | Class and Description |
---|---|
class |
CoreProxyFactory
Implementation of the
PublishedDocumentFactory for simple core implementation using native proxy system. |
Modifier and Type | Field and Description |
---|---|
protected PublishedDocumentFactory |
VirtualCoreFolderPublicationNode.factory |
protected PublishedDocumentFactory |
CoreFolderPublicationNode.factory |
Modifier and Type | Method and Description |
---|---|
protected PublishedDocumentFactory |
SectionPublicationTree.getDefaultFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SectionPublicationTree.initTree(CoreSession coreSession,
Map<String,String> parameters,
PublishedDocumentFactory factory,
String configName,
String title) |
void |
RootSectionsPublicationTree.initTree(CoreSession coreSession,
Map<String,String> parameters,
PublishedDocumentFactory factory,
String configName,
String title) |
Constructor and Description |
---|
CoreFolderPublicationNode(DocumentModel doc,
PublicationTree tree,
PublicationNode parent,
PublishedDocumentFactory factory) |
CoreFolderPublicationNode(DocumentModel doc,
PublicationTree tree,
PublishedDocumentFactory factory) |
VirtualCoreFolderPublicationNode(String coreSessionId,
String documentPath,
PublicationTree tree,
PublishedDocumentFactory factory) |
Modifier and Type | Method and Description |
---|---|
protected PublishedDocumentFactory |
PublisherServiceImpl.getPublishedDocumentFactory(PublicationTreeConfigDescriptor config,
PublicationTreeDescriptor treeDescriptor,
CoreSession coreSession,
Map<String,String> params) |
Modifier and Type | Method and Description |
---|---|
protected PublicationTree |
PublisherServiceImpl.getPublicationTree(PublicationTreeDescriptor treeDescriptor,
CoreSession coreSession,
Map<String,String> parameters,
PublishedDocumentFactory factory,
String configName,
String treeTitle) |
Modifier and Type | Class and Description |
---|---|
class |
CoreProxyWithWorkflowFactory
Implementation of the
PublishedDocumentFactory for core implementation using native proxy system with
validation workflow. |
Modifier and Type | Class and Description |
---|---|
class |
RenditionPublicationFactory
Implementation of
PublishedDocumentFactory that uses the RenditionService to publish a Rendition of
the given document. |
Modifier and Type | Class and Description |
---|---|
class |
FolderishProxyFactory |
Copyright © 2018 Nuxeo. All rights reserved.