public class MetadataI extends AbstractAmdServant implements omero.api._IMetadataOperations
IMetadata service.| Constructor and Description | 
|---|
MetadataI(IMetadata service,
         BlitzExecutor be)
Creates a new instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
countAnnotationsUsedNotOwned_async(omero.api.AMD_IMetadata_countAnnotationsUsedNotOwned __cb,
                                  String annotationType,
                                  long userID,
                                  Ice.Current __current)  | 
void | 
countSpecifiedAnnotations_async(omero.api.AMD_IMetadata_countSpecifiedAnnotations __cb,
                               String annotationType,
                               List<String> include,
                               List<String> exclude,
                               omero.sys.Parameters options,
                               Ice.Current __current)  | 
void | 
getTaggedObjectsCount_async(omero.api.AMD_IMetadata_getTaggedObjectsCount __cb,
                           List<Long> ids,
                           omero.sys.Parameters options,
                           Ice.Current __current)  | 
void | 
loadAnnotation_async(omero.api.AMD_IMetadata_loadAnnotation __cb,
                    List<Long> ids,
                    Ice.Current __current)  | 
void | 
loadAnnotations_async(omero.api.AMD_IMetadata_loadAnnotations __cb,
                     String rootType,
                     List<Long> rootIds,
                     List<String> annotationTypes,
                     List<Long> annotatorIds,
                     omero.sys.Parameters options,
                     Ice.Current __current)  | 
void | 
loadAnnotationsUsedNotOwned_async(omero.api.AMD_IMetadata_loadAnnotationsUsedNotOwned __cb,
                                 String annotationType,
                                 long userID,
                                 Ice.Current __current)  | 
void | 
loadChannelAcquisitionData_async(omero.api.AMD_IMetadata_loadChannelAcquisitionData __cb,
                                List<Long> ids,
                                Ice.Current __current)  | 
void | 
loadInstrument_async(omero.api.AMD_IMetadata_loadInstrument __cb,
                    long id,
                    Ice.Current __current)  | 
void | 
loadLogFiles_async(omero.api.AMD_IMetadata_loadLogFiles __cb,
                  String rootType,
                  List<Long> ids,
                  Ice.Current __current)  | 
void | 
loadSpecifiedAnnotations_async(omero.api.AMD_IMetadata_loadSpecifiedAnnotations __cb,
                              String annotationType,
                              List<String> include,
                              List<String> exclude,
                              omero.sys.Parameters options,
                              Ice.Current __current)  | 
void | 
loadSpecifiedAnnotationsLinkedTo_async(omero.api.AMD_IMetadata_loadSpecifiedAnnotationsLinkedTo __cb,
                                      String annotationType,
                                      List<String> include,
                                      List<String> exclude,
                                      String rootNodeType,
                                      List<Long> nodeIds,
                                      omero.sys.Parameters options,
                                      Ice.Current __current)  | 
void | 
loadTagContent_async(omero.api.AMD_IMetadata_loadTagContent __cb,
                    List<Long> ids,
                    omero.sys.Parameters options,
                    Ice.Current __current)  | 
void | 
loadTagSets_async(omero.api.AMD_IMetadata_loadTagSets __cb,
                 omero.sys.Parameters options,
                 Ice.Current __current)  | 
protected void | 
map(List<String> annotationTypes)  | 
protected String | 
map(String annotationType)  | 
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolderpublic MetadataI(IMetadata service, BlitzExecutor be)
service - Reference to the service.be - The executor.public void loadChannelAcquisitionData_async(omero.api.AMD_IMetadata_loadChannelAcquisitionData __cb,
                                             List<Long> ids,
                                             Ice.Current __current)
                                      throws omero.ServerError
loadChannelAcquisitionData_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadAnnotations_async(omero.api.AMD_IMetadata_loadAnnotations __cb,
                                  String rootType,
                                  List<Long> rootIds,
                                  List<String> annotationTypes,
                                  List<Long> annotatorIds,
                                  omero.sys.Parameters options,
                                  Ice.Current __current)
                           throws omero.ServerError
loadAnnotations_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadSpecifiedAnnotations_async(omero.api.AMD_IMetadata_loadSpecifiedAnnotations __cb,
                                           String annotationType,
                                           List<String> include,
                                           List<String> exclude,
                                           omero.sys.Parameters options,
                                           Ice.Current __current)
                                    throws omero.ServerError
loadSpecifiedAnnotations_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void countSpecifiedAnnotations_async(omero.api.AMD_IMetadata_countSpecifiedAnnotations __cb,
                                            String annotationType,
                                            List<String> include,
                                            List<String> exclude,
                                            omero.sys.Parameters options,
                                            Ice.Current __current)
                                     throws omero.ServerError
countSpecifiedAnnotations_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadTagSets_async(omero.api.AMD_IMetadata_loadTagSets __cb,
                              omero.sys.Parameters options,
                              Ice.Current __current)
                       throws omero.ServerError
loadTagSets_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadTagContent_async(omero.api.AMD_IMetadata_loadTagContent __cb,
                                 List<Long> ids,
                                 omero.sys.Parameters options,
                                 Ice.Current __current)
                          throws omero.ServerError
loadTagContent_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void getTaggedObjectsCount_async(omero.api.AMD_IMetadata_getTaggedObjectsCount __cb,
                                        List<Long> ids,
                                        omero.sys.Parameters options,
                                        Ice.Current __current)
                                 throws omero.ServerError
getTaggedObjectsCount_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadAnnotation_async(omero.api.AMD_IMetadata_loadAnnotation __cb,
                                 List<Long> ids,
                                 Ice.Current __current)
                          throws omero.ServerError
loadAnnotation_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadInstrument_async(omero.api.AMD_IMetadata_loadInstrument __cb,
                                 long id,
                                 Ice.Current __current)
                          throws omero.ServerError
loadInstrument_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void countAnnotationsUsedNotOwned_async(omero.api.AMD_IMetadata_countAnnotationsUsedNotOwned __cb,
                                               String annotationType,
                                               long userID,
                                               Ice.Current __current)
                                        throws omero.ServerError
countAnnotationsUsedNotOwned_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadAnnotationsUsedNotOwned_async(omero.api.AMD_IMetadata_loadAnnotationsUsedNotOwned __cb,
                                              String annotationType,
                                              long userID,
                                              Ice.Current __current)
                                       throws omero.ServerError
loadAnnotationsUsedNotOwned_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadSpecifiedAnnotationsLinkedTo_async(omero.api.AMD_IMetadata_loadSpecifiedAnnotationsLinkedTo __cb,
                                                   String annotationType,
                                                   List<String> include,
                                                   List<String> exclude,
                                                   String rootNodeType,
                                                   List<Long> nodeIds,
                                                   omero.sys.Parameters options,
                                                   Ice.Current __current)
                                            throws omero.ServerError
loadSpecifiedAnnotationsLinkedTo_async in interface omero.api._IMetadataOperationsomero.ServerErrorpublic void loadLogFiles_async(omero.api.AMD_IMetadata_loadLogFiles __cb,
                               String rootType,
                               List<Long> ids,
                               Ice.Current __current)
                        throws omero.ServerError
loadLogFiles_async in interface omero.api._IMetadataOperationsomero.ServerErrorprotected void map(List<String> annotationTypes) throws omero.ServerError
omero.ServerError
                
                
Version: 5.2.3-ice35-b22
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.