|
|||||||||
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()
|
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(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 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 NodeRef resolveNodePath(NamespaceService namespaceService, NodeService nodeService, 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 |