public class ImportContainer extends Object
| Constructor and Description | 
|---|
| ImportContainer(File file,
               omero.model.IObject target,
               Double[] userPixels,
               String reader,
               String[] usedFiles,
               Boolean isSPW) | 
| ImportContainer(ImportConfig config,
               File file,
               omero.model.IObject target,
               Double[] userPixels,
               String reader,
               String[] usedFiles,
               Boolean isSPW) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | fillData(ImportConfig config,
        omero.grid.ImportSettings settings,
        omero.model.Fileset fs,
        ClientFilePathTransformer sanitizer) | 
| void | fillData(ImportConfig config,
        omero.grid.ImportSettings settings,
        omero.model.Fileset fs,
        ClientFilePathTransformer sanitizer,
        FileTransfer transfer) | 
| void | fillData(omero.grid.ImportSettings settings,
        omero.model.Fileset fs,
        ClientFilePathTransformer sanitizer) | 
| void | fillData(omero.grid.ImportSettings settings,
        omero.model.Fileset fs,
        ClientFilePathTransformer sanitizer,
        FileTransfer transfer) | 
| String | getChecksumAlgorithm() | 
| List<omero.model.Annotation> | getCustomAnnotationList()The list of custom, user specified, annotations to link to all images
 represented by this container. | 
| boolean | getDoThumbnails()Retrieves whether or not we are performing thumbnail creation upon
 import completion. | 
| File | getFile() | 
| Boolean | getIsSPW()Return true if this import container contains a Screen/Plate/Well image
 group. | 
| boolean | getNoStatsInfo()Retrieves whether or not we disabling  StatsInfopopulation. | 
| String | getReader()Return the reader class name used for reading the contents of this
 import container. | 
| omero.model.IObject | getTarget() | 
| String[] | getUsedFiles()Return a list of file names that belong to this import container. | 
| long | getUsedFilesTotalSize()Returns the total size in bytes (based on  File.length())
 of all files in this import container. | 
| Double[] | getUserPixels() | 
| String | getUserSpecifiedDescription()Retrieves the current custom image/plate description string. | 
| String | getUserSpecifiedName()Retrieves the current custom image/plate name string. | 
| void | setChecksumAlgorithm(String ca) | 
| void | setCustomAnnotationList(List<omero.model.Annotation> v)Sets the list of custom, user specified, annotations to link to all
 images represented by this container. | 
| void | setDoThumbnails(boolean v)Sets whether or not we are performing thumbnail creation upon import
 completion. | 
| void | setIsSPW(Boolean isSPW)Set true if the import container is filled in with a Screen/Plate/Well
 image structure. | 
| void | setNoStatsInfo(boolean v)Sets whether or not we disabling  StatsInfopopulation. | 
| void | setReader(String reader)Sets the reader class name used for reading the contents of this
 import container. | 
| void | setTarget(omero.model.IObject obj) | 
| void | setUsedFiles(String[] usedFiles)Set the list of image file names that belong to this import container. | 
| void | setUserPixels(Double[] userPixels) | 
| void | setUserSpecifiedDescription(String v)Sets the custom image/plate description for import. | 
| void | setUserSpecifiedName(String v)Sets the custom image/plate name for import. | 
| void | updateUsedFilesTotalSize() | 
public ImportContainer(File file, omero.model.IObject target, Double[] userPixels, String reader, String[] usedFiles, Boolean isSPW)
public boolean getDoThumbnails()
true if we are to perform thumbnail creation and
 false otherwise.public void setDoThumbnails(boolean v)
v - true if we are to perform thumbnail creation and
 false otherwise.public boolean getNoStatsInfo()
StatsInfo population.true if we are to disable StatsInfo
 population. false otherwise.public void setNoStatsInfo(boolean v)
StatsInfo population.v - true if we are to disable StatsInfo
 population. false otherwise.public String getUserSpecifiedName()
null if it has not been set.public void setUserSpecifiedName(String v)
v - A custom image/plate name to use for all entities represented
 by this container.public String getUserSpecifiedDescription()
null if it has not been set.public void setUserSpecifiedDescription(String v)
v - A custom image/plate description to use for all images represented
 by this container.public List<omero.model.Annotation> getCustomAnnotationList()
public void setCustomAnnotationList(List<omero.model.Annotation> v)
v - The list of annotations to use.public String getReader()
public void setReader(String reader)
reader - Bio-Formats reader class name.public String[] getUsedFiles()
public void setUsedFiles(String[] usedFiles)
usedFiles - public long getUsedFilesTotalSize()
File.length())
 of all files in this import container.public Boolean getIsSPW()
public void setIsSPW(Boolean isSPW)
isSPW - True if container contains S/P/W, false otherwise.public File getFile()
public omero.model.IObject getTarget()
public void setTarget(omero.model.IObject obj)
public Double[] getUserPixels()
public void setUserPixels(Double[] userPixels)
public String getChecksumAlgorithm()
public void setChecksumAlgorithm(String ca)
public void fillData(omero.grid.ImportSettings settings,
            omero.model.Fileset fs,
            ClientFilePathTransformer sanitizer)
              throws IOException
IOExceptionpublic void fillData(omero.grid.ImportSettings settings,
            omero.model.Fileset fs,
            ClientFilePathTransformer sanitizer,
            FileTransfer transfer)
              throws IOException
IOExceptionpublic void fillData(ImportConfig config, omero.grid.ImportSettings settings, omero.model.Fileset fs, ClientFilePathTransformer sanitizer) throws IOException
IOExceptionpublic void fillData(ImportConfig config, omero.grid.ImportSettings settings, omero.model.Fileset fs, ClientFilePathTransformer sanitizer, FileTransfer transfer) throws IOException
IOExceptionpublic void updateUsedFilesTotalSize()
                
                
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.