public class RepositoryPathConfigBean
extends java.lang.Object
| Constructor and Description |
|---|
RepositoryPathConfigBean() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRootPath()
Gets the path within the store
|
java.lang.String |
getStore() |
org.alfresco.service.cmr.repository.StoreRef |
getStoreRef()
Gets the Alfresco store reference
|
org.alfresco.service.cmr.repository.NodeRef |
resolveNodePath(org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.service.cmr.search.SearchService searchService)
Helper method to resolve the path represented by this configuration bean.
|
void |
setRootPath(java.lang.String path)
Sets the path within the store.
|
void |
setStore(java.lang.String storeRef)
Sets the Alfresco store name.
|
public org.alfresco.service.cmr.repository.StoreRef getStoreRef()
public java.lang.String getStore()
public void setStore(java.lang.String storeRef)
store - the Alfresco store namepublic java.lang.String getRootPath()
public void setRootPath(java.lang.String path)
path - the path within the storepublic org.alfresco.service.cmr.repository.NodeRef resolveNodePath(org.alfresco.service.namespace.NamespaceService namespaceService,
org.alfresco.service.cmr.repository.NodeService nodeService,
org.alfresco.service.cmr.search.SearchService searchService)
Authentication and transactions are the client's responsibility.
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.