public interface ClipboardItem extends Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCopyToViewId(String viewId) |
boolean |
canMoveToViewId(String viewId) |
String |
getIcon() |
ClipboardStatus |
getMode() |
String |
getName() |
org.alfresco.service.cmr.repository.NodeRef |
getNodeRef() |
org.alfresco.service.namespace.QName |
getType() |
boolean |
paste(javax.faces.context.FacesContext fc,
String viewId,
int action) |
boolean |
supportsLink() |
ClipboardStatus getMode()
String getName()
org.alfresco.service.namespace.QName getType()
String getIcon()
org.alfresco.service.cmr.repository.NodeRef getNodeRef()
boolean supportsLink()
boolean canCopyToViewId(String viewId)
viewId - JSF View Id to check againstboolean canMoveToViewId(String viewId)
viewId - JSF View Id to check againstboolean paste(javax.faces.context.FacesContext fc,
String viewId,
int action)
throws Throwable
fc - FacesContextviewId - JSF View Id to paste intoaction - Clipboard action constant (@see org.alfresco.web.ui.repo.component.shelf.UIClipboardShelfItem)Throwable - on fatal error during pasteCopyright © 2005–2018 Alfresco Software. All rights reserved.