. Clipboard inter-store copy support

- Inter-store copy between Workspace and AVM stores
 - Inter-store copy between AVM and Workspace stores
. Added CrossRepositoryCopyService to ServiceRegistry

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5034 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2007-02-05 11:48:51 +00:00
parent 9f04ddecf2
commit 2905f5ab1a
4 changed files with 202 additions and 17 deletions

View File

@@ -61,9 +61,16 @@ public interface ClipboardItem
/**
* @param viewId JSF View Id to check against
*
* @return true if the clipboard item can be pasted to the specified JSF view
* @return true if the clipboard item can be Copy pasted to the specified JSF view
*/
public boolean canPasteToViewId(String viewId);
public boolean canCopyToViewId(String viewId);
/**
* @param viewId JSF View Id to check against
*
* @return true if the clipboard item can be Move pasted to the specified JSF view
*/
public boolean canMoveToViewId(String viewId);
/**
* @param fc FacesContext