|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.util.config.RepositoryPathConfigBean
public class RepositoryPathConfigBean
Composite property bean to identify a repository path.
Constructor Summary | |
---|---|
RepositoryPathConfigBean()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RepositoryPathConfigBean()
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |