Package omero.cmd
Class OriginalMetadataResponse
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.cmd.Response
-
- omero.cmd.OK
-
- omero.cmd.OriginalMetadataResponse
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable
public class OriginalMetadataResponse extends OK
Successful response forOriginalMetadataRequest. Contains both the global and the series metadata as maps. Only one offilesetIdorfilesetAnnotationIdwill be set. Pre-FS images will havefilesetAnnotationIdset; otherwisefilesetIdwill be set.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]__idsRLongfileAnnotationIdSet to the id of theFileAnnotationlinked to thisImageif one exists.RLongfilesetIdjava.util.Map<java.lang.String,RType>globalMetadataMetadata which applies to the entireFilesetstatic longserialVersionUIDjava.util.Map<java.lang.String,RType>seriesMetadataMetadata specific to the series id of thisImage.
-
Constructor Summary
Constructors Constructor Description OriginalMetadataResponse()OriginalMetadataResponse(RLong filesetId, RLong fileAnnotationId, java.util.Map<java.lang.String,RType> globalMetadata, java.util.Map<java.lang.String,RType> seriesMetadata)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__readImpl(IceInternal.BasicStream __is)protected void__writeImpl(IceInternal.BasicStream __os)OriginalMetadataResponseclone()static Ice.ObjectFactoryice_factory()java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_staticId()
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
filesetId
public RLong filesetId
-
fileAnnotationId
public RLong fileAnnotationId
Set to the id of theFileAnnotationlinked to thisImageif one exists.
-
globalMetadata
public java.util.Map<java.lang.String,RType> globalMetadata
Metadata which applies to the entireFileset
-
seriesMetadata
public java.util.Map<java.lang.String,RType> seriesMetadata
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_factory
public static Ice.ObjectFactory ice_factory()
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImplin classOK
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImplin classOK
-
clone
public OriginalMetadataResponse clone()
-
-