- calculateMessageDigest() - Method in interface ome.api.RawPixelsStore
-  
- cancelJob() - Method in interface ome.api.JobHandle
- 
Marks a job for cancellation. 
- CANCELLED - Static variable in interface ome.api.JobHandle
-  
- canRead(EventContext, String) - Method in class ome.system.PreferenceContext
-  
- canUpdate(IObject) - Method in interface ome.api.IAdmin
- 
Returns true if the currently logged in user can modify the given
 IObject.
 
- ceId - Variable in class ome.system.SimpleEventContext
-  
- ceType - Variable in class ome.system.SimpleEventContext
-  
- cgId - Variable in class ome.system.SimpleEventContext
-  
- cgName - Variable in class ome.system.SimpleEventContext
-  
- changeExpiredCredentials(String, String, String) - Method in interface ome.api.IAdmin
- 
Used after an ExpiredCredentialExceptioninstance is thrown.
 
- changeGroup(IObject, String) - Method in interface ome.api.IAdmin
- 
call
 details.setGroup()on this instance.
 
- changeOwner(IObject, String) - Method in interface ome.api.IAdmin
- 
call
 details.setOwner()on this instance.
 
- changePassword(String) - Method in interface ome.api.IAdmin
- 
change the password for the current user. 
- changePasswordWithOldPassword(String, String) - Method in interface ome.api.IAdmin
- 
change the password for the current user by passing the old password. 
- changePermissions(IObject, Permissions) - Method in interface ome.api.IAdmin
- 
call
 defaults.setPermissions()on this instance.
 
- changeUserPassword(String, String) - Method in interface ome.api.IAdmin
- 
change the password for the a given user. 
- checkDatabase(String) - Method in class ome.system.PreferenceContext
-  
- checkImageDelete(long, boolean) - Method in interface ome.api.IDelete
- 
Returns all entities which would prevent the given Imageid from
 being deleted.
 
- checksumAsBytes() - Method in class ome.util.checksum.AbstractChecksumProvider
-  
- checksumAsBytes() - Method in interface ome.util.checksum.ChecksumProvider
- 
Returns a byte array representation of the calculated checksum. 
- checksumAsBytes() - Method in class ome.util.checksum.FileSizeChecksumProviderImpl
-  
- checksumAsString() - Method in class ome.util.checksum.AbstractChecksumProvider
-  
- checksumAsString() - Method in interface ome.util.checksum.ChecksumProvider
- 
Returns a Stringrepresenting the checksum in hex form.
 
- checksumAsString() - Method in class ome.util.checksum.FileSizeChecksumProviderImpl
-  
- ChecksumProvider - Interface in ome.util.checksum
- 
An interface producing checksums or message digests (depending on the
 implementing class) of a given type of input. 
- ChecksumProviderFactory - Interface in ome.util.checksum
- 
- ChecksumProviderFactoryImpl - Class in ome.util.checksum
- 
- ChecksumProviderFactoryImpl() - Constructor for class ome.util.checksum.ChecksumProviderFactoryImpl
-  
- ChecksumType - Enum in ome.util.checksum
- 
Enumeration defining the possible algorithms used for calculating checksums. 
- clearQueries() - Method in interface ome.api.Search
- 
- CLIENT_CONTEXT - Static variable in class ome.system.OmeroContext
- 
identifier for an OmeroContext configured in
 classpath*:beanRefContext.xml for use by remote (via JNDI/RMI) clients. 
- close() - Method in interface ome.api.StatefulServiceInterface
- 
signals the end of the service lifecycle. 
- closeAll() - Method in class ome.system.OmeroContext
- 
closes all the nested OmeroContexts within this instance. 
- closeSession(Session) - Method in interface ome.api.ISession
- 
Closes session and releases all resources. 
- closeSession() - Method in class ome.system.ServiceFactory
-  
- closeShare(long) - Method in interface ome.api.IShare
- 
Deprecated. Closes share.
 
- CodomainMap - Interface in omeis.providers.re.codomain
- 
Declares the interface common to all codomain maps. 
- CodomainMapContext - Class in omeis.providers.re.codomain
- 
Each concrete subclass defines transformation parameters for a
  CodomainMap implementation. 
- CodomainMapContext() - Constructor for class omeis.providers.re.codomain.CodomainMapContext
-  
- containedExperimenters(long) - Method in interface ome.api.IAdmin
- 
fetch all userscontained in this group.
 
- containedGroups(long) - Method in interface ome.api.IAdmin
- 
fetch all groupsof which the given user is a
 member.
 
- Context(Timer.Context) - Constructor for class ome.system.metrics.DefaultTimer.Context
-  
- ContrastStretchingContext - Class in omeis.providers.re.codomain
- 
Two points pStartandpEnddefine the context
 of this transformation.
 
- ContrastStretchingContext() - Constructor for class omeis.providers.re.codomain.ContrastStretchingContext
-  
- copy(EventContext) - Method in class ome.system.SimpleEventContext
- 
Copies all values directly from the given instance into this instance. 
- copy() - Method in class omeis.providers.re.codomain.CodomainMapContext
- 
Returns a deep copy of this object. 
- copy() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Implemented as specified by superclass. 
- copy() - Method in class omeis.providers.re.codomain.IdentityMapContext
- 
Implemented as specified by superclass. 
- copy() - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Implemented as specified by superclass. 
- copy() - Method in class omeis.providers.re.codomain.ReverseIntensityContext
- 
Deprecated. Implemented as specified by superclass. 
- copyAndResizeImage(long, Integer, Integer, Integer, Integer, List<Integer>, String, boolean) - Method in interface ome.api.IPixels
- 
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. 
- copyAndResizePixels(long, Integer, Integer, Integer, Integer, List<Integer>, String, boolean) - Method in interface ome.api.IPixels
- 
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. 
- countAnnotationsUsedNotOwned(Class, long) - Method in interface ome.api.IMetadata
- 
Counts the number of annotation of a given type used by the specified
 user but not owned by the user. 
- Counter - Interface in ome.system.metrics
- 
Thin wrapper around Counter
 
- counter(Object, String) - Method in class ome.system.metrics.DefaultMetrics
-  
- counter(Object, String) - Method in interface ome.system.metrics.Metrics
-  
- counter(Object, String) - Method in class ome.system.metrics.NullMetrics
-  
- countSpecifiedAnnotations(Class, Set<String>, Set<String>, Parameters) - Method in interface ome.api.IMetadata
- 
Counts the number of annotation of a given type. 
- CRC32ChecksumProviderImpl - Class in ome.util.checksum
- 
An implementation of the  ChecksumProvider interface using
 CRC32 as the message digest algorithm. 
- CRC32ChecksumProviderImpl() - Constructor for class ome.util.checksum.CRC32ChecksumProviderImpl
-  
- createDataObject(T, Parameters) - Method in interface ome.api.IContainer
- 
Creates the specified data object. 
- createDataObjects(IObject[], Parameters) - Method in interface ome.api.IContainer
- 
convenience method to save network calls. 
- createEnumeration(T) - Method in interface ome.api.ITypes
-  
- createExperimenter(Experimenter, ExperimenterGroup, ExperimenterGroup...) - Method in interface ome.api.IAdmin
- 
create and return a new user in the given groups. 
- createExperimenterWithPassword(Experimenter, String, ExperimenterGroup, ExperimenterGroup...) - Method in interface ome.api.IAdmin
- 
create and return a new user in the given groups with password. 
- createGroup(ExperimenterGroup) - Method in interface ome.api.IAdmin
- 
create and return a new group. 
- createImage(int, int, int, int, List<Integer>, PixelsType, String, String) - Method in interface ome.api.IPixels
- 
Creates the metadata, and only the metadata linked to an Image
 object. 
- createJobHandle() - Method in class ome.system.ServiceFactory
- 
- createNewRenderingDef(Pixels) - Method in interface ome.api.IRenderingSettings
- 
Creates a new rendering definition object along with its sub-objects. 
- createPrincipal() - Method in class ome.system.SessionInitializer
-  
- createRawFileStore() - Method in class ome.system.ServiceFactory
- 
- createRawPixelsStore() - Method in class ome.system.ServiceFactory
- 
- createRenderingEngine() - Method in class ome.system.ServiceFactory
- 
- createRestrictedSystemUser(Experimenter, List<AdminPrivilege>) - Method in interface ome.api.IAdmin
- 
Create and return a new system user. 
- createRestrictedSystemUserWithPassword(Experimenter, List<AdminPrivilege>, String) - Method in interface ome.api.IAdmin
- 
Create and return a new system user. 
- createSearchService() - Method in class ome.system.ServiceFactory
- 
- createSession(Principal, String) - Method in interface ome.api.ISession
- 
Creates a new session and returns it to the user. 
- createSessionWithTimeout(Principal, long) - Method in interface ome.api.ISession
- 
Allows an admin to create a  Session for the give
  Principal
- createSessionWithTimeouts(Principal, long, long) - Method in interface ome.api.ISession
- 
Allows an admin to create a  Session for the give
  Principal
- createShare(String, Timestamp, List<T>, List<Experimenter>, List<String>, boolean) - Method in interface ome.api.IShare
- 
Deprecated. Creates sharewith all related:items,members, and guests.
 
- createSystemUser(Experimenter) - Method in interface ome.api.IAdmin
- 
create and return a new system user. 
- createThumbnail(Integer, Integer) - Method in interface ome.api.ThumbnailStore
- 
Creates a thumbnail for a pixels set using a given set of rendering
 settings (RenderingDef) in the on-disk cache. 
- createThumbnails() - Method in interface ome.api.ThumbnailStore
- 
Creates thumbnails for a pixels set using a given set of rendering
 settings (RenderingDef) in the on-disk cache for every
 sizeX/sizeY combination already cached. 
- createThumbnailsByLongestSideSet(Integer, Set<Long>) - Method in interface ome.api.ThumbnailStore
- 
Creates thumbnails for a number of pixels sets using a given set of 
 rendering settings (RenderingDef) in the on-disk cache. 
- createThumbnailService() - Method in class ome.system.ServiceFactory
- 
- createUser(Experimenter, String) - Method in interface ome.api.IAdmin
- 
create and return a new user. 
- createUser(String) - Method in interface ome.api.ILdap
- 
Creates an Experimenterentry in the OMERO DB
 based on the supplied LDAP username.
 
