Package | Description |
---|---|
ome.api |
Contains the central verbs of the Omero System.
|
ome.logic |
The central repository of implementations which will be accessible through this server.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Boolean,java.util.List<java.lang.Long>> |
IRenderingSettings.applySettingsToImages(long from,
java.util.List<java.lang.Long> to)
Applies rendering settings to a given
Image . |
<T extends IObject> |
IRenderingSettings.applySettingsToSet(long from,
java.lang.Class<T> type,
java.util.Set<java.lang.Long> nodeIds)
Applies rendering settings to one or many containers.
|
java.lang.Long |
IPixels.copyAndResizeImage(long imageId,
java.lang.Integer sizeX,
java.lang.Integer sizeY,
java.lang.Integer sizeZ,
java.lang.Integer sizeT,
java.util.List<java.lang.Integer> channelList,
java.lang.String name,
boolean copyStats)
Copies the metadata, and only the metadata linked to a Image
object into a new Image object of equal or differing size across one
or many of its three physical dimensions or temporal dimension.
|
java.lang.Long |
IPixels.copyAndResizePixels(long pixelsId,
java.lang.Integer sizeX,
java.lang.Integer sizeY,
java.lang.Integer sizeZ,
java.lang.Integer sizeT,
java.util.List<java.lang.Integer> channelList,
java.lang.String methodology,
boolean copyStats)
Copies the metadata, and only the metadata linked to a Pixels
object into a new Pixels object of equal or differing size across one
or many of its three physical dimensions or temporal dimension.
|
java.lang.Long |
IMetadata.countSpecifiedAnnotations(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
Parameters options)
Counts the number of annotation of a given type.
|
java.lang.Long |
IMetadata.countSpecifiedAnnotations(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
Parameters options)
Counts the number of annotation of a given type.
|
java.lang.Long |
IPixels.createImage(int sizeX,
int sizeY,
int sizeZ,
int sizeT,
java.util.List<java.lang.Integer> channelList,
PixelsType pixelType,
java.lang.String name,
java.lang.String description)
Creates the metadata, and only the metadata linked to an Image
object.
|
long |
IAdmin.createRestrictedSystemUser(Experimenter newSystemUser,
java.util.List<AdminPrivilege> privileges)
Create and return a new system user.
|
long |
IAdmin.createRestrictedSystemUserWithPassword(Experimenter newSystemUser,
java.util.List<AdminPrivilege> privileges,
java.lang.String password)
Create and return a new system user.
|
<T extends IObject> |
IShare.createShare(java.lang.String description,
java.sql.Timestamp expiration,
java.util.List<T> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled)
Deprecated.
|
<T extends IObject> |
IShare.createShare(java.lang.String description,
java.sql.Timestamp expiration,
java.util.List<T> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled)
Deprecated.
|
<T extends IObject> |
IShare.createShare(java.lang.String description,
java.sql.Timestamp expiration,
java.util.List<T> items,
java.util.List<Experimenter> exps,
java.util.List<java.lang.String> guests,
boolean enabled)
Deprecated.
|
void |
ThumbnailStore.createThumbnailsByLongestSideSet(java.lang.Integer size,
java.util.Set<java.lang.Long> pixelsIds)
Creates thumbnails for a number of pixels sets using a given set of
rendering settings (RenderingDef) in the on-disk cache.
|
void |
IDelete.deleteImages(java.util.Set<java.lang.Long> ids,
boolean force)
Deletes several
Image instances within a single transaction via
the IDelete.deleteImage(long, boolean) method. |
<T extends IObject> |
IContainer.findContainerHierarchies(java.lang.Class<T> rootNodeType,
java.util.Set<java.lang.Long> imagesIds,
Parameters options)
Retrieves hierarchy trees in various hierarchies that contain the
specified Images.
|
java.util.List<Experimenter> |
IAdmin.getAdminsWithPrivileges(java.util.List<AdminPrivilege> privileges)
Gets the administrators who have all the given privileges.
|
java.util.Map |
IContainer.getCollectionCount(java.lang.String type,
java.lang.String property,
java.util.Set<java.lang.Long> ids,
Parameters options)
Counts the number of members in a collection for a given object.
|
java.util.Map<java.lang.Long,java.lang.Long> |
IShare.getCommentCount(java.util.Set<java.lang.Long> shareIds)
Deprecated.
Returns a map from share id to comment count.
|
byte[] |
RawPixelsStore.getHypercube(java.util.List<java.lang.Integer> offset,
java.util.List<java.lang.Integer> size,
java.util.List<java.lang.Integer> step) |
byte[] |
RawPixelsStore.getHypercube(java.util.List<java.lang.Integer> offset,
java.util.List<java.lang.Integer> size,
java.util.List<java.lang.Integer> step) |
byte[] |
RawPixelsStore.getHypercube(java.util.List<java.lang.Integer> offset,
java.util.List<java.lang.Integer> size,
java.util.List<java.lang.Integer> step) |
<T extends IObject> |
IContainer.getImages(java.lang.Class<T> rootNodeType,
java.util.Set<java.lang.Long> rootNodeIds,
Parameters options)
Retrieve a user's (or all users') images within any given container.
|
java.util.Map<java.lang.Long,java.lang.Long> |
IShare.getMemberCount(java.util.Set<java.lang.Long> shareIds)
Deprecated.
Returns a map from share id to the count of total members (including the
owner).
|
java.util.Map<java.lang.Long,java.lang.Long> |
IMetadata.getTaggedObjectsCount(java.util.Set<java.lang.Long> tagIds,
Parameters options)
Returns a map whose key is a tag's id and the value the number of
Projects, Datasets, and Images linked to that tag.
|
java.util.Map<java.lang.Long,byte[]> |
ThumbnailStore.getThumbnailByLongestSideSet(java.lang.Integer size,
java.util.Set<java.lang.Long> pixelsIds)
Retrieves a number of thumbnails for pixels sets using given sets of
rendering settings (RenderingDef).
|
java.util.Map<java.lang.Long,byte[]> |
ThumbnailStore.getThumbnailSet(java.lang.Integer sizeX,
java.lang.Integer sizeY,
java.util.Set<java.lang.Long> pixelsIds)
Retrieves a number of thumbnails for pixels sets using given sets of
rendering settings (RenderingDef).
|
<A extends Annotation> |
IMetadata.loadAnnotation(java.util.Set<java.lang.Long> annotationIds)
Loads the specified annotations.
|
<T extends IObject,A extends Annotation> |
IMetadata.loadAnnotations(java.lang.Class<T> nodeType,
java.util.Set<java.lang.Long> rootNodeIds,
java.util.Set<java.lang.String> annotationType,
java.util.Set<java.lang.Long> annotatorIds,
Parameters options)
Loads all the annotations of given types,
that have been attached to the specified
rootNodes
for the specified annotatorIds . |
<T extends IObject,A extends Annotation> |
IMetadata.loadAnnotations(java.lang.Class<T> nodeType,
java.util.Set<java.lang.Long> rootNodeIds,
java.util.Set<java.lang.String> annotationType,
java.util.Set<java.lang.Long> annotatorIds,
Parameters options)
Loads all the annotations of given types,
that have been attached to the specified
rootNodes
for the specified annotatorIds . |
<T extends IObject,A extends Annotation> |
IMetadata.loadAnnotations(java.lang.Class<T> nodeType,
java.util.Set<java.lang.Long> rootNodeIds,
java.util.Set<java.lang.String> annotationType,
java.util.Set<java.lang.Long> annotatorIds,
Parameters options)
Loads all the annotations of given types,
that have been attached to the specified
rootNodes
for the specified annotatorIds . |
java.util.Set<LogicalChannel> |
IMetadata.loadChannelAcquisitionData(java.util.Set<java.lang.Long> ids)
Loads the
logical channels and the acquisition metadata
related to them. |
<T extends IObject> |
IContainer.loadContainerHierarchy(java.lang.Class<T> rootNodeType,
java.util.Set<java.lang.Long> rootNodeIds,
Parameters options)
Retrieves hierarchy trees rooted by a given node (unless orphan is
specified -- See below)
This method also retrieves the Experimenters linked to the objects in the
tree.
|
java.util.Map<java.lang.Long,java.util.Set<IObject>> |
IMetadata.loadLogFiles(java.lang.Class<? extends IObject> rootNodeType,
java.util.Set<java.lang.Long> ids)
Find the original file IDs for the import logs corresponding to the given Image or Fileset IDs.
|
<A extends Annotation> |
IMetadata.loadSpecifiedAnnotations(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
Parameters options)
Loads all the annotations of a given type.
|
<A extends Annotation> |
IMetadata.loadSpecifiedAnnotations(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
Parameters options)
Loads all the annotations of a given type.
|
<A extends Annotation> |
IMetadata.loadSpecifiedAnnotationsLinkedTo(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
java.lang.Class rootNodeType,
java.util.Set<java.lang.Long> rootNodeIds,
Parameters options)
Loads the annotations of a given type linked to the specified objects.
|
<A extends Annotation> |
IMetadata.loadSpecifiedAnnotationsLinkedTo(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
java.lang.Class rootNodeType,
java.util.Set<java.lang.Long> rootNodeIds,
Parameters options)
Loads the annotations of a given type linked to the specified objects.
|
<A extends Annotation> |
IMetadata.loadSpecifiedAnnotationsLinkedTo(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
java.lang.Class rootNodeType,
java.util.Set<java.lang.Long> rootNodeIds,
Parameters options)
Loads the annotations of a given type linked to the specified objects.
|
java.util.Map<java.lang.Long,java.util.Set<IObject>> |
IMetadata.loadTagContent(java.util.Set<java.lang.Long> tagIds,
Parameters options)
Loads the Tag Set if the id is specified otherwise loads all the Tag
Set.
|
void |
RawPixelsStore.prepare(java.util.Set<java.lang.Long> pixelsIds)
Prepares the stateful service with a cache of loaded Pixels objects.
|
long |
IProjection.projectPixels(long pixelsId,
PixelsType pixelsType,
int algorithm,
int tStart,
int tEnd,
java.util.List<java.lang.Integer> channels,
int stepping,
int zStart,
int zEnd,
java.lang.String name)
Performs a projection through selected optical sections and optical
sections for a given set of time points of a Pixels set.
|
void |
IShare.removeUsers(long shareId,
java.util.List<Experimenter> exps)
Deprecated.
Removes
experimenters from
share |
<T extends IObject> |
IRenderingSettings.resetDefaultsByOwnerInSet(java.lang.Class<T> type,
java.util.Set<java.lang.Long> nodeIds)
Resets the rendering settings of a given group of containers based on
the owner's (essentially a copy).
|
<T extends IObject> |
IRenderingSettings.resetDefaultsInSet(java.lang.Class<T> type,
java.util.Set<java.lang.Long> nodeIds)
Resets a rendering settings back to one or many containers that are
specified by the rendering engine intelligent pretty good image
(PG) logic.
|
<T extends IObject> |
IRenderingSettings.resetMinMaxInSet(java.lang.Class<T> type,
java.util.Set<java.lang.Long> nodeIds)
Resets a the channel windows for one or many containers back to their
global minimum and global maximum for the channel.
|
void |
IUpdate.saveCollection(java.util.Collection<IObject> graph) |
void |
IAdmin.setAdminPrivileges(Experimenter user,
java.util.List<AdminPrivilege> privileges)
Sets the set of light administrator privileges for the given user.
|
<T extends IObject> |
IRenderingSettings.setOriginalSettingsInSet(java.lang.Class<T> type,
java.util.Set<java.lang.Long> nodeIds)
Resets a rendering settings back to channel global minimum and maximum
for the specified containers.
|
<T extends IEnum> |
ITypes.updateEnumerations(java.util.List<T> listEnum)
updates enumeration value specified by object
|
Modifier and Type | Method and Description |
---|---|
java.util.Map |
MetadataImpl.getTaggedObjectsCount(java.util.Set<java.lang.Long> tagIds,
Parameters options) |
<A extends Annotation> |
MetadataImpl.loadAnnotation(java.util.Set<java.lang.Long> annotationIds) |
java.util.Set |
MetadataImpl.loadChannelAcquisitionData(java.util.Set<java.lang.Long> ids) |
java.util.Map<java.lang.Long,java.util.Set<IObject>> |
MetadataImpl.loadLogFiles(java.lang.Class<? extends IObject> rootNodeType,
java.util.Set<java.lang.Long> ids) |
<A extends Annotation> |
MetadataImpl.loadSpecifiedAnnotationsLinkedTo(java.lang.Class type,
java.util.Set<java.lang.String> include,
java.util.Set<java.lang.String> exclude,
java.lang.Class rootNodeType,
java.util.Set<java.lang.Long> rootNodeIds,
Parameters options) |
java.util.Map<java.lang.Long,java.util.Set<IObject>> |
MetadataImpl.loadTagContent(java.util.Set<java.lang.Long> tagIds,
Parameters options) |
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.