Package | Description |
---|---|
org.alfresco.web.bean.clipboard |
Modifier and Type | Method and Description |
---|---|
ClipboardStatus |
ClipboardItem.getMode() |
static ClipboardStatus |
ClipboardStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClipboardStatus[] |
ClipboardStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
WorkspaceClipboardItem(org.alfresco.service.cmr.repository.NodeRef ref,
ClipboardStatus mode,
List<String> customPasteViewIds) |
WorkspaceClipboardItem(org.alfresco.service.cmr.repository.NodeRef ref,
org.alfresco.service.cmr.repository.NodeRef parent,
ClipboardStatus mode,
List<String> customPasteViewIds) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.