Class FilesetData


  • public class FilesetData
    extends DataObject
    Wraps a file set object.
    Since:
    4.4
    • Constructor Detail

      • FilesetData

        public FilesetData​(omero.model.Fileset set)
        Creates a new instance.
        Parameters:
        set - The value to set.
    • 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.