public class PublishingRootObject extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.alfresco.service.namespace.QName |
CHANNELS_QNAME |
static String |
NAME |
| Constructor and Description |
|---|
PublishingRootObject() |
| Modifier and Type | Method and Description |
|---|---|
org.alfresco.service.cmr.repository.NodeRef |
getChannelContainer() |
Environment |
getEnvironment() |
PublishingQueueImpl |
getPublishingQueue() |
void |
setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService) |
void |
setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService) |
void |
setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService) |
void |
setPublishingEventHelper(PublishingEventHelper publishingEventHelper) |
void |
setPublishingRootPath(String publishingRootPath) |
void |
setPublishingStore(String publishingStore) |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService) |
void |
setTransactionService(TransactionService transactionService) |
public static final String NAME
protected static final org.alfresco.service.namespace.QName CHANNELS_QNAME
public void setTransactionService(TransactionService transactionService)
public Environment getEnvironment() throws org.springframework.beans.BeansException
Environment for the current domain.org.springframework.beans.BeansExceptionpublic org.alfresco.service.cmr.repository.NodeRef getChannelContainer()
public PublishingQueueImpl getPublishingQueue()
public void setPublishingStore(String publishingStore)
publishingStore - the publishingStore to setpublic void setPublishingRootPath(String publishingRootPath)
publishingRootPath - the publishingRootPath to setpublic void setNamespaceService(org.alfresco.service.namespace.NamespaceService namespaceService)
namespaceService - the namespaceService to setpublic void setNodeService(org.alfresco.service.cmr.repository.NodeService nodeService)
nodeService - the nodeService to setpublic void setPublishingEventHelper(PublishingEventHelper publishingEventHelper)
publishingEventHelper - the publishingEventHelper to setpublic void setSearchService(org.alfresco.service.cmr.search.SearchService searchService)
searchService - the searchService to setpublic void setPermissionService(org.alfresco.service.cmr.security.PermissionService permissionService)
permissionService - the permissionService to setCopyright © 2005–2018 Alfresco Software. All rights reserved.