public class OMEROMetadataStoreClient extends Object implements MetadataStore, IMinMaxStore, IObjectContainerStore
MetadataStore. It is
responsible for handling metadata from Bio-Formats and maintaining
communication with an OMERO server.| Modifier and Type | Field and Description |
|---|---|
static String |
OMERO_EMISSION_FILTER_SUFFIX
Emission filter LSID suffix.
|
static String |
OMERO_EXCITATION_FILTER_SUFFIX
Excitation filter LSID suffix.
|
| Constructor and Description |
|---|
OMEROMetadataStoreClient() |
| Modifier and Type | Method and Description |
|---|---|
omero.model.Dataset |
addDataset(String datasetName,
String datasetDescription,
omero.model.Project project) |
boolean |
addModelProcessor(ModelProcessor processor)
Adds a model processor to the end of the processing chain.
|
omero.model.Project |
addProject(String projectName,
String projectDescription) |
void |
addReference(LSID source,
LSID target)
Adds a reference to the reference cache.
|
omero.model.Screen |
addScreen(String screenName,
String screenDescription) |
void |
closeServices()
Closes all stateful services.
|
int |
countCachedContainers(Class<? extends omero.model.IObject> klass,
int... indexes)
Counts the number of containers the MetadataStore has of a given class
and at a given index of the hierarchy if specified.
|
int |
countCachedReferences(Class<? extends omero.model.IObject> source,
Class<? extends omero.model.IObject> target)
Counts the number of references the MetadataStore has between objects
of two classes.
|
void |
createRoot() |
void |
finalizePixelStore()
Closes the active raw pixels store.
|
Map<Class<? extends omero.model.IObject>,Map<String,omero.metadatastore.IObjectContainer>> |
getAuthoritativeContainerCache()
Returns the current authoritative LSID container cache.
|
omero.model.Channel |
getChannel(int imageIndex,
int channelIndex) |
String |
getConfigValue(String key)
Retrieves a configuration value from the
IConfig service. |
Map<LSID,omero.metadatastore.IObjectContainer> |
getContainerCache()
Returns the current container cache.
|
List<omero.model.Dataset> |
getDatasets(omero.model.Project p) |
List<omero.model.Dataset> |
getDatasetsWithoutProjects() |
int |
getDefaultBatchSize() |
int |
getDefaultBlockSize() |
int |
getDefaultGroupLevel()
Deprecated.
|
String |
getDefaultGroupName()
Retrieve the default group's name
|
omero.model.Detector |
getDetector(int instrumentIndex,
int detectorIndex) |
EnumerationProvider |
getEnumerationProvider()
Retrieves the active enumeration provider.
|
long |
getExperimenterID() |
omero.model.Filament |
getFilament(int instrumentIndex,
int lightSourceIndex) |
omero.model.FilterSet |
getFilterSet(int instrumentIndex,
int filterSetIndex) |
omero.model.ImagingEnvironment |
getImagingEnvironment(int imageIndex) |
InstanceProvider |
getInstanceProvider()
Retrieves the active instance provider.
|
omero.metadatastore.IObjectContainer |
getIObjectContainer(Class<? extends omero.model.IObject> klass,
LinkedHashMap<Index,Integer> indexes)
Retrieves an IObject container for a given class and location within the
OME-XML data model.
|
List<omero.metadatastore.IObjectContainer> |
getIObjectContainers(Class<? extends omero.model.IObject> klass)
Retrieves all IObject containers of a given class.
|
omero.api.IQueryPrx |
getIQuery() |
ClientKeepAlive |
getKeepAlive()
Returns clientKeepAlive created in store
|
omero.model.Laser |
getLaser(int instrumentIndex,
int lightSourceIndex) |
omero.model.LightEmittingDiode |
getLightEmittingDiode(int instrumentIndex,
int lightSourceIndex) |
omero.model.Line |
getLine(int ROIIndex,
int shapeIndex) |
omero.model.ListAnnotation |
getListAnnotation(int listAnnotationIndex) |
omero.model.LongAnnotation |
getLongAnnotation(int longAnnotationIndex) |
omero.model.Mask |
getMask(int ROIIndex,
int shapeIndex) |
omero.model.MicrobeamManipulation |
getMicrobeamManipulation(int experimentIndex,
int microbeamManipulationIndex) |
omero.model.LightSettings |
getMicrobeamManipulationLightSourceSettings(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex) |
List<ModelProcessor> |
getModelProcessors()
Retrieves the current list of model processors the metadata store is
using.
|
omero.model.Objective |
getObjective(int instrumentIndex,
int objectiveIndex) |
omero.model.ObjectiveSettings |
getObjectiveSettings(int imageIndex) |
omero.model.Project |
getProject(long projectId) |
List<omero.model.Project> |
getProjects() |
IFormatReader |
getReader()
Returns the current Bio-Formats reader that has been used to populate
the container store.
|
Map<LSID,List<LSID>> |
getReferenceCache()
Returns the current reference cache.
|
Map<String,String[]> |
getReferenceStringCache()
Returns the current string based reference cache.
|
long |
getRepositorySpace() |
MetadataRoot |
getRoot() |
List<omero.model.Screen> |
getScreens() |
omero.api.ServiceFactoryPrx |
getServiceFactory()
Returns the currently active service factory.
|
omero.model.IObject |
getSourceObject(LSID LSID)
Retrieves an OMERO Blitz source object for a given LSID.
|
<T extends omero.model.IObject> |
getSourceObjects(Class<T> klass)
Retrieves all OMERO Blitz source objects of a given class.
|
<T extends omero.model.IObject> |
getTarget(Class<T> klass,
long id)
Helper method to retrieve an object from iQuery
|
int[] |
getTileSize(Long pixId)
Retrieves the suggested tile size for a pixels set.
|
List<omero.model.Annotation> |
getUserSpecifiedAnnotations()
Returns the user specified annotations.
|
String |
getUserSpecifiedDescription()
Returns the user specified image/plate description.
|
String |
getUserSpecifiedImageName() |
String |
getUserSpecifiedName()
Returns the user specified image/plate name.
|
Double[] |
getUserSpecifiedPhysicalPixelSizes()
Returns the user specified physical pixel sizes.
|
omero.model.IObject |
getUserSpecifiedTarget()
Returns the user-specified linkage target (usually a Dataset for Images)
and a Screen for Plates).
|
boolean |
hasReference(LSID source,
LSID target)
Checks to see if there is currently an active reference for two LSIDs.
|
protected void |
ignoreAnnotator(String method,
Object... args)
For all cases of an annotator being ignore (WARN).
|
protected void |
ignoreInsecure(String method,
Object... args)
Called when saving a property to OMERO would result in a SecurityViolation
(DEBUG).
|
protected void |
ignoreMissing(String method,
Object... args)
Called when a property is missing from the OMERO model (WARN).
|
protected void |
ignoreUnneeded(String method,
Object... args)
Called when a property is not needed in OMERO since the data can
be gotten elsewhere, as in directly from the file itself (DEBUG).
|
protected void |
ignoreUnsupported(String method,
Object... args)
Called when a property is not expected in a file to be imported.
|
void |
initialize(client c)
Initializes the MetadataStore with an already logged in, ready to go
service factory.
|
void |
initialize(omero.api.ServiceFactoryPrx serviceFactory)
Initializes the MetadataStore with an already logged in, ready to go
service factory.
|
void |
initialize(String server,
int port,
String sessionKey)
Initializes the MetadataStore by joining an existing session.
|
void |
initialize(String server,
int port,
String sessionKey,
boolean isSecure)
Initializes the MetadataStore by joining an existing session.
|
void |
initialize(String username,
String password,
String server,
int port)
Initializes the MetadataStore taking string parameters to feed to the
OMERO Blitz client object.
|
void |
initialize(String username,
String password,
String server,
int port,
boolean isSecure)
Initializes the MetadataStore taking string parameters to feed to the
OMERO Blitz client object.
|
void |
initialize(String username,
String password,
String server,
int port,
Long group,
boolean isSecure)
Initializes the MetadataStore taking string parameters to feed to the
OMERO Blitz client object.
|
boolean |
isEncryptedConnection() |
List<omero.grid.InteractiveProcessorPrx> |
launchProcessing() |
void |
logout()
Destroys the sessionFactory and closes the client.
|
void |
logVersionInfo(String clientVersion) |
Map<Long,String> |
mapUserGroups()
Maps the user's groups for use by ScreenLogin.registerGroup()
Also strips system groups from this map
|
void |
ping()
Pings all registered OMERO Blitz proxies.
|
void |
populateMinMax()
Sends all the minimums and maximums for all images processed so far to
the server.
|
void |
postProcess()
Post processes the internal structure of the client side MetadataStore.
|
void |
prepare(Map<Integer,omero.model.Image> existingMetadata)
Prepares the metadata store using existing metadata that has been
pre-registered by OMERO.fs.
|
void |
preparePixelsStore(List<Long> pixelsIds)
Prepares the server side RawPixelsStore.
|
void |
removeIObjectContainer(LSID lsid)
Removes an IObject container from within the OME-XML data model store.
|
void |
removeModelProcessor(ModelProcessor processor)
Removes a model processor from use.
|
void |
resetDefaultsAndGenerateThumbnails(List<Long> plateIds,
List<Long> pixelsIds)
Resets the defaults and generates thumbnails for a given set of Pixels
IDs.
|
Map<String,List<omero.model.IObject>> |
saveToDB(omero.model.FilesetJobLink link)
Updates the server side MetadataStore with a list of our objects and
references and saves them into the database.
|
void |
setArcAnnotationRef(String annotation,
int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex) |
void |
setArcID(String id,
int instrumentIndex,
int lightSourceIndex) |
void |
setArcLotNumber(String lotNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setArcManufacturer(String manufacturer,
int instrumentIndex,
int lightSourceIndex) |
void |
setArcModel(String model,
int instrumentIndex,
int lightSourceIndex) |
void |
setArcPower(Power power,
int instrumentIndex,
int lightSourceIndex) |
void |
setArcSerialNumber(String serialNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setArcType(ArcType type,
int instrumentIndex,
int lightSourceIndex) |
void |
setBinaryFileFileName(String fileName,
int fileAnnotationIndex) |
void |
setBinaryFileMIMEType(String mimeType,
int fileAnnotationIndex) |
void |
setBinaryFileSize(NonNegativeLong size,
int fileAnnotationIndex) |
void |
setBinaryOnlyMetadataFile(String metadataFile) |
void |
setBinaryOnlyUUID(String uuid) |
void |
setBooleanAnnotationAnnotationRef(String annotation,
int booleanAnnotationIndex,
int annotationRefIndex) |
void |
setBooleanAnnotationAnnotator(String value,
int index) |
void |
setBooleanAnnotationDescription(String description,
int booleanAnnotationIndex) |
void |
setBooleanAnnotationID(String id,
int booleanAnnotationIndex) |
void |
setBooleanAnnotationNamespace(String namespace,
int booleanAnnotationIndex) |
void |
setBooleanAnnotationValue(Boolean value,
int booleanAnnotationIndex) |
void |
setChannelAcquisitionMode(AcquisitionMode acquisitionMode,
int imageIndex,
int channelIndex) |
void |
setChannelAnnotationRef(String annotation,
int imageIndex,
int channelIndex,
int annotationRefIndex) |
void |
setChannelColor(Color color,
int imageIndex,
int channelIndex) |
void |
setChannelContrastMethod(ContrastMethod contrastMethod,
int imageIndex,
int channelIndex) |
void |
setChannelEmissionWavelength(Length emissionWavelength,
int imageIndex,
int channelIndex) |
void |
setChannelExcitationWavelength(Length excitationWavelength,
int imageIndex,
int channelIndex) |
void |
setChannelFilterSetRef(String filterSet,
int imageIndex,
int channelIndex) |
void |
setChannelFluor(String fluor,
int imageIndex,
int channelIndex) |
void |
setChannelGlobalMinMax(int channel,
double minimum,
double maximum,
int series) |
void |
setChannelID(String id,
int imageIndex,
int channelIndex) |
void |
setChannelIlluminationType(IlluminationType illuminationType,
int imageIndex,
int channelIndex) |
void |
setChannelLightSourceSettingsAttenuation(PercentFraction attenuation,
int imageIndex,
int channelIndex) |
void |
setChannelLightSourceSettingsID(String id,
int imageIndex,
int channelIndex) |
void |
setChannelLightSourceSettingsWavelength(Length wavelength,
int imageIndex,
int channelIndex) |
void |
setChannelName(String name,
int imageIndex,
int channelIndex) |
void |
setChannelNDFilter(Double ndfilter,
int imageIndex,
int channelIndex) |
void |
setChannelPinholeSize(Length pinholeSize,
int imageIndex,
int channelIndex) |
void |
setChannelPockelCellSetting(Integer pockelCellSetting,
int imageIndex,
int channelIndex) |
void |
setChannelSamplesPerPixel(PositiveInteger samplesPerPixel,
int imageIndex,
int channelIndex) |
void |
setCommentAnnotationAnnotationRef(String annotation,
int commentAnnotationIndex,
int annotationRefIndex) |
void |
setCommentAnnotationAnnotator(String value,
int index) |
void |
setCommentAnnotationDescription(String description,
int commentAnnotationIndex) |
void |
setCommentAnnotationID(String id,
int commentAnnotationIndex) |
void |
setCommentAnnotationNamespace(String namespace,
int commentAnnotationIndex) |
void |
setCommentAnnotationValue(String value,
int commentAnnotationIndex) |
void |
setCurrentGroup(long groupID)
Changes the default group of the currently logged in user.
|
void |
setCurrentLogFile(String logFilename,
String token) |
void |
setDatasetAnnotationRef(String annotation,
int datasetIndex,
int annotationRefIndex) |
void |
setDatasetDescription(String description,
int datasetIndex) |
void |
setDatasetExperimenterGroupRef(String group,
int datasetIndex) |
void |
setDatasetExperimenterRef(String experimenter,
int datasetIndex) |
void |
setDatasetID(String id,
int datasetIndex) |
void |
setDatasetImageRef(String image,
int datasetIndex,
int imageRefIndex) |
void |
setDatasetName(String name,
int datasetIndex) |
void |
setDetectorAmplificationGain(Double amplificationGain,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorAnnotationRef(String annotation,
int instrumentIndex,
int detectorIndex,
int annotationRefIndex) |
void |
setDetectorGain(Double gain,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorID(String id,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorLotNumber(String lotNumber,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorManufacturer(String manufacturer,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorModel(String model,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorOffset(Double offset,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorSerialNumber(String serialNumber,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorSettingsBinning(Binning binning,
int imageIndex,
int channelIndex) |
void |
setDetectorSettingsGain(Double gain,
int imageIndex,
int channelIndex) |
void |
setDetectorSettingsID(String id,
int imageIndex,
int channelIndex) |
void |
setDetectorSettingsIntegration(PositiveInteger integration,
int imageIndex,
int channelIndex) |
void |
setDetectorSettingsOffset(Double offset,
int imageIndex,
int channelIndex) |
void |
setDetectorSettingsReadOutRate(Frequency readOutRate,
int imageIndex,
int channelIndex) |
void |
setDetectorSettingsVoltage(ElectricPotential voltage,
int imageIndex,
int channelIndex) |
void |
setDetectorSettingsZoom(Double zoom,
int imageIndex,
int channelIndex) |
void |
setDetectorType(DetectorType type,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorVoltage(ElectricPotential voltage,
int instrumentIndex,
int detectorIndex) |
void |
setDetectorZoom(Double zoom,
int instrumentIndex,
int detectorIndex) |
void |
setDichroicAnnotationRef(String annotation,
int instrumentIndex,
int dichroicIndex,
int annotationRefIndex) |
void |
setDichroicID(String id,
int instrumentIndex,
int dichroicIndex) |
void |
setDichroicLotNumber(String lotNumber,
int instrumentIndex,
int dichroicIndex) |
void |
setDichroicManufacturer(String manufacturer,
int instrumentIndex,
int dichroicIndex) |
void |
setDichroicModel(String model,
int instrumentIndex,
int dichroicIndex) |
void |
setDichroicSerialNumber(String serialNumber,
int instrumentIndex,
int dichroicIndex) |
void |
setDoubleAnnotationAnnotationRef(String annotation,
int doubleAnnotationIndex,
int annotationRefIndex) |
void |
setDoubleAnnotationAnnotator(String value,
int index) |
void |
setDoubleAnnotationDescription(String description,
int doubleAnnotationIndex) |
void |
setDoubleAnnotationID(String id,
int doubleAnnotationIndex) |
void |
setDoubleAnnotationNamespace(String namespace,
int doubleAnnotationIndex) |
void |
setDoubleAnnotationValue(Double value,
int doubleAnnotationIndex) |
void |
setEllipseAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setEllipseFillColor(Color fill,
int ROIIndex,
int shapeIndex) |
void |
setEllipseFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setEllipseFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setEllipseFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setEllipseFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setEllipseID(String id,
int ROIIndex,
int shapeIndex) |
void |
setEllipseLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setEllipseLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setEllipseRadiusX(Double radiusX,
int ROIIndex,
int shapeIndex) |
void |
setEllipseRadiusY(Double radiusY,
int ROIIndex,
int shapeIndex) |
void |
setEllipseStrokeColor(Color stroke,
int ROIIndex,
int shapeIndex) |
void |
setEllipseStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setEllipseStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setEllipseText(String text,
int ROIIndex,
int shapeIndex) |
void |
setEllipseTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setEllipseTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setEllipseTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setEllipseTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setEllipseVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setEllipseX(Double x,
int ROIIndex,
int shapeIndex) |
void |
setEllipseY(Double y,
int ROIIndex,
int shapeIndex) |
void |
setEncryptedConnection(boolean encryptedConnection) |
void |
setEnumerationProvider(EnumerationProvider enumProvider)
Sets the active enumeration provider.
|
void |
setExperimentDescription(String description,
int experimentIndex) |
void |
setExperimenterAnnotationRef(String annotation,
int experimenterIndex,
int annotationRefIndex) |
void |
setExperimenterEmail(String email,
int experimenterIndex) |
void |
setExperimenterFirstName(String firstName,
int experimenterIndex) |
void |
setExperimenterGroupAnnotationRef(String annotation,
int experimenterGroupIndex,
int annotationRefIndex) |
void |
setExperimenterGroupDescription(String description,
int groupIndex) |
void |
setExperimenterGroupExperimenterRef(String experimenter,
int experimenterGroupIndex,
int experimenterRefIndex) |
void |
setExperimenterGroupID(String id,
int groupIndex) |
void |
setExperimenterGroupLeader(String leader,
int groupIndex,
int leaderIndex) |
void |
setExperimenterGroupName(String name,
int groupIndex) |
void |
setExperimenterID(String id,
int experimenterIndex) |
void |
setExperimenterInstitution(String institution,
int experimenterIndex) |
void |
setExperimenterLastName(String lastName,
int experimenterIndex) |
void |
setExperimenterMiddleName(String middleName,
int experimenterIndex) |
void |
setExperimenterUserName(String userName,
int experimenterIndex) |
void |
setExperimentExperimenterRef(String experimenter,
int experimentIndex) |
void |
setExperimentID(String id,
int experimentIndex) |
void |
setExperimentType(ExperimentType type,
int experimentIndex) |
void |
setFilamentAnnotationRef(String annotation,
int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex) |
void |
setFilamentID(String id,
int instrumentIndex,
int lightSourceIndex) |
void |
setFilamentLotNumber(String lotNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setFilamentManufacturer(String manufacturer,
int instrumentIndex,
int lightSourceIndex) |
void |
setFilamentModel(String model,
int instrumentIndex,
int lightSourceIndex) |
void |
setFilamentPower(Power power,
int instrumentIndex,
int lightSourceIndex) |
void |
setFilamentSerialNumber(String serialNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setFilamentType(FilamentType type,
int instrumentIndex,
int lightSourceIndex) |
void |
setFileAnnotationAnnotationRef(String annotation,
int fileAnnotationIndex,
int annotationRefIndex) |
void |
setFileAnnotationAnnotator(String value,
int index) |
void |
setFileAnnotationDescription(String description,
int fileAnnotationIndex) |
void |
setFileAnnotationID(String id,
int fileAnnotationIndex) |
void |
setFileAnnotationNamespace(String namespace,
int fileAnnotationIndex) |
void |
setFilterAnnotationRef(String annotation,
int instrumentIndex,
int filterIndex,
int annotationRefIndex) |
void |
setFilterFilterWheel(String filterWheel,
int instrumentIndex,
int filterIndex) |
void |
setFilterID(String id,
int instrumentIndex,
int filterIndex) |
void |
setFilterLotNumber(String lotNumber,
int instrumentIndex,
int filterIndex) |
void |
setFilterManufacturer(String manufacturer,
int instrumentIndex,
int filterIndex) |
void |
setFilterModel(String model,
int instrumentIndex,
int filterIndex) |
void |
setFilterSerialNumber(String serialNumber,
int instrumentIndex,
int filterIndex) |
void |
setFilterSetDichroicRef(String dichroic,
int instrumentIndex,
int filterSetIndex) |
void |
setFilterSetEmissionFilterRef(String emissionFilter,
int instrumentIndex,
int filterSetIndex,
int emissionFilterRefIndex) |
void |
setFilterSetExcitationFilterRef(String excitationFilter,
int instrumentIndex,
int filterSetIndex,
int excitationFilterRefIndex) |
void |
setFilterSetID(String id,
int instrumentIndex,
int filterSetIndex) |
void |
setFilterSetLotNumber(String lotNumber,
int instrumentIndex,
int filterSetIndex) |
void |
setFilterSetManufacturer(String manufacturer,
int instrumentIndex,
int filterSetIndex) |
void |
setFilterSetModel(String model,
int instrumentIndex,
int filterSetIndex) |
void |
setFilterSetSerialNumber(String serialNumber,
int instrumentIndex,
int filterSetIndex) |
void |
setFilterType(FilterType type,
int instrumentIndex,
int filterIndex) |
void |
setGenericExcitationSourceAnnotationRef(String annotation,
int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex) |
void |
setGenericExcitationSourceID(String id,
int instrumentIndex,
int lightSourceIndex) |
void |
setGenericExcitationSourceLotNumber(String lotNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setGenericExcitationSourceManufacturer(String manufacturer,
int instrumentIndex,
int lightSourceIndex) |
void |
setGenericExcitationSourceMap(List<MapPair> map,
int instrumentIndex,
int lightSourceIndex) |
void |
setGenericExcitationSourceModel(String model,
int instrumentIndex,
int lightSourceIndex) |
void |
setGenericExcitationSourcePower(Power power,
int instrumentIndex,
int lightSourceIndex) |
void |
setGenericExcitationSourceSerialNumber(String serialNumber,
int instrumentIndex,
int lightSourceIndex) |
Long |
setGroup(Long groupID)
Sets the id which will be used
to set the call context for all services.
|
void |
setImageAcquisitionDate(Timestamp acquiredDate,
int imageIndex) |
void |
setImageAnnotationRef(String annotation,
int imageIndex,
int annotationRefIndex) |
void |
setImageDescription(String description,
int imageIndex) |
void |
setImageExperimenterGroupRef(String group,
int imageIndex) |
void |
setImageExperimenterRef(String experimenter,
int imageIndex) |
void |
setImageExperimentRef(String experiment,
int imageIndex) |
void |
setImageID(String id,
int imageIndex) |
void |
setImageInstrumentRef(String instrument,
int imageIndex) |
void |
setImageMicrobeamManipulationRef(String microbeamManipulation,
int imageIndex,
int microbeamManipulationRefIndex) |
void |
setImageName(String name,
int imageIndex) |
void |
setImageROIRef(String roi,
int imageIndex,
int ROIRefIndex) |
void |
setImagingEnvironmentAirPressure(Pressure airPressure,
int imageIndex) |
void |
setImagingEnvironmentCO2Percent(PercentFraction co2percent,
int imageIndex) |
void |
setImagingEnvironmentHumidity(PercentFraction humidity,
int imageIndex) |
void |
setImagingEnvironmentMap(List<MapPair> map,
int imageIndex) |
void |
setImagingEnvironmentTemperature(Temperature temperature,
int imageIndex) |
void |
setInstanceProvider(InstanceProvider instanceProvider)
Sets the active instance provider.
|
void |
setInstrumentAnnotationRef(String annotation,
int instrumentIndex,
int annotationRefIndex) |
void |
setInstrumentID(String id,
int instrumentIndex) |
void |
setLabelAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setLabelFillColor(Color fill,
int ROIIndex,
int shapeIndex) |
void |
setLabelFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setLabelFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setLabelFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setLabelFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setLabelID(String id,
int ROIIndex,
int shapeIndex) |
void |
setLabelLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setLabelLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setLabelStrokeColor(Color stroke,
int ROIIndex,
int shapeIndex) |
void |
setLabelStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setLabelStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setLabelText(String text,
int ROIIndex,
int shapeIndex) |
void |
setLabelTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setLabelTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setLabelTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setLabelTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setLabelVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setLabelX(Double x,
int ROIIndex,
int shapeIndex) |
void |
setLabelY(Double y,
int ROIIndex,
int shapeIndex) |
void |
setLaserAnnotationRef(String annotation,
int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex) |
void |
setLaserFrequencyMultiplication(PositiveInteger frequencyMultiplication,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserID(String id,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserLaserMedium(LaserMedium laserMedium,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserLotNumber(String lotNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserManufacturer(String manufacturer,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserModel(String model,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserPockelCell(Boolean pockelCell,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserPower(Power power,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserPulse(Pulse pulse,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserPump(String pump,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserRepetitionRate(Frequency repetitionRate,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserSerialNumber(String serialNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserTuneable(Boolean tuneable,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserType(LaserType type,
int instrumentIndex,
int lightSourceIndex) |
void |
setLaserWavelength(Length wavelength,
int instrumentIndex,
int lightSourceIndex) |
void |
setLightEmittingDiodeAnnotationRef(String annotation,
int instrumentIndex,
int lightSourceIndex,
int annotationRefIndex) |
void |
setLightEmittingDiodeID(String id,
int instrumentIndex,
int lightSourceIndex) |
void |
setLightEmittingDiodeLotNumber(String lotNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setLightEmittingDiodeManufacturer(String manufacturer,
int instrumentIndex,
int lightSourceIndex) |
void |
setLightEmittingDiodeModel(String model,
int instrumentIndex,
int lightSourceIndex) |
void |
setLightEmittingDiodePower(Power power,
int instrumentIndex,
int lightSourceIndex) |
void |
setLightEmittingDiodeSerialNumber(String serialNumber,
int instrumentIndex,
int lightSourceIndex) |
void |
setLightPathAnnotationRef(String annotation,
int imageIndex,
int channelIndex,
int annotationRefIndex) |
void |
setLightPathDichroicRef(String dichroic,
int imageIndex,
int channelIndex) |
void |
setLightPathEmissionFilterRef(String emissionFilter,
int imageIndex,
int channelIndex,
int emissionFilterRefIndex) |
void |
setLightPathExcitationFilterRef(String excitationFilter,
int imageIndex,
int channelIndex,
int excitationFilterRefIndex) |
void |
setLineAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setLineFillColor(Color fill,
int ROIIndex,
int shapeIndex) |
void |
setLineFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setLineFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setLineFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setLineFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setLineID(String id,
int ROIIndex,
int shapeIndex) |
void |
setLineLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setLineLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setLineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
setLineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
setLineStrokeColor(Color stroke,
int ROIIndex,
int shapeIndex) |
void |
setLineStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setLineStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setLineText(String text,
int ROIIndex,
int shapeIndex) |
void |
setLineTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setLineTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setLineTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setLineTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setLineVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setLineX1(Double x1,
int ROIIndex,
int shapeIndex) |
void |
setLineX2(Double x2,
int ROIIndex,
int shapeIndex) |
void |
setLineY1(Double y1,
int ROIIndex,
int shapeIndex) |
void |
setLineY2(Double y2,
int ROIIndex,
int shapeIndex) |
void |
setListAnnotationAnnotationRef(String annotation,
int listAnnotationIndex,
int annotationRefIndex) |
void |
setListAnnotationAnnotator(String value,
int index) |
void |
setListAnnotationDescription(String description,
int listAnnotationIndex) |
void |
setListAnnotationID(String id,
int listAnnotationIndex) |
void |
setListAnnotationNamespace(String namespace,
int listAnnotationIndex) |
void |
setLongAnnotationAnnotationRef(String annotation,
int longAnnotationIndex,
int annotationRefIndex) |
void |
setLongAnnotationAnnotator(String value,
int XMLAnnotationIndex) |
void |
setLongAnnotationDescription(String description,
int longAnnotationIndex) |
void |
setLongAnnotationID(String id,
int longAnnotationIndex) |
void |
setLongAnnotationNamespace(String namespace,
int longAnnotationIndex) |
void |
setLongAnnotationValue(Long value,
int longAnnotationIndex) |
void |
setMapAnnotationAnnotationRef(String annotation,
int mapAnnotationIndex,
int annotationRefIndex) |
void |
setMapAnnotationAnnotator(String annotator,
int mapAnnotationIndex) |
void |
setMapAnnotationDescription(String description,
int mapAnnotationIndex) |
void |
setMapAnnotationID(String id,
int mapAnnotationIndex) |
void |
setMapAnnotationNamespace(String namespace,
int mapAnnotationIndex) |
void |
setMapAnnotationValue(List<MapPair> value,
int mapAnnotationIndex) |
void |
setMaskAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setMaskBinData(byte[] binData,
int roiIndex,
int shapeIndex) |
void |
setMaskFillColor(Color fill,
int ROIIndex,
int shapeIndex) |
void |
setMaskFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setMaskFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setMaskFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setMaskFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setMaskHeight(Double height,
int ROIIndex,
int shapeIndex) |
void |
setMaskID(String id,
int ROIIndex,
int shapeIndex) |
void |
setMaskLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setMaskLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setMaskStrokeColor(Color stroke,
int ROIIndex,
int shapeIndex) |
void |
setMaskStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setMaskStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setMaskText(String description,
int ROIIndex,
int shapeIndex) |
void |
setMaskTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setMaskTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setMaskTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setMaskTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setMaskVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setMaskWidth(Double width,
int ROIIndex,
int shapeIndex) |
void |
setMaskX(Double x,
int ROIIndex,
int shapeIndex) |
void |
setMaskY(Double y,
int ROIIndex,
int shapeIndex) |
void |
setMicrobeamManipulationDescription(String description,
int experimentIndex,
int microbeamManipulationIndex) |
void |
setMicrobeamManipulationExperimenterRef(String experimenter,
int experimentIndex,
int microbeamManipulationIndex) |
void |
setMicrobeamManipulationID(String id,
int experimentIndex,
int microbeamManipulationIndex) |
void |
setMicrobeamManipulationLightSourceSettingsAttenuation(PercentFraction attenuation,
int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex) |
void |
setMicrobeamManipulationLightSourceSettingsID(String id,
int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex) |
void |
setMicrobeamManipulationLightSourceSettingsWavelength(Length wavelength,
int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex) |
void |
setMicrobeamManipulationROIRef(String roi,
int experimentIndex,
int microbeamManipulationIndex,
int ROIRefIndex) |
void |
setMicrobeamManipulationType(MicrobeamManipulationType type,
int experimentIndex,
int microbeamManipulationIndex) |
void |
setMicroscopeLotNumber(String lotNumber,
int instrumentIndex) |
void |
setMicroscopeManufacturer(String manufacturer,
int instrumentIndex) |
void |
setMicroscopeModel(String model,
int instrumentIndex) |
void |
setMicroscopeSerialNumber(String serialNumber,
int instrumentIndex) |
void |
setMicroscopeType(MicroscopeType type,
int instrumentIndex) |
void |
setModelProcessors(List<ModelProcessor> modelProcessors)
Sets the current set of model processors.
|
void |
setObjectiveAnnotationRef(String annotation,
int instrumentIndex,
int objectiveIndex,
int annotationRefIndex) |
void |
setObjectiveCalibratedMagnification(Double calibratedMagnification,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveCorrection(Correction correction,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveID(String id,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveImmersion(Immersion immersion,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveIris(Boolean iris,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveLensNA(Double lensNA,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveLotNumber(String lotNumber,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveManufacturer(String manufacturer,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveModel(String model,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveNominalMagnification(Double nominalMagnification,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveSerialNumber(String serialNumber,
int instrumentIndex,
int objectiveIndex) |
void |
setObjectiveSettingsCorrectionCollar(Double correctionCollar,
int imageIndex) |
void |
setObjectiveSettingsID(String id,
int imageIndex) |
void |
setObjectiveSettingsMedium(Medium medium,
int imageIndex) |
void |
setObjectiveSettingsRefractiveIndex(Double refractiveIndex,
int imageIndex) |
void |
setObjectiveWorkingDistance(Length workingDistance,
int instrumentIndex,
int objectiveIndex) |
void |
setPixelsBigEndian(Boolean value,
int index) |
void |
setPixelsBinDataBigEndian(Boolean bigEndian,
int imageIndex,
int binDataIndex) |
void |
setPixelsDimensionOrder(DimensionOrder dimensionOrder,
int imageIndex) |
void |
setPixelsFile(long pixelsId,
String file,
String repo)
Sets the path, name and repo in the pixels table.
|
void |
setPixelsID(String id,
int imageIndex) |
void |
setPixelsInterleaved(Boolean value,
int index) |
void |
setPixelsPhysicalSizeX(Length physicalSizeX,
int imageIndex) |
void |
setPixelsPhysicalSizeY(Length physicalSizeY,
int imageIndex) |
void |
setPixelsPhysicalSizeZ(Length physicalSizeZ,
int imageIndex) |
void |
setPixelsSignificantBits(PositiveInteger value,
int imageIndex) |
void |
setPixelsSizeC(PositiveInteger sizeC,
int imageIndex) |
void |
setPixelsSizeT(PositiveInteger sizeT,
int imageIndex) |
void |
setPixelsSizeX(PositiveInteger sizeX,
int imageIndex) |
void |
setPixelsSizeY(PositiveInteger sizeY,
int imageIndex) |
void |
setPixelsSizeZ(PositiveInteger sizeZ,
int imageIndex) |
void |
setPixelsTimeIncrement(Time timeIncrement,
int imageIndex) |
void |
setPixelsType(PixelType type,
int imageIndex) |
void |
setPlane(Long pixId,
byte[] arrayBuf,
int z,
int c,
int t)
Writes a plane to the server.
|
void |
setPlaneAnnotationRef(String annotation,
int imageIndex,
int planeIndex,
int annotationRefIndex) |
void |
setPlaneDeltaT(Time deltaT,
int imageIndex,
int planeIndex) |
void |
setPlaneExposureTime(Time exposureTime,
int imageIndex,
int planeIndex) |
void |
setPlaneHashSHA1(String hashSHA1,
int imageIndex,
int planeIndex) |
void |
setPlanePositionX(Length positionX,
int imageIndex,
int planeIndex) |
void |
setPlanePositionY(Length positionY,
int imageIndex,
int planeIndex) |
void |
setPlanePositionZ(Length positionZ,
int imageIndex,
int planeIndex) |
void |
setPlaneTheC(NonNegativeInteger theC,
int imageIndex,
int planeIndex) |
void |
setPlaneTheT(NonNegativeInteger theT,
int imageIndex,
int planeIndex) |
void |
setPlaneTheZ(NonNegativeInteger theZ,
int imageIndex,
int planeIndex) |
void |
setPlateAcquisitionAnnotationRef(String annotation,
int plateIndex,
int plateAcquisitionIndex,
int annotationRefIndex) |
void |
setPlateAcquisitionDescription(String description,
int plateIndex,
int plateAcquisitionIndex) |
void |
setPlateAcquisitionEndTime(Timestamp endTime,
int plateIndex,
int plateAcquisitionIndex) |
void |
setPlateAcquisitionID(String id,
int plateIndex,
int plateAcquisitionIndex) |
void |
setPlateAcquisitionMaximumFieldCount(PositiveInteger maximumFieldCount,
int plateIndex,
int plateAcquisitionIndex) |
void |
setPlateAcquisitionName(String name,
int plateIndex,
int plateAcquisitionIndex) |
void |
setPlateAcquisitionStartTime(Timestamp startTime,
int plateIndex,
int plateAcquisitionIndex) |
void |
setPlateAcquisitionWellSampleRef(String wellSample,
int plateIndex,
int plateAcquisitionIndex,
int wellSampleRefIndex) |
void |
setPlateAnnotationRef(String annotation,
int plateIndex,
int annotationRefIndex) |
void |
setPlateColumnNamingConvention(NamingConvention columnNamingConvention,
int plateIndex) |
void |
setPlateColumns(PositiveInteger columns,
int plateIndex) |
void |
setPlateDescription(String description,
int plateIndex) |
void |
setPlateExternalIdentifier(String externalIdentifier,
int plateIndex) |
void |
setPlateFieldIndex(NonNegativeInteger fieldIndex,
int plateIndex) |
void |
setPlateID(String id,
int plateIndex) |
void |
setPlateName(String name,
int plateIndex) |
void |
setPlateRowNamingConvention(NamingConvention rowNamingConvention,
int plateIndex) |
void |
setPlateRows(PositiveInteger rows,
int plateIndex) |
void |
setPlateStatus(String status,
int plateIndex) |
void |
setPlateWellOriginX(Length wellOriginX,
int plateIndex) |
void |
setPlateWellOriginY(Length wellOriginY,
int plateIndex) |
void |
setPointAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setPointFillColor(Color fill,
int ROIIndex,
int shapeIndex) |
void |
setPointFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setPointFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setPointFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setPointFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setPointID(String id,
int ROIIndex,
int shapeIndex) |
void |
setPointLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setPointLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setPointStrokeColor(Color stroke,
int ROIIndex,
int shapeIndex) |
void |
setPointStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setPointStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setPointText(String text,
int ROIIndex,
int shapeIndex) |
void |
setPointTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setPointTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setPointTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setPointTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setPointVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setPointX(Double x,
int ROIIndex,
int shapeIndex) |
void |
setPointY(Double y,
int ROIIndex,
int shapeIndex) |
void |
setPolygonAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setPolygonFillColor(Color fillColor,
int ROIIndex,
int shapeIndex) |
void |
setPolygonFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setPolygonFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setPolygonFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setPolygonFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setPolygonID(String id,
int ROIIndex,
int shapeIndex) |
void |
setPolygonLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setPolygonLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setPolygonPoints(String points,
int ROIIndex,
int shapeIndex) |
void |
setPolygonStrokeColor(Color strokeColor,
int ROIIndex,
int shapeIndex) |
void |
setPolygonStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setPolygonStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setPolygonText(String text,
int ROIIndex,
int shapeIndex) |
void |
setPolygonTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setPolygonTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setPolygonTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setPolygonTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setPolygonVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setPolylineAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setPolylineFillColor(Color fill,
int ROIIndex,
int shapeIndex) |
void |
setPolylineFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setPolylineFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setPolylineFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setPolylineFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setPolylineID(String id,
int ROIIndex,
int shapeIndex) |
void |
setPolylineLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setPolylineLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setPolylineMarkerEnd(Marker markerEnd,
int ROIIndex,
int shapeIndex) |
void |
setPolylineMarkerStart(Marker markerStart,
int ROIIndex,
int shapeIndex) |
void |
setPolylinePoints(String points,
int ROIIndex,
int shapeIndex) |
void |
setPolylineStrokeColor(Color stroke,
int ROIIndex,
int shapeIndex) |
void |
setPolylineStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setPolylineStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setPolylineText(String text,
int ROIIndex,
int shapeIndex) |
void |
setPolylineTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setPolylineTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setPolylineTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setPolylineTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setPolylineVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setProjectAnnotationRef(String annotation,
int projectIndex,
int annotationRefIndex) |
void |
setProjectDatasetRef(String dataset,
int projectIndex,
int datasetRefIndex) |
void |
setProjectDescription(String description,
int projectIndex) |
void |
setProjectExperimenterGroupRef(String group,
int projectIndex) |
void |
setProjectExperimenterRef(String experimenter,
int projectIndex) |
void |
setProjectID(String id,
int projectIndex) |
void |
setProjectName(String name,
int projectIndex) |
void |
setReader(IFormatReader reader)
Sets the Bio-Formats reader that will be used to populate the container
store.
|
void |
setReagentAnnotationRef(String annotation,
int screenIndex,
int reagentIndex,
int annotationRefIndex) |
void |
setReagentDescription(String description,
int screenIndex,
int reagentIndex) |
void |
setReagentID(String id,
int screenIndex,
int reagentIndex) |
void |
setReagentName(String name,
int screenIndex,
int reagentIndex) |
void |
setReagentReagentIdentifier(String reagentIdentifier,
int screenIndex,
int reagentIndex) |
void |
setRectangleAnnotationRef(String annotation,
int ROIIndex,
int shapeIndex,
int annotationRefIndex) |
void |
setRectangleFillColor(Color fill,
int ROIIndex,
int shapeIndex) |
void |
setRectangleFillRule(FillRule fillRule,
int ROIIndex,
int shapeIndex) |
void |
setRectangleFontFamily(FontFamily fontFamily,
int ROIIndex,
int shapeIndex) |
void |
setRectangleFontSize(Length fontSize,
int ROIIndex,
int shapeIndex) |
void |
setRectangleFontStyle(FontStyle fontStyle,
int ROIIndex,
int shapeIndex) |
void |
setRectangleHeight(Double height,
int ROIIndex,
int shapeIndex) |
void |
setRectangleID(String id,
int ROIIndex,
int shapeIndex) |
void |
setRectangleLineCap(LineCap lineCap,
int ROIIndex,
int shapeIndex) |
void |
setRectangleLocked(Boolean locked,
int ROIIndex,
int shapeIndex) |
void |
setRectangleStrokeColor(Color stroke,
int ROIIndex,
int shapeIndex) |
void |
setRectangleStrokeDashArray(String strokeDashArray,
int ROIIndex,
int shapeIndex) |
void |
setRectangleStrokeWidth(Length strokeWidth,
int ROIIndex,
int shapeIndex) |
void |
setRectangleText(String description,
int ROIIndex,
int shapeIndex) |
void |
setRectangleTheC(NonNegativeInteger theC,
int ROIIndex,
int shapeIndex) |
void |
setRectangleTheT(NonNegativeInteger theT,
int ROIIndex,
int shapeIndex) |
void |
setRectangleTheZ(NonNegativeInteger theZ,
int ROIIndex,
int shapeIndex) |
void |
setRectangleTransform(AffineTransform transform,
int ROIIndex,
int shapeIndex) |
void |
setRectangleVisible(Boolean visible,
int ROIIndex,
int shapeIndex) |
void |
setRectangleWidth(Double width,
int ROIIndex,
int shapeIndex) |
void |
setRectangleX(Double x,
int ROIIndex,
int shapeIndex) |
void |
setRectangleY(Double y,
int ROIIndex,
int shapeIndex) |
void |
setReferenceStringCache(Map<String,String[]> referenceStringCache)
Sets the string based reference cache for this container store.
|
void |
setRightsRightsHeld(String value) |
void |
setRightsRightsHolder(String value) |
void |
setROIAnnotationRef(String annotation,
int ROIIndex,
int annotationRefIndex) |
void |
setROIDescription(String description,
int ROIIndex) |
void |
setROIID(String id,
int ROIIndex) |
void |
setROIName(String name,
int ROIIndex) |
void |
setROINamespace(String namespace,
int ROIIndex) |
void |
setRoot(MetadataRoot root) |
void |
setScreenAnnotationRef(String annotation,
int screenIndex,
int annotationRefIndex) |
void |
setScreenDescription(String description,
int screenIndex) |
void |
setScreenID(String id,
int screenIndex) |
void |
setScreenName(String name,
int screenIndex) |
void |
setScreenPlateRef(String plate,
int screenIndex,
int plateRefIndex) |
void |
setScreenProtocolDescription(String protocolDescription,
int screenIndex) |
void |
setScreenProtocolIdentifier(String protocolIdentifier,
int screenIndex) |
void |
setScreenReagentSetDescription(String reagentSetDescription,
int screenIndex) |
void |
setScreenReagentSetIdentifier(String reagentSetIdentifier,
int screenIndex) |
void |
setScreenType(String type,
int screenIndex) |
void |
setStageLabelName(String name,
int imageIndex) |
void |
setStageLabelX(Length x,
int imageIndex) |
void |
setStageLabelY(Length y,
int imageIndex) |
void |
setStageLabelZ(Length z,
int imageIndex) |
void |
setTagAnnotationAnnotationRef(String annotation,
int tagAnnotationIndex,
int annotationRefIndex) |
void |
setTagAnnotationAnnotator(String value,
int index) |
void |
setTagAnnotationDescription(String description,
int tagAnnotationIndex) |
void |
setTagAnnotationID(String id,
int tagAnnotationIndex) |
void |
setTagAnnotationNamespace(String namespace,
int tagAnnotationIndex) |
void |
setTagAnnotationValue(String value,
int tagAnnotationIndex) |
void |
setTermAnnotationAnnotationRef(String annotation,
int termAnnotationIndex,
int annotationRefIndex) |
void |
setTermAnnotationAnnotator(String value,
int index) |
void |
setTermAnnotationDescription(String description,
int termAnnotationIndex) |
void |
setTermAnnotationID(String id,
int termAnnotationIndex) |
void |
setTermAnnotationNamespace(String namespace,
int termAnnotationIndex) |
void |
setTermAnnotationValue(String value,
int termAnnotationIndex) |
void |
setTiffDataFirstC(NonNegativeInteger firstC,
int imageIndex,
int tiffDataIndex) |
void |
setTiffDataFirstT(NonNegativeInteger firstT,
int imageIndex,
int tiffDataIndex) |
void |
setTiffDataFirstZ(NonNegativeInteger firstZ,
int imageIndex,
int tiffDataIndex) |
void |
setTiffDataIFD(NonNegativeInteger ifd,
int imageIndex,
int tiffDataIndex) |
void |
setTiffDataPlaneCount(NonNegativeInteger planeCount,
int imageIndex,
int tiffDataIndex) |
void |
setTile(Long pixId,
byte[] arrayBuf,
int z,
int c,
int t,
int x,
int y,
int w,
int h)
Writes a tile of pixels to the server.
|
void |
setTimestampAnnotationAnnotationRef(String annotation,
int timestampAnnotationIndex,
int annotationRefIndex) |
void |
setTimestampAnnotationAnnotator(String value,
int index) |
void |
setTimestampAnnotationDescription(String description,
int timestampAnnotationIndex) |
void |
setTimestampAnnotationID(String id,
int timestampAnnotationIndex) |
void |
setTimestampAnnotationNamespace(String namespace,
int timestampAnnotationIndex) |
void |
setTimestampAnnotationValue(Timestamp value,
int timestampAnnotationIndex) |
void |
setTransmittanceRangeCutIn(Length cutIn,
int instrumentIndex,
int filterIndex) |
void |
setTransmittanceRangeCutInTolerance(Length cutInTolerance,
int instrumentIndex,
int filterIndex) |
void |
setTransmittanceRangeCutOut(Length cutOut,
int instrumentIndex,
int filterIndex) |
void |
setTransmittanceRangeCutOutTolerance(Length cutOutTolerance,
int instrumentIndex,
int filterIndex) |
void |
setTransmittanceRangeTransmittance(PercentFraction transmittance,
int instrumentIndex,
int filterIndex) |
void |
setUserSpecifiedAnnotations(List<omero.model.Annotation> annotations)
Sets the user specified image annotations.
|
void |
setUserSpecifiedDescription(String description)
Sets the user specified image/plate description.
|
void |
setUserSpecifiedName(String name)
Sets the user specified image/plate name.
|
void |
setUserSpecifiedPhysicalPixelSizes(Double physicalSizeX,
Double physicalSizeY,
Double physicalSizeZ)
Sets the user specified physical pixel sizes.
|
void |
setUserSpecifiedTarget(omero.model.IObject target)
Sets the user-specified linkage target (usually a Dataset for Images)
and a Screen for Plates).
|
void |
setUUID(String uuid) |
void |
setUUIDFileName(String fileName,
int imageIndex,
int tiffDataIndex) |
void |
setUUIDValue(String fileName,
int imageIndex,
int tiffDataIndex) |
void |
setWellAnnotationRef(String annotation,
int plateIndex,
int wellIndex,
int annotationRefIndex) |
void |
setWellColor(Color color,
int plateIndex,
int wellIndex) |
void |
setWellColumn(NonNegativeInteger column,
int plateIndex,
int wellIndex) |
void |
setWellExternalDescription(String externalDescription,
int plateIndex,
int wellIndex) |
void |
setWellExternalIdentifier(String externalIdentifier,
int plateIndex,
int wellIndex) |
void |
setWellID(String id,
int plateIndex,
int wellIndex) |
void |
setWellReagentRef(String reagent,
int plateIndex,
int wellIndex) |
void |
setWellRow(NonNegativeInteger row,
int plateIndex,
int wellIndex) |
void |
setWellSampleID(String id,
int plateIndex,
int wellIndex,
int wellSampleIndex) |
void |
setWellSampleImageRef(String image,
int plateIndex,
int wellIndex,
int wellSampleIndex) |
void |
setWellSampleIndex(NonNegativeInteger index,
int plateIndex,
int wellIndex,
int wellSampleIndex) |
void |
setWellSamplePositionX(Length positionX,
int plateIndex,
int wellIndex,
int wellSampleIndex) |
void |
setWellSamplePositionY(Length positionY,
int plateIndex,
int wellIndex,
int wellSampleIndex) |
void |
setWellSampleTimepoint(Timestamp timepoint,
int plateIndex,
int wellIndex,
int wellSampleIndex) |
void |
setWellType(String type,
int plateIndex,
int wellIndex) |
void |
setXMLAnnotationAnnotationRef(String annotation,
int XMLAnnotationIndex,
int annotationRefIndex) |
void |
setXMLAnnotationAnnotator(String value,
int index) |
void |
setXMLAnnotationDescription(String description,
int XMLAnnotationIndex) |
void |
setXMLAnnotationID(String id,
int XMLAnnotationIndex) |
void |
setXMLAnnotationNamespace(String namespace,
int XMLAnnotationIndex) |
void |
setXMLAnnotationValue(String value,
int XMLAnnotationIndex) |
omero.RString |
toRType(AffineTransform value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RBool |
toRType(Boolean value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RInt |
toRType(Color value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RDouble |
toRType(Double value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RDouble |
toRType(Float value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RInt |
toRType(Integer value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RLong |
toRType(Long value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RString |
toRType(NamingConvention value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RInt |
toRType(NonNegativeInteger value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RLong |
toRType(NonNegativeLong value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RDouble |
toRType(PercentFraction value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RDouble |
toRType(PositiveFloat value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RString |
toRType(String value)
Transforms a Java type into the corresponding OMERO RType.
|
omero.RTime |
toRType(Timestamp value)
Transforms a Java type into the corresponding OMERO RType.
|
void |
updateFileSize(omero.model.OriginalFile file,
long size) |
void |
updatePixels(List<omero.model.Pixels> pixelsList)
Updates a list of Pixels.
|
public static final String OMERO_EMISSION_FILTER_SUFFIX
setFilterSetEmissionFilterRef(String, int, int, int)
for an explanation of its usage.public static final String OMERO_EXCITATION_FILTER_SUFFIX
setFilterSetExcitationFilterRef(String, int, int, int)
for an explanation of its usage.public ClientKeepAlive getKeepAlive()
public void logVersionInfo(String clientVersion) throws omero.ServerError
omero.ServerErrorpublic int getDefaultBatchSize()
DEFAULTBATCHSIZE
if none is set.public int getDefaultBlockSize()
DEFAULTBLOCKSIZE
if none is set.public omero.api.IQueryPrx getIQuery()
public void setEncryptedConnection(boolean encryptedConnection)
public boolean isEncryptedConnection()
public Long setGroup(Long groupID)
groupID - the group ID to use for call contextsnullpublic void initialize(omero.api.ServiceFactoryPrx serviceFactory)
throws omero.ServerError
closeServices().serviceFactory - The factory. Mustn't be null.omero.ServerError - if the services could not be initializedpublic void initialize(client c) throws omero.ServerError
closeServices().c - The client. Mustn't be null.omero.ServerError - if the services could not be initializedpublic void initialize(String username, String password, String server, int port) throws Glacier2.CannotCreateSessionException, Glacier2.PermissionDeniedException, omero.ServerError
logout()username - User's omename.password - User's password.server - Server hostname.port - Server port.Glacier2.CannotCreateSessionException - If there is a session error when
creating the OMERO Blitz client object.Glacier2.PermissionDeniedException - If there is a problem logging the user
in.omero.ServerError - If there is a critical error communicating with the
server.public void initialize(String username, String password, String server, int port, boolean isSecure) throws Glacier2.CannotCreateSessionException, Glacier2.PermissionDeniedException, omero.ServerError
logout()username - User's omename.password - User's password.server - Server hostname.port - Server port.isSecure - is this session secureGlacier2.CannotCreateSessionException - If there is a session error when
creating the OMERO Blitz client object.Glacier2.PermissionDeniedException - If there is a problem logging the user
in.omero.ServerError - If there is a critical error communicating with the
server.public void initialize(String username, String password, String server, int port, Long group, boolean isSecure) throws Glacier2.CannotCreateSessionException, Glacier2.PermissionDeniedException, omero.ServerError
logout()username - User's omename.password - User's password.server - Server hostname.port - Server port.group - User's current group.isSecure - is this session secureGlacier2.CannotCreateSessionException - If there is a session error when
creating the OMERO Blitz client object.Glacier2.PermissionDeniedException - If there is a problem logging the user
in.omero.ServerError - If there is a critical error communicating with the
server.public void initialize(String server, int port, String sessionKey) throws Glacier2.CannotCreateSessionException, Glacier2.PermissionDeniedException, omero.ServerError
logout()server - Server hostname.port - Server port.sessionKey - Bind session key.Glacier2.CannotCreateSessionException - if a session could not be createdGlacier2.PermissionDeniedException - if the services may not be initializedomero.ServerError - if the services could not be initializedpublic void initialize(String server, int port, String sessionKey, boolean isSecure) throws Glacier2.CannotCreateSessionException, Glacier2.PermissionDeniedException, omero.ServerError
logout()server - Server hostname.port - Server port.sessionKey - Bind session key.isSecure - if a secure session should be createdGlacier2.CannotCreateSessionException - if a session could not be createdGlacier2.PermissionDeniedException - if the services may not be initializedomero.ServerError - if the services could not be initializedpublic omero.api.ServiceFactoryPrx getServiceFactory()
public void ping()
public void updateFileSize(omero.model.OriginalFile file,
long size)
throws omero.ServerError
omero.ServerErrorpublic void setEnumerationProvider(EnumerationProvider enumProvider)
enumProvider - Enumeration provider to use.public EnumerationProvider getEnumerationProvider()
public void setInstanceProvider(InstanceProvider instanceProvider)
instanceProvider - the instance provider to usepublic InstanceProvider getInstanceProvider()
public omero.RInt toRType(Integer value)
value - Java concrete type value.null if value is
null.public omero.RInt toRType(NonNegativeInteger value)
value - Java concrete type value.null if value is
null.public omero.RLong toRType(NonNegativeLong value)
value - Java concrete type value.null if value is
null.public omero.RDouble toRType(PositiveFloat value)
value - Java concrete type value.null if value is
null.public omero.RDouble toRType(PercentFraction value)
value - Java concrete type value.null if value is
null.public omero.RLong toRType(Long value)
value - Java concrete type value.null if value is
null.public omero.RString toRType(String value)
value - Java concrete type value.null if value is
null.public omero.RBool toRType(Boolean value)
value - Java concrete type value.null if value is
null.public omero.RDouble toRType(Double value)
value - Java concrete type value.null if value is
null.public omero.RDouble toRType(Float value)
value - Java concrete type value.null if value is
null.public omero.RTime toRType(Timestamp value)
value - Java concrete type value.null if value is
null.public omero.RString toRType(NamingConvention value)
value - Java concrete type value.null if value is
null.public omero.RString toRType(AffineTransform value)
value - Java concrete type value.null if value is
null.public omero.RInt toRType(Color value)
value - Java concrete type value.null if value is
null.public void closeServices()
logout() when initialized
via an client or a ServiceFactoryPrx instance.initialize(client),
initialize(ServiceFactoryPrx)public void logout()
client or a ServiceFactoryPrx instance. * @see
#initialize(client)initialize(ServiceFactoryPrx),
closeServices()public void prepare(Map<Integer,omero.model.Image> existingMetadata)
prepare() is only valid for
a SINGLE importImage() execution. Following
importImage() the existing metadata map will be reset
regardless of success or failure.existingMetadata - Map of imageIndex or series vs. populated Image
source graph with the fetched objects defined above.public void createRoot()
createRoot in interface MetadataStorepublic MetadataRoot getRoot()
getRoot in interface MetadataStorepublic IFormatReader getReader()
IObjectContainerStoregetReader in interface IObjectContainerStorepublic void setReader(IFormatReader reader)
IObjectContainerStoresetReader in interface IObjectContainerStorereader - Bio-Formats reader.public List<omero.model.Annotation> getUserSpecifiedAnnotations()
IObjectContainerStoregetUserSpecifiedAnnotations in interface IObjectContainerStorepublic void setUserSpecifiedAnnotations(List<omero.model.Annotation> annotations)
IObjectContainerStoresetUserSpecifiedAnnotations in interface IObjectContainerStoreannotations - user specified annotationspublic String getUserSpecifiedName()
IObjectContainerStoregetUserSpecifiedName in interface IObjectContainerStorepublic String getUserSpecifiedImageName()
public void setUserSpecifiedName(String name)
IObjectContainerStoresetUserSpecifiedName in interface IObjectContainerStorename - user specified image/plate namepublic String getUserSpecifiedDescription()
IObjectContainerStoregetUserSpecifiedDescription in interface IObjectContainerStorepublic void setUserSpecifiedDescription(String description)
IObjectContainerStoresetUserSpecifiedDescription in interface IObjectContainerStoredescription - user-specified image/plate descriptionpublic omero.model.IObject getUserSpecifiedTarget()
IObjectContainerStoregetUserSpecifiedTarget in interface IObjectContainerStorepublic void setUserSpecifiedTarget(omero.model.IObject target)
IObjectContainerStoresetUserSpecifiedTarget in interface IObjectContainerStoretarget - user-specified linkage targetpublic Double[] getUserSpecifiedPhysicalPixelSizes()
IObjectContainerStoregetUserSpecifiedPhysicalPixelSizes in interface IObjectContainerStorenull
for any one index states the user has not made a choice for the size
of that particular dimension.public void setUserSpecifiedPhysicalPixelSizes(Double physicalSizeX, Double physicalSizeY, Double physicalSizeZ)
IObjectContainerStorenull states the original file physical size for that
dimension should be used.setUserSpecifiedPhysicalPixelSizes in interface IObjectContainerStorephysicalSizeX - Physical pixel size width.physicalSizeY - Physical pixel height.physicalSizeZ - Physical pixel depth.public List<ModelProcessor> getModelProcessors()
public void setModelProcessors(List<ModelProcessor> modelProcessors)
modelProcessors - List of model processors to use.public void removeModelProcessor(ModelProcessor processor)
processor - Model processor to remove.public boolean addModelProcessor(ModelProcessor processor)
processor - Model processor to add.true as specified by Collection.add(Object)public Map<LSID,omero.metadatastore.IObjectContainer> getContainerCache()
IObjectContainerStoregetContainerCache in interface IObjectContainerStorepublic Map<LSID,List<LSID>> getReferenceCache()
IObjectContainerStoregetReferenceCache in interface IObjectContainerStorepublic Map<Class<? extends omero.model.IObject>,Map<String,omero.metadatastore.IObjectContainer>> getAuthoritativeContainerCache()
IObjectContainerStoregetAuthoritativeContainerCache in interface IObjectContainerStorepublic void addReference(LSID source, LSID target)
addReference in interface IObjectContainerStoresource - Source LSID to add.target - Target LSID to add.public Map<String,String[]> getReferenceStringCache()
IObjectContainerStoregetReferenceStringCache in interface IObjectContainerStorepublic void setReferenceStringCache(Map<String,String[]> referenceStringCache)
IObjectContainerStoresetReferenceStringCache in interface IObjectContainerStorereferenceStringCache - String based reference cache to use.public omero.model.IObject getSourceObject(LSID LSID)
IObjectContainerStoregetSourceObject in interface IObjectContainerStoreLSID - LSID to retrieve a source object for.public <T extends omero.model.IObject> List<T> getSourceObjects(Class<T> klass)
IObjectContainerStoregetSourceObjects in interface IObjectContainerStoreklass - Class to retrieve source objects for.public boolean hasReference(LSID source, LSID target)
IObjectContainerStorehasReference in interface IObjectContainerStoresource - LSID of the source object.target - LSID of the target object.true if a reference exists, false
otherwise.public void setPixelsFile(long pixelsId,
String file,
String repo)
throws omero.ServerError
pixelsId - the ID of the Pixels objectfile - the file's filename, with path in the repositoryrepo - the file's repository's UUIDomero.ServerError - in the event of a server errorpublic void setCurrentGroup(long groupID)
throws omero.ServerError
groupID - The id of the group.omero.ServerError - if the group could not be set or the services initialized accordinglypublic Map<Long,String> mapUserGroups() throws omero.ServerError
omero.ServerError - if the groups could not be mappedpublic String getDefaultGroupName() throws omero.ServerError
omero.ServerError - if the default group could not be retrieved@Deprecated public int getDefaultGroupLevel() throws omero.ServerError
omero.ServerError - if the default group could not be retrievedpublic long getRepositorySpace()
public void postProcess()
saveToDB(FilesetJobLink).public Map<String,List<omero.model.IObject>> saveToDB(omero.model.FilesetJobLink link)
link - the link to save to the databasepublic List<omero.grid.InteractiveProcessorPrx> launchProcessing()
public <T extends omero.model.IObject> T getTarget(Class<T> klass, long id)
T - the kind of model object to retrieveklass - the class of the model objectid - the ID of the model objectpublic omero.model.Project getProject(long projectId)
projectId - public omero.model.Dataset addDataset(String datasetName, String datasetDescription, omero.model.Project project)
datasetName - the name of the datasetdatasetDescription - the description of the datasetproject - the project in which the dataset is (if any)public long getExperimenterID()
public String getConfigValue(String key)
IConfig service.key - Key for the string encoded value.public List<omero.model.Screen> getScreens()
public List<omero.model.Project> getProjects()
public List<omero.model.Dataset> getDatasets(omero.model.Project p)
p - the project whose datasets to get (null for orphaned datasets)public List<omero.model.Dataset> getDatasetsWithoutProjects()
public omero.model.Project addProject(String projectName, String projectDescription)
projectName - the name of the projectprojectDescription - the description of the projectpublic omero.model.Screen addScreen(String screenName, String screenDescription)
screenName - the name of the screenscreenDescription - the description of the screenpublic void preparePixelsStore(List<Long> pixelsIds)
pixelsIds - List of Pixels IDs we'll be populating.public void finalizePixelStore()
throws omero.ServerError
omero.ServerError - if the pixel store could not be finalized or a new one createdpublic int[] getTileSize(Long pixId) throws omero.ServerError
pixId - Pixels set to write to.omero.ServerError - If there is an error writing this tile to the
server.public void setTile(Long pixId, byte[] arrayBuf, int z, int c, int t, int x, int y, int w, int h) throws omero.ServerError
pixId - Pixels set to write to.arrayBuf - Byte array containing all pixels for this plane.z - Z offset within the Pixels set.c - Channel offset within the Pixels set.t - Timepoint offset within the Pixels set.x - X offset of the tile.y - Y offset of the tile.w - Width of the tile.h - Height of the tile.omero.ServerError - If there is an error writing this tile to the
server.setPlane(Long, byte[], int, int, int)public void setPlane(Long pixId, byte[] arrayBuf, int z, int c, int t) throws omero.ServerError
pixId - Pixels set to write to.arrayBuf - Byte array containing all pixels for this plane.z - Z offset within the Pixels set.c - Channel offset within the Pixels set.t - Timepoint offset within the Pixels set.omero.ServerError - If there is an error writing this plane to the
server.public void setChannelGlobalMinMax(int channel,
double minimum,
double maximum,
int series)
setChannelGlobalMinMax in interface IMinMaxStorepublic void updatePixels(List<omero.model.Pixels> pixelsList)
pixelsList - List of Pixels to update.public void populateMinMax()
public void resetDefaultsAndGenerateThumbnails(List<Long> plateIds, List<Long> pixelsIds)
plateIds - Set of Plate IDs to reset defaults and thumbnails for.pixelsIds - Set of Pixels IDs to reset defaults and thumbnails for.public omero.metadatastore.IObjectContainer getIObjectContainer(Class<? extends omero.model.IObject> klass, LinkedHashMap<Index,Integer> indexes)
IObjectContainerStoregetIObjectContainer in interface IObjectContainerStoreklass - Class to retrieve a container for.indexes - Indexes into the OME-XML data model.public void removeIObjectContainer(LSID lsid)
IObjectContainerStoreremoveIObjectContainer in interface IObjectContainerStorelsid - LSID of the container to remove.public List<omero.metadatastore.IObjectContainer> getIObjectContainers(Class<? extends omero.model.IObject> klass)
IObjectContainerStoregetIObjectContainers in interface IObjectContainerStoreklass - Class to retrieve containers for.public int countCachedContainers(Class<? extends omero.model.IObject> klass, int... indexes)
IObjectContainerStorecountCachedContainers in interface IObjectContainerStoreklass - Class to count containers of.indexes - Indexes to use in the container count. For example, if
klass is Image and indexes is
int[] { 0 }; only containers that have an LSID of type
Image and a first index of 0 will be counted.public int countCachedReferences(Class<? extends omero.model.IObject> source, Class<? extends omero.model.IObject> target)
IObjectContainerStorecountCachedReferences in interface IObjectContainerStoresource - Class of the source object. If null it is
treated as a wild card, all references whose target match
target will be counted.target - Class of the target object. If null it is
treated as a wild card, all references whose source match
source will be counted.public void setArcID(String id, int instrumentIndex, int lightSourceIndex)
setArcID in interface MetadataStorepublic void setArcLotNumber(String lotNumber, int instrumentIndex, int lightSourceIndex)
setArcLotNumber in interface MetadataStorepublic void setArcManufacturer(String manufacturer, int instrumentIndex, int lightSourceIndex)
setArcManufacturer in interface MetadataStorepublic void setArcModel(String model, int instrumentIndex, int lightSourceIndex)
setArcModel in interface MetadataStorepublic void setArcPower(Power power, int instrumentIndex, int lightSourceIndex)
setArcPower in interface MetadataStorepublic void setArcSerialNumber(String serialNumber, int instrumentIndex, int lightSourceIndex)
setArcSerialNumber in interface MetadataStorepublic void setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)
setArcType in interface MetadataStorepublic void setArcAnnotationRef(String annotation, int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
setArcAnnotationRef in interface MetadataStorepublic void setBooleanAnnotationID(String id, int booleanAnnotationIndex)
setBooleanAnnotationID in interface MetadataStorepublic void setBooleanAnnotationNamespace(String namespace, int booleanAnnotationIndex)
setBooleanAnnotationNamespace in interface MetadataStorepublic void setBooleanAnnotationValue(Boolean value, int booleanAnnotationIndex)
setBooleanAnnotationValue in interface MetadataStorepublic void setBinaryOnlyUUID(String uuid)
setBinaryOnlyUUID in interface MetadataStorepublic void setBinaryOnlyMetadataFile(String metadataFile)
setBinaryOnlyMetadataFile in interface MetadataStorepublic omero.model.Channel getChannel(int imageIndex,
int channelIndex)
public void setChannelID(String id, int imageIndex, int channelIndex)
setChannelID in interface MetadataStorepublic void setChannelAcquisitionMode(AcquisitionMode acquisitionMode, int imageIndex, int channelIndex)
setChannelAcquisitionMode in interface MetadataStorepublic void setChannelColor(Color color, int imageIndex, int channelIndex)
setChannelColor in interface MetadataStorepublic void setChannelContrastMethod(ContrastMethod contrastMethod, int imageIndex, int channelIndex)
setChannelContrastMethod in interface MetadataStorepublic void setChannelEmissionWavelength(Length emissionWavelength, int imageIndex, int channelIndex)
setChannelEmissionWavelength in interface MetadataStorepublic void setChannelExcitationWavelength(Length excitationWavelength, int imageIndex, int channelIndex)
setChannelExcitationWavelength in interface MetadataStoreMetadataStore.setChannelExcitationWavelength(Length, int, int)public void setChannelFilterSetRef(String filterSet, int imageIndex, int channelIndex)
setChannelFilterSetRef in interface MetadataStorepublic void setChannelFluor(String fluor, int imageIndex, int channelIndex)
setChannelFluor in interface MetadataStorepublic void setChannelIlluminationType(IlluminationType illuminationType, int imageIndex, int channelIndex)
setChannelIlluminationType in interface MetadataStorepublic void setChannelNDFilter(Double ndfilter, int imageIndex, int channelIndex)
setChannelNDFilter in interface MetadataStorepublic void setChannelName(String name, int imageIndex, int channelIndex)
setChannelName in interface MetadataStorepublic void setChannelPinholeSize(Length pinholeSize, int imageIndex, int channelIndex)
setChannelPinholeSize in interface MetadataStorepublic void setChannelPockelCellSetting(Integer pockelCellSetting, int imageIndex, int channelIndex)
setChannelPockelCellSetting in interface MetadataStorepublic void setChannelSamplesPerPixel(PositiveInteger samplesPerPixel, int imageIndex, int channelIndex)
setChannelSamplesPerPixel in interface MetadataStorepublic void setChannelAnnotationRef(String annotation, int imageIndex, int channelIndex, int annotationRefIndex)
setChannelAnnotationRef in interface MetadataStorepublic void setChannelLightSourceSettingsID(String id, int imageIndex, int channelIndex)
setChannelLightSourceSettingsID in interface MetadataStorepublic void setChannelLightSourceSettingsAttenuation(PercentFraction attenuation, int imageIndex, int channelIndex)
setChannelLightSourceSettingsAttenuation in interface MetadataStorepublic void setChannelLightSourceSettingsWavelength(Length wavelength, int imageIndex, int channelIndex)
setChannelLightSourceSettingsWavelength in interface MetadataStorepublic void setDatasetID(String id, int datasetIndex)
setDatasetID in interface MetadataStorepublic void setDatasetAnnotationRef(String annotation, int datasetIndex, int annotationRefIndex)
setDatasetAnnotationRef in interface MetadataStorepublic void setDatasetDescription(String description, int datasetIndex)
setDatasetDescription in interface MetadataStorepublic void setDatasetExperimenterRef(String experimenter, int datasetIndex)
setDatasetExperimenterRef in interface MetadataStorepublic void setDatasetExperimenterGroupRef(String group, int datasetIndex)
setDatasetExperimenterGroupRef in interface MetadataStorepublic void setDatasetName(String name, int datasetIndex)
setDatasetName in interface MetadataStorepublic omero.model.Detector getDetector(int instrumentIndex,
int detectorIndex)
instrumentIndex - the instrument indexdetectorIndex - the detector index within the instrumentpublic void setDetectorID(String id, int instrumentIndex, int detectorIndex)
setDetectorID in interface MetadataStorepublic void setDetectorAmplificationGain(Double amplificationGain, int instrumentIndex, int detectorIndex)
setDetectorAmplificationGain in interface MetadataStorepublic void setDetectorGain(Double gain, int instrumentIndex, int detectorIndex)
setDetectorGain in interface MetadataStorepublic void setDetectorLotNumber(String lotNumber, int instrumentIndex, int detectorIndex)
setDetectorLotNumber in interface MetadataStorepublic void setDetectorManufacturer(String manufacturer, int instrumentIndex, int detectorIndex)
setDetectorManufacturer in interface MetadataStorepublic void setDetectorModel(String model, int instrumentIndex, int detectorIndex)
setDetectorModel in interface MetadataStorepublic void setDetectorOffset(Double offset, int instrumentIndex, int detectorIndex)
setDetectorOffset in interface MetadataStorepublic void setDetectorSerialNumber(String serialNumber, int instrumentIndex, int detectorIndex)
setDetectorSerialNumber in interface MetadataStorepublic void setDetectorType(DetectorType type, int instrumentIndex, int detectorIndex)
setDetectorType in interface MetadataStorepublic void setDetectorVoltage(ElectricPotential voltage, int instrumentIndex, int detectorIndex)
setDetectorVoltage in interface MetadataStorepublic void setDetectorZoom(Double zoom, int instrumentIndex, int detectorIndex)
setDetectorZoom in interface MetadataStorepublic void setDetectorSettingsID(String id, int imageIndex, int channelIndex)
setDetectorSettingsID in interface MetadataStorepublic void setDetectorSettingsBinning(Binning binning, int imageIndex, int channelIndex)
setDetectorSettingsBinning in interface MetadataStorepublic void setDetectorSettingsGain(Double gain, int imageIndex, int channelIndex)
setDetectorSettingsGain in interface MetadataStorepublic void setDetectorSettingsIntegration(PositiveInteger integration, int imageIndex, int channelIndex)
setDetectorSettingsIntegration in interface MetadataStorepublic void setDetectorSettingsOffset(Double offset, int imageIndex, int channelIndex)
setDetectorSettingsOffset in interface MetadataStorepublic void setDetectorSettingsReadOutRate(Frequency readOutRate, int imageIndex, int channelIndex)
setDetectorSettingsReadOutRate in interface MetadataStorepublic void setDetectorSettingsVoltage(ElectricPotential voltage, int imageIndex, int channelIndex)
setDetectorSettingsVoltage in interface MetadataStorepublic void setDetectorSettingsZoom(Double zoom, int imageIndex, int channelIndex)
setDetectorSettingsZoom in interface MetadataStorepublic void setDichroicID(String id, int instrumentIndex, int dichroicIndex)
setDichroicID in interface MetadataStorepublic void setDichroicLotNumber(String lotNumber, int instrumentIndex, int dichroicIndex)
setDichroicLotNumber in interface MetadataStorepublic void setDichroicManufacturer(String manufacturer, int instrumentIndex, int dichroicIndex)
setDichroicManufacturer in interface MetadataStorepublic void setDichroicModel(String model, int instrumentIndex, int dichroicIndex)
setDichroicModel in interface MetadataStorepublic void setDichroicSerialNumber(String serialNumber, int instrumentIndex, int dichroicIndex)
setDichroicSerialNumber in interface MetadataStorepublic void setDoubleAnnotationID(String id, int doubleAnnotationIndex)
setDoubleAnnotationID in interface MetadataStorepublic void setDoubleAnnotationNamespace(String namespace, int doubleAnnotationIndex)
setDoubleAnnotationNamespace in interface MetadataStorepublic void setDoubleAnnotationValue(Double value, int doubleAnnotationIndex)
setDoubleAnnotationValue in interface MetadataStorepublic void setEllipseID(String id, int ROIIndex, int shapeIndex)
setEllipseID in interface MetadataStorepublic void setEllipseFillColor(Color fill, int ROIIndex, int shapeIndex)
setEllipseFillColor in interface MetadataStorepublic void setEllipseFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setEllipseFontSize in interface MetadataStorepublic void setEllipseText(String text, int ROIIndex, int shapeIndex)
setEllipseText in interface MetadataStorepublic void setEllipseRadiusX(Double radiusX, int ROIIndex, int shapeIndex)
setEllipseRadiusX in interface MetadataStorepublic void setEllipseRadiusY(Double radiusY, int ROIIndex, int shapeIndex)
setEllipseRadiusY in interface MetadataStorepublic void setEllipseStrokeColor(Color stroke, int ROIIndex, int shapeIndex)
setEllipseStrokeColor in interface MetadataStorepublic void setEllipseStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setEllipseStrokeDashArray in interface MetadataStorepublic void setEllipseStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setEllipseStrokeWidth in interface MetadataStorepublic void setEllipseTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setEllipseTheC in interface MetadataStorepublic void setEllipseTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setEllipseTheT in interface MetadataStorepublic void setEllipseTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setEllipseTheZ in interface MetadataStorepublic void setEllipseTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setEllipseTransform in interface MetadataStorepublic void setEllipseX(Double x, int ROIIndex, int shapeIndex)
setEllipseX in interface MetadataStorepublic void setEllipseY(Double y, int ROIIndex, int shapeIndex)
setEllipseY in interface MetadataStorepublic void setExperimentID(String id, int experimentIndex)
setExperimentID in interface MetadataStorepublic void setExperimentDescription(String description, int experimentIndex)
setExperimentDescription in interface MetadataStorepublic void setExperimentExperimenterRef(String experimenter, int experimentIndex)
setExperimentExperimenterRef in interface MetadataStorepublic void setExperimentType(ExperimentType type, int experimentIndex)
setExperimentType in interface MetadataStorepublic void setExperimenterID(String id, int experimenterIndex)
setExperimenterID in interface MetadataStorepublic void setExperimenterAnnotationRef(String annotation, int experimenterIndex, int annotationRefIndex)
setExperimenterAnnotationRef in interface MetadataStorepublic void setExperimenterEmail(String email, int experimenterIndex)
setExperimenterEmail in interface MetadataStorepublic void setExperimenterFirstName(String firstName, int experimenterIndex)
setExperimenterFirstName in interface MetadataStorepublic void setExperimenterInstitution(String institution, int experimenterIndex)
setExperimenterInstitution in interface MetadataStorepublic void setExperimenterLastName(String lastName, int experimenterIndex)
setExperimenterLastName in interface MetadataStorepublic void setExperimenterMiddleName(String middleName, int experimenterIndex)
setExperimenterMiddleName in interface MetadataStorepublic void setExperimenterUserName(String userName, int experimenterIndex)
setExperimenterUserName in interface MetadataStorepublic omero.model.Filament getFilament(int instrumentIndex,
int lightSourceIndex)
public void setFilamentID(String id, int instrumentIndex, int lightSourceIndex)
setFilamentID in interface MetadataStorepublic void setFilamentLotNumber(String lotNumber, int instrumentIndex, int lightSourceIndex)
setFilamentLotNumber in interface MetadataStorepublic void setFilamentManufacturer(String manufacturer, int instrumentIndex, int lightSourceIndex)
setFilamentManufacturer in interface MetadataStorepublic void setFilamentModel(String model, int instrumentIndex, int lightSourceIndex)
setFilamentModel in interface MetadataStorepublic void setFilamentPower(Power power, int instrumentIndex, int lightSourceIndex)
setFilamentPower in interface MetadataStorepublic void setFilamentSerialNumber(String serialNumber, int instrumentIndex, int lightSourceIndex)
setFilamentSerialNumber in interface MetadataStorepublic void setFilamentType(FilamentType type, int instrumentIndex, int lightSourceIndex)
setFilamentType in interface MetadataStorepublic void setFileAnnotationID(String id, int fileAnnotationIndex)
setFileAnnotationID in interface MetadataStorepublic void setFileAnnotationNamespace(String namespace, int fileAnnotationIndex)
setFileAnnotationNamespace in interface MetadataStorepublic void setFilterID(String id, int instrumentIndex, int filterIndex)
setFilterID in interface MetadataStorepublic void setFilterFilterWheel(String filterWheel, int instrumentIndex, int filterIndex)
setFilterFilterWheel in interface MetadataStorepublic void setFilterLotNumber(String lotNumber, int instrumentIndex, int filterIndex)
setFilterLotNumber in interface MetadataStorepublic void setFilterManufacturer(String manufacturer, int instrumentIndex, int filterIndex)
setFilterManufacturer in interface MetadataStorepublic void setFilterModel(String model, int instrumentIndex, int filterIndex)
setFilterModel in interface MetadataStorepublic void setFilterSerialNumber(String serialNumber, int instrumentIndex, int filterIndex)
setFilterSerialNumber in interface MetadataStorepublic void setFilterType(FilterType type, int instrumentIndex, int filterIndex)
setFilterType in interface MetadataStorepublic omero.model.FilterSet getFilterSet(int instrumentIndex,
int filterSetIndex)
public void setFilterSetID(String id, int instrumentIndex, int filterSetIndex)
setFilterSetID in interface MetadataStorepublic void setFilterSetDichroicRef(String dichroic, int instrumentIndex, int filterSetIndex)
setFilterSetDichroicRef in interface MetadataStorepublic void setFilterSetEmissionFilterRef(String emissionFilter, int instrumentIndex, int filterSetIndex, int emissionFilterRefIndex)
setFilterSetEmissionFilterRef in interface MetadataStorepublic void setFilterSetExcitationFilterRef(String excitationFilter, int instrumentIndex, int filterSetIndex, int excitationFilterRefIndex)
setFilterSetExcitationFilterRef in interface MetadataStorepublic void setFilterSetLotNumber(String lotNumber, int instrumentIndex, int filterSetIndex)
setFilterSetLotNumber in interface MetadataStorepublic void setFilterSetManufacturer(String manufacturer, int instrumentIndex, int filterSetIndex)
setFilterSetManufacturer in interface MetadataStorepublic void setFilterSetModel(String model, int instrumentIndex, int filterSetIndex)
setFilterSetModel in interface MetadataStorepublic void setFilterSetSerialNumber(String serialNumber, int instrumentIndex, int filterSetIndex)
setFilterSetSerialNumber in interface MetadataStorepublic void setGenericExcitationSourceID(String id, int instrumentIndex, int lightSourceIndex)
setGenericExcitationSourceID in interface MetadataStorepublic void setGenericExcitationSourceLotNumber(String lotNumber, int instrumentIndex, int lightSourceIndex)
setGenericExcitationSourceLotNumber in interface MetadataStorepublic void setGenericExcitationSourceMap(List<MapPair> map, int instrumentIndex, int lightSourceIndex)
setGenericExcitationSourceMap in interface MetadataStorepublic void setGenericExcitationSourceManufacturer(String manufacturer, int instrumentIndex, int lightSourceIndex)
setGenericExcitationSourceManufacturer in interface MetadataStorepublic void setGenericExcitationSourceModel(String model, int instrumentIndex, int lightSourceIndex)
setGenericExcitationSourceModel in interface MetadataStorepublic void setGenericExcitationSourcePower(Power power, int instrumentIndex, int lightSourceIndex)
setGenericExcitationSourcePower in interface MetadataStorepublic void setGenericExcitationSourceSerialNumber(String serialNumber, int instrumentIndex, int lightSourceIndex)
setGenericExcitationSourceSerialNumber in interface MetadataStorepublic void setExperimenterGroupID(String id, int groupIndex)
setExperimenterGroupID in interface MetadataStorepublic void setExperimenterGroupDescription(String description, int groupIndex)
setExperimenterGroupDescription in interface MetadataStorepublic void setExperimenterGroupLeader(String leader, int groupIndex, int leaderIndex)
setExperimenterGroupLeader in interface MetadataStorepublic void setExperimenterGroupName(String name, int groupIndex)
setExperimenterGroupName in interface MetadataStorepublic void setImageID(String id, int imageIndex)
setImageID in interface MetadataStorepublic void setImageAcquisitionDate(Timestamp acquiredDate, int imageIndex)
setImageAcquisitionDate in interface MetadataStorepublic void setImageAnnotationRef(String annotation, int imageIndex, int annotationRefIndex)
setImageAnnotationRef in interface MetadataStorepublic void setImageDescription(String description, int imageIndex)
setImageDescription in interface MetadataStorepublic void setImageExperimentRef(String experiment, int imageIndex)
setImageExperimentRef in interface MetadataStorepublic void setImageExperimenterRef(String experimenter, int imageIndex)
setImageExperimenterRef in interface MetadataStorepublic void setImageExperimenterGroupRef(String group, int imageIndex)
setImageExperimenterGroupRef in interface MetadataStorepublic void setImageInstrumentRef(String instrument, int imageIndex)
setImageInstrumentRef in interface MetadataStorepublic void setImageMicrobeamManipulationRef(String microbeamManipulation, int imageIndex, int microbeamManipulationRefIndex)
setImageMicrobeamManipulationRef in interface MetadataStorepublic void setImageName(String name, int imageIndex)
setImageName in interface MetadataStorepublic void setImageROIRef(String roi, int imageIndex, int ROIRefIndex)
setImageROIRef in interface MetadataStorepublic omero.model.ObjectiveSettings getObjectiveSettings(int imageIndex)
public void setObjectiveSettingsID(String id, int imageIndex)
setObjectiveSettingsID in interface MetadataStorepublic void setObjectiveSettingsCorrectionCollar(Double correctionCollar, int imageIndex)
setObjectiveSettingsCorrectionCollar in interface MetadataStorepublic void setObjectiveSettingsMedium(Medium medium, int imageIndex)
setObjectiveSettingsMedium in interface MetadataStorepublic void setObjectiveSettingsRefractiveIndex(Double refractiveIndex, int imageIndex)
setObjectiveSettingsRefractiveIndex in interface MetadataStorepublic omero.model.ImagingEnvironment getImagingEnvironment(int imageIndex)
public void setImagingEnvironmentAirPressure(Pressure airPressure, int imageIndex)
setImagingEnvironmentAirPressure in interface MetadataStorepublic void setImagingEnvironmentCO2Percent(PercentFraction co2percent, int imageIndex)
setImagingEnvironmentCO2Percent in interface MetadataStorepublic void setImagingEnvironmentHumidity(PercentFraction humidity, int imageIndex)
setImagingEnvironmentHumidity in interface MetadataStorepublic void setImagingEnvironmentMap(List<MapPair> map, int imageIndex)
setImagingEnvironmentMap in interface MetadataStorepublic void setImagingEnvironmentTemperature(Temperature temperature, int imageIndex)
setImagingEnvironmentTemperature in interface MetadataStorepublic void setInstrumentID(String id, int instrumentIndex)
setInstrumentID in interface MetadataStorepublic omero.model.Laser getLaser(int instrumentIndex,
int lightSourceIndex)
public void setLaserID(String id, int instrumentIndex, int lightSourceIndex)
setLaserID in interface MetadataStorepublic void setLaserFrequencyMultiplication(PositiveInteger frequencyMultiplication, int instrumentIndex, int lightSourceIndex)
setLaserFrequencyMultiplication in interface MetadataStorepublic void setLaserLaserMedium(LaserMedium laserMedium, int instrumentIndex, int lightSourceIndex)
setLaserLaserMedium in interface MetadataStorepublic void setLaserLotNumber(String lotNumber, int instrumentIndex, int lightSourceIndex)
setLaserLotNumber in interface MetadataStorepublic void setLaserManufacturer(String manufacturer, int instrumentIndex, int lightSourceIndex)
setLaserManufacturer in interface MetadataStorepublic void setLaserModel(String model, int instrumentIndex, int lightSourceIndex)
setLaserModel in interface MetadataStorepublic void setLaserPockelCell(Boolean pockelCell, int instrumentIndex, int lightSourceIndex)
setLaserPockelCell in interface MetadataStorepublic void setLaserPower(Power power, int instrumentIndex, int lightSourceIndex)
setLaserPower in interface MetadataStorepublic void setLaserPulse(Pulse pulse, int instrumentIndex, int lightSourceIndex)
setLaserPulse in interface MetadataStorepublic void setLaserPump(String pump, int instrumentIndex, int lightSourceIndex)
setLaserPump in interface MetadataStorepublic void setLaserRepetitionRate(Frequency repetitionRate, int instrumentIndex, int lightSourceIndex)
setLaserRepetitionRate in interface MetadataStorepublic void setLaserSerialNumber(String serialNumber, int instrumentIndex, int lightSourceIndex)
setLaserSerialNumber in interface MetadataStorepublic void setLaserTuneable(Boolean tuneable, int instrumentIndex, int lightSourceIndex)
setLaserTuneable in interface MetadataStorepublic void setLaserType(LaserType type, int instrumentIndex, int lightSourceIndex)
setLaserType in interface MetadataStorepublic void setLaserWavelength(Length wavelength, int instrumentIndex, int lightSourceIndex)
setLaserWavelength in interface MetadataStorepublic omero.model.LightEmittingDiode getLightEmittingDiode(int instrumentIndex,
int lightSourceIndex)
public void setLightEmittingDiodeID(String id, int instrumentIndex, int lightSourceIndex)
setLightEmittingDiodeID in interface MetadataStorepublic void setLightEmittingDiodeLotNumber(String lotNumber, int instrumentIndex, int lightSourceIndex)
setLightEmittingDiodeLotNumber in interface MetadataStorepublic void setLightEmittingDiodeManufacturer(String manufacturer, int instrumentIndex, int lightSourceIndex)
setLightEmittingDiodeManufacturer in interface MetadataStorepublic void setLightEmittingDiodeModel(String model, int instrumentIndex, int lightSourceIndex)
setLightEmittingDiodeModel in interface MetadataStorepublic void setLightEmittingDiodePower(Power power, int instrumentIndex, int lightSourceIndex)
setLightEmittingDiodePower in interface MetadataStorepublic void setLightEmittingDiodeSerialNumber(String serialNumber, int instrumentIndex, int lightSourceIndex)
setLightEmittingDiodeSerialNumber in interface MetadataStorepublic void setLightPathDichroicRef(String dichroic, int imageIndex, int channelIndex)
setLightPathDichroicRef in interface MetadataStorepublic void setLightPathEmissionFilterRef(String emissionFilter, int imageIndex, int channelIndex, int emissionFilterRefIndex)
setLightPathEmissionFilterRef in interface MetadataStorepublic void setLightPathExcitationFilterRef(String excitationFilter, int imageIndex, int channelIndex, int excitationFilterRefIndex)
setLightPathExcitationFilterRef in interface MetadataStorepublic omero.model.Line getLine(int ROIIndex,
int shapeIndex)
public void setLineID(String id, int ROIIndex, int shapeIndex)
setLineID in interface MetadataStorepublic void setLineText(String text, int ROIIndex, int shapeIndex)
setLineText in interface MetadataStorepublic void setLineFillColor(Color fill, int ROIIndex, int shapeIndex)
setLineFillColor in interface MetadataStorepublic void setLineFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setLineFontSize in interface MetadataStorepublic void setLineStrokeColor(Color stroke, int ROIIndex, int shapeIndex)
setLineStrokeColor in interface MetadataStorepublic void setLineStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setLineStrokeDashArray in interface MetadataStorepublic void setLineStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setLineStrokeWidth in interface MetadataStorepublic void setLineTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setLineTheC in interface MetadataStorepublic void setLineTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setLineTheT in interface MetadataStorepublic void setLineTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setLineTheZ in interface MetadataStorepublic void setLineTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setLineTransform in interface MetadataStorepublic void setLineX1(Double x1, int ROIIndex, int shapeIndex)
setLineX1 in interface MetadataStorepublic void setLineX2(Double x2, int ROIIndex, int shapeIndex)
setLineX2 in interface MetadataStorepublic void setLineY1(Double y1, int ROIIndex, int shapeIndex)
setLineY1 in interface MetadataStorepublic void setLineY2(Double y2, int ROIIndex, int shapeIndex)
setLineY2 in interface MetadataStorepublic omero.model.ListAnnotation getListAnnotation(int listAnnotationIndex)
public void setListAnnotationID(String id, int listAnnotationIndex)
setListAnnotationID in interface MetadataStorepublic void setListAnnotationAnnotationRef(String annotation, int listAnnotationIndex, int annotationRefIndex)
setListAnnotationAnnotationRef in interface MetadataStorepublic void setListAnnotationNamespace(String namespace, int listAnnotationIndex)
setListAnnotationNamespace in interface MetadataStorepublic omero.model.LongAnnotation getLongAnnotation(int longAnnotationIndex)
public void setLongAnnotationID(String id, int longAnnotationIndex)
setLongAnnotationID in interface MetadataStorepublic void setLongAnnotationNamespace(String namespace, int longAnnotationIndex)
setLongAnnotationNamespace in interface MetadataStorepublic void setLongAnnotationValue(Long value, int longAnnotationIndex)
setLongAnnotationValue in interface MetadataStorepublic omero.model.Mask getMask(int ROIIndex,
int shapeIndex)
public void setMaskBinData(byte[] binData,
int roiIndex,
int shapeIndex)
setMaskBinData in interface MetadataStorepublic void setMapAnnotationValue(List<MapPair> value, int mapAnnotationIndex)
setMapAnnotationValue in interface MetadataStorepublic void setMaskText(String description, int ROIIndex, int shapeIndex)
setMaskText in interface MetadataStorepublic void setMaskFillColor(Color fill, int ROIIndex, int shapeIndex)
setMaskFillColor in interface MetadataStorepublic void setMaskFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setMaskFontSize in interface MetadataStorepublic void setMaskID(String id, int ROIIndex, int shapeIndex)
setMaskID in interface MetadataStorepublic void setMaskStrokeColor(Color stroke, int ROIIndex, int shapeIndex)
setMaskStrokeColor in interface MetadataStorepublic void setMaskStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setMaskStrokeDashArray in interface MetadataStorepublic void setMaskStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setMaskStrokeWidth in interface MetadataStorepublic void setMaskTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setMaskTheC in interface MetadataStorepublic void setMaskTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setMaskTheT in interface MetadataStorepublic void setMaskTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setMaskTheZ in interface MetadataStorepublic void setMaskTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setMaskTransform in interface MetadataStorepublic void setMaskX(Double x, int ROIIndex, int shapeIndex)
setMaskX in interface MetadataStorepublic void setMaskY(Double y, int ROIIndex, int shapeIndex)
setMaskY in interface MetadataStorepublic void setMaskHeight(Double height, int ROIIndex, int shapeIndex)
setMaskHeight in interface MetadataStorepublic void setMaskWidth(Double width, int ROIIndex, int shapeIndex)
setMaskWidth in interface MetadataStorepublic omero.model.MicrobeamManipulation getMicrobeamManipulation(int experimentIndex,
int microbeamManipulationIndex)
public void setMicrobeamManipulationID(String id, int experimentIndex, int microbeamManipulationIndex)
setMicrobeamManipulationID in interface MetadataStorepublic void setMicrobeamManipulationDescription(String description, int experimentIndex, int microbeamManipulationIndex)
setMicrobeamManipulationDescription in interface MetadataStorepublic void setMicrobeamManipulationExperimenterRef(String experimenter, int experimentIndex, int microbeamManipulationIndex)
setMicrobeamManipulationExperimenterRef in interface MetadataStorepublic void setMicrobeamManipulationROIRef(String roi, int experimentIndex, int microbeamManipulationIndex, int ROIRefIndex)
setMicrobeamManipulationROIRef in interface MetadataStorepublic void setMicrobeamManipulationType(MicrobeamManipulationType type, int experimentIndex, int microbeamManipulationIndex)
setMicrobeamManipulationType in interface MetadataStorepublic omero.model.LightSettings getMicrobeamManipulationLightSourceSettings(int experimentIndex,
int microbeamManipulationIndex,
int lightSourceSettingsIndex)
public void setMicrobeamManipulationLightSourceSettingsID(String id, int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
setMicrobeamManipulationLightSourceSettingsID in interface MetadataStorepublic void setMicrobeamManipulationLightSourceSettingsAttenuation(PercentFraction attenuation, int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
setMicrobeamManipulationLightSourceSettingsAttenuation in interface MetadataStorepublic void setMicrobeamManipulationLightSourceSettingsWavelength(Length wavelength, int experimentIndex, int microbeamManipulationIndex, int lightSourceSettingsIndex)
setMicrobeamManipulationLightSourceSettingsWavelength in interface MetadataStorepublic void setMicroscopeLotNumber(String lotNumber, int instrumentIndex)
setMicroscopeLotNumber in interface MetadataStorepublic void setMicroscopeManufacturer(String manufacturer, int instrumentIndex)
setMicroscopeManufacturer in interface MetadataStorepublic void setMicroscopeModel(String model, int instrumentIndex)
setMicroscopeModel in interface MetadataStorepublic void setMicroscopeSerialNumber(String serialNumber, int instrumentIndex)
setMicroscopeSerialNumber in interface MetadataStorepublic void setMicroscopeType(MicroscopeType type, int instrumentIndex)
setMicroscopeType in interface MetadataStorepublic omero.model.Objective getObjective(int instrumentIndex,
int objectiveIndex)
public void setObjectiveCalibratedMagnification(Double calibratedMagnification, int instrumentIndex, int objectiveIndex)
setObjectiveCalibratedMagnification in interface MetadataStorepublic void setObjectiveCorrection(Correction correction, int instrumentIndex, int objectiveIndex)
setObjectiveCorrection in interface MetadataStorepublic void setObjectiveID(String id, int instrumentIndex, int objectiveIndex)
setObjectiveID in interface MetadataStorepublic void setObjectiveImmersion(Immersion immersion, int instrumentIndex, int objectiveIndex)
setObjectiveImmersion in interface MetadataStorepublic void setObjectiveIris(Boolean iris, int instrumentIndex, int objectiveIndex)
setObjectiveIris in interface MetadataStorepublic void setObjectiveLensNA(Double lensNA, int instrumentIndex, int objectiveIndex)
setObjectiveLensNA in interface MetadataStorepublic void setObjectiveLotNumber(String lotNumber, int instrumentIndex, int objectiveIndex)
setObjectiveLotNumber in interface MetadataStorepublic void setObjectiveManufacturer(String manufacturer, int instrumentIndex, int objectiveIndex)
setObjectiveManufacturer in interface MetadataStorepublic void setObjectiveModel(String model, int instrumentIndex, int objectiveIndex)
setObjectiveModel in interface MetadataStorepublic void setObjectiveNominalMagnification(Double nominalMagnification, int instrumentIndex, int objectiveIndex)
setObjectiveNominalMagnification in interface MetadataStorepublic void setObjectiveSerialNumber(String serialNumber, int instrumentIndex, int objectiveIndex)
setObjectiveSerialNumber in interface MetadataStorepublic void setObjectiveWorkingDistance(Length workingDistance, int instrumentIndex, int objectiveIndex)
setObjectiveWorkingDistance in interface MetadataStorepublic void setPixelsID(String id, int imageIndex)
setPixelsID in interface MetadataStorepublic void setPixelsBigEndian(Boolean value, int index)
setPixelsBigEndian in interface MetadataStorepublic void setPixelsBinDataBigEndian(Boolean bigEndian, int imageIndex, int binDataIndex)
setPixelsBinDataBigEndian in interface MetadataStorepublic void setPixelsDimensionOrder(DimensionOrder dimensionOrder, int imageIndex)
setPixelsDimensionOrder in interface MetadataStorepublic void setPixelsInterleaved(Boolean value, int index)
setPixelsInterleaved in interface MetadataStorepublic void setPixelsPhysicalSizeX(Length physicalSizeX, int imageIndex)
setPixelsPhysicalSizeX in interface MetadataStorepublic void setPixelsPhysicalSizeY(Length physicalSizeY, int imageIndex)
setPixelsPhysicalSizeY in interface MetadataStorepublic void setPixelsPhysicalSizeZ(Length physicalSizeZ, int imageIndex)
setPixelsPhysicalSizeZ in interface MetadataStorepublic void setPixelsSignificantBits(PositiveInteger value, int imageIndex)
setPixelsSignificantBits in interface MetadataStorepublic void setPixelsSizeC(PositiveInteger sizeC, int imageIndex)
setPixelsSizeC in interface MetadataStorepublic void setPixelsSizeT(PositiveInteger sizeT, int imageIndex)
setPixelsSizeT in interface MetadataStorepublic void setPixelsSizeX(PositiveInteger sizeX, int imageIndex)
setPixelsSizeX in interface MetadataStorepublic void setPixelsSizeY(PositiveInteger sizeY, int imageIndex)
setPixelsSizeY in interface MetadataStorepublic void setPixelsSizeZ(PositiveInteger sizeZ, int imageIndex)
setPixelsSizeZ in interface MetadataStorepublic void setPixelsTimeIncrement(Time timeIncrement, int imageIndex)
setPixelsTimeIncrement in interface MetadataStorepublic void setPixelsType(PixelType type, int imageIndex)
setPixelsType in interface MetadataStorepublic void setPlaneAnnotationRef(String annotation, int imageIndex, int planeIndex, int annotationRefIndex)
setPlaneAnnotationRef in interface MetadataStorepublic void setPlaneDeltaT(Time deltaT, int imageIndex, int planeIndex)
setPlaneDeltaT in interface MetadataStorepublic void setPlaneExposureTime(Time exposureTime, int imageIndex, int planeIndex)
setPlaneExposureTime in interface MetadataStorepublic void setPlaneHashSHA1(String hashSHA1, int imageIndex, int planeIndex)
setPlaneHashSHA1 in interface MetadataStorepublic void setPlanePositionX(Length positionX, int imageIndex, int planeIndex)
setPlanePositionX in interface MetadataStorepublic void setPlanePositionY(Length positionY, int imageIndex, int planeIndex)
setPlanePositionY in interface MetadataStorepublic void setPlanePositionZ(Length positionZ, int imageIndex, int planeIndex)
setPlanePositionZ in interface MetadataStorepublic void setPlaneTheC(NonNegativeInteger theC, int imageIndex, int planeIndex)
setPlaneTheC in interface MetadataStorepublic void setPlaneTheT(NonNegativeInteger theT, int imageIndex, int planeIndex)
setPlaneTheT in interface MetadataStorepublic void setPlaneTheZ(NonNegativeInteger theZ, int imageIndex, int planeIndex)
setPlaneTheZ in interface MetadataStorepublic void setPlateAcquisitionAnnotationRef(String annotation, int plateIndex, int plateAcquisitionIndex, int annotationRefIndex)
setPlateAcquisitionAnnotationRef in interface MetadataStorepublic void setPlateAcquisitionDescription(String description, int plateIndex, int plateAcquisitionIndex)
setPlateAcquisitionDescription in interface MetadataStorepublic void setPlateAcquisitionEndTime(Timestamp endTime, int plateIndex, int plateAcquisitionIndex)
setPlateAcquisitionEndTime in interface MetadataStorepublic void setPlateAcquisitionID(String id, int plateIndex, int plateAcquisitionIndex)
setPlateAcquisitionID in interface MetadataStorepublic void setPlateAcquisitionMaximumFieldCount(PositiveInteger maximumFieldCount, int plateIndex, int plateAcquisitionIndex)
setPlateAcquisitionMaximumFieldCount in interface MetadataStorepublic void setPlateAcquisitionName(String name, int plateIndex, int plateAcquisitionIndex)
setPlateAcquisitionName in interface MetadataStorepublic void setPlateAcquisitionStartTime(Timestamp startTime, int plateIndex, int plateAcquisitionIndex)
setPlateAcquisitionStartTime in interface MetadataStorepublic void setPlateAcquisitionWellSampleRef(String wellSample, int plateIndex, int plateAcquisitionIndex, int wellSampleRefIndex)
setPlateAcquisitionWellSampleRef in interface MetadataStorepublic void setPlateAnnotationRef(String annotation, int plateIndex, int annotationRefIndex)
setPlateAnnotationRef in interface MetadataStorepublic void setPlateColumnNamingConvention(NamingConvention columnNamingConvention, int plateIndex)
setPlateColumnNamingConvention in interface MetadataStorepublic void setPlateColumns(PositiveInteger columns, int plateIndex)
setPlateColumns in interface MetadataStorepublic void setPlateDescription(String description, int plateIndex)
setPlateDescription in interface MetadataStorepublic void setPlateExternalIdentifier(String externalIdentifier, int plateIndex)
setPlateExternalIdentifier in interface MetadataStorepublic void setPlateID(String id, int plateIndex)
setPlateID in interface MetadataStorepublic void setPlateName(String name, int plateIndex)
setPlateName in interface MetadataStorepublic void setPlateRowNamingConvention(NamingConvention rowNamingConvention, int plateIndex)
setPlateRowNamingConvention in interface MetadataStorepublic void setPlateRows(PositiveInteger rows, int plateIndex)
setPlateRows in interface MetadataStorepublic void setPlateStatus(String status, int plateIndex)
setPlateStatus in interface MetadataStorepublic void setPlateWellOriginX(Length wellOriginX, int plateIndex)
setPlateWellOriginX in interface MetadataStorepublic void setPlateWellOriginY(Length wellOriginY, int plateIndex)
setPlateWellOriginY in interface MetadataStorepublic void setPointText(String text, int ROIIndex, int shapeIndex)
setPointText in interface MetadataStorepublic void setPointFillColor(Color fill, int ROIIndex, int shapeIndex)
setPointFillColor in interface MetadataStorepublic void setPointFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setPointFontSize in interface MetadataStorepublic void setPointID(String id, int ROIIndex, int shapeIndex)
setPointID in interface MetadataStorepublic void setPointStrokeColor(Color stroke, int ROIIndex, int shapeIndex)
setPointStrokeColor in interface MetadataStorepublic void setPointStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setPointStrokeDashArray in interface MetadataStorepublic void setPointStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setPointStrokeWidth in interface MetadataStorepublic void setPointTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setPointTheC in interface MetadataStorepublic void setPointTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setPointTheT in interface MetadataStorepublic void setPointTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setPointTheZ in interface MetadataStorepublic void setPointTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setPointTransform in interface MetadataStorepublic void setPointX(Double x, int ROIIndex, int shapeIndex)
setPointX in interface MetadataStorepublic void setPointY(Double y, int ROIIndex, int shapeIndex)
setPointY in interface MetadataStorepublic void setPolylineID(String id, int ROIIndex, int shapeIndex)
setPolylineID in interface MetadataStorepublic void setPolylineText(String text, int ROIIndex, int shapeIndex)
setPolylineText in interface MetadataStorepublic void setPolylineFillColor(Color fill, int ROIIndex, int shapeIndex)
setPolylineFillColor in interface MetadataStorepublic void setPolylineFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setPolylineFontSize in interface MetadataStorepublic void setPolylinePoints(String points, int ROIIndex, int shapeIndex)
setPolylinePoints in interface MetadataStorepublic void setPolylineStrokeColor(Color stroke, int ROIIndex, int shapeIndex)
setPolylineStrokeColor in interface MetadataStorepublic void setPolylineStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setPolylineStrokeDashArray in interface MetadataStorepublic void setPolylineStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setPolylineStrokeWidth in interface MetadataStorepublic void setPolylineTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setPolylineTheC in interface MetadataStorepublic void setPolylineTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setPolylineTheT in interface MetadataStorepublic void setPolylineTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setPolylineTheZ in interface MetadataStorepublic void setPolylineTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setPolylineTransform in interface MetadataStorepublic void setProjectID(String id, int projectIndex)
setProjectID in interface MetadataStorepublic void setProjectAnnotationRef(String annotation, int projectIndex, int annotationRefIndex)
setProjectAnnotationRef in interface MetadataStorepublic void setProjectDescription(String description, int projectIndex)
setProjectDescription in interface MetadataStorepublic void setProjectExperimenterRef(String experimenter, int projectIndex)
setProjectExperimenterRef in interface MetadataStorepublic void setProjectExperimenterGroupRef(String group, int projectIndex)
setProjectExperimenterGroupRef in interface MetadataStorepublic void setProjectName(String name, int projectIndex)
setProjectName in interface MetadataStorepublic void setROIID(String id, int ROIIndex)
setROIID in interface MetadataStorepublic void setROIAnnotationRef(String annotation, int ROIIndex, int annotationRefIndex)
setROIAnnotationRef in interface MetadataStorepublic void setROIDescription(String description, int ROIIndex)
setROIDescription in interface MetadataStorepublic void setROIName(String name, int ROIIndex)
setROIName in interface MetadataStorepublic void setROINamespace(String namespace, int ROIIndex)
setROINamespace in interface MetadataStorepublic void setReagentID(String id, int screenIndex, int reagentIndex)
setReagentID in interface MetadataStorepublic void setReagentAnnotationRef(String annotation, int screenIndex, int reagentIndex, int annotationRefIndex)
setReagentAnnotationRef in interface MetadataStorepublic void setReagentDescription(String description, int screenIndex, int reagentIndex)
setReagentDescription in interface MetadataStorepublic void setReagentName(String name, int screenIndex, int reagentIndex)
setReagentName in interface MetadataStorepublic void setReagentReagentIdentifier(String reagentIdentifier, int screenIndex, int reagentIndex)
setReagentReagentIdentifier in interface MetadataStorepublic void setRectangleID(String id, int ROIIndex, int shapeIndex)
setRectangleID in interface MetadataStorepublic void setRectangleText(String description, int ROIIndex, int shapeIndex)
setRectangleText in interface MetadataStorepublic void setRectangleFillColor(Color fill, int ROIIndex, int shapeIndex)
setRectangleFillColor in interface MetadataStorepublic void setRectangleFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setRectangleFontSize in interface MetadataStorepublic void setRectangleHeight(Double height, int ROIIndex, int shapeIndex)
setRectangleHeight in interface MetadataStorepublic void setRectangleStrokeColor(Color stroke, int ROIIndex, int shapeIndex)
setRectangleStrokeColor in interface MetadataStorepublic void setRectangleStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setRectangleStrokeDashArray in interface MetadataStorepublic void setRectangleStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setRectangleStrokeWidth in interface MetadataStorepublic void setRectangleTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setRectangleTheC in interface MetadataStorepublic void setRectangleTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setRectangleTheT in interface MetadataStorepublic void setRectangleTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setRectangleTheZ in interface MetadataStorepublic void setRectangleTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setRectangleTransform in interface MetadataStorepublic void setRectangleWidth(Double width, int ROIIndex, int shapeIndex)
setRectangleWidth in interface MetadataStorepublic void setRectangleX(Double x, int ROIIndex, int shapeIndex)
setRectangleX in interface MetadataStorepublic void setRectangleY(Double y, int ROIIndex, int shapeIndex)
setRectangleY in interface MetadataStorepublic void setRoot(MetadataRoot root)
setRoot in interface MetadataStorepublic void setScreenID(String id, int screenIndex)
setScreenID in interface MetadataStorepublic void setScreenAnnotationRef(String annotation, int screenIndex, int annotationRefIndex)
setScreenAnnotationRef in interface MetadataStorepublic void setScreenDescription(String description, int screenIndex)
setScreenDescription in interface MetadataStorepublic void setScreenName(String name, int screenIndex)
setScreenName in interface MetadataStorepublic void setScreenPlateRef(String plate, int screenIndex, int plateRefIndex)
setScreenPlateRef in interface MetadataStorepublic void setScreenProtocolDescription(String protocolDescription, int screenIndex)
setScreenProtocolDescription in interface MetadataStorepublic void setScreenProtocolIdentifier(String protocolIdentifier, int screenIndex)
setScreenProtocolIdentifier in interface MetadataStorepublic void setScreenReagentSetDescription(String reagentSetDescription, int screenIndex)
setScreenReagentSetDescription in interface MetadataStorepublic void setScreenReagentSetIdentifier(String reagentSetIdentifier, int screenIndex)
setScreenReagentSetIdentifier in interface MetadataStorepublic void setScreenType(String type, int screenIndex)
setScreenType in interface MetadataStorepublic void setStageLabelName(String name, int imageIndex)
setStageLabelName in interface MetadataStorepublic void setStageLabelX(Length x, int imageIndex)
setStageLabelX in interface MetadataStorepublic void setStageLabelY(Length y, int imageIndex)
setStageLabelY in interface MetadataStorepublic void setStageLabelZ(Length z, int imageIndex)
setStageLabelZ in interface MetadataStorepublic void setCommentAnnotationID(String id, int commentAnnotationIndex)
setCommentAnnotationID in interface MetadataStorepublic void setCommentAnnotationNamespace(String namespace, int commentAnnotationIndex)
setCommentAnnotationNamespace in interface MetadataStorepublic void setCommentAnnotationAnnotator(String value, int index)
setCommentAnnotationAnnotator in interface MetadataStorepublic void setCommentAnnotationValue(String value, int commentAnnotationIndex)
setCommentAnnotationValue in interface MetadataStorepublic void setLabelID(String id, int ROIIndex, int shapeIndex)
setLabelID in interface MetadataStorepublic void setLabelText(String text, int ROIIndex, int shapeIndex)
setLabelText in interface MetadataStorepublic void setLabelFillColor(Color fill, int ROIIndex, int shapeIndex)
setLabelFillColor in interface MetadataStorepublic void setLabelFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setLabelFontSize in interface MetadataStorepublic void setLabelStrokeColor(Color stroke, int ROIIndex, int shapeIndex)
setLabelStrokeColor in interface MetadataStorepublic void setLabelStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setLabelStrokeDashArray in interface MetadataStorepublic void setLabelStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setLabelStrokeWidth in interface MetadataStorepublic void setLabelTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setLabelTheC in interface MetadataStorepublic void setLabelTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setLabelTheT in interface MetadataStorepublic void setLabelTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setLabelTheZ in interface MetadataStorepublic void setLabelTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setLabelTransform in interface MetadataStorepublic void setLabelX(Double x, int ROIIndex, int shapeIndex)
setLabelX in interface MetadataStorepublic void setLabelY(Double y, int ROIIndex, int shapeIndex)
setLabelY in interface MetadataStorepublic void setTiffDataFirstC(NonNegativeInteger firstC, int imageIndex, int tiffDataIndex)
setTiffDataFirstC in interface MetadataStorepublic void setTiffDataFirstT(NonNegativeInteger firstT, int imageIndex, int tiffDataIndex)
setTiffDataFirstT in interface MetadataStorepublic void setTiffDataFirstZ(NonNegativeInteger firstZ, int imageIndex, int tiffDataIndex)
setTiffDataFirstZ in interface MetadataStorepublic void setTiffDataIFD(NonNegativeInteger ifd, int imageIndex, int tiffDataIndex)
setTiffDataIFD in interface MetadataStorepublic void setTiffDataPlaneCount(NonNegativeInteger planeCount, int imageIndex, int tiffDataIndex)
setTiffDataPlaneCount in interface MetadataStorepublic void setTimestampAnnotationID(String id, int timestampAnnotationIndex)
setTimestampAnnotationID in interface MetadataStorepublic void setTimestampAnnotationNamespace(String namespace, int timestampAnnotationIndex)
setTimestampAnnotationNamespace in interface MetadataStorepublic void setTimestampAnnotationValue(Timestamp value, int timestampAnnotationIndex)
setTimestampAnnotationValue in interface MetadataStorepublic void setTransmittanceRangeCutIn(Length cutIn, int instrumentIndex, int filterIndex)
setTransmittanceRangeCutIn in interface MetadataStorepublic void setTransmittanceRangeCutInTolerance(Length cutInTolerance, int instrumentIndex, int filterIndex)
setTransmittanceRangeCutInTolerance in interface MetadataStorepublic void setTransmittanceRangeCutOut(Length cutOut, int instrumentIndex, int filterIndex)
setTransmittanceRangeCutOut in interface MetadataStorepublic void setTransmittanceRangeCutOutTolerance(Length cutOutTolerance, int instrumentIndex, int filterIndex)
setTransmittanceRangeCutOutTolerance in interface MetadataStorepublic void setTransmittanceRangeTransmittance(PercentFraction transmittance, int instrumentIndex, int filterIndex)
setTransmittanceRangeTransmittance in interface MetadataStorepublic void setUUID(String uuid)
setUUID in interface MetadataStorepublic void setUUIDFileName(String fileName, int imageIndex, int tiffDataIndex)
setUUIDFileName in interface MetadataStorepublic void setUUIDValue(String fileName, int imageIndex, int tiffDataIndex)
setUUIDValue in interface MetadataStorepublic void setWellID(String id, int plateIndex, int wellIndex)
setWellID in interface MetadataStorepublic void setWellAnnotationRef(String annotation, int plateIndex, int wellIndex, int annotationRefIndex)
setWellAnnotationRef in interface MetadataStorepublic void setWellColor(Color color, int plateIndex, int wellIndex)
setWellColor in interface MetadataStorepublic void setWellColumn(NonNegativeInteger column, int plateIndex, int wellIndex)
setWellColumn in interface MetadataStorepublic void setWellExternalDescription(String externalDescription, int plateIndex, int wellIndex)
setWellExternalDescription in interface MetadataStorepublic void setWellExternalIdentifier(String externalIdentifier, int plateIndex, int wellIndex)
setWellExternalIdentifier in interface MetadataStorepublic void setWellReagentRef(String reagent, int plateIndex, int wellIndex)
setWellReagentRef in interface MetadataStorepublic void setWellRow(NonNegativeInteger row, int plateIndex, int wellIndex)
setWellRow in interface MetadataStorepublic void setWellSampleID(String id, int plateIndex, int wellIndex, int wellSampleIndex)
setWellSampleID in interface MetadataStorepublic void setWellSampleImageRef(String image, int plateIndex, int wellIndex, int wellSampleIndex)
setWellSampleImageRef in interface MetadataStorepublic void setWellSampleIndex(NonNegativeInteger index, int plateIndex, int wellIndex, int wellSampleIndex)
setWellSampleIndex in interface MetadataStorepublic void setWellSamplePositionX(Length positionX, int plateIndex, int wellIndex, int wellSampleIndex)
setWellSamplePositionX in interface MetadataStorepublic void setWellSamplePositionY(Length positionY, int plateIndex, int wellIndex, int wellSampleIndex)
setWellSamplePositionY in interface MetadataStorepublic void setWellSampleTimepoint(Timestamp timepoint, int plateIndex, int wellIndex, int wellSampleIndex)
setWellSampleTimepoint in interface MetadataStorepublic void setXMLAnnotationID(String id, int XMLAnnotationIndex)
setXMLAnnotationID in interface MetadataStorepublic void setXMLAnnotationNamespace(String namespace, int XMLAnnotationIndex)
setXMLAnnotationNamespace in interface MetadataStorepublic void setXMLAnnotationValue(String value, int XMLAnnotationIndex)
setXMLAnnotationValue in interface MetadataStorepublic void setXMLAnnotationAnnotator(String value, int index)
setXMLAnnotationAnnotator in interface MetadataStorepublic void setXMLAnnotationAnnotationRef(String annotation, int XMLAnnotationIndex, int annotationRefIndex)
setXMLAnnotationAnnotationRef in interface MetadataStorepublic void setXMLAnnotationDescription(String description, int XMLAnnotationIndex)
setXMLAnnotationDescription in interface MetadataStorepublic void setBooleanAnnotationAnnotationRef(String annotation, int booleanAnnotationIndex, int annotationRefIndex)
setBooleanAnnotationAnnotationRef in interface MetadataStorepublic void setBooleanAnnotationDescription(String description, int booleanAnnotationIndex)
setBooleanAnnotationDescription in interface MetadataStorepublic void setBooleanAnnotationAnnotator(String value, int index)
setBooleanAnnotationAnnotator in interface MetadataStorepublic void setCommentAnnotationAnnotationRef(String annotation, int commentAnnotationIndex, int annotationRefIndex)
setCommentAnnotationAnnotationRef in interface MetadataStorepublic void setCommentAnnotationDescription(String description, int commentAnnotationIndex)
setCommentAnnotationDescription in interface MetadataStorepublic void setDoubleAnnotationAnnotationRef(String annotation, int doubleAnnotationIndex, int annotationRefIndex)
setDoubleAnnotationAnnotationRef in interface MetadataStorepublic void setDoubleAnnotationDescription(String description, int doubleAnnotationIndex)
setDoubleAnnotationDescription in interface MetadataStorepublic void setDoubleAnnotationAnnotator(String value, int index)
setDoubleAnnotationAnnotator in interface MetadataStorepublic void setFileAnnotationAnnotationRef(String annotation, int fileAnnotationIndex, int annotationRefIndex)
setFileAnnotationAnnotationRef in interface MetadataStorepublic void setFileAnnotationDescription(String description, int fileAnnotationIndex)
setFileAnnotationDescription in interface MetadataStorepublic void setFileAnnotationAnnotator(String value, int index)
setFileAnnotationAnnotator in interface MetadataStorepublic void setListAnnotationDescription(String description, int listAnnotationIndex)
setListAnnotationDescription in interface MetadataStorepublic void setListAnnotationAnnotator(String value, int index)
setListAnnotationAnnotator in interface MetadataStorepublic void setLongAnnotationAnnotationRef(String annotation, int longAnnotationIndex, int annotationRefIndex)
setLongAnnotationAnnotationRef in interface MetadataStorepublic void setLongAnnotationDescription(String description, int longAnnotationIndex)
setLongAnnotationDescription in interface MetadataStorepublic void setLongAnnotationAnnotator(String value, int XMLAnnotationIndex)
setLongAnnotationAnnotator in interface MetadataStorepublic void setMapAnnotationAnnotationRef(String annotation, int mapAnnotationIndex, int annotationRefIndex)
setMapAnnotationAnnotationRef in interface MetadataStorepublic void setMapAnnotationAnnotator(String annotator, int mapAnnotationIndex)
setMapAnnotationAnnotator in interface MetadataStorepublic void setMapAnnotationDescription(String description, int mapAnnotationIndex)
setMapAnnotationDescription in interface MetadataStorepublic void setMapAnnotationID(String id, int mapAnnotationIndex)
setMapAnnotationID in interface MetadataStorepublic void setMapAnnotationNamespace(String namespace, int mapAnnotationIndex)
setMapAnnotationNamespace in interface MetadataStorepublic void setTagAnnotationAnnotationRef(String annotation, int tagAnnotationIndex, int annotationRefIndex)
setTagAnnotationAnnotationRef in interface MetadataStorepublic void setTagAnnotationDescription(String description, int tagAnnotationIndex)
setTagAnnotationDescription in interface MetadataStorepublic void setTagAnnotationID(String id, int tagAnnotationIndex)
setTagAnnotationID in interface MetadataStorepublic void setTagAnnotationNamespace(String namespace, int tagAnnotationIndex)
setTagAnnotationNamespace in interface MetadataStorepublic void setTagAnnotationAnnotator(String value, int index)
setTagAnnotationAnnotator in interface MetadataStorepublic void setTagAnnotationValue(String value, int tagAnnotationIndex)
setTagAnnotationValue in interface MetadataStorepublic void setTermAnnotationAnnotationRef(String annotation, int termAnnotationIndex, int annotationRefIndex)
setTermAnnotationAnnotationRef in interface MetadataStorepublic void setTermAnnotationDescription(String description, int termAnnotationIndex)
setTermAnnotationDescription in interface MetadataStorepublic void setTermAnnotationID(String id, int termAnnotationIndex)
setTermAnnotationID in interface MetadataStorepublic void setTermAnnotationNamespace(String namespace, int termAnnotationIndex)
setTermAnnotationNamespace in interface MetadataStorepublic void setTermAnnotationAnnotator(String value, int index)
setTermAnnotationAnnotator in interface MetadataStorepublic void setTermAnnotationValue(String value, int termAnnotationIndex)
setTermAnnotationValue in interface MetadataStorepublic void setTimestampAnnotationAnnotationRef(String annotation, int timestampAnnotationIndex, int annotationRefIndex)
setTimestampAnnotationAnnotationRef in interface MetadataStorepublic void setTimestampAnnotationDescription(String description, int timestampAnnotationIndex)
setTimestampAnnotationDescription in interface MetadataStorepublic void setTimestampAnnotationAnnotator(String value, int index)
setTimestampAnnotationAnnotator in interface MetadataStorepublic void setPlateFieldIndex(NonNegativeInteger fieldIndex, int plateIndex)
setPlateFieldIndex in interface MetadataStorepublic void setBinaryFileFileName(String fileName, int fileAnnotationIndex)
setBinaryFileFileName in interface MetadataStorepublic void setBinaryFileMIMEType(String mimeType, int fileAnnotationIndex)
setBinaryFileMIMEType in interface MetadataStorepublic void setBinaryFileSize(NonNegativeLong size, int fileAnnotationIndex)
setBinaryFileSize in interface MetadataStorepublic void setDatasetImageRef(String image, int datasetIndex, int imageRefIndex)
setDatasetImageRef in interface MetadataStorepublic void setEllipseFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setEllipseFillRule in interface MetadataStorepublic void setEllipseFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setEllipseFontFamily in interface MetadataStorepublic void setEllipseFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setEllipseFontStyle in interface MetadataStorepublic void setEllipseLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setEllipseLineCap in interface MetadataStorepublic void setEllipseLocked(Boolean locked, int ROIIndex, int shapeIndex)
setEllipseLocked in interface MetadataStorepublic void setEllipseVisible(Boolean visible, int ROIIndex, int shapeIndex)
setEllipseVisible in interface MetadataStorepublic void setExperimenterGroupAnnotationRef(String annotation, int experimenterGroupIndex, int annotationRefIndex)
setExperimenterGroupAnnotationRef in interface MetadataStorepublic void setExperimenterGroupExperimenterRef(String experimenter, int experimenterGroupIndex, int experimenterRefIndex)
setExperimenterGroupExperimenterRef in interface MetadataStorepublic void setLabelFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setLabelFillRule in interface MetadataStorepublic void setLabelFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setLabelFontFamily in interface MetadataStorepublic void setLabelFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setLabelFontStyle in interface MetadataStorepublic void setLabelLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setLabelLineCap in interface MetadataStorepublic void setLabelLocked(Boolean locked, int ROIIndex, int shapeIndex)
setLabelLocked in interface MetadataStorepublic void setLabelVisible(Boolean visible, int ROIIndex, int shapeIndex)
setLabelVisible in interface MetadataStorepublic void setLineFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setLineFillRule in interface MetadataStorepublic void setLineFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setLineFontFamily in interface MetadataStorepublic void setLineFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setLineFontStyle in interface MetadataStorepublic void setLineLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setLineLineCap in interface MetadataStorepublic void setLineLocked(Boolean locked, int ROIIndex, int shapeIndex)
setLineLocked in interface MetadataStorepublic void setLineVisible(Boolean visible, int ROIIndex, int shapeIndex)
setLineVisible in interface MetadataStorepublic void setLineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
setLineMarkerEnd in interface MetadataStorepublic void setLineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
setLineMarkerStart in interface MetadataStorepublic void setMaskFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setMaskFillRule in interface MetadataStorepublic void setMaskFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setMaskFontFamily in interface MetadataStorepublic void setMaskFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setMaskFontStyle in interface MetadataStorepublic void setMaskLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setMaskLineCap in interface MetadataStorepublic void setMaskLocked(Boolean locked, int ROIIndex, int shapeIndex)
setMaskLocked in interface MetadataStorepublic void setMaskVisible(Boolean visible, int ROIIndex, int shapeIndex)
setMaskVisible in interface MetadataStorepublic void setPointFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setPointFillRule in interface MetadataStorepublic void setPointFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setPointFontFamily in interface MetadataStorepublic void setPointFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setPointFontStyle in interface MetadataStorepublic void setPointLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setPointLineCap in interface MetadataStorepublic void setPointLocked(Boolean locked, int ROIIndex, int shapeIndex)
setPointLocked in interface MetadataStorepublic void setPointVisible(Boolean visible, int ROIIndex, int shapeIndex)
setPointVisible in interface MetadataStorepublic void setPolygonFillColor(Color fillColor, int ROIIndex, int shapeIndex)
setPolygonFillColor in interface MetadataStorepublic void setPolygonFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setPolygonFillRule in interface MetadataStorepublic void setPolygonFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setPolygonFontFamily in interface MetadataStorepublic void setPolygonFontSize(Length fontSize, int ROIIndex, int shapeIndex)
setPolygonFontSize in interface MetadataStorepublic void setPolygonFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setPolygonFontStyle in interface MetadataStorepublic void setPolygonID(String id, int ROIIndex, int shapeIndex)
setPolygonID in interface MetadataStorepublic void setPolygonLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setPolygonLineCap in interface MetadataStorepublic void setPolygonLocked(Boolean locked, int ROIIndex, int shapeIndex)
setPolygonLocked in interface MetadataStorepublic void setPolygonStrokeColor(Color strokeColor, int ROIIndex, int shapeIndex)
setPolygonStrokeColor in interface MetadataStorepublic void setPolygonStrokeDashArray(String strokeDashArray, int ROIIndex, int shapeIndex)
setPolygonStrokeDashArray in interface MetadataStorepublic void setPolygonStrokeWidth(Length strokeWidth, int ROIIndex, int shapeIndex)
setPolygonStrokeWidth in interface MetadataStorepublic void setPolygonText(String text, int ROIIndex, int shapeIndex)
setPolygonText in interface MetadataStorepublic void setPolygonTheC(NonNegativeInteger theC, int ROIIndex, int shapeIndex)
setPolygonTheC in interface MetadataStorepublic void setPolygonTheT(NonNegativeInteger theT, int ROIIndex, int shapeIndex)
setPolygonTheT in interface MetadataStorepublic void setPolygonTheZ(NonNegativeInteger theZ, int ROIIndex, int shapeIndex)
setPolygonTheZ in interface MetadataStorepublic void setPolygonTransform(AffineTransform transform, int ROIIndex, int shapeIndex)
setPolygonTransform in interface MetadataStorepublic void setPolygonVisible(Boolean visible, int ROIIndex, int shapeIndex)
setPolygonVisible in interface MetadataStorepublic void setPolygonPoints(String points, int ROIIndex, int shapeIndex)
setPolygonPoints in interface MetadataStorepublic void setPolylineFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setPolylineFillRule in interface MetadataStorepublic void setPolylineFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setPolylineFontFamily in interface MetadataStorepublic void setPolylineFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setPolylineFontStyle in interface MetadataStorepublic void setPolylineLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setPolylineLineCap in interface MetadataStorepublic void setPolylineLocked(Boolean locked, int ROIIndex, int shapeIndex)
setPolylineLocked in interface MetadataStorepublic void setPolylineVisible(Boolean visible, int ROIIndex, int shapeIndex)
setPolylineVisible in interface MetadataStorepublic void setPolylineMarkerEnd(Marker markerEnd, int ROIIndex, int shapeIndex)
setPolylineMarkerEnd in interface MetadataStorepublic void setPolylineMarkerStart(Marker markerStart, int ROIIndex, int shapeIndex)
setPolylineMarkerStart in interface MetadataStorepublic void setProjectDatasetRef(String dataset, int projectIndex, int datasetRefIndex)
setProjectDatasetRef in interface MetadataStorepublic void setRectangleFillRule(FillRule fillRule, int ROIIndex, int shapeIndex)
setRectangleFillRule in interface MetadataStorepublic void setRectangleFontFamily(FontFamily fontFamily, int ROIIndex, int shapeIndex)
setRectangleFontFamily in interface MetadataStorepublic void setRectangleFontStyle(FontStyle fontStyle, int ROIIndex, int shapeIndex)
setRectangleFontStyle in interface MetadataStorepublic void setRectangleLineCap(LineCap lineCap, int ROIIndex, int shapeIndex)
setRectangleLineCap in interface MetadataStorepublic void setRectangleLocked(Boolean locked, int ROIIndex, int shapeIndex)
setRectangleLocked in interface MetadataStorepublic void setRectangleVisible(Boolean visible, int ROIIndex, int shapeIndex)
setRectangleVisible in interface MetadataStorepublic void setWellType(String type, int plateIndex, int wellIndex)
setWellType in interface MetadataStorepublic void setRightsRightsHeld(String value)
setRightsRightsHeld in interface MetadataStorepublic void setRightsRightsHolder(String value)
setRightsRightsHolder in interface MetadataStorepublic void setDetectorAnnotationRef(String annotation, int instrumentIndex, int detectorIndex, int annotationRefIndex)
setDetectorAnnotationRef in interface MetadataStorepublic void setDichroicAnnotationRef(String annotation, int instrumentIndex, int dichroicIndex, int annotationRefIndex)
setDichroicAnnotationRef in interface MetadataStorepublic void setEllipseAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setEllipseAnnotationRef in interface MetadataStorepublic void setFilamentAnnotationRef(String annotation, int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
setFilamentAnnotationRef in interface MetadataStorepublic void setFilterAnnotationRef(String annotation, int instrumentIndex, int filterIndex, int annotationRefIndex)
setFilterAnnotationRef in interface MetadataStorepublic void setGenericExcitationSourceAnnotationRef(String annotation, int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
setGenericExcitationSourceAnnotationRef in interface MetadataStorepublic void setInstrumentAnnotationRef(String annotation, int instrumentIndex, int annotationRefIndex)
setInstrumentAnnotationRef in interface MetadataStorepublic void setLabelAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setLabelAnnotationRef in interface MetadataStorepublic void setLaserAnnotationRef(String annotation, int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
setLaserAnnotationRef in interface MetadataStorepublic void setLightEmittingDiodeAnnotationRef(String annotation, int instrumentIndex, int lightSourceIndex, int annotationRefIndex)
setLightEmittingDiodeAnnotationRef in interface MetadataStorepublic void setLightPathAnnotationRef(String annotation, int imageIndex, int channelIndex, int annotationRefIndex)
setLightPathAnnotationRef in interface MetadataStorepublic void setLineAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setLineAnnotationRef in interface MetadataStorepublic void setMaskAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setMaskAnnotationRef in interface MetadataStorepublic void setObjectiveAnnotationRef(String annotation, int instrumentIndex, int objectiveIndex, int annotationRefIndex)
setObjectiveAnnotationRef in interface MetadataStorepublic void setPointAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setPointAnnotationRef in interface MetadataStorepublic void setPolygonAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setPolygonAnnotationRef in interface MetadataStorepublic void setPolylineAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setPolylineAnnotationRef in interface MetadataStorepublic void setRectangleAnnotationRef(String annotation, int ROIIndex, int shapeIndex, int annotationRefIndex)
setRectangleAnnotationRef in interface MetadataStoreprotected void ignoreMissing(String method, Object... args)
protected void ignoreUnneeded(String method, Object... args)
protected void ignoreUnsupported(String method, Object... args)
protected void ignoreInsecure(String method, Object... args)
Version: 5.2.8-ice35-b57
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.