Modifier and Type | Method and Description |
---|---|
LibraryItem |
LibraryService.createFolder(java.lang.String title,
java.lang.String description,
Guid parentId)
Creates a new folder.
|
LibraryItem |
LibraryService.getRootItem()
Returns the root item.
|
Modifier and Type | Method and Description |
---|---|
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.getChildItems(Guid folderId)
Returns all items (if any) within the given folder that the calling user has read access to.
|
java.util.List<LibraryItem> |
LibraryService.getChildItemsAsUser(Guid folderId,
UserName userName)
Returns all items (if any) within the given folder that the given user has read access to.
|
java.util.List<LibraryItem> |
LibraryService.getItems(java.util.List<Guid> itemIds)
Returns the items with the given IDs that the calling user has read access to.
|
java.util.List<LibraryItem> |
LibraryService.getItemsAsUser(java.util.List<Guid> itemIds,
UserName userName)
Returns the items with the given IDs that the given user has read access to.
|
java.util.List<LibraryItem> |
LibraryService.moveItems(java.util.List<Guid> itemIds,
Guid destinationFolderId,
LibraryConflictResolution conflictResolution)
Moves the given items to the given destination folder.
|
java.util.List<LibraryItem> |
LibraryService.searchItems(java.lang.String searchExpression,
Guid locationId,
int maxResults)
Returns all items, up to the given limit, in the given location that matches the given search expression.
|
java.util.List<LibraryItem> |
LibraryService.searchItemsAsUser(java.lang.String searchExpression,
Guid locationId,
int maxResults,
UserName userName)
Returns all items, up to the given limit, in the given location that matches the given search expression.
|
Copyright © 2013-2020 TIBCO Software Inc. All Rights Reserved.