Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model |
Modifier and Type | Method and Description |
---|---|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders)
Adds ROIs to Folders
|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders,
boolean removeFromOtherFolders)
Adds ROIs to Folders
|
Collection<FolderData> |
BrowseFacility.getFolders(SecurityContext ctx)
Get all folders the logged in user has access to.
|
Collection<FolderData> |
BrowseFacility.getFolders(SecurityContext ctx,
Collection<Long> ids)
Get the folders for the given folder ids.
|
Collection<FolderData> |
BrowseFacility.getFolders(SecurityContext ctx,
long userId)
Get the folders which belong to the given user.
|
Collection<FolderData> |
ROIFacility.getROIFolders(SecurityContext ctx,
long imageId)
Get all ROI folders for a certain image
|
Collection<FolderData> |
BrowseFacility.loadFolders(SecurityContext ctx,
Collection<Long> ids)
Loads the folders for the given Ids.
|
Modifier and Type | Method and Description |
---|---|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders)
Adds ROIs to Folders
|
Map<FolderData,Collection<ROIData>> |
ROIFacility.addRoisToFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders,
boolean removeFromOtherFolders)
Adds ROIs to Folders
|
CmdCallbackI |
DataManagerFacility.deleteFolders(SecurityContext ctx,
Collection<FolderData> folders,
boolean includeSubFolders,
boolean includeContent)
Delete Folders (asynchronous)
|
void |
ROIFacility.removeRoisFromFolders(SecurityContext ctx,
long imageID,
Collection<ROIData> roiList,
Collection<FolderData> folders)
Remove the ROIs from the folders
|
Modifier and Type | Method and Description |
---|---|
FolderData |
FolderData.getParentFolder()
Get the the parent folder
|
Modifier and Type | Method and Description |
---|---|
List<FolderData> |
FolderData.copyChildFolders()
Copy the list of child folders, see
Folder.copyChildFolders() |
Collection<FolderData> |
ROIData.getFolders()
Get the folders this ROI is part of
|
Collection<FolderData> |
ROIResult.getFolders()
Get the available folders
|
Modifier and Type | Method and Description |
---|---|
void |
ROIResult.setFolders(Collection<FolderData> folders)
Sets the available folders
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.