| Modifier and Type | Method and Description |
|---|---|
ClipboardCommand |
UIDocumentAutoVersionForm.getCurrentClipboard() |
| Modifier and Type | Method and Description |
|---|---|
Set<ClipboardCommand> |
UIDocumentAutoVersionForm.getClipboardCommands() |
| Modifier and Type | Method and Description |
|---|---|
void |
UIDocumentAutoVersionForm.setCurrentClipboard(ClipboardCommand currentClipboard) |
| Modifier and Type | Method and Description |
|---|---|
void |
UIDocumentAutoVersionForm.setClipboardCommands(Set<ClipboardCommand> clipboardCommands) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PasteManageComponent.pasteByCut(ClipboardCommand currentClipboard,
UIJCRExplorer uiExplorer,
javax.jcr.Session session,
String srcWorkspace,
String srcPath,
String destPath,
ActionServiceContainer actionContainer,
boolean isMultiSelect,
boolean isLastPaste,
boolean isCreateVersion) |
static void |
PasteManageComponent.processPaste(ClipboardCommand clipboardCommand,
javax.jcr.Node destNode,
org.exoplatform.webui.event.Event<?> event,
UIJCRExplorer uiExplorer) |
| Modifier and Type | Method and Description |
|---|---|
static void |
PasteManageComponent.processPasteMultiple(javax.jcr.Node destNode,
org.exoplatform.webui.event.Event<?> event,
UIJCRExplorer uiExplorer,
Set<ClipboardCommand> virtualClipboards,
String action) |
| Modifier and Type | Method and Description |
|---|---|
LinkedList<ClipboardCommand> |
UIClipboard.getClipboardData() |
| Modifier and Type | Method and Description |
|---|---|
ClipboardCommand |
ClipboardService.getLastClipboard(String userId)
Gets the last clipboard command of user
|
| Modifier and Type | Method and Description |
|---|---|
Set<ClipboardCommand> |
ClipboardService.getClipboardList(String userId,
boolean isVirtual)
Gets the list of clipboard command added by given user
check in clipboard.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClipboardService.addClipboardCommand(String userId,
ClipboardCommand command,
boolean isVirtual)
Adds a clipboard command for user
|
void |
ClipboardService.removeClipboardCommand(String userId,
ClipboardCommand command)
Remove one command form clipboard
|
| Modifier and Type | Method and Description |
|---|---|
ClipboardCommand |
ClipboardServiceImpl.getLastClipboard(String userId) |
| Modifier and Type | Method and Description |
|---|---|
Set<ClipboardCommand> |
ClipboardServiceImpl.getClipboardList(String userId,
boolean isVirtual) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClipboardServiceImpl.addClipboardCommand(String userId,
ClipboardCommand command,
boolean isVirtual) |
void |
ClipboardServiceImpl.removeClipboardCommand(String userId,
ClipboardCommand command) |
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.