Modifier and Type | Method and Description |
---|---|
static LibraryConflictResolution |
LibraryConflictResolution.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LibraryConflictResolution[] |
LibraryConflictResolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
LibraryService.copyFolders(java.util.List<java.lang.String> folders,
java.lang.String destinationFolder,
LibraryConflictResolution conflictResolution)
Copies the given folders to the given destination folder.
|
java.util.List<LibraryItem> |
LibraryService.copyItems(java.util.List<Guid> itemIds,
Guid destinationFolderId,
LibraryConflictResolution conflictResolution)
Copies the given items to the given destination folder.
|
java.util.List<LibraryItem> |
LibraryService.moveItems(java.util.List<Guid> itemIds,
Guid destinationFolderId,
LibraryConflictResolution conflictResolution)
Moves the given items to the given destination folder.
|
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.