Package omero.api
Class _IMetadataTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._IMetadataDisp
-
- omero.api._IMetadataTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IMetadataOperations
,_IMetadataOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,IMetadata
,ServiceInterface
public class _IMetadataTie extends _IMetadataDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.api._IMetadataDisp
__ids
-
Fields inherited from interface omero.api.IMetadata
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _IMetadataTie()
_IMetadataTie(_IMetadataOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
countAnnotationsUsedNotOwned_async(AMD_IMetadata_countAnnotationsUsedNotOwned __cb, java.lang.String annotationType, long userID, Ice.Current __current)
Counts the number of annotation of a given type used by the specified user but not owned by the user.void
countSpecifiedAnnotations_async(AMD_IMetadata_countSpecifiedAnnotations __cb, java.lang.String annotationType, java.util.List<java.lang.String> include, java.util.List<java.lang.String> exclude, Parameters options, Ice.Current __current)
Counts the number of annotation of a given type.boolean
equals(java.lang.Object rhs)
void
getTaggedObjectsCount_async(AMD_IMetadata_getTaggedObjectsCount __cb, java.util.List<java.lang.Long> ids, Parameters options, Ice.Current __current)
Returns a map whose key is a tag id and the value the number of Projects, Datasets, and Images linked to that tag.int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
loadAnnotation_async(AMD_IMetadata_loadAnnotation __cb, java.util.List<java.lang.Long> annotationIds, Ice.Current __current)
Loads the specified annotations.void
loadAnnotations_async(AMD_IMetadata_loadAnnotations __cb, java.lang.String rootType, java.util.List<java.lang.Long> rootIds, java.util.List<java.lang.String> annotationTypes, java.util.List<java.lang.Long> annotatorIds, Parameters options, Ice.Current __current)
Loads all the annotations of given types, that have been attached to the specifiedrootNodes
for the specifiedannotatorIds
.void
loadAnnotationsUsedNotOwned_async(AMD_IMetadata_loadAnnotationsUsedNotOwned __cb, java.lang.String annotationType, long userID, Ice.Current __current)
Loads the annotations of a given type used by the specified user but not owned by the user.void
loadChannelAcquisitionData_async(AMD_IMetadata_loadChannelAcquisitionData __cb, java.util.List<java.lang.Long> ids, Ice.Current __current)
Loads the logical channels and the acquisition metadata related to them.void
loadInstrument_async(AMD_IMetadata_loadInstrument __cb, long id, Ice.Current __current)
Loads the instrument and its components i.e.void
loadLogFiles_async(AMD_IMetadata_loadLogFiles __cb, java.lang.String rootType, java.util.List<java.lang.Long> ids, Ice.Current __current)
Finds the original file IDs for the import logs corresponding to the given Image or Fileset IDs.void
loadSpecifiedAnnotations_async(AMD_IMetadata_loadSpecifiedAnnotations __cb, java.lang.String annotationType, java.util.List<java.lang.String> include, java.util.List<java.lang.String> exclude, Parameters options, Ice.Current __current)
Loads all the annotations of a given type.void
loadSpecifiedAnnotationsLinkedTo_async(AMD_IMetadata_loadSpecifiedAnnotationsLinkedTo __cb, java.lang.String annotationType, java.util.List<java.lang.String> include, java.util.List<java.lang.String> exclude, java.lang.String rootNodeType, java.util.List<java.lang.Long> rootNodeIds, Parameters options, Ice.Current __current)
Loads the annotations of a given type linked to the specified objects.void
loadTagContent_async(AMD_IMetadata_loadTagContent __cb, java.util.List<java.lang.Long> ids, Parameters options, Ice.Current __current)
Loads the TagSet if the id is specified otherwise loads all the TagSet.void
loadTagSets_async(AMD_IMetadata_loadTagSets __cb, Parameters options, Ice.Current __current)
Loads all the TagSets.-
Methods inherited from class omero.api._IMetadataDisp
___countAnnotationsUsedNotOwned, ___countSpecifiedAnnotations, ___getTaggedObjectsCount, ___loadAnnotation, ___loadAnnotations, ___loadAnnotationsUsedNotOwned, ___loadChannelAcquisitionData, ___loadInstrument, ___loadLogFiles, ___loadSpecifiedAnnotations, ___loadSpecifiedAnnotationsLinkedTo, ___loadTagContent, ___loadTagSets, __dispatch, __readImpl, __writeImpl, countAnnotationsUsedNotOwned_async, countSpecifiedAnnotations_async, getTaggedObjectsCount_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, loadAnnotation_async, loadAnnotations_async, loadAnnotationsUsedNotOwned_async, loadChannelAcquisitionData_async, loadInstrument_async, loadLogFiles_async, loadSpecifiedAnnotations_async, loadSpecifiedAnnotationsLinkedTo_async, loadTagContent_async, loadTagSets_async
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_IMetadataTie
public _IMetadataTie()
-
_IMetadataTie
public _IMetadataTie(_IMetadataOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
countAnnotationsUsedNotOwned_async
public void countAnnotationsUsedNotOwned_async(AMD_IMetadata_countAnnotationsUsedNotOwned __cb, java.lang.String annotationType, long userID, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Counts the number of annotation of a given type used by the specified user but not owned by the user.- Specified by:
countAnnotationsUsedNotOwned_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.annotationType
- The type of annotations to load.__current
- The Current object for the invocation.- Throws:
ServerError
-
countSpecifiedAnnotations_async
public void countSpecifiedAnnotations_async(AMD_IMetadata_countSpecifiedAnnotations __cb, java.lang.String annotationType, java.util.List<java.lang.String> include, java.util.List<java.lang.String> exclude, Parameters options, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Counts the number of annotation of a given type.- Specified by:
countSpecifiedAnnotations_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.annotationType
- The type of annotations to load.exclude
- The collection of name space, one of the constants defined by this class.options
- The POJO options.__current
- The Current object for the invocation.- Throws:
ServerError
-
getTaggedObjectsCount_async
public void getTaggedObjectsCount_async(AMD_IMetadata_getTaggedObjectsCount __cb, java.util.List<java.lang.Long> ids, Parameters options, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Returns a map whose key is a tag id and the value the number of Projects, Datasets, and Images linked to that tag.- Specified by:
getTaggedObjectsCount_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.ids
- The collection of ids.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadAnnotation_async
public void loadAnnotation_async(AMD_IMetadata_loadAnnotation __cb, java.util.List<java.lang.Long> annotationIds, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads the specified annotations.- Specified by:
loadAnnotation_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.annotationIds
- The collection of annotation ids.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadAnnotations_async
public void loadAnnotations_async(AMD_IMetadata_loadAnnotations __cb, java.lang.String rootType, java.util.List<java.lang.Long> rootIds, java.util.List<java.lang.String> annotationTypes, java.util.List<java.lang.Long> annotatorIds, Parameters options, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads all the annotations of given types, that have been attached to the specifiedrootNodes
for the specifiedannotatorIds
. If no types specified, all annotations will be loaded. This method looks for the annotations that have been attached to each of the specified objects. It then maps eachrootId
onto the set of annotations that were found for that node. If no annotations were found for that node, then the entry will benull
. Otherwise it will be aMap
containingAnnotation
objects.- Specified by:
loadAnnotations_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.rootType
- The type of the nodes the annotations are linked to. Mustn't benull
.rootIds
- Ids of the objects of typerootType
. Mustn't benull
.annotationTypes
- The types of annotation to retrieve. Ifnull
all annotations will be loaded. String of the typeomero.model.annotations.*
.annotatorIds
- Ids of the users for whom annotations should be retrieved. Ifnull
, all annotations returned.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadAnnotationsUsedNotOwned_async
public void loadAnnotationsUsedNotOwned_async(AMD_IMetadata_loadAnnotationsUsedNotOwned __cb, java.lang.String annotationType, long userID, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads the annotations of a given type used by the specified user but not owned by the user.- Specified by:
loadAnnotationsUsedNotOwned_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.annotationType
- The type of annotations to load.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadChannelAcquisitionData_async
public void loadChannelAcquisitionData_async(AMD_IMetadata_loadChannelAcquisitionData __cb, java.util.List<java.lang.Long> ids, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads the logical channels and the acquisition metadata related to them.- Specified by:
loadChannelAcquisitionData_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.ids
- The collection of logical channel's ids. Mustn't benull
.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadInstrument_async
public void loadInstrument_async(AMD_IMetadata_loadInstrument __cb, long id, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads the instrument and its components i.e. detectors, objectives, etc.- Specified by:
loadInstrument_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.id
- The id of the instrument to load.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadLogFiles_async
public void loadLogFiles_async(AMD_IMetadata_loadLogFiles __cb, java.lang.String rootType, java.util.List<java.lang.Long> ids, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Finds the original file IDs for the import logs corresponding to the given Image or Fileset IDs.- Specified by:
loadLogFiles_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.rootType
- the root node type, may beImage
orFileset
ids
- the IDs of the entities for which the import log original file IDs are required__current
- The Current object for the invocation.- Throws:
ServerError
-
loadSpecifiedAnnotations_async
public void loadSpecifiedAnnotations_async(AMD_IMetadata_loadSpecifiedAnnotations __cb, java.lang.String annotationType, java.util.List<java.lang.String> include, java.util.List<java.lang.String> exclude, Parameters options, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads all the annotations of a given type. It is possible to filter the annotations by including or excluding name spaces set on the annotations.- Specified by:
loadSpecifiedAnnotations_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.annotationType
- The type of annotations to load.exclude
- Exclude the annotations with the specified name spaces.options
- The POJO options.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadSpecifiedAnnotationsLinkedTo_async
public void loadSpecifiedAnnotationsLinkedTo_async(AMD_IMetadata_loadSpecifiedAnnotationsLinkedTo __cb, java.lang.String annotationType, java.util.List<java.lang.String> include, java.util.List<java.lang.String> exclude, java.lang.String rootNodeType, java.util.List<java.lang.Long> rootNodeIds, Parameters options, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads the annotations of a given type linked to the specified objects. It is possible to filter the annotations by including or excluding name spaces set on the annotations. This method looks for the annotations that have been attached to each of the specified objects. It then maps eachrootNodeId
onto the set of annotations that were found for that node. If no annotations were found for that node, the map will not contain an entry for that node. Otherwise it will be aSet
containingAnnotation
objects. TherootNodeType
supported are: Project, Dataset, Image, Pixels, Screen, Plate, PlateAcquisition, Well, Fileset.- Specified by:
loadSpecifiedAnnotationsLinkedTo_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.annotationType
- The type of annotations to load.exclude
- Exclude the annotations with the specified name spaces.rootNodeType
- The type of objects the annotations are linked to.rootNodeIds
- The identifiers of the objects.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadTagContent_async
public void loadTagContent_async(AMD_IMetadata_loadTagContent __cb, java.util.List<java.lang.Long> ids, Parameters options, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads the TagSet if the id is specified otherwise loads all the TagSet.- Specified by:
loadTagContent_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.ids
- The id of the tag to load or-1
.__current
- The Current object for the invocation.- Throws:
ServerError
-
loadTagSets_async
public void loadTagSets_async(AMD_IMetadata_loadTagSets __cb, Parameters options, Ice.Current __current) throws ServerError
Description copied from interface:_IMetadataOperations
Loads all the TagSets. Returns a collection ofAnnotationAnnotatioLink
objects and, if theorphan
parameters istrue
, theTagAnnotation
object. Note that the difference between a TagSet and a Tag is made using the NS_INSIGHT_TAG_SET namespace.- Specified by:
loadTagSets_async
in interface_IMetadataOperations
- Parameters:
__cb
- The callback object for the operation.options
- The POJO options.__current
- The Current object for the invocation.- Throws:
ServerError
-
-