Package omero.gateway.model
Class FilesetData
- java.lang.Object
-
- omero.gateway.model.DataObject
-
- omero.gateway.model.FilesetData
-
public class FilesetData extends DataObject
Wraps a file set object.- Since:
- 4.4
-
-
Constructor Summary
Constructors Constructor Description FilesetData(omero.model.Fileset set)
Creates a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getAbsolutePaths()
Returns the collections of absolute paths.java.util.List<java.lang.Long>
getImageIds()
Returns the collection of images related to the file set.java.util.List<java.lang.String>
getUsedFilePaths()
Returns the collection of file paths used for importing the files (in case of in-place imports these are the targets of the (sym)links)-
Methods inherited from class omero.gateway.model.DataObject
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlaneInfo, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
-
-
-
-
Method Detail
-
getAbsolutePaths
public java.util.List<java.lang.String> getAbsolutePaths()
Returns the collections of absolute paths.- Returns:
- See above.
-
getUsedFilePaths
public java.util.List<java.lang.String> getUsedFilePaths()
Returns the collection of file paths used for importing the files (in case of in-place imports these are the targets of the (sym)links)- Returns:
- See above.
-
getImageIds
public java.util.List<java.lang.Long> getImageIds()
Returns the collection of images related to the file set.- Returns:
- See above.
-
-