public class RepositoryPathConfigBean extends Object
Constructor and Description |
---|
RepositoryPathConfigBean() |
Modifier and Type | Method and Description |
---|---|
String |
getRootPath()
Gets the path within the store
|
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(String path)
Sets the path within the store.
|
void |
setStore(String storeRef)
Sets the Alfresco store name.
|
public org.alfresco.service.cmr.repository.StoreRef getStoreRef()
public String getStore()
public void setStore(String storeRef)
storeRef
- the Alfresco store namepublic String getRootPath()
public void setRootPath(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–2017 Alfresco Software. All rights reserved.