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() |
StoreRef |
getStoreRef()
Gets the Alfresco store reference
|
NodeRef |
resolveNodePath(NamespaceService namespaceService,
NodeService nodeService,
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 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 NodeRef resolveNodePath(NamespaceService namespaceService, NodeService nodeService, SearchService searchService)
Authentication and transactions are the client's responsibility.
Copyright © 2005–2021 Alfresco Software. All rights reserved.