- createUserSession(long, long, String) - Method in interface ome.api.ISession
- 
Allows a user to open up another session for him/herself with the given
 defaults without needing to re-enter password. 
- credentials - Variable in class ome.system.SessionInitializer
-  
- csId - Variable in class ome.system.SimpleEventContext
-  
- csName - Variable in class ome.system.SimpleEventContext
-  
- csuId - Variable in class ome.system.SimpleEventContext
-  
- csuName - Variable in class ome.system.SimpleEventContext
-  
- ctx - Variable in class ome.system.ServiceFactory
- 
- cuId - Variable in class ome.system.SimpleEventContext
-  
- cuName - Variable in class ome.system.SimpleEventContext
-  
- currentMetadata() - Method in interface ome.api.Search
- 
Provides access to the extra query information (for example Lucene score
 and boost values) for a single call to  Search.next(). 
- currentMetadataList() - Method in interface ome.api.Search
- 
Provides access to the extra query information (for example Lucene score
 and boost values) for a single call to  Search.results(). 
- G_BAND - Static variable in class omeis.providers.re.RGBBuffer
- 
Index of the green band in the image's data buffer. 
- get(Class<T>, long) - Method in interface ome.api.IQuery
- 
lookup an entity by class and id. 
- get75thPercentile() - Method in class ome.system.metrics.DefaultSnapshot
-  
- get75thPercentile() - Method in interface ome.system.metrics.Snapshot
-  
- get95thPercentile() - Method in class ome.system.metrics.DefaultSnapshot
-  
- get95thPercentile() - Method in interface ome.system.metrics.Snapshot
-  
- get98thPercentile() - Method in class ome.system.metrics.DefaultSnapshot
-  
- get98thPercentile() - Method in interface ome.system.metrics.Snapshot
-  
- get999thPercentile() - Method in class ome.system.metrics.DefaultSnapshot
-  
- get999thPercentile() - Method in interface ome.system.metrics.Snapshot
-  
- get99thPercentile() - Method in class ome.system.metrics.DefaultSnapshot
-  
- get99thPercentile() - Method in interface ome.system.metrics.Snapshot
-  
- getA0() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the slope of the first line. 
- getA1() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the slope of the second line. 
- getA2() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the slope of the third line. 
- getActiveConnections(long) - Method in interface ome.api.IShare
- 
Deprecated. Gets actual active connections to share.
 
- getAdminPrivileges(Experimenter) - Method in interface ome.api.IAdmin
- 
Gets the light administrator privileges for the given user. 
- getAdminService() - Method in class ome.system.ServiceFactory
-  
- getAdminsWithPrivileges(List<AdminPrivilege>) - Method in interface ome.api.IAdmin
- 
Gets the administrators who have all the given privileges. 
- getAllDatasets() - Method in interface ome.api.IAnalysis
-  
- getAllEnumerations(Class<T>) - Method in interface ome.api.IPixels
- 
Retrieves the exhaustive list of enumerations for a given enumeration
 class. 
- getAllForImage(long) - Method in interface ome.api.IAnalysis
-  
- getAllGuests(long) - Method in interface ome.api.IShare
- 
Deprecated. Get the email addresses for all share guests. 
- getAllMembers(long) - Method in interface ome.api.IShare
- 
Deprecated. Get all userswho are a member of the share.
 
- getAllUsers(long) - Method in interface ome.api.IShare
- 
Deprecated. Get a single set containing the
 login namesof the users as well email addresses for guests.
 
- getAnalysisService() - Method in class ome.system.ServiceFactory
-  
- getAnnotationTypes() - Method in interface ome.api.ITypes
- 
Returns a list of classes which implement IAnnotated.
 
