public class PublishingRootObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.alfresco.service.namespace.QName |
CHANNELS_QNAME |
static java.lang.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(java.lang.String publishingRootPath) |
void |
setPublishingStore(java.lang.String publishingStore) |
void |
setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper) |
void |
setSearchService(org.alfresco.service.cmr.search.SearchService searchService) |
public static final java.lang.String NAME
protected static final org.alfresco.service.namespace.QName CHANNELS_QNAME
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(java.lang.String publishingStore)
publishingStore - the publishingStore to setpublic void setPublishingRootPath(java.lang.String publishingRootPath)
publishingRootPath - the publishingRootPath to setpublic void setRetryingTransactionHelper(RetryingTransactionHelper retryingTransactionHelper)
retryingTransactionHelper - the retryingTransactionHelper 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 - 2010 Alfresco Software, Inc. All Rights Reserved.