public interface WorkspaceCatalogue extends WorkspaceFolder
| Modifier and Type | Method and Description |
|---|---|
WorkspaceItem |
addWorkspaceItem(String workspaceItemID)
Copy item into Catalogue root
|
WorkspaceItem |
addWorkspaceItem(String workspaceItemID,
String destinationFolderID)
Copy item into Catalogue Folder
|
WorkspaceItem |
getCatalogueItem(String id)
Retrieve a catalogue item by id
|
WorkspaceItem |
getCatalogueItemByPath(String path)
Retrieve a catalogue item by relative path
|
List<WorkspaceItem> |
getCatalogueItemByWorkspaceID(String workspaceItemID)
Get all catalogue Items by a workspace item ID
|
WorkspaceItem |
getWorkspaceItemByCatalogueID(String catalogueItemID)
Get a WorkspaceItem by a catalogue item ID
|
createExternalFileItem, createExternalFileItem, createExternalFileItem, createExternalGenericItem, createExternalGenericItem, createExternalGenericItem, createExternalGenericItem, createExternalGenericItem, createExternalGenericItem, createExternalGenericItem, createExternalImageItem, createExternalImageItem, createExternalPDFFileItem, createExternalPDFFileItem, createExternalUrlItem, createExternalUrlItem, createExternalUrlItem, createFolder, createQueryItem, createQueryItem, createReportItem, createReportTemplateItem, createTimeSeries, exists, find, getAllChildren, getAllChildren, getChildren, getChildren, getChildren, getChildrenCount, getCount, getHiddenChildren, getLastItems, getNewFolderBulkCreator, getSize, getUniqueName, isPublic, isSystemFolder, setACL, setPublic, setSystemFolder, sharecloneItem, deleteACL, getAccounting, getACLOwner, getACLUser, getCreationTime, getDescription, getId, getIdSharedFolder, getLastAction, getLastModificationTime, getLastUpdatedBy, getName, getOwner, getParent, getPath, getProperties, getPublicLink, getReaders, getRemotePath, getSecurePublicLink, getStorageID, getType, hasAccessRight, isFolder, isHidden, isMarkedAsRead, isRoot, isShared, isTrashed, markAsRead, move, remove, removeChild, rename, setDescription, setHidden, updateItemWorkspaceItem getCatalogueItem(String id) throws InternalErrorException, InsufficientPrivilegesException
id - the ID of a catalogue itemInternalErrorExceptionInsufficientPrivilegesExceptionWorkspaceItem getCatalogueItemByPath(String path) throws InternalErrorException, InsufficientPrivilegesException
path - the relative path of a catalogue itemInternalErrorExceptionInsufficientPrivilegesExceptionWorkspaceItem addWorkspaceItem(String workspaceItemID, String destinationFolderID) throws InternalErrorException
workspaceItemID - the ID of the workspaceItem to copydestinationFolderID - the ID of an existing catalogue folderInternalErrorExceptionWorkspaceItem addWorkspaceItem(String workspaceItemID) throws InternalErrorException
workspaceItemID - the ID of the workspaceItem to copyInternalErrorExceptionWorkspaceItem getWorkspaceItemByCatalogueID(String catalogueItemID) throws InternalErrorException
catalogueItemID - ID of an element of the catalogueInternalErrorExceptionList<WorkspaceItem> getCatalogueItemByWorkspaceID(String workspaceItemID) throws InternalErrorException
workspaceItemID - ID of an workspace itemInternalErrorExceptionCopyright © 2020. All Rights Reserved.