mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Merge DEV\WCM_SERVICES2 to HEAD
12513 Implementation of Asset.getProperties 12469 Implement paths relative to web app. And unit tests. Asset Test is now clean of TODOs. 12413 Implementation of WCM Asset. Still work remaining but this is 80% of the implementation. 12404 WCM Services - asset service - fix rename/move folder issue (folders are not locked) - sandbox service - fix delete sandbox test 12374 WCM Services - optimise get/is web project 12347 WCM Services - "asset service" - add/remove/has aspect, get aspects 12341 WCM Services - "asset service" checkpoint (locking fixes, bulk import, more tests added) git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@12547 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -75,7 +75,7 @@ public interface WebProjectService
|
||||
* @param absoluteAVMPath the AVM path from which to determine the Web Project
|
||||
* @return NodeRef the web project node ref for the path or null if it could not be determined
|
||||
*/
|
||||
public NodeRef findWebProjectNodeFromPath(String absoluteAVMPath);
|
||||
public NodeRef getWebProjectNodeFromPath(String absoluteAVMPath);
|
||||
|
||||
/**
|
||||
* Returns the Web Project for the given AVM store name (sandbox store id)
|
||||
@@ -83,7 +83,7 @@ public interface WebProjectService
|
||||
* @param storeName the AVM store name (sandbox store id) from which to determine the Web Project
|
||||
* @return NodeRef the web project node ref for the path or null if it could not be determined
|
||||
*/
|
||||
public NodeRef findWebProjectNodeFromStore(String storeName);
|
||||
public NodeRef getWebProjectNodeFromStore(String storeName);
|
||||
|
||||
/**
|
||||
* List the available web projects for the current user
|
||||
|
Reference in New Issue
Block a user