Modifier and Type | Method and Description |
---|---|
WorkspaceTrashOperation |
TrashEvent.getTrashOperation() |
Modifier and Type | Method and Description |
---|---|
void |
TrashEvent.setTrashOperation(WorkspaceTrashOperation trashOperation) |
Constructor and Description |
---|
TrashEvent(WorkspaceTrashOperation trashOperation,
List<? extends FileModel> targets) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriberInterface.trashEvent(WorkspaceTrashOperation trashOperation,
List<FileModel> targetFileModels) |
Modifier and Type | Method and Description |
---|---|
TrashOperationContent |
GWTWorkspaceService.executeOperationOnTrash(List<String> listTrashItemIds,
WorkspaceTrashOperation operation) |
void |
GWTWorkspaceServiceAsync.executeOperationOnTrash(List<String> listTrashItemIds,
WorkspaceTrashOperation operation,
com.google.gwt.user.client.rpc.AsyncCallback<TrashOperationContent> callback) |
TrashContent |
GWTWorkspaceService.updateTrashContent(WorkspaceTrashOperation operation) |
void |
GWTWorkspaceServiceAsync.updateTrashContent(WorkspaceTrashOperation operation,
com.google.gwt.user.client.rpc.AsyncCallback<TrashContent> callback) |
Modifier and Type | Method and Description |
---|---|
TrashOperationContent |
GWTWorkspaceServiceImpl.executeOperationOnTrash(List<String> listTrashItemIds,
WorkspaceTrashOperation operation) |
TrashContent |
GWTWorkspaceServiceImpl.updateTrashContent(WorkspaceTrashOperation operation) |
Modifier and Type | Method and Description |
---|---|
WorkspaceTrashOperation |
TrashOperationContent.getOperation() |
static WorkspaceTrashOperation |
WorkspaceTrashOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkspaceTrashOperation |
WorkspaceTrashOperation.valueOfLabel(String label) |
static WorkspaceTrashOperation[] |
WorkspaceTrashOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TrashOperationContent.setOperation(WorkspaceTrashOperation operation) |
Constructor and Description |
---|
TrashOperationContent(WorkspaceTrashOperation operation,
List<String> listTrashIds) |
Copyright © 2015. All Rights Reserved.