- getAvailableFamilies() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the list of mapping families supported by the Rendering engine. 
- getAvailableModels() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the list of color models supported by the Rendering engine. 
- getAvailableTypes() - Method in interface ome.util.checksum.ChecksumProviderFactory
-  
- getAvailableTypes() - Method in class ome.util.checksum.ChecksumProviderFactoryImpl
-  
- getB0() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the y-intercept of the first line. 
- getB1() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the y-intercept of the second line. 
- getB2() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the y-intercept of the third line. 
- getBatchSize() - Method in interface ome.api.Search
- 
Returns the current batch size. 
- getBitDepth(PixelsType) - Method in interface ome.api.IPixels
- 
Bit depth for a given pixel type. 
- getBlue(int) - Method in class omeis.providers.re.lut.LutReader
- 
Returns the blue value. 
- getBlueBand() - Method in class omeis.providers.re.RGBBuffer
- 
Returns the data buffer for the blue band. 
- getBlueValue(int) - Method in class omeis.providers.re.RGBAIntBuffer
- 
Retrieves the Blue value for a particular pixel index. 
- getBlueValue(int) - Method in class omeis.providers.re.RGBBuffer
- 
Retrieves the Blue value for a particular pixel index. 
- getBlueValue(int) - Method in class omeis.providers.re.RGBIntBuffer
- 
Retrieves the Blue value for a particular pixel index. 
- getByteWidth() - Method in interface ome.api.RawPixelsStore
-  
- getChannelCurveCoefficient(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the coefficient identifying a map in the family. 
- getChannelFamily(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the family associated to the specified channel. 
- getChannelLookupTable(int) - Method in interface omeis.providers.re.RenderingEngine
-  
- getChannelNoiseReduction(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns trueif the noise reduction algorithm used to map
 the pixels intensity values is turned on,falseif the
 algorithm is turned off.
 
- getChannelStats(int) - Method in interface omeis.providers.re.RenderingEngine
-  
- getChannelWindowEnd(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the upper bound of the pixels intensity interval. 
- getChannelWindowStart(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the lower bound of the pixels intensity interval. 
- getClientConfigDefaults() - Method in interface ome.api.IConfig
- 
reads the etc/omero.properties file and returns all the key/value
 pairs that are found there which match the prefix "omero.client". 
- getClientConfigValues() - Method in interface ome.api.IConfig
- 
- getClientContext() - Static method in class ome.system.OmeroContext
- 
create (if necessary) and return the single default client OmeroContext. 
- getClientContext(Properties) - Static method in class ome.system.OmeroContext
- 
- getCodomainMapContext(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the list of codomain contexts associated to the specified
 channel. 
- getCol(int, int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- getCollectionCount(String, String, Set<Long>, Parameters) - Method in interface ome.api.IContainer
- 
Counts the number of members in a collection for a given object. 
- getCommentCount(Set<Long>) - Method in interface ome.api.IShare
- 
Deprecated. Returns a map from share id to comment count. 
- getComments(long) - Method in interface ome.api.IShare
- 
Deprecated. Looks up all commentswhich
 belong to theshare.
 
- getCompressionLevel() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the current compression level for the service. 
- getConfigDefaults() - Method in interface ome.api.IConfig
- 
reads the etc/omero.properties file and returns all the key/value
 pairs that are found there. 
- getConfigService() - Method in class ome.system.ServiceFactory
-  
- getConfigValue(String) - Method in interface ome.api.IConfig
- 
retrieve a configuration value from the backend store. 
- getConfigValues(String) - Method in interface ome.api.IConfig
- 
retrieves configuration values from the backend store which match the
 given regex. 
- getContainerService() - Method in class ome.system.ServiceFactory
-  
- getContentMap(long) - Method in interface ome.api.IShare
- 
Deprecated. Returns the contents of the share keyed by type. 
- getContents(long) - Method in interface ome.api.IShare
- 
Deprecated. Looks up all itemsbelong to theshare.
 
- getContentSize(long) - Method in interface ome.api.IShare
- 
Deprecated. Returns the number of items in the share. 
- getContentSubList(long, int, int) - Method in interface ome.api.IShare
- 
Deprecated. Returns a range of items from the share. 
- getContext(Properties, String) - Static method in class ome.system.OmeroContext
- 
initialize a new client OmeroContext using the Propertiesprovided as values for property (e.g.
 
- getCount() - Method in interface ome.system.metrics.Counter
-  
- getCount() - Method in class ome.system.metrics.DefaultCounter
-  
- getCount() - Method in class ome.system.metrics.DefaultTimer
-  
- getCount() - Method in interface ome.system.metrics.Timer
-  
- getCurrentAdminPrivileges() - Method in interface ome.api.IAdmin
- 
Gets the light administrator privileges for the current user. 
- getCurrentAdminPrivileges() - Method in interface ome.system.EventContext
-  
- getCurrentAdminPrivileges() - Method in class ome.system.SimpleEventContext
-  
- getCurrentEventContext() - Method in interface ome.api.StatefulServiceInterface
- 
- getCurrentEventId() - Method in interface ome.system.EventContext
-  
- getCurrentEventId() - Method in class ome.system.SimpleEventContext
-  
- getCurrentEventType() - Method in interface ome.system.EventContext
-  
- getCurrentEventType() - Method in class ome.system.SimpleEventContext
-  
- getCurrentGroupId() - Method in interface ome.system.EventContext
-  
- getCurrentGroupId() - Method in class ome.system.SimpleEventContext
-  
- getCurrentGroupName() - Method in interface ome.system.EventContext
-  
- getCurrentGroupName() - Method in class ome.system.SimpleEventContext
-  
- getCurrentGroupPermissions() - Method in interface ome.system.EventContext
-  
- getCurrentGroupPermissions() - Method in class ome.system.SimpleEventContext
-  
- getCurrentSessionId() - Method in interface ome.system.EventContext
-  
- getCurrentSessionId() - Method in class ome.system.SimpleEventContext
-  
- getCurrentSessionUuid() - Method in interface ome.system.EventContext
-  
- getCurrentSessionUuid() - Method in class ome.system.SimpleEventContext
-  
- getCurrentShareId() - Method in interface ome.system.EventContext
-  
- getCurrentShareId() - Method in class ome.system.SimpleEventContext
-  
- getCurrentSudoerId() - Method in interface ome.system.EventContext
-  
- getCurrentSudoerId() - Method in class ome.system.SimpleEventContext
-  
- getCurrentSudoerName() - Method in interface ome.system.EventContext
-  
- getCurrentSudoerName() - Method in class ome.system.SimpleEventContext
-  
- getCurrentUmask() - Method in class ome.system.SimpleEventContext
-  
- getCurrentUserId() - Method in interface ome.system.EventContext
-  
- getCurrentUserId() - Method in class ome.system.SimpleEventContext
-  
- getCurrentUserName() - Method in interface ome.system.EventContext
-  
- getCurrentUserName() - Method in class ome.system.SimpleEventContext
-  
- getDatabaseTime() - Method in interface ome.api.IConfig
- 
checks the database for its time using a SELECT statement. 
- getDatabaseUuid() - Method in interface ome.api.IConfig
- 
Provides the UUID for this OMERO (database) instance. 
- getDataBuffer() - Method in class omeis.providers.re.RGBAIntBuffer
- 
Retrieves the data buffer that contains the pixel values. 
- getDataBuffer() - Method in class omeis.providers.re.RGBIntBuffer
- 
Retrieves the data buffer that contains the pixel values. 
- getDatasetsForProject(long) - Method in interface ome.api.IAnalysis
-  
- getDefaultContext() - Method in class ome.system.ServiceFactory
- 
used when no  context name is provided to the
 constructor. 
- getDefaultGroup(long) - Method in interface ome.api.IAdmin
- 
retrieve the default groupfor the given user
 id.
 
- getDefaultT() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the default timepoint index. 
- getDefaultZ() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the index of the default focal section. 
- getDeleteService() - Method in class ome.system.ServiceFactory
-  
- getEnumeration(Class<T>, String) - Method in interface ome.api.IPixels
- 
Retrieves a particular enumeration for a given enumeration class. 
- getEnumeration(Class<T>, String) - Method in interface ome.api.ITypes
- 
lookup an enumeration value. 
- getEnumerationsWithEntries() - Method in interface ome.api.ITypes
- 
Gets all metadata classes which are IEnum type with contained objects. 
- getEnumerationTypes() - Method in interface ome.api.ITypes
- 
Gets all metadata classes which are IEnum type. 
- getEvent() - Method in class ome.system.Login
- 
simple getter for the event type passed into the constructor 
- getEventContext() - Method in interface ome.api.IAdmin
- 
returns an implementation of  EventContext loaded with the
 security for the current user and thread. 
- getEvents(long, Experimenter, Timestamp, Timestamp) - Method in interface ome.api.IShare
- 
Deprecated. Gets events for shareperexperimenterfor period of time.
 
- getEventType() - Method in class ome.system.Principal
-  
- getException() - Method in exception ome.util.messages.MessageException
- 
Get the exception which this instance wraps. 
- getExceptionThrown() - Method in class ome.system.UpgradeCheck
-  
- getExperimenter(long) - Method in interface ome.api.IAdmin
- 
fetch an Experimenterand all relatedgroups.
 
- getFileId() - Method in interface ome.api.RawFileStore
- 
Returns the current file id or null if none has been set. 
- getFreeSpaceInKilobytes() - Method in interface ome.api.IRepositoryInfo
- 
This method returns the free or available space on this file system
 including nested subdirectories. 
- getGreen(int) - Method in class omeis.providers.re.lut.LutReader
- 
Returns the green value. 
- getGreenBand() - Method in class omeis.providers.re.RGBBuffer
- 
Returns the data buffer for the green band. 
- getGreenValue(int) - Method in class omeis.providers.re.RGBAIntBuffer
- 
Retrieves the Green value for a particular pixel index. 
- getGreenValue(int) - Method in class omeis.providers.re.RGBBuffer
- 
Retrieves the Green value for a particular pixel index. 
- getGreenValue(int) - Method in class omeis.providers.re.RGBIntBuffer
- 
Retrieves the Green value for a particular pixel index. 
- getGroup(long) - Method in interface ome.api.IAdmin
- 
fetch an ExperimenterGroupand all containedusers.
 
- getGroup() - Method in class ome.system.Login
- 
simple getter for the group name passed into the constructor 
- getGroup() - Method in class ome.system.Principal
-  
- getGuestGroupId() - Method in class ome.system.Roles
-  
- getGuestGroupName() - Method in class ome.system.Roles
-  
- getGuestId() - Method in class ome.system.Roles
-  
- getGuestName() - Method in class ome.system.Roles
-  
- getHeight() - Method in class omeis.providers.re.data.RegionDef
- 
Returns the height of the region. 
- getHistogram(int[], int, boolean, PlaneDef) - Method in interface ome.api.RawPixelsStore
-  
- getHost() - Method in class ome.system.Server
- 
simple getter for the server host passed into the constructor 
- getHypercube(List<Integer>, List<Integer>, List<Integer>) - Method in interface ome.api.RawPixelsStore
-  
- getImages(Class<T>, Set<Long>, Parameters) - Method in interface ome.api.IContainer
- 
Retrieve a user's (or all users') images within any given container. 
- getImagesByOptions(Parameters) - Method in interface ome.api.IContainer
- 
Retrieve images by options. 
- getImagesBySplitFilesets(Map<Class<? extends IObject>, List<Long>>, Parameters) - Method in interface ome.api.IContainer
- 
Given a list of IDs of certain entity types, calculates which filesets are split such that
 a non-empty proper subset of their images are referenced, directly or indirectly, as being
 included. 
- getImagesForDataset(long) - Method in interface ome.api.IAnalysis
-  
- getInput(String, String) - Method in interface ome.api.ISession
- 
Retrieves an entry from the given session'sinput
 environment.
 
- getInputKeys(String) - Method in interface ome.api.ISession
- 
Retrieves all keys in the session'sinput environment.
 
- getInputs(String) - Method in interface ome.api.ISession
- 
Retrieves all inputs from the given session'sinput
 environment.
 
- getInstance(String) - Static method in class ome.system.OmeroContext
- 
create (if necessary) and return the single default OmeroContext named by
 the beanFactoryName parameter. 
- getJob() - Method in interface ome.api.JobHandle
-  
- getKeySet() - Method in class ome.system.PreferenceContext
-  
- getLdapService() - Method in class ome.system.ServiceFactory
-  
- getLeaderOfGroupIds(Experimenter) - Method in interface ome.api.IAdmin
- 
Finds the ids for all groups for which the given Experimenteris
 owner/leader.
 
- getLeaderOfGroupsList() - Method in interface ome.system.EventContext
-  
- getLeaderOfGroupsList() - Method in class ome.system.SimpleEventContext
-  
- getLowerLimit() - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Returns the constant level for bit-planes < planeSelected w.r.t the
 higher-order bits. 
- getLutReaders(ChannelBinding[]) - Method in interface omeis.providers.re.lut.LutProvider
- 
Returns the list of lookup table readers that can be used by a set
 of channel bindings. 
- getManagedServerContext() - Static method in class ome.system.OmeroContext
- 
create (if necessary) and return the single default managed OmeroContext. 
- getMax() - Method in class ome.system.metrics.DefaultSnapshot
-  
- getMax() - Method in interface ome.system.metrics.Snapshot
-  
- getMean() - Method in class ome.system.metrics.DefaultSnapshot
-  
- getMean() - Method in interface ome.system.metrics.Snapshot
-  
- getMedian() - Method in class ome.system.metrics.DefaultSnapshot
-  
- getMedian() - Method in interface ome.system.metrics.Snapshot
-  
- getMemberCount(Set<Long>) - Method in interface ome.api.IShare
- 
Deprecated. Returns a map from share id to the count of total members (including the
 owner). 
- getMemberOfGroupIds(Experimenter) - Method in interface ome.api.IAdmin
- 
Finds the ids for all groups for which the given Experimenteris
 a member.
 
- getMemberOfGroupsList() - Method in interface ome.system.EventContext
-  
- getMemberOfGroupsList() - Method in class ome.system.SimpleEventContext
-  
- getMemberShares(boolean) - Method in interface ome.api.IShare
- 
Deprecated. Gets all shares where current Experimenteris a member.
 
- getMemberSharesFor(Experimenter, boolean) - Method in interface ome.api.IShare
- 
Deprecated. Gets all shares where given Experimenteris a member.
 
- getMetadataService() - Method in class ome.system.ServiceFactory
-  
- getMin() - Method in class ome.system.metrics.DefaultSnapshot
-  
- getMin() - Method in interface ome.system.metrics.Snapshot
-  
- getModel() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the model that dictates how transformed raw data has to be mapped
 onto a color space. 
- getMyOpenAgentSessions(String) - Method in interface ome.api.ISession
- 
- getMyOpenClientSessions() - Method in interface ome.api.ISession
- 
- getMyOpenSessions() - Method in interface ome.api.ISession
- 
Returns a list of open sessions for the current user. 
- getMyUserPhotos() - Method in interface ome.api.IAdmin
- 
- getName() - Method in class ome.system.Login
- 
simple getter for the user name passed into the constructor 
- getName() - Method in class ome.system.Preference
-  
- getName() - Method in class ome.system.Principal
-  
- getOriginalEnumerations() - Method in interface ome.api.ITypes
- 
Gets all original values. 
- getOutput(String, String) - Method in interface ome.api.ISession
- 
Retrieves an entry from the session'soutput environment.
 
- getOutputKeys(String) - Method in interface ome.api.ISession
- 
Retrieves all keys in the sesson'soutput environment.
 
- getOutputs(String) - Method in interface ome.api.ISession
- 
Retrieves all outputs from the given session'sinput
 environment.
 
- getOwnShares(boolean) - Method in interface ome.api.IShare
- 
Deprecated. Gets all owned shares for the current Experimenter
 
- getPassword() - Method in class ome.system.Login
- 
simple getter for the password passed into the constructor 
- getPastConnections(long) - Method in interface ome.api.IShare
- 
Deprecated. Gets previous connections to share.
 
- getPixels() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the Pixelsset the Rendering engine is for.
 
- getPixelsId() - Method in interface ome.api.RawPixelsStore
- 
Returns the current Pixels set identifier. 
- getPixelsPath() - Method in interface ome.api.RawPixelsStore
- 
Returns the current Pixels path. 
- getPixelsService() - Method in class ome.system.ServiceFactory
-  
- getPixelsTypeLowerBound(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the minimum value for that channels depending on the pixels
 type and the original range (globalmax, globalmin) 
- getPixelsTypeUpperBound(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the maximum value for that channels depending on the pixels
 type and the original range (globalmax, globalmin) 
- getPlane(int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- getPlaneOffset(int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- getPlanePrevious() - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Returns the value corresponding to the index of the bit-plane ranged just
 before the one selected. 
- getPlaneRegion(int, int, int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- getPlaneSelected() - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Returns the value corresponding to the index of the selected bit-plane. 
- getPlaneSize() - Method in interface ome.api.RawPixelsStore
- 
Returns the plane size 
- getPort() - Method in class ome.system.Server
- 
simple getter for the port passed into the constructor or the default
 port if none. 
- getPrefix() - Method in class ome.system.ServiceFactory
- 
- getProjectionService() - Method in class ome.system.ServiceFactory
-  
- getProjectsForDataset(long) - Method in interface ome.api.IAnalysis
-  
- getProjectsForUser(long) - Method in interface ome.api.IAnalysis
-  
- getProperty(String) - Method in class ome.system.OmeroContext
-  
- getProperty(String) - Method in class ome.system.PreferenceContext
- 
Lookup method for getting access to the merged
 propertiesfor this instance.
 
- getProvider(ChecksumType) - Method in interface ome.util.checksum.ChecksumProviderFactory
- 
- getProvider(ChecksumType) - Method in class ome.util.checksum.ChecksumProviderFactoryImpl
-  
- getQuantumDef() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the quantization object. 
- getQueryService() - Method in class ome.system.ServiceFactory
-  
- getRed(int) - Method in class omeis.providers.re.lut.LutReader
- 
Returns the red value. 
- getRedBand() - Method in class omeis.providers.re.RGBBuffer
- 
Returns the data buffer for the red band. 
- getRedValue(int) - Method in class omeis.providers.re.RGBAIntBuffer
- 
Retrieves the Red value for a particular pixel index. 
- getRedValue(int) - Method in class omeis.providers.re.RGBBuffer
- 
Retrieves the Red value for a particular pixel index. 
- getRedValue(int) - Method in class omeis.providers.re.RGBIntBuffer
- 
Retrieves the Red value for a particular pixel index. 
- getReferenceCount(String) - Method in interface ome.api.ISession
- 
Retrieves the current reference count for the given uuid. 
- getRegion(int, long) - Method in interface ome.api.RawPixelsStore
-  
- getRegion() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns the region to render. 
- getRenderingDefId() - Method in interface ome.api.ThumbnailStore
- 
Return the id of the RenderingDefloaded in
 this instance.
 
- getRenderingDefId() - Method in interface omeis.providers.re.RenderingEngine
- 
- getRenderingSettings(long) - Method in interface ome.api.IRenderingSettings
- 
Returns the default rendering settings for a given pixels for the 
 current user. 
- getRenderingSettingsService() - Method in class ome.system.ServiceFactory
-  
- getRenderShapes() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns whether or not the shapes (masks) will be rendered. 
- getRepositoryInfoService() - Method in class ome.system.ServiceFactory
-  
- getResolutionDescriptions() - Method in interface ome.api.RawPixelsStore
-  
- getResolutionDescriptions() - Method in interface omeis.providers.re.RenderingEngine
-  
- getResolutionLevel() - Method in interface ome.api.RawPixelsStore
- 
Retrieves the active resolution level. 
- getResolutionLevel() - Method in interface omeis.providers.re.RenderingEngine
-  
- getResolutionLevels() - Method in interface ome.api.RawPixelsStore
- 
Retrieves the number of resolution levels that the backing
 pixels pyramid contains. 
- getResolutionLevels() - Method in interface omeis.providers.re.RenderingEngine
-  
- getRGBA(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns a 4D-array representing the color associated to the specified
 channel. 
- getRootId() - Method in class ome.system.Roles
-  
- getRootName() - Method in class ome.system.Roles
-  
- getRow(int, int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- getRowOffset(int, int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- getRowSize() - Method in interface ome.api.RawPixelsStore
-  
- getSecurityRoles() - Method in interface ome.api.IAdmin
- 
returns the active  Roles in use by the server. 
- getServerTime() - Method in interface ome.api.IConfig
- 
checks the current server for its time. 
- getServiceByClass(Class<T>) - Method in class ome.system.ServiceFactory
- 
looks up services based on the current  prefix and
 the class name of the service type. 
- getServiceInterface() - Method in interface ome.system.SelfConfigurableService
-  
- getSession(String) - Method in interface ome.api.ISession
- 
Retrieves the session associated with this uuid, updating the last access
 time as well. 
- getSession() - Method in class ome.system.ServiceFactory
-  
- getSession() - Method in class ome.system.SessionInitializer
-  
- getSessionInitializer() - Method in class ome.system.ServiceFactory
-  
- getSessionService() - Method in class ome.system.ServiceFactory
-  
- getSetting() - Method in interface ome.api.ILdap
- 
Gets config value from properties. 
- getShapeIds() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns whether or not the shapes (masks) will be rendered. 
- getShare(long) - Method in interface ome.api.IShare
- 
Deprecated. Gets a share as a Sessionwith all related:comments,members, fully loaded.
 
- getShareService() - Method in class ome.system.ServiceFactory
-  
- getSharesOwnedBy(Experimenter, boolean) - Method in interface ome.api.IShare
- 
Deprecated. Gets all shares owned by the given Experimenter.
 
- getSizeX1() - Method in class omeis.providers.re.RGBBuffer
- 
Returns the number of pixels on the X1-axis. 
- getSizeX2() - Method in class omeis.providers.re.RGBBuffer
- 
Returns the number of pixels on the X2-axis. 
- getSlice() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns an identifier to tell which kind of plane this object identifies. 
- getSnapshot() - Method in class ome.system.metrics.DefaultHistogram
-  
- getSnapshot() - Method in interface ome.system.metrics.Histogram
-  
- getStack(int, int) - Method in interface ome.api.RawPixelsStore
-  
- getStackOffset(int, int) - Method in interface ome.api.RawPixelsStore
-  
- getStackSize() - Method in interface ome.api.RawPixelsStore
-  
- getStdDev() - Method in class ome.system.metrics.DefaultSnapshot
-  
- getStdDev() - Method in interface ome.system.metrics.Snapshot
-  
- getStride() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns the stride. 
- getSystemGroupId() - Method in class ome.system.Roles
-  
- getSystemGroupName() - Method in class ome.system.Roles
-  
- getT() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns the timepoint. 
- getTaggedObjectsCount(Set<Long>, Parameters) - Method in interface ome.api.IMetadata
- 
Returns a map whose key is a tag's id and the value the number of
 Projects, Datasets, and Images linked to that tag. 
- getThumbnail(Integer, Integer) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a thumbnail for a pixels set using a given set of rendering
 settings (RenderingDef). 
- getThumbnailByLongestSide(Integer) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a thumbnail for a pixels set using a given set of rendering
 settings (RenderingDef). 
- getThumbnailByLongestSideDirect(Integer) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a thumbnail for a pixels set using a given set of rendering
 settings (RenderingDef). 
- getThumbnailByLongestSideSet(Integer, Set<Long>) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a number of thumbnails for pixels sets using given sets of 
 rendering settings (RenderingDef). 
- getThumbnailDirect(Integer, Integer) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a thumbnail for a pixels set using a given set of rendering
 settings (RenderingDef). 
- getThumbnailForSectionByLongestSideDirect(int, int, Integer) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a thumbnail for a pixels set using a given set of rendering
 settings (RenderingDef) for a particular section. 
- getThumbnailForSectionDirect(int, int, Integer, Integer) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a thumbnail for a pixels set using a given set of rendering
 settings (RenderingDef) for a particular section. 
- getThumbnailSet(Integer, Integer, Set<Long>) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a number of thumbnails for pixels sets using given sets of 
 rendering settings (RenderingDef). 
- getThumbnailWithoutDefault(Integer, Integer) - Method in interface ome.api.ThumbnailStore
- 
Retrieves a thumbnail for a pixels set using a given set of
 rendering settings (RenderingDef). 
- getTile(int, int, int, int, int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- getTileSize() - Method in interface ome.api.RawPixelsStore
-  
- getTileSize() - Method in interface omeis.providers.re.RenderingEngine
-  
- getTimepoint(int) - Method in interface ome.api.RawPixelsStore
-  
- getTimepointOffset(int) - Method in interface ome.api.RawPixelsStore
-  
- getTimepointSize() - Method in interface ome.api.RawPixelsStore
-  
- getTotalSize() - Method in interface ome.api.RawPixelsStore
-  
- getTypesService() - Method in class ome.system.ServiceFactory
-  
- getUpdateService() - Method in class ome.system.ServiceFactory
-  
- getUpgradeUrl() - Method in class ome.system.UpgradeCheck
-  
- getUpperLimit() - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Returns the constant level for bit-planes > planeSelected w.r.t the
 higher-order bits. 
- getUsageFraction() - Method in interface ome.api.IRepositoryInfo
- 
This method returns a double of the used space divided by the free space. 
- getUsedSpaceInKilobytes() - Method in interface ome.api.IRepositoryInfo
- 
This method returns the total space in bytes for this file system
 including nested subdirectories. 
- getUserGroupId() - Method in class ome.system.Roles
-  
- getUserGroupName() - Method in class ome.system.Roles
-  
- getUserImages(Parameters) - Method in interface ome.api.IContainer
- 
Retrieve a user's images. 
- getValue(double) - Method in class ome.system.metrics.DefaultSnapshot
-  
- getValue(double) - Method in interface ome.system.metrics.Snapshot
-  
- getValues() - Method in class ome.system.metrics.DefaultSnapshot
-  
- getValues() - Method in interface ome.system.metrics.Snapshot
-  
- getVersion() - Method in interface ome.api.IConfig
- 
Provides the release version. 
- getVisibility() - Method in class ome.system.Preference
-  
- getWidth() - Method in class omeis.providers.re.data.RegionDef
- 
Returns the width of the region. 
- getX() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns the index of the plane in the set identified by this object. 
- getX() - Method in class omeis.providers.re.data.RegionDef
- 
Returns the x-coordinate of the top-left corner. 
- getXEnd() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the x-coordinate of the pEndpoint.
 
- getXStart() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the x-coordinate of the pStartpoint.
 
- getY() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns the index of the plane in the set identified by this object. 
- getY() - Method in class omeis.providers.re.data.RegionDef
- 
Returns the y-coordinate of the top-left corner. 
- getYEnd() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the y-coordinate of the pEndpoint.
 
- getYStart() - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Returns the y-coordinate of the pStartpoint.
 
- getZ() - Method in class omeis.providers.re.data.PlaneDef
- 
Returns the index of the plane in the set identified by this object. 
- greens - Variable in class omeis.providers.re.lut.LutReader
- 
Holds the green values. 
- group - Variable in class ome.system.Principal
-  
- GUEST - Static variable in class ome.system.Login
- 
Login constant which has username and password values set
 to null and other values set to their default. 
- IAdmin - Interface in ome.api
- 
Administration interface providing access to admin-only functionality as well
 as JMX-based server access and selected user functions. 
- IAnalysis - Interface in ome.api
- 
Provides access to the model objects involved in analysis. 
- IConfig - Interface in ome.api
- 
Access to server configuration. 
- IContainer - Interface in ome.api
- 
Provides methods for dealing with the core "Pojos" of OME. 
- IDelete - Interface in ome.api
- 
Provides simplifed methods for deleting instances from the database. 
- IdentityMapContext - Class in omeis.providers.re.codomain
- 
An empty context for the identity map. 
- IdentityMapContext() - Constructor for class omeis.providers.re.codomain.IdentityMapContext
-  
- ILdap - Interface in ome.api
- 
Administration interface providing access to admin-only functionality as well
 as JMX-based server access and selected user functions. 
- IMetadata - Interface in ome.api
- 
Provides method to interact with acquisition metadata and 
 annotations. 
- inc() - Method in interface ome.system.metrics.Counter
-  
- inc() - Method in class ome.system.metrics.DefaultCounter
-  
- indexObject(IObject) - Method in interface ome.api.IUpdate
- 
Initiates full-text indexing for the given object. 
- InternalMessage - Class in ome.util.messages
- 
- InternalMessage(Object) - Constructor for class ome.util.messages.InternalMessage
- 
Sole constructor which takes the "source" of this EventObject.
 
- intervalEnd - Variable in class omeis.providers.re.codomain.CodomainMapContext
- 
The upper bound of the codomain interval. 
- intervalStart - Variable in class omeis.providers.re.codomain.CodomainMapContext
- 
The lower bound of the codomain interval. 
- invalidateConnection(long, Experimenter) - Method in interface ome.api.IShare
- 
Deprecated. Makes the connection invalid for sharefor
 specifiec user.
 
- InvalidQueryException - Exception in ome.util.search
- 
Exception to indicate that the query string was invalid 
- InvalidQueryException() - Constructor for exception ome.util.search.InvalidQueryException
-  
- InvalidQueryException(String, Throwable) - Constructor for exception ome.util.search.InvalidQueryException
-  
- InvalidQueryException(String) - Constructor for exception ome.util.search.InvalidQueryException
-  
- InvalidQueryException(Throwable) - Constructor for exception ome.util.search.InvalidQueryException
-  
- IPixels - Interface in ome.api
- 
- IProjection - Interface in ome.api
- 
Provides methods for performing projections of Pixels sets. 
- IQuery - Interface in ome.api
- 
Provides methods for directly querying object graphs. 
- IRenderingSettings - Interface in ome.api
- 
Provides method to apply rendering settings to a collection of images. 
- IRepositoryInfo - Interface in ome.api
- 
Provides methods for obtaining information for server repository disk space
 allocation. 
- isActive(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns trueif the channel is mapped,falseotherwise.
 
- isAdmin - Variable in class ome.system.SimpleEventContext
-  
- isAllowLeadingWildcard() - Method in interface ome.api.Search
- 
Returns the current leading-wildcard setting. 
- IScale - Interface in ome.api
- 
Provides methods for performing scaling (change of the image size through
 interpolation or other means) on BufferedImages. 
- isCaseSensitive() - Method in interface ome.api.Search
- 
Returns the current case sensitivity setting. 
- IsConstant() - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Returns the type of bit-planes mapping. 
- isCurrentUserAdmin() - Method in interface ome.system.EventContext
-  
- isCurrentUserAdmin() - Method in class ome.system.SimpleEventContext
-  
- isDb() - Method in class ome.system.Preference
-  
- ISession - Interface in ome.api
- 
Start here: Sessioncreation service for OMERO.
 
- isExceptionThrown() - Method in class ome.system.UpgradeCheck
-  
- isFloat() - Method in interface ome.api.RawPixelsStore
-  
- IShare - Interface in ome.api
- 
Deprecated. 
- isInProgress() - Method in interface ome.api.ThumbnailStore
- 
This returns the last available in progress state for a
 thumbnail. 
- isMergedBatches() - Method in interface ome.api.Search
- 
Returns the current merged-batches setting. 
- isPixelsTypeSigned() - Method in interface omeis.providers.re.RenderingEngine
- 
Returns trueif the pixels type is signed,falseotherwise.
 
- isPrefs() - Method in class ome.system.Preference
-  
- isReadOnly() - Method in interface ome.system.EventContext
-  
- isReadOnly - Variable in class ome.system.SimpleEventContext
-  
- isReadOnly() - Method in class ome.system.SimpleEventContext
-  
- isReturnUnloaded() - Method in interface ome.api.Search
- 
Returns the current return-unloaded setting. 
- isRootUser(Experimenter) - Method in class ome.system.Roles
-  
- isSigned() - Method in interface ome.api.RawPixelsStore
-  
- isSystemGroup(ExperimenterGroup) - Method in class ome.system.Roles
-  
- isThreadSafe() - Method in class ome.util.messages.InternalMessage
- 
Returns true if this message can safely be passed to another
 Thread.
 
- isUpgradeNeeded() - Method in class ome.system.UpgradeCheck
-  
- isUseProjections() - Method in interface ome.api.Search
- 
Returns the current use-projection setting. 
- isUserGroup(ExperimenterGroup) - Method in class ome.system.Roles
-  
- ITypes - Interface in ome.api
- 
Access to reflective type information. 
- IUpdate - Interface in ome.api
- 
Provides methods for directly updating object graphs. 
- leaderOfGroups - Variable in class ome.system.SimpleEventContext
-  
- link(ILink[], Parameters) - Method in interface ome.api.IContainer
- 
Convenience method for creating links. 
- load() - Method in interface omeis.providers.re.RenderingEngine
- 
Creates a instance of the rendering engine. 
- loadAnnotation(Set<Long>) - Method in interface ome.api.IMetadata
- 
Loads the specified annotations. 
- loadAnnotations(Class<T>, Set<Long>, Set<String>, Set<Long>, Parameters) - Method in interface ome.api.IMetadata
- 
Loads all the annotations of given types, 
 that have been attached to the specified rootNodesfor the specifiedannotatorIds.
 
- loadAnnotationsUsedNotOwned(Class, long) - Method in interface ome.api.IMetadata
- 
Loads the annotations of a given type used by the specified
 user but not owned by the user. 
- loadChannelAcquisitionData(Set<Long>) - Method in interface ome.api.IMetadata
- 
Loads the logical channelsand the acquisition metadata 
 related to them.
 
- loadContainerHierarchy(Class<T>, Set<Long>, Parameters) - Method in interface ome.api.IContainer
- 
Retrieves hierarchy trees rooted by a given node (unless orphan is
 specified -- See below) 
- loadInstrument(long) - Method in interface ome.api.IMetadata
- 
Loads the instrument and its components i.e. 
- loadLogFiles(Class<? extends IObject>, Set<Long>) - Method in interface ome.api.IMetadata
- 
Find the original file IDs for the import logs corresponding to the given Image or Fileset IDs. 
- loadRenderingDef(long) - Method in interface omeis.providers.re.RenderingEngine
- 
Loads a specific set of rendering settings that does not necessarily
 have to be linked to the given Pixels set. 
- loadRndSettings(long) - Method in interface ome.api.IPixels
- 
Loads a specific set of rendering settings with the following objects 
 pre-linked:
 
 renderingDef.quantization
 renderingDef.model
 renderingDef.waveRendering
 renderingDef.waveRendering.color
 renderingDef.waveRendering.family
 renderingDef.spatialDomainEnhancement
  
- loadSpecifiedAnnotations(Class, Set<String>, Set<String>, Parameters) - Method in interface ome.api.IMetadata
- 
Loads all the annotations of a given type. 
- loadSpecifiedAnnotationsLinkedTo(Class, Set<String>, Set<String>, Class, Set<Long>, Parameters) - Method in interface ome.api.IMetadata
- 
Loads the annotations of a given type linked to the specified objects. 
- loadTagContent(Set<Long>, Parameters) - Method in interface ome.api.IMetadata
- 
Loads the Tag Set if the id is specified otherwise loads all the Tag
 Set. 
- loadTagSets(Parameters) - Method in interface ome.api.IMetadata
- 
Loads all the tag Sets. 
- Locator() - Constructor for class ome.system.OmeroContext.Locator
-  
- Login - Class in ome.system
- 
Provides simplified handling of login properties when creating a
  ServiceFactory. 
- Login(String, String) - Constructor for class ome.system.Login
- 
standard constructor which leaves OMERO_GROUP and OMERO_EVENT null. 
- Login(String, String, String, String) - Constructor for class ome.system.Login
- 
extended constructor. 
- lookup(String, ApplicationContext) - Method in class ome.system.OmeroContext.Locator
- 
uses
 ContextSingletonBeanFactoryLocator.createDefinition(java.lang.String, java.lang.String)andContextSingletonBeanFactoryLocator.initializeDefinition(org.springframework.beans.factory.BeanFactory)to create a new context from a given definition.
 
- lookupExperimenter(String) - Method in interface ome.api.IAdmin
- 
look up an Experimenterand all relatedgroupsby name.
 
- lookupExperimenters() - Method in interface ome.api.IAdmin
- 
Looks up all experimenterspresent and all relatedgroups.
 
- lookupGroup(String) - Method in interface ome.api.IAdmin
- 
look up an ExperimenterGroupand all containedusersby name.
 
- lookupGroups() - Method in interface ome.api.IAdmin
- 
Looks up all groupspresent and all relatedexperimenters.
 
- lookupLdapAuthExperimenter(long) - Method in interface ome.api.IAdmin
- 
Looks up experimenterswho uses LDAP authentication
 (has set dn on password table).
 
- lookupLdapAuthExperimenters() - Method in interface ome.api.IAdmin
- 
Looks up all id of experimenterswho uses LDAP
 authentication (has set dn on password table).
 
- lookupPixels(long) - Method in interface omeis.providers.re.RenderingEngine
- 
Loads the Pixelsset this Rendering Engine is for.
 
- lookupRenderingDef(long) - Method in interface omeis.providers.re.RenderingEngine
- 
Loads the rendering settings associated to the specified pixels set. 
- LuceneQueryBuilder - Class in ome.util.search
- 
Utility class for building lucene queries
 
 Example:
 Fields to search for: 'name', 'description'
 Input query: a b AND c AND d f
 
 will be transformed to this lucene expression:
 name:a description:a name:f description:f ((name:b description:b) AND (name:c
 description:c) AND (name:d description:d))
 
 
 
- LuceneQueryBuilder() - Constructor for class ome.util.search.LuceneQueryBuilder
-  
- LutProvider - Interface in omeis.providers.re.lut
- 
Interface for lookup table providers. 
- LutReader - Class in omeis.providers.re.lut
- 
Class to be extended by LUT reader. 
- LutReaderFactory - Class in omeis.providers.re.lut
- 
Initializes the reader corresponding to the specified lookup table. 
- LutReaderFactory() - Constructor for class omeis.providers.re.lut.LutReaderFactory
-  
- R_BAND - Static variable in class omeis.providers.re.RGBBuffer
- 
Index of the red band in the image's data buffer. 
- raw - Variable in class omeis.providers.re.lut.LutReader
- 
Flag indicating to read 32 byte NIH Image LUT header. 
- RawFileStore - Interface in ome.api
- 
Raw file gateway which provides access to the OMERO file repository. 
- RawPixelsStore - Interface in ome.api
- 
Binary data provider. 
- read(long, int) - Method in interface ome.api.RawFileStore
- 
Reads lengthbytes of data at thepositionfrom the raw
 file into an array of bytes
 
- read(String, String) - Static method in class omeis.providers.re.lut.LutReaderFactory
- 
Reads the specified file. 
- read(File) - Static method in class omeis.providers.re.lut.LutReaderFactory
- 
Reads the specified file. 
- reds - Variable in class omeis.providers.re.lut.LutReader
- 
Holds the red values. 
- refresh(T) - Method in interface ome.api.IQuery
- 
refreshes an entire IObjectgraph, recursive loading all data for
 the managed instances in the graph from the database.
 
- refreshAll() - Method in class ome.system.OmeroContext
- 
refreshes all the nested OmeroContexts within this instance. 
- refreshAllIfNecessary() - Method in class ome.system.OmeroContext
- 
- RegionDef - Class in omeis.providers.re.data
- 
Identifies a rectangular region. 
- RegionDef() - Constructor for class omeis.providers.re.data.RegionDef
- 
Creates a default instance. 
- RegionDef(int, int, int, int) - Constructor for class omeis.providers.re.data.RegionDef
- 
Creates a rectangular region. 
- remove() - Method in interface ome.api.Search
- 
Unsupported operation. 
- removeCodomainMap(CodomainMapContext) - Method in interface omeis.providers.re.RenderingEngine
- 
Deprecated. 
- removeCodomainMapFromChannel(CodomainMapContext, int) - Method in interface omeis.providers.re.RenderingEngine
- 
Removes the specified context from the chain. 
- removeGroupOwners(ExperimenterGroup, Experimenter...) - Method in interface ome.api.IAdmin
- 
removes the given users from the owner list for this group. 
- removeGroups(Experimenter, ExperimenterGroup...) - Method in interface ome.api.IAdmin
- 
Removes an experimenter from the given groups. 
- removeGuest(long, String) - Method in interface ome.api.IShare
- 
Deprecated. Removes guest email address from share. 
- removeGuests(long, String...) - Method in interface ome.api.IShare
- 
Deprecated. Removes guest email addresses from the share. 
- removeObject(long, T) - Method in interface ome.api.IShare
- 
Deprecated. Removes existing objectfrom theshare.
 
- removeObjects(long, T...) - Method in interface ome.api.IShare
- 
Deprecated. Remove existing items from the share. 
- removeUnusedFiles() - Method in interface ome.api.IRepositoryInfo
- 
Removes all files from the server that do not have an OriginalFile
 complement in the database, all the Pixels that do not have a complement
 in the database and all the Thumbnail's that do not have a complement in
 the database. 
- removeUser(long, Experimenter) - Method in interface ome.api.IShare
- 
Deprecated. Removes experimenterfromshare
 
- removeUsers(long, List<Experimenter>) - Method in interface ome.api.IShare
- 
Deprecated. Removes experimentersfromshare
 
- render(PlaneDef) - Method in interface omeis.providers.re.RenderingEngine
- 
Renders the data selected by pdaccording to the current
 rendering settings.
 
- renderAsPackedInt(PlaneDef) - Method in interface omeis.providers.re.RenderingEngine
- 
Renders the data selected by pdaccording to the current
 rendering settings.
 
- renderCompressed(PlaneDef) - Method in interface omeis.providers.re.RenderingEngine
- 
Renders the data selected by pdaccording to the current
 rendering settings and compresses the resulting RGBA composite image.
 
- RenderingEngine - Interface in omeis.providers.re
- 
Defines a service to render a given pixels set. 
- renderProjectedAsPackedInt(int, int, int, int, int) - Method in interface omeis.providers.re.RenderingEngine
- 
Performs a projection through selected optical sections of a particular 
 timepoint with the currently active channels and renders the data for
 display. 
- renderProjectedCompressed(int, int, int, int, int) - Method in interface omeis.providers.re.RenderingEngine
- 
Performs a projection through selected optical sections of a particular 
 timepoint with the currently active channels, renders the data for
 display and compresses the resulting RGBA composite image. 
- reportForgottenPassword(String, String) - Method in interface ome.api.IAdmin
- 
Deprecated.  
- REQUEUED - Static variable in interface ome.api.JobHandle
-  
- requiresPixelsPyramid() - Method in interface ome.api.RawPixelsStore
-  
- requiresPixelsPyramid() - Method in interface omeis.providers.re.RenderingEngine
-  
- resetDefaults(RenderingDef, Pixels) - Method in interface ome.api.IRenderingSettings
- 
Resets the given rendering settings to those that are specified by the 
 rendering engine intelligent pretty good image (PG) logic for
 the pixels set linked to that set of rendering settings. 
- resetDefaults() - Method in interface ome.api.Search
- 
Resets all settings (non-query state) to the original default values, as
 if the instance had just be created. 
- resetDefaults() - Method in interface ome.api.ThumbnailStore
- 
Resets the rendering definition for the active pixels set to its
 default settings. 
- resetDefaultsByOwnerInSet(Class<T>, Set<Long>) - Method in interface ome.api.IRenderingSettings
- 
Resets the rendering settings of a given group of containers based on
 the owner's (essentially a copy). 
- resetDefaultSettings(boolean) - Method in interface omeis.providers.re.RenderingEngine
- 
Resets the default settings i.e. 
- resetDefaultsForPixels(long) - Method in interface ome.api.IRenderingSettings
- 
Resets a Pixels' default rendering settings back to those that are 
 specified by the rendering engine intelligent pretty good image 
 (PG) logic. 
- resetDefaultsInDataset(long) - Method in interface ome.api.IRenderingSettings
- 
Resets a dataset's rendering settings back to those that are specified
 by the rendering engine intelligent pretty good image (PG) logic. 
- resetDefaultsInImage(long) - Method in interface ome.api.IRenderingSettings
- 
Resets an image's default rendering settings back to those that are 
 specified by the rendering engine intelligent pretty good image 
 (PG) logic. 
- resetDefaultsInSet(Class<T>, Set<Long>) - Method in interface ome.api.IRenderingSettings
- 
Resets a rendering settings back to one or many containers that are 
 specified by the rendering engine intelligent pretty good image
 (PG) logic. 
- resetDefaultsNoSave(RenderingDef, Pixels) - Method in interface ome.api.IRenderingSettings
- 
Resets the given rendering settings to those that are specified by the 
 rendering engine intelligent pretty good image (PG) logic for
 the pixels set linked to that set of rendering settings. 
- resetEnumerations(Class<T>) - Method in interface ome.api.ITypes
-  
- resetMinMaxInSet(Class<T>, Set<Long>) - Method in interface ome.api.IRenderingSettings
- 
Resets a the channel windows for one or many containers back to their
 global minimum and global maximum for the channel. 
- resolveAlias(String) - Method in class ome.system.PreferenceContext
-  
- RESUBMITTED - Static variable in interface ome.api.JobHandle
-  
- results() - Method in interface ome.api.Search
- 
Returns up to  batch size number of results along
 with the related query metadata. 
- retrieveAllRndSettings(long, long) - Method in interface ome.api.IPixels
- 
Retrieves all the rendering settings for a given pixels set and the 
 passed user with the following objects pre-linked:
 
 renderingDef.quantization
 renderingDef.model
 renderingDef.waveRendering
 renderingDef.waveRendering.color
 renderingDef.waveRendering.family
 renderingDef.spatialDomainEnhancement
  
- retrieveCollection(IObject, String, Parameters) - Method in interface ome.api.IContainer
- 
Retrieves a collection with all members initialized ("loaded"). 
- retrievePixDescription(long) - Method in interface ome.api.IPixels
- 
Retrieves the pixels metadata with the following objects pre-linked:
 
 pixels.pixelsType
 pixels.pixelsDimensions
 pixels.channels
 pixels.channnels.statsInfo
 pixels.channnels.colorComponent
 pixels.channnels.logicalChannel
 pixels.channnels.logicalChannel.photometricInterpretation
  
- retrieveRndSettings(long) - Method in interface ome.api.IPixels
- 
Retrieves the rendering settings for a given pixels set and the currently
 logged in user. 
- retrieveRndSettingsFor(long, long) - Method in interface ome.api.IPixels
- 
Retrieves the rendering settings for a given pixels set and the passed
 user with the following objects pre-linked:
 
 renderingDef.quantization
 renderingDef.model
 renderingDef.waveRendering
 renderingDef.waveRendering.color
 renderingDef.waveRendering.family
 renderingDef.spatialDomainEnhancement
  
- ReverseIntensityContext - Class in omeis.providers.re.codomain
- 
- ReverseIntensityContext() - Constructor for class omeis.providers.re.codomain.ReverseIntensityContext
- 
Deprecated. 
- RGBAIntBuffer - Class in omeis.providers.re
- 
Holds the data of an RGBA image. 
- RGBAIntBuffer(int, int) - Constructor for class omeis.providers.re.RGBAIntBuffer
- 
Creates a new 4-band packed integer buffer. 
- RGBBuffer - Class in omeis.providers.re
- 
Holds the data of an RGB image. 
- RGBBuffer() - Constructor for class omeis.providers.re.RGBBuffer
- 
Simple constructor to avoid memory allocations. 
- RGBBuffer(int, int) - Constructor for class omeis.providers.re.RGBBuffer
- 
Creates a new 3-band buffer. 
- RGBIntBuffer - Class in omeis.providers.re
- 
Holds the data of an RGB image. 
- RGBIntBuffer(int, int) - Constructor for class omeis.providers.re.RGBIntBuffer
- 
Creates a new 3-band packed integer buffer. 
- Roles - Class in ome.system
- 
encapsulates the naming scheme for critical system groups and accounts. 
- Roles() - Constructor for class ome.system.Roles
- 
default constructor which assigns hard-coded values to all roles 
- Roles(long, String, long, String, long, String, long, String, long, String) - Constructor for class ome.system.Roles
- 
constructor which allows full specification of all roles 
- RolesAllowed - Annotation Type in ome.annotations
- 
Security annotation which specifies a list of user roles which will
 be permitted to execute this method. 
- run() - Method in class ome.system.UpgradeCheck
- 
If the  UpgradeCheck.url has been set to null or the empty string, then no
 upgrade check will be performed (silently). 
- RUNNING - Static variable in interface ome.api.JobHandle
-  
- sanityCheckPixels(Pixels, Pixels) - Method in interface ome.api.IRenderingSettings
- 
Checks if the specified sets of pixels are compatible. 
- sanityCheckRepository() - Method in interface ome.api.IRepositoryInfo
- 
Checks that image data repository has not exceeded 95% disk space use
 level. 
- save() - Method in interface ome.api.RawFileStore
- 
Saves the OriginalFileassociated with the service if it has
 been modified.
 
- save() - Method in interface ome.api.RawPixelsStore
-  
- saveAndReturnArray(IObject[]) - Method in interface ome.api.IUpdate
-  
- saveAndReturnIds(IObject[]) - Method in interface ome.api.IUpdate
- 
Logic differs from other methods. 
- saveAndReturnObject(T) - Method in interface ome.api.IUpdate
-  
- saveArray(IObject[]) - Method in interface ome.api.IUpdate
-  
- saveAsNewSettings() - Method in interface omeis.providers.re.RenderingEngine
- 
Saves the current rendering settings in the database
 as a new  RenderingDef and loads the object
 into the current  RenderingEngine. 
- saveCollection(Collection<IObject>) - Method in interface ome.api.IUpdate
-  
- saveCurrentSettings() - Method in interface omeis.providers.re.RenderingEngine
- 
Saves the current rendering settings in the database. 
- saveObject(IObject) - Method in interface ome.api.IUpdate
-  
- saveRndSettings(RenderingDef) - Method in interface ome.api.IPixels
- 
Saves the specified rendering settings. 
- scaleBufferedImage(BufferedImage, float, float) - Method in interface ome.api.IScale
- 
Scales a buffered image using defined X and Y axis scale factors. 
- SCORE - Static variable in interface ome.api.Search
- 
Stringconstant used to look up the score value of Lucene queries
 returned by this interface.
 
- Search - Interface in ome.api
- 
Central search interface, allowing Web2.0 style queries. 
- searchAll() - Method in interface ome.api.ILdap
- 
Searches all Experimenterlist on LDAP for
 attribute objectClass = person.
 
- searchByAttribute(String, String, String) - Method in interface ome.api.ILdap
- 
Searches all Experimenterin LDAP for specified
 attribute
 
- searchByAttributes(String, String[], String[]) - Method in interface ome.api.ILdap
- 
Searches all Experimenterin LDAP for specified
 attributes.
 
- searchByDN(String) - Method in interface ome.api.ILdap
- 
Searches one Experimenterin LDAP for specified
 Distinguished Name -String
 
- searchDnInGroups(String, String) - Method in interface ome.api.ILdap
- 
Searches Distinguished Name - Stringin groups
 
- SelfConfigurableService - Interface in ome.system
-  
- selfConfigure() - Method in interface ome.system.SelfConfigurableService
-  
- Server - Class in ome.system
- 
Provides simplified handling of server properties when creating a
  ServiceFactory. 
- Server(String) - Constructor for class ome.system.Server
- 
- Server(String, int) - Constructor for class ome.system.Server
- 
extended constructor. 
- ServiceFactory - Class in ome.system
- 
Entry point for all client calls. 
- ServiceFactory() - Constructor for class ome.system.ServiceFactory
- 
- ServiceFactory(Login) - Constructor for class ome.system.ServiceFactory
- 
constructor which obtains a new (non-static)
  client context, passing
 in the  Properties representation of the  Login for
 configuration. 
- ServiceFactory(Server) - Constructor for class ome.system.ServiceFactory
- 
constructor which obtains a new (non-static)
  client context, passing
 in the  Properties representation of the  Server for
 configuration. 
- ServiceFactory(Server, Login) - Constructor for class ome.system.ServiceFactory
- 
constructor which obtains a new (non-static)
  client context, passing
 in the  Properties representation of both the  Server and
 the  Login for configuration. 
- ServiceFactory(Properties) - Constructor for class ome.system.ServiceFactory
- 
constructor which obtains a new
  client context, passing
 in the provided properties for configuration. 
- ServiceFactory(OmeroContext) - Constructor for class ome.system.ServiceFactory
- 
constructor which uses the provided  OmeroContext for all
 loookups. 
- ServiceFactory(String) - Constructor for class ome.system.ServiceFactory
- 
constructor which finds the global static  OmeroContext with the
 given name. 
- ServiceInterface - Interface in ome.api
- 
Marker interface representing an OMERO API Interface. 
- session - Variable in class ome.system.SessionInitializer
-  
- SessionInitializer - Class in ome.system
- 
Manages the creation of a single  Session created via the injected
  ISession service. 
- SessionInitializer() - Constructor for class ome.system.SessionInitializer
-  
- sessions - Variable in class ome.system.SessionInitializer
-  
- setActive(long, boolean) - Method in interface ome.api.IShare
- 
Deprecated. 
- setActive(int, boolean) - Method in interface omeis.providers.re.RenderingEngine
- 
Maps the specified channel if true, unmaps the channel
 otherwise.
 
- setAdminPrivileges(Experimenter, List<AdminPrivilege>) - Method in interface ome.api.IAdmin
- 
Sets the set of light administrator privileges for the given user. 
- setAliases(String[]) - Method in class ome.system.Preference
- 
Setter injector 
- setAllowLeadingWildcard(boolean) - Method in interface ome.api.Search
- 
Permits full-text queries with a leading query if true. 
- setBatchSize(int) - Method in interface ome.api.Search
- 
Sets the maximum number of results that will be returned by one call to
  Search.results(). 
- setBeanName(String) - Method in class ome.system.Preference
- 
Setter injector 
- setBeginsWith(Collection<String>) - Method in class ome.system.metrics.DefaultMetrics
-  
- setBlueValue(int, int) - Method in class omeis.providers.re.RGBAIntBuffer
- 
Sets the Blue value for a particular pixel index. 
- setBlueValue(int, int) - Method in class omeis.providers.re.RGBBuffer
- 
Sets the Blue value for a particular pixel index. 
- setBlueValue(int, int) - Method in class omeis.providers.re.RGBIntBuffer
- 
Sets the Blue value for a particular pixel index. 
- setCaseSensitive(boolean) - Method in interface ome.api.Search
- 
Sets the case sensitivity on all queries where case-sensitivity is
 supported. 
- setCaseSentivice(boolean) - Method in interface ome.api.Search
- 
- setChannelGlobalMinMax(long, int, double, double) - Method in interface ome.api.IPixels
- 
Sets the channel global (all 2D optical sections corresponding to a 
 particular channel) minimum and maximum for a Pixels set. 
- setChannelLookupTable(int, String) - Method in interface omeis.providers.re.RenderingEngine
-  
- setChannelWindow(int, double, double) - Method in interface omeis.providers.re.RenderingEngine
- 
Returns the pixels intensity interval. 
- setCodomain(int, int) - Method in class omeis.providers.re.codomain.CodomainMapContext
- 
Sets the codomain interval. 
- setCodomainInterval(int, int) - Method in interface omeis.providers.re.RenderingEngine
- 
Sets the sub-interval of the device space i.e. 
- setCompressionLevel(float) - Method in interface omeis.providers.re.RenderingEngine
- 
Sets the current compression level for the service. 
- setConfigValue(String, String) - Method in interface ome.api.IConfig
- 
set a configuration value in the backend store. 
- setConfigValueIfEquals(String, String, String) - Method in interface ome.api.IConfig
- 
- setConstant(boolean) - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Sets the type of mapping. 
- setContext(CodomainMapContext) - Method in interface omeis.providers.re.codomain.CodomainMap
- 
Sets the parameters used to write the equation of the specified codomain
 transformation. 
- setCoordinates(int, int, int, int) - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Sets the coordinates of the points used to determine the equations of the
 lines. 
- setCredentials(String) - Method in class ome.system.SessionInitializer
-  
- setDb(boolean) - Method in class ome.system.Preference
- 
Setter injector 
- setDefaultGroup(Experimenter, ExperimenterGroup) - Method in interface ome.api.IAdmin
- 
sets the default group for a given user. 
- setDefaultT(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Sets the default timepoint index. 
- setDefaultZ(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Sets the index of the default focal section. 
- setDescription(long, String) - Method in interface ome.api.IShare
- 
Deprecated. 
- setDN(Long, String) - Method in interface ome.api.ILdap
- 
- setExpiration(long, Timestamp) - Method in interface ome.api.IShare
- 
Deprecated. 
- setFileId(long) - Method in interface ome.api.RawFileStore
- 
This method manages the state of the service. 
- setGraphiteAddress(String) - Method in class ome.system.metrics.DefaultMetrics
-  
- setGreenValue(int, int) - Method in class omeis.providers.re.RGBAIntBuffer
- 
Sets the Green value for a particular pixel index. 
- setGreenValue(int, int) - Method in class omeis.providers.re.RGBBuffer
- 
Sets the Green value for a particular pixel index. 
- setGreenValue(int, int) - Method in class omeis.providers.re.RGBIntBuffer
- 
Sets the Green value for a particular pixel index. 
- setGroupOwner(ExperimenterGroup, Experimenter) - Method in interface ome.api.IAdmin
- 
adds the user to the owner list for this group. 
- setGroupPermissions(Permissions) - Method in class ome.system.SimpleEventContext
-  
- setHeight(int) - Method in class omeis.providers.re.data.RegionDef
- 
Sets the height of the region. 
- setInput(String, String, Object) - Method in interface ome.api.ISession
- 
Places an entry in the given session'sinput environment.
 
- setLimits(int, int) - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Set the limits. 
- setLowerLimit(int) - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Sets the value (in [intervalStart, intervalEnd]) used to set the level of
 the bit-plane < bit-plane selected. 
- setMergedBatches(boolean) - Method in interface ome.api.Search
- 
Set whether or not results from two separate queries can be returned in
 the same call to  Search.results(). 
- setMessage(String) - Method in interface ome.api.JobHandle
- 
Sets the job's message string, and returns the previous value. 
- setModel(RenderingModel) - Method in interface omeis.providers.re.RenderingEngine
- 
Specifies the model that dictates how transformed raw data has to be
 mapped onto a color space. 
- setMutable(boolean) - Method in class ome.system.Preference
- 
Setter injector 
- setOriginalSettingsForPixels(long) - Method in interface ome.api.IRenderingSettings
- 
Resets an Pixels' default rendering settings back to channel global
 minimum and maximum. 
- setOriginalSettingsInDataset(long) - Method in interface ome.api.IRenderingSettings
- 
Resets a dataset's rendering settings back to channel global
 minimum and maximum. 
- setOriginalSettingsInImage(long) - Method in interface ome.api.IRenderingSettings
- 
Resets an image's default rendering settings back to channel global
 minimum and maximum. 
- setOriginalSettingsInSet(Class<T>, Set<Long>) - Method in interface ome.api.IRenderingSettings
- 
Resets a rendering settings back to channel global minimum and maximum
 for the specified containers. 
- setOutput(String, String, Object) - Method in interface ome.api.ISession
- 
Places an entry in the given session'soutput
 environment.
 
- setOverlays(Map<byte[], Integer>) - Method in interface omeis.providers.re.RenderingEngine
- 
Informs the rendering engine that it should render a set of overlays on
 each rendered frame. 
- setPixelsId(long, boolean) - Method in interface ome.api.RawPixelsStore
- 
Initializes the stateful service for a given Pixels set. 
- setPixelsId(long) - Method in interface ome.api.ThumbnailStore
- 
This method manages the state of the service; it must be invoked before
 using any other methods. 
- setPlane(byte[], int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- setPlanes(int, int) - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Sets the value of the selected planes i.e. 
- setPreferences(List<Preference>) - Method in class ome.system.PreferenceContext
-  
- setPrefs(boolean) - Method in class ome.system.Preference
-  
- setPrincipal(Principal) - Method in class ome.system.SessionInitializer
-  
- setProperty(String, String) - Method in class ome.system.PreferenceContext
- 
With ticket:2214, preferences are no longer mutable. 
- setQuantizationMap(int, Family, double, boolean) - Method in interface omeis.providers.re.RenderingEngine
- 
Sets the quantization map, one per channel. 
- setQuantumStrategy(int) - Method in interface omeis.providers.re.RenderingEngine
- 
Sets the quantization strategy. 
- setRedValue(int, int) - Method in class omeis.providers.re.RGBAIntBuffer
- 
Sets the Red value for a particular pixel index. 
- setRedValue(int, int) - Method in class omeis.providers.re.RGBBuffer
- 
Sets the Red value for a particular pixel index. 
- setRedValue(int, int) - Method in class omeis.providers.re.RGBIntBuffer
- 
Sets the Red value for a particular pixel index. 
- setRegion(int, long, byte[]) - Method in interface ome.api.RawPixelsStore
-  
- setRegion(RegionDef) - Method in class omeis.providers.re.data.PlaneDef
- 
Sets the region to render. 
- setRenderingDefId(long) - Method in interface ome.api.ThumbnailStore
- 
- setRenderShapes(boolean) - Method in class omeis.providers.re.data.PlaneDef
- 
Sets whether or not to render the shapes (masks). 
- setResolutionLevel(int) - Method in interface ome.api.RawPixelsStore
- 
Sets the active resolution level. 
- setResolutionLevel(int) - Method in interface omeis.providers.re.RenderingEngine
-  
- setReturnUnloaded(boolean) - Method in interface ome.api.Search
- 
Determines if all results should be returned as unloaded objects. 
- setRGBA(int, int, int, int, int) - Method in interface omeis.providers.re.RenderingEngine
- 
Sets the four components composing the color associated to the specified
 channel. 
- setRow(byte[], int, int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- setSession(Session) - Method in class ome.system.ServiceFactory
-  
- setSession(Session) - Method in class ome.system.SessionInitializer
-  
- setSessionService(ISession) - Method in class ome.system.SessionInitializer
-  
- setShapeIds(List<Long>) - Method in class omeis.providers.re.data.PlaneDef
- 
Sets whether or not to render the shapes (masks). 
- setSlf4jMinutes(int) - Method in class ome.system.metrics.DefaultMetrics
-  
- setStack(byte[], int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- setStatus(String) - Method in interface ome.api.JobHandle
- 
Updates the JobStatusfor the current job.
 
- setStatusAndMessage(String, String) - Method in interface ome.api.JobHandle
- 
- setStride(int) - Method in class omeis.providers.re.data.PlaneDef
- 
Returns the stride. 
- setTile(byte[], int, int, int, int, int, int, int) - Method in interface ome.api.RawPixelsStore
-  
- setTimepoint(byte[], int) - Method in interface ome.api.RawPixelsStore
-  
- setUpperLimit(int) - Method in class omeis.providers.re.codomain.PlaneSlicingContext
- 
Sets the value (in [intervalStart, intervalEnd]) used to set the level of
 the bit-plane > bit-plane selected. 
- setUseProjections(boolean) - Method in interface ome.api.Search
- 
Determines if Lucene queries should not hit the database. 
- setVisibility(Preference.Visibility) - Method in class ome.system.Preference
- 
Setter injector 
- setWidth(int) - Method in class omeis.providers.re.data.RegionDef
- 
Sets the width of the region. 
- setX(int) - Method in class omeis.providers.re.data.PlaneDef
- 
Selects a plane in the set identified by this object. 
- setX(int) - Method in class omeis.providers.re.data.RegionDef
- 
Sets the x-coordinate of the top-left corner. 
- setXEnd(int) - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Sets the x-coodinate of the pEndpoint.
 
- setXStart(int) - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Sets the x-coodinate of the pStartpoint.
 
- setY(int) - Method in class omeis.providers.re.data.PlaneDef
- 
Selects a plane in the set identified by this object. 
- setY(int) - Method in class omeis.providers.re.data.RegionDef
- 
Sets the y-coordinate of the top-left corner. 
- setYEnd(int) - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Sets the y-coodinate of the pEndpoint.
 
- setYStart(int) - Method in class omeis.providers.re.codomain.ContrastStretchingContext
- 
Sets the y-coodinate of the pStartpoint.
 
- setZ(int) - Method in class omeis.providers.re.data.PlaneDef
- 
Selects a plane in the set identified by this object. 
- SHA1ChecksumProviderImpl - Class in ome.util.checksum
- 
An implementation of the  ChecksumProvider interface using SHA1
 as the secure hash algorithm. 
- SHA1ChecksumProviderImpl() - Constructor for class ome.util.checksum.SHA1ChecksumProviderImpl
-  
- shareId - Variable in class ome.system.SimpleEventContext
-  
- ShutdownMessage - Class in ome.util.messages
- 
Published when the server is shutting down. 
- ShutdownMessage(Object) - Constructor for class ome.util.messages.ShutdownMessage
-  
- SiftingWhileRejectingDefaultAppender - Class in ome.util.logback
-  
- SiftingWhileRejectingDefaultAppender() - Constructor for class ome.util.logback.SiftingWhileRejectingDefaultAppender
-  
- signal - Variable in class ome.util.messages.UserSignalMessage
-  
- SimpleEventContext - Class in ome.system
- 
- SimpleEventContext() - Constructor for class ome.system.SimpleEventContext
- 
Constructor for subclasses 
- SimpleEventContext(EventContext) - Constructor for class ome.system.SimpleEventContext
- 
copy constructor. 
- size() - Method in interface ome.api.RawFileStore
- 
Returns the size of the file on disk (not as stored in the database since
 that value will only be updated on  RawFileStore.save(). 
- size() - Method in class ome.system.metrics.DefaultSnapshot
-  
- size() - Method in interface ome.system.metrics.Snapshot
-  
- Snapshot - Interface in ome.system.metrics
- 
Thin wrapper around Snapshot
 
- StatefulServiceInterface - Interface in ome.api
- 
OMERO API Interface with stateful semantics. 
- stop() - Method in class ome.system.metrics.DefaultTimer.Context
-  
- stop() - Method in interface ome.system.metrics.Timer.Context
-  
- submit(Job) - Method in interface ome.api.JobHandle
- 
Submits a Joband returns its database id.
 
- SUBMITTED - Static variable in interface ome.api.JobHandle
-  
- SUM_INTENSITY - Static variable in interface ome.api.IProjection
- 
Sum intensity projection 
- synchronizeLoginCache() - Method in interface ome.api.IAdmin
- 
uses JMX to refresh the login cache if supported.