mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
. 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user