Serialized Form


Package ome.api

Package ome.formats.enums

Class ome.formats.enums.EnumerationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

failureClass

Class<T> failureClass
The enumeration class that was used in a failed enumeration lookup.


value

String value
The enumeration value that was used in a failed enumeration lookup.


Package ome.formats.importer

Class ome.formats.importer.ImportCandidates.CANCEL extends RuntimeException implements Serializable

serialVersionUID: 1L


Package ome.formats.importer.util

Class ome.formats.importer.util.ETable extends JTable implements Serializable

serialVersionUID: 1L

Class ome.formats.importer.util.HtmlMessengerException extends Exception implements Serializable


Package ome.formats.model

Class ome.formats.model.ModelException extends RuntimeException implements Serializable

serialVersionUID: 4158130517527782400L

Serialized Fields

failureClass

Class<T> failureClass
The class that was used in a failed instantiation.


Package ome.io.bioformats

Class ome.io.bioformats.BfPixelBuffer extends Object implements Serializable

Serialized Fields

filePath

String filePath

bfReader

loci.formats.IFormatReader bfReader

reader

AtomicReference<V> reader

Package ome.io.messages

Class ome.io.messages.MissingPyramidMessage extends InternalMessage implements Serializable

serialVersionUID: 7132548299119420025L

Serialized Fields

pixelsID

long pixelsID

tryAgain

boolean tryAgain

Package ome.io.nio

Class ome.io.nio.DimensionsOutOfBoundsException extends PixelBufferException implements Serializable

serialVersionUID: -3048308196188011243L

Class ome.io.nio.PixelBufferException extends RuntimeException implements Serializable

serialVersionUID: -1928144831989213423L

Serialized Fields

message

String message

Package ome.logic

Class ome.logic.RenderingSettingsImpl extends AbstractLevel2Service implements Serializable

serialVersionUID: -4383698215540637039L


Package ome.security

Class ome.security.ACLEventListener extends Object implements Serializable

serialVersionUID: 3603644089117965153L

Serialized Fields

aclVoter

ACLVoter aclVoter

Package ome.security.auth

Class ome.security.auth.PasswordChangeException extends Exception implements Serializable


Package ome.security.basic

Class ome.security.basic.EventLogListener extends Object implements Serializable

serialVersionUID: 3245068515908082533L

Serialized Fields

cd

CurrentDetails cd

Class ome.security.basic.MergeEventListener extends org.springframework.orm.hibernate3.support.IdTransferringMergeEventListener implements Serializable

serialVersionUID: 240558701677298961L

Serialized Fields

cd

CurrentDetails cd

th

TokenHolder th

Class ome.security.basic.SaveEventListener extends org.hibernate.event.def.DefaultSaveEventListener implements Serializable

serialVersionUID: 1111101677298961L

Serialized Fields

cd

CurrentDetails cd

th

TokenHolder th

Class ome.security.basic.UpdateEventListener extends Object implements Serializable

serialVersionUID: -7607753637653567889L

Serialized Fields

cd

CurrentDetails cd

Package ome.services

Class ome.services.AbstractStatefulBean extends Object implements Serializable

Class ome.services.JobBean extends AbstractStatefulBean implements Serializable

serialVersionUID: 49809384038000069L

Serialized Fields

jobId

Long jobId

resetId

Long resetId

Class ome.services.RawFileBean extends AbstractStatefulBean implements Serializable

serialVersionUID: -450924529925301925L

Serialized Fields

id

Long id
The id of the original files instance.

Class ome.services.RawPixelsBean extends AbstractStatefulBean implements Serializable

serialVersionUID: -6640632220587930165L

Serialized Fields

id

Long id

Class ome.services.RenderingBean extends Object implements Serializable

serialVersionUID: -4383698215540637039L

Serialized Fields

pixelsObj

ome.model.core.Pixels pixelsObj
The pixels set to the rendering engine is for.


rendDefObj

ome.model.display.RenderingDef rendDefObj
The rendering settings associated to the pixels set.


rwl

ReentrantReadWriteLock rwl
read-write lock to prevent READ-calls during WRITE operations. It is safe for the lock to be serialized. On de-serialization, it will be in the unlocked state.


ex

Executor ex
Reference to the executor.


secSys

SecuritySystem secSys
Reference to the security system.


compressionSrv

LocalCompress compressionSrv
Reference to the compression service.


resolutionLevel

Integer resolutionLevel
The resolution level to be used by the pixel buffer.

Class ome.services.SearchBean extends AbstractStatefulBean implements Serializable

serialVersionUID: 59809384038000069L

Serialized Fields

actions

ome.services.SearchBean.ActionList actions

values

SearchValues values

results

List<E> results

Class ome.services.ThumbnailBean extends AbstractLevel2Service implements Serializable

serialVersionUID: 3047482880497900069L

Serialized Fields

dirty

Boolean dirty
If the renderer is dirty.


dirtyMetadata

Boolean dirtyMetadata
If the settings metadata is dirty.


pixels

ome.model.core.Pixels pixels
The pixels instance that the service is currently working on.


pixelsId

Long pixelsId
ID of the pixels instance that the service is currently working on.


inProgress

boolean inProgress
In progress marker; set to true when no data is available the pixel


settings

ome.model.display.RenderingDef settings
The rendering settings that the service is currently working with.


thumbnailMetadata

ome.model.display.Thumbnail thumbnailMetadata
The thumbnail metadata that the service is currently working with.


ctx

ThumbnailCtx ctx
The thumbnail metadata context.


inProgressImageResource

org.springframework.core.io.Resource inProgressImageResource
The in-progress image resource we'll use for in progress images.


rwl

ReentrantReadWriteLock rwl
read-write lock to prevent READ-calls during WRITE operations. It is safe for the lock to be serialized. On deserialization, it will be in the unlocked state.


Package ome.services.blitz.fire

Class ome.services.blitz.fire.PermissionsVerifierI extends Glacier2._PermissionsVerifierDisp implements Serializable

Serialized Fields

ring

Ring ring

manager

SessionManager manager

ex

Executor ex

p

Principal p

Class ome.services.blitz.fire.Ring extends omero.grid._ClusterNodeDisp implements Serializable

Serialized Fields

uuid

String uuid
UUID for this cluster node. Used to uniquely identify the session manager in this blitz instance. Most likely used in common with internal server components. Must specify a valid session id.


principal

Principal principal

executor

Executor executor

redirector

Redirector redirector

communicator

Ice.Communicator communicator

registry

Registry registry

adapter

Ice.ObjectAdapter adapter
Standard blitz adapter which is used for the callback.


directProxy

String directProxy
Direct proxy value to the SessionManager in this blitz instance.

Class ome.services.blitz.fire.SessionManagerI extends Glacier2._SessionManagerDisp implements Serializable

Serialized Fields

context

OmeroContext context

adapter

Ice.ObjectAdapter adapter

securitySystem

SecuritySystem securitySystem

sessionManager

SessionManager sessionManager

executor

Executor executor

ring

Ring ring

registry

Registry registry

topicManager

TopicManager topicManager

loaded

AtomicBoolean loaded

sessionToClientIds

Map<K,V> sessionToClientIds
An internal mapping to all ServiceFactoryI instances for a given session since there is no method on ObjectAdapter to retrieve all servants.

Class ome.services.blitz.fire.TopicManager.TopicMessage extends org.springframework.context.ApplicationEvent implements Serializable

Serialized Fields

topic

String topic

base

Ice.ObjectPrxHelperBase base

method

String method

args

Object[] args

Package ome.services.blitz.impl

Class ome.services.blitz.impl.DeleteHandleI extends omero.api.delete._DeleteHandleDisp implements Serializable

serialVersionUID: 1592043520935825L

Serialized Fields

id

Ice.Identity id
The identity of this servant, used during logging and similar operations.


principal

Principal principal
The principal, i.e. the session information, about the current users logins. This will be passed to the DeleteHandleI.executor instance for logging in.


executor

Executor executor
Executor which will be used to provide access to the Hibernate Session in a background thread.


commands

omero.api.delete.DeleteCommand[] commands
DeleteCommand instances passed into this instance on creation. No methods will modify this array, but they may be returned to the client.


reports

ConcurrentHashMap<K,V> reports
Map from index numbers to a Report instance. Messages, errors, and similar from the DeleteHandleI.run() method will be stored for later checking by the client.


cancelTimeoutMs

int cancelTimeoutMs
Timeout in seconds that cancellation should wait.


state

AtomicReference<V> state
State-diagram location. This instance is also used as a lock around certain critical sections.


afs

AbstractFileSystemService afs

sf

ServiceFactoryI sf

Class ome.services.blitz.impl.ProcessorCallbackI extends omero.grid._ProcessorCallbackDisp implements Serializable

Serialized Fields

job

omero.model.Job job

sf

ServiceFactoryI sf

holder

ResultHolder<U> holder

ec

EventContext ec

Class ome.services.blitz.impl.ScriptProcessI extends omero.grid._ScriptProcessDisp implements Serializable

Serialized Fields

processorPrx

omero.grid.InteractiveProcessorPrx processorPrx

processor

InteractiveProcessorI processor

process

omero.grid.ProcessPrx process

cb

ProcessCallbackI cb

sf

ServiceFactoryI sf

self

omero.grid.ScriptProcessPrx self

id

Ice.Identity id

jobId

long jobId

Class ome.services.blitz.impl.ServiceFactoryI extends omero.api._ServiceFactoryDisp implements Serializable

Serialized Fields

reusedSession

AtomicBoolean reusedSession

doClose

boolean doClose

clientId

String clientId

control

Glacier2.SessionControlPrx control

callback

omero.api.ClientCallbackPrx callback

adapter

Ice.ObjectAdapter adapter

sessionManager

SessionManager sessionManager

topicManager

TopicManager topicManager

registry

Registry registry

executor

Executor executor
Executor to be used by servant implementations which do not delegate to the server package where all instances are wrapped with AOP for dealing with Hibernate.


holder

ServantHolder holder

principal

Principal principal

cptors

List<E> cptors

context

OmeroContext context

initializer

AopContextInitializer initializer

Package ome.services.blitz.repo

Class ome.services.blitz.repo.AbstractRepositoryI extends omero.grid._InternalRepositoryDisp implements Serializable

Serialized Fields

oa

Ice.ObjectAdapter oa

reg

Registry reg

ex

Executor ex

p

Principal p

sql

ome.util.SqlAction sql

fileMaker

FileMaker fileMaker

description

omero.model.OriginalFile description

proxy

omero.grid.RepositoryPrx proxy

repoUuid

String repoUuid

state

AtomicReference<V> state

Class ome.services.blitz.repo.BfPixelsStoreI extends omero.api._RawPixelsStoreDisp implements Serializable

Serialized Fields

reader

BfPixelsWrapper reader

Class ome.services.blitz.repo.BfRenderingEngineI extends omero.api._RenderingEngineDisp implements Serializable

Class ome.services.blitz.repo.InternalRepositoryI extends AbstractRepositoryI implements Serializable

Class ome.services.blitz.repo.LegacyRepositoryI extends AbstractRepositoryI implements Serializable

Serialized Fields

fs

OriginalFilesService fs

Class ome.services.blitz.repo.PublicRepositoryI extends omero.grid._RepositoryDisp implements Serializable

Serialized Fields

id

long id

root

File root

executor

Executor executor

sql

ome.util.SqlAction sql

principal

Principal principal

dimensionOrderMap

Map<K,V> dimensionOrderMap

pixelsTypeMap

Map<K,V> pixelsTypeMap

repoUuid

String repoUuid

Class ome.services.blitz.repo.ScriptRepositoryI extends AbstractRepositoryI implements Serializable

Serialized Fields

helper

ScriptRepoHelper helper

Class ome.services.blitz.repo.TemporaryRepositoryI extends AbstractRepositoryI implements Serializable


Package ome.services.blitz.util

Class ome.services.blitz.util.ConvertToBlitzExceptionMessage extends InternalMessage implements Serializable

serialVersionUID: 5309582093802L

Serialized Fields

from

Throwable from

to

Throwable to

Class ome.services.blitz.util.ExpiredServantMessage extends InternalMessage implements Serializable

serialVersionUID: 3409582093802L

Serialized Fields

key

String key

Class ome.services.blitz.util.RegisterServantMessage extends InternalMessage implements Serializable

serialVersionUID: 3409582093802L

Class ome.services.blitz.util.UnregisterServantMessage extends InternalMessage implements Serializable

serialVersionUID: 3409582093802L


Package ome.services.delete

Class ome.services.delete.DeleteException extends GraphException implements Serializable

serialVersionUID: -4619031026063199194L


Package ome.services.graphs

Class ome.services.graphs.GraphException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

message

String message

Package ome.services.messages

Class ome.services.messages.AbstractSessionMessage extends InternalMessage implements Serializable

Serialized Fields

id

String id

Class ome.services.messages.CreateSessionMessage extends AbstractSessionMessage implements Serializable

serialVersionUID: 6132548299119420025L

Class ome.services.messages.DestroySessionMessage extends AbstractSessionMessage implements Serializable

serialVersionUID: 7132548299119420025L

Class ome.services.messages.EventLogMessage extends InternalMessage implements Serializable

serialVersionUID: 7132548299119420025L

Serialized Fields

action

String action

entityType

Class<T> entityType

entityIds

List<E> entityIds

Class ome.services.messages.LoginAttemptMessage extends InternalMessage implements Serializable

serialVersionUID: 109845928435209L

Serialized Fields

user

String user

success

Boolean success

Class ome.services.messages.RegisterServiceCleanupMessage extends InternalMessage implements Serializable

Serialized Fields

resource

Object resource

Class ome.services.messages.ReindexMessage extends InternalMessage implements Serializable

serialVersionUID: -4877612115500109919L

Serialized Fields

objects

List<E> objects

Class ome.services.messages.ShapeChangeMessage extends InternalMessage implements Serializable

serialVersionUID: 8132548299119420025L

Serialized Fields

logs

List<E> logs

Package ome.services.messages.stats

Class ome.services.messages.stats.AbstractStatsMessage extends InternalMessage implements Serializable

Serialized Fields

hard

boolean hard
By default, a message raised is "hard" in that the limit will cause an exception to be thrown.

Class ome.services.messages.stats.MethodStatsMessage extends AbstractStatsMessage implements Serializable

Serialized Fields

methods

long methods

Class ome.services.messages.stats.ObjectsReadStatsMessage extends AbstractStatsMessage implements Serializable

Serialized Fields

objectsRead

long objectsRead

Class ome.services.messages.stats.ObjectsWrittenStatsMessage extends AbstractStatsMessage implements Serializable

Serialized Fields

objectsWritten

long objectsWritten

Class ome.services.messages.stats.SessionsCreatedStatsMessage extends AbstractStatsMessage implements Serializable

Serialized Fields

sessionsCreated

long sessionsCreated

Package ome.services.query

Class ome.services.query.QueryException extends ome.conditions.ApiUsageException implements Serializable

serialVersionUID: -6576647291843374605L


Package ome.services.search

Class ome.services.search.AnnotatedWith extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

annotation

ome.model.annotations.Annotation[] annotation

path

String[] path

annCls

Class<T>[] annCls

type

Class<T>[] type

value

Object[] value

fetch

boolean[] fetch

fetchAnnotationsCopy

List<E> fetchAnnotationsCopy
copy of fetchAnnotations list, so that items which are already fetched via AnnotatedWith.fetch are not fetched again.


useNamespace

boolean useNamespace

useLike

boolean useLike

cls

Class<T> cls

Class ome.services.search.Complement extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

a

SearchAction a

b

SearchAction b

Class ome.services.search.FullText extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

queryStr

String queryStr

q

Query q

analyzer

Class<T> analyzer

Class ome.services.search.HqlQuery extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

query

String query

params

ome.parameters.Parameters params

Class ome.services.search.Intersection extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

a

SearchAction a

b

SearchAction b

Class ome.services.search.SearchAction extends Object implements Serializable

Serialized Fields

values

SearchValues values

chainedList

List<E> chainedList
List of IObject instances which have currently been found. This SearchAction may want to take these values into account if present.

Class ome.services.search.SearchValues extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

caseSensitive

boolean caseSensitive

batchSize

int batchSize

mergedBatches

boolean mergedBatches

returnUnloaded

boolean returnUnloaded

useProjections

boolean useProjections

leadingWildcard

boolean leadingWildcard

idOnly

boolean idOnly

fetchAnnotations

List<E> fetchAnnotations

fetches

List<E> fetches

orderBy

List<E> orderBy

createdStart

Timestamp createdStart

createdStop

Timestamp createdStop

modifiedStart

Timestamp modifiedStart

modifiedStop

Timestamp modifiedStop

annotatedStart

Timestamp annotatedStart

annotatedStop

Timestamp annotatedStop

onlyIds

List<E> onlyIds

onlyTypes

List<E> onlyTypes

onlyAnnotatedWith

List<E> onlyAnnotatedWith

ownedBy

ome.model.internal.Details ownedBy

notOwnedBy

ome.model.internal.Details notOwnedBy

annotatedBy

ome.model.internal.Details annotatedBy

notAnnotatedBy

ome.model.internal.Details notAnnotatedBy

Class ome.services.search.SimilarTerms extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

terms

String[] terms

Class ome.services.search.SomeMustNone extends FullText implements Serializable

serialVersionUID: 1L

Serialized Fields

some

String[] some

must

String[] must

none

String[] none

Class ome.services.search.TagsAndGroups extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

str

String str

byTagForGroups

boolean byTagForGroups

Class ome.services.search.Union extends SearchAction implements Serializable

serialVersionUID: 1L

Serialized Fields

a

SearchAction a

b

SearchAction b

Package ome.services.sessions.events

Class ome.services.sessions.events.ChangeSecurityContextEvent extends InternalMessage implements Serializable

serialVersionUID: 1L

Serialized Fields

cancellations

List<E> cancellations

sessionUuid

String sessionUuid

previous

ome.model.IObject previous

next

ome.model.IObject next

Class ome.services.sessions.events.UserGroupUpdateEvent extends InternalMessage implements Serializable

serialVersionUID: 1L


Package ome.services.sharing.data

Class ome.services.sharing.data.Obj extends Ice.ObjectImpl implements Serializable

Serialized Fields

type

String type

id

long id

Class ome.services.sharing.data.ObjPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class ome.services.sharing.data.ShareData extends Ice.ObjectImpl implements Serializable

Serialized Fields

id

long id

owner

long owner

members

List<E> members

guests

List<E> guests

objectMap

Map<K,V> objectMap

objectList

List<E> objectList

enabled

boolean enabled

optlock

long optlock

Class ome.services.sharing.data.ShareDataPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class ome.services.sharing.data.ShareItem extends Ice.ObjectImpl implements Serializable

Serialized Fields

share

long share

type

String type

id

long id

members

List<E> members

guests

List<E> guests

Class ome.services.sharing.data.ShareItemPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable


Package ome.system

Class ome.system.Principal extends Object implements Serializable

serialVersionUID: 3761954018296933086L

Serialized Fields

name

String name

group

String group

type

String type

Class ome.system.Roles extends Object implements Serializable

serialVersionUID: -7130017567693194759L

Serialized Fields

rId

long rId

rName

String rName

sgId

long sgId

sgName

String sgName

ugId

long ugId

ugName

String ugName

guestName

String guestName

Class ome.system.SimpleEventContext extends Object implements Serializable

serialVersionUID: -391820349350359539L

Serialized Fields

shareId

Long shareId

csId

Long csId

cgId

Long cgId

cuId

Long cuId

ceId

Long ceId

csName

String csName

cgName

String cgName

cuName

String cuName

ceType

String ceType

isAdmin

boolean isAdmin

isReadOnly

boolean isReadOnly

memberOfGroups

List<E> memberOfGroups

leaderOfGroups

List<E> leaderOfGroups

umask

ome.model.internal.Permissions umask

groupPermissions

ome.model.internal.Permissions groupPermissions

Package ome.tools

Class ome.tools.FileSystem extends File implements Serializable

serialVersionUID: 8696186585793324755L


Package ome.tools.hibernate

Class ome.tools.hibernate.CurrentSessionContext extends org.hibernate.context.JTASessionContext implements Serializable

Class ome.tools.hibernate.ReloadingRefreshEventListener extends Object implements Serializable

serialVersionUID: 4292680015211981832L


Package ome.util.messages

Class ome.util.messages.InternalMessage extends org.springframework.context.ApplicationEvent implements Serializable

Serialized Fields

threadSafe

boolean threadSafe

Class ome.util.messages.MessageException extends RuntimeException implements Serializable

serialVersionUID: 5563094828794438400L

Serialized Fields

t

Throwable t

Package omeis.providers.re

Class omeis.providers.re.RGBAIntBuffer extends RGBBuffer implements Serializable

serialVersionUID: 5319594152383817324L

Serialized Fields

dataBuf

int[] dataBuf
The data buffer storing pixel values.


sizeX1

int sizeX1
Number of pixels on the X1-axis. This is the X-axis in the case of an XY or XZ plane. Otherwise it is the Z-axis — ZY plane.


sizeX2

int sizeX2
Number of pixels on the X2-axis. This is the Y-axis in the case of an XY or ZY plane. Otherwise it is the Z-axis — XZ plane.

Class omeis.providers.re.RGBBuffer extends Object implements Serializable

serialVersionUID: 5319594152389817323L

Serialized Fields

bands

byte[][] bands
Holds the image's data. The byte array of index RGBBuffer.R_BAND holds the data for the red band, index RGBBuffer.G_BAND holds the data for the green band, and index RGBBuffer.B_BAND holds the data for the blue band. The size of each array is the one specified to the constructor.


sizeX1

int sizeX1
Number of pixels on the X1-axis. This is the X-axis in the case of an XY or XZ plane. Otherwise it is the Z-axis — ZY plane.


sizeX2

int sizeX2
Number of pixels on the X2-axis. This is the Y-axis in the case of an XY or ZY plane. Otherwise it is the Z-axis — XZ plane.

Class omeis.providers.re.RGBIntBuffer extends RGBBuffer implements Serializable

serialVersionUID: 5319594152389817324L

Serialized Fields

dataBuf

int[] dataBuf
The data buffer storing pixel values.


sizeX1

int sizeX1
Number of pixels on the X1-axis. This is the X-axis in the case of an XY or XZ plane. Otherwise it is the Z-axis — ZY plane.


sizeX2

int sizeX2
Number of pixels on the X2-axis. This is the Y-axis in the case of an XY or ZY plane. Otherwise it is the Z-axis — XZ plane.


Package omeis.providers.re.data

Class omeis.providers.re.data.PlaneDef extends Object implements Serializable

serialVersionUID: -3200013163481587159L

Serialized Fields

slice

int slice
Tells which kind of plane this object identifies. Set to one of the PlaneDef.XY, PlaneDef.XZ or PlaneDef.ZY constants defined by this class.


x

int x
Selects a plane in the set identified by PlaneDef.slice. Only relevant in the context of an YZ-plane.


y

int y
Selects a plane in the set identified by PlaneDef.slice. Only relevant in the context of an XZ-plane.


z

int z
Selects a plane in the set identified by PlaneDef.slice. Only relevant in the context of an XY plane.


t

int t
The timepoint.


region

RegionDef region
The region to retrieve i.e. a rectangular section of the plane.


stride

int stride
The step size.

Class omeis.providers.re.data.RegionDef extends Object implements Serializable

serialVersionUID: 2681169086599580818L

Serialized Fields

x

int x
The x-coordinate of the top-left corner.


y

int y
The y-coordinate of the top-left corner.


width

int width
The width of the region.


height

int height
The height of the region.


Package omeis.providers.re.quantum

Class omeis.providers.re.quantum.QuantizationException extends Exception implements Serializable

serialVersionUID: 1474572990450040235L

Serialized Fields

wavelength

int wavelength
The OME index of the wavelength that coudln't be rendered.


Package omero

Class omero._RArrayTie extends omero.RArray implements Serializable

Serialized Fields

_ice_delegate

omero._RArrayOperations _ice_delegate

Class omero._RBoolTie extends omero.RBool implements Serializable

Serialized Fields

_ice_delegate

omero._RBoolOperations _ice_delegate

Class omero._RClassTie extends omero.RClass implements Serializable

Serialized Fields

_ice_delegate

omero._RClassOperations _ice_delegate

Class omero._RCollectionTie extends omero.RCollection implements Serializable

Serialized Fields

_ice_delegate

omero._RCollectionOperations _ice_delegate

Class omero._RDoubleTie extends omero.RDouble implements Serializable

Serialized Fields

_ice_delegate

omero._RDoubleOperations _ice_delegate

Class omero._RFloatTie extends omero.RFloat implements Serializable

Serialized Fields

_ice_delegate

omero._RFloatOperations _ice_delegate

Class omero._RInternalTie extends omero.RInternal implements Serializable

Serialized Fields

_ice_delegate

omero._RInternalOperations _ice_delegate

Class omero._RIntTie extends omero.RInt implements Serializable

Serialized Fields

_ice_delegate

omero._RIntOperations _ice_delegate

Class omero._RListTie extends omero.RList implements Serializable

Serialized Fields

_ice_delegate

omero._RListOperations _ice_delegate

Class omero._RLongTie extends omero.RLong implements Serializable

Serialized Fields

_ice_delegate

omero._RLongOperations _ice_delegate

Class omero._RMapTie extends omero.RMap implements Serializable

Serialized Fields

_ice_delegate

omero._RMapOperations _ice_delegate

Class omero._RObjectTie extends omero.RObject implements Serializable

Serialized Fields

_ice_delegate

omero._RObjectOperations _ice_delegate

Class omero._RSetTie extends omero.RSet implements Serializable

Serialized Fields

_ice_delegate

omero._RSetOperations _ice_delegate

Class omero._RStringTie extends omero.RString implements Serializable

Serialized Fields

_ice_delegate

omero._RStringOperations _ice_delegate

Class omero._RTimeTie extends omero.RTime implements Serializable

Serialized Fields

_ice_delegate

omero._RTimeOperations _ice_delegate

Class omero._RTypeTie extends omero.RType implements Serializable

Serialized Fields

_ice_delegate

omero._RTypeOperations _ice_delegate

Class omero.ApiUsageException extends omero.ServerError implements Serializable

Class omero.AuthenticationException extends Glacier2.CannotCreateSessionException implements Serializable

Class omero.ClientError extends ome.conditions.RootException implements Serializable

Class omero.Color extends omero.Internal implements Serializable

Serialized Fields

packedColor

long packedColor

Class omero.ColorPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.ConcurrencyException extends omero.ServerError implements Serializable

Serialized Fields

backOff

long backOff

Class omero.ConcurrentModification extends omero.ConcurrencyException implements Serializable

Class omero.DatabaseBusyException extends omero.ConcurrencyException implements Serializable

Class omero.ExpiredCredentialException extends Glacier2.CannotCreateSessionException implements Serializable

Class omero.GroupSecurityViolation extends omero.ServerError implements Serializable

Class omero.IllegalArgumentException extends ClientError implements Serializable

Class omero.Internal extends Ice.ObjectImpl implements Serializable

Class omero.InternalException extends omero.ServerError implements Serializable

Class omero.InternalPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.LockTimeout extends omero.ConcurrencyException implements Serializable

Serialized Fields

seconds

int seconds

Class omero.MissingPyramidException extends omero.ConcurrencyException implements Serializable

Serialized Fields

pixelsID

long pixelsID

Class omero.OmeroFSError extends omero.ServerError implements Serializable

Serialized Fields

reason

String reason

Class omero.OptimisticLockException extends omero.ConcurrencyException implements Serializable

Class omero.OverUsageException extends omero.ApiUsageException implements Serializable

Class omero.PermissionMismatchGroupSecurityViolation extends omero.ServerError implements Serializable

Class omero.Plane extends omero.Internal implements Serializable

Serialized Fields

data

byte[][] data

Class omero.PlanePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.Point extends omero.Internal implements Serializable

Serialized Fields

x

int x

y

int y

Class omero.PointPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.QueryException extends omero.ApiUsageException implements Serializable

Class omero.RArray extends omero.RCollection implements Serializable

Class omero.RArrayPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RBool extends omero.RType implements Serializable

Serialized Fields

val

boolean val

Class omero.RBoolPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RClass extends omero.RString implements Serializable

Class omero.RClassPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RCollection extends omero.RType implements Serializable

Serialized Fields

val

List<E> val

Class omero.RCollectionPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RDouble extends omero.RType implements Serializable

Serialized Fields

val

double val

Class omero.RDoublePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.ReadOnlyGroupSecurityViolation extends omero.ServerError implements Serializable

Class omero.RemovedSessionException extends omero.SessionException implements Serializable

Class omero.ResourceError extends omero.ServerError implements Serializable

Class omero.RFloat extends omero.RType implements Serializable

Serialized Fields

val

float val

Class omero.RFloatPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RInt extends omero.RType implements Serializable

Serialized Fields

val

int val

Class omero.RInternal extends omero.RType implements Serializable

Serialized Fields

val

omero.Internal val

Class omero.RInternalPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RIntPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RList extends omero.RCollection implements Serializable

Class omero.RListPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RLong extends omero.RType implements Serializable

Serialized Fields

val

long val

Class omero.RLongPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RMap extends omero.RType implements Serializable

Serialized Fields

val

Map<K,V> val

Class omero.RMapPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RObject extends omero.RType implements Serializable

Serialized Fields

val

omero.model.IObject val

Class omero.RObjectPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RSet extends omero.RCollection implements Serializable

Class omero.RSetPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RString extends omero.RType implements Serializable

Serialized Fields

val

String val

Class omero.RStringPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RTime extends omero.RType implements Serializable

Serialized Fields

val

long val

Class omero.RTimePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.RType extends Ice.ObjectImpl implements Serializable

Class omero.RTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.SecurityViolation extends omero.ServerError implements Serializable

Class omero.ServerError extends Ice.UserException implements Serializable

Serialized Fields

serverStackTrace

String serverStackTrace

serverExceptionClass

String serverExceptionClass

message

String message

Class omero.SessionException extends omero.ServerError implements Serializable

Class omero.SessionTimeoutException extends omero.SessionException implements Serializable

Class omero.ShutdownInProgress extends omero.SessionException implements Serializable

Class omero.TryAgain extends omero.ConcurrencyException implements Serializable

Class omero.UnloadedCollectionException extends ClientError implements Serializable

Class omero.UnloadedEntityException extends ClientError implements Serializable

Class omero.ValidationException extends omero.ApiUsageException implements Serializable

Class omero.WrappedCreateSessionException extends Glacier2.CannotCreateSessionException implements Serializable

Serialized Fields

concurrency

boolean concurrency

backOff

long backOff

type

String type

Package omero.grid

Class omero.grid._ClusterNodeDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._ClusterNodeTie extends omero.grid._ClusterNodeDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._ClusterNodeOperations _ice_delegate

Class omero.grid._InteractiveProcessorDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._InteractiveProcessorTie extends omero.grid._InteractiveProcessorDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._InteractiveProcessorOperations _ice_delegate

Class omero.grid._InternalRepositoryDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._InternalRepositoryTie extends omero.grid._InternalRepositoryDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._InternalRepositoryOperations _ice_delegate

Class omero.grid._ProcessCallbackDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._ProcessCallbackTie extends omero.grid._ProcessCallbackDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._ProcessCallbackOperations _ice_delegate

Class omero.grid._ProcessDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._ProcessorCallbackDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._ProcessorCallbackTie extends omero.grid._ProcessorCallbackDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._ProcessorCallbackOperations _ice_delegate

Class omero.grid._ProcessorDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._ProcessorTie extends omero.grid._ProcessorDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._ProcessorOperations _ice_delegate

Class omero.grid._ProcessTie extends omero.grid._ProcessDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._ProcessOperations _ice_delegate

Class omero.grid._RepositoryDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._RepositoryTie extends omero.grid._RepositoryDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._RepositoryOperations _ice_delegate

Class omero.grid._ScriptProcessDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._ScriptProcessTie extends omero.grid._ScriptProcessDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._ScriptProcessOperations _ice_delegate

Class omero.grid._SharedResourcesDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._SharedResourcesTie extends omero.grid._SharedResourcesDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._SharedResourcesOperations _ice_delegate

Class omero.grid._TableDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._TablesDisp extends Ice.ObjectImpl implements Serializable

Class omero.grid._TablesTie extends omero.grid._TablesDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._TablesOperations _ice_delegate

Class omero.grid._TableTie extends omero.grid._TableDisp implements Serializable

Serialized Fields

_ice_delegate

omero.grid._TableOperations _ice_delegate

Class omero.grid.BoolColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

boolean[] values

Class omero.grid.BoolColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.ClusterNodePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.Column extends Ice.ObjectImpl implements Serializable

Serialized Fields

name

String name

description

String description

Class omero.grid.ColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.Data extends Ice.ObjectImpl implements Serializable

Serialized Fields

lastModification

long lastModification

rowNumbers

long[] rowNumbers

columns

omero.grid.Column[] columns

Class omero.grid.DataPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.DoubleColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

double[] values

Class omero.grid.DoubleColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.FileColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

long[] values

Class omero.grid.FileColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.FileSet extends Ice.ObjectImpl implements Serializable

Serialized Fields

importableImage

boolean importableImage

fileName

String fileName

parentFile

omero.model.OriginalFile parentFile

hidden

boolean hidden

dir

boolean dir

reader

String reader

imageCount

int imageCount

usedFiles

List<E> usedFiles

imageList

List<E> imageList

Class omero.grid.FileSetPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.ImageColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

long[] values

Class omero.grid.ImageColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.InteractiveProcessorI extends omero.grid._InteractiveProcessorDisp implements Serializable

Serialized Fields

mgr

SessionManager mgr

prx

omero.grid.ProcessorPrx prx

helper

ParamsHelper helper

ex

Executor ex

job

omero.model.Job job

scriptId

long scriptId

timeout

long timeout

rwl

ReadWriteLock rwl

principal

Principal principal

control

Glacier2.SessionControlPrx control

detach

boolean detach

obtainResults

boolean obtainResults

stop

boolean stop

currentProcess

omero.grid.ProcessPrx currentProcess

session

ome.model.meta.Session session

params

omero.grid.JobParams params

getScriptIdQuery

String getScriptIdQuery

Class omero.grid.InteractiveProcessorPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.InternalRepositoryPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.JobParams extends omero.Internal implements Serializable

Serialized Fields

name

String name

version

String version

description

String description

contact

String contact

authors

String[] authors

institutions

String[] institutions

authorsInstitutions

int[][] authorsInstitutions

inputs

Map<K,V> inputs

outputs

Map<K,V> outputs

stdoutFormat

String stdoutFormat

stderrFormat

String stderrFormat

namespaces

List<E> namespaces

Class omero.grid.JobParamsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.LongColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

long[] values

Class omero.grid.LongColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.MaskColumn extends omero.grid.Column implements Serializable

Serialized Fields

imageId

long[] imageId

theZ

int[] theZ

theT

int[] theT

x

double[] x

y

double[] y

w

double[] w

h

double[] h

bytes

byte[][] bytes

Class omero.grid.MaskColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.Param extends Ice.ObjectImpl implements Serializable

Serialized Fields

description

String description

optional

boolean optional

useDefault

boolean useDefault

prototype

omero.RType prototype

min

omero.RType min

max

omero.RType max

values

omero.RList values

grouping

String grouping

namespaces

List<E> namespaces

Class omero.grid.ParamPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.PlateColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

long[] values

Class omero.grid.PlateColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.ProcessCallbackI extends omero.grid._ProcessCallbackDisp implements Serializable

Serialized Fields

adapter

Ice.ObjectAdapter adapter

id

Ice.Identity id

q

BlockingQueue<E> q

poll

boolean poll

process

omero.grid.ProcessPrx process
Proxy passed to this instance on creation. Can be used by subclasses freely. The object will not be nulled, but may be closed server-side.

Class omero.grid.ProcessCallbackPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.ProcessorCallbackPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.ProcessorPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.ProcessPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.RepositoryListConfig extends Ice.ObjectImpl implements Serializable

Serialized Fields

depth

int depth

files

boolean files

dirs

boolean dirs

hidden

boolean hidden

registered

boolean registered

showOriginalFiles

boolean showOriginalFiles

Class omero.grid.RepositoryListConfigPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.RepositoryMap extends Object implements Serializable

Serialized Fields

descriptions

List<E> descriptions

proxies

List<E> proxies

Class omero.grid.RepositoryPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.RoiColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

long[] values

Class omero.grid.RoiColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.ScriptProcessPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.SharedResourcesPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.StringColumn extends omero.grid.Column implements Serializable

Serialized Fields

size

long size

values

String[] values

Class omero.grid.StringColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.TablePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.TablesPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.grid.WellColumn extends omero.grid.Column implements Serializable

Serialized Fields

values

long[] values

Class omero.grid.WellColumnPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable


Package omero.model

Class omero.model._AcquisitionModeTie extends omero.model.AcquisitionMode implements Serializable

Serialized Fields

_ice_delegate

omero.model._AcquisitionModeOperations _ice_delegate

Class omero.model._AnnotationAnnotationLinkTie extends omero.model.AnnotationAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._AnnotationAnnotationLinkOperations _ice_delegate

Class omero.model._AnnotationTie extends omero.model.Annotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._AnnotationOperations _ice_delegate

Class omero.model._ArcTie extends omero.model.Arc implements Serializable

Serialized Fields

_ice_delegate

omero.model._ArcOperations _ice_delegate

Class omero.model._ArcTypeTie extends omero.model.ArcType implements Serializable

Serialized Fields

_ice_delegate

omero.model._ArcTypeOperations _ice_delegate

Class omero.model._BasicAnnotationTie extends omero.model.BasicAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._BasicAnnotationOperations _ice_delegate

Class omero.model._BinningTie extends omero.model.Binning implements Serializable

Serialized Fields

_ice_delegate

omero.model._BinningOperations _ice_delegate

Class omero.model._BooleanAnnotationTie extends omero.model.BooleanAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._BooleanAnnotationOperations _ice_delegate

Class omero.model._ChannelAnnotationLinkTie extends omero.model.ChannelAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ChannelAnnotationLinkOperations _ice_delegate

Class omero.model._ChannelBindingTie extends omero.model.ChannelBinding implements Serializable

Serialized Fields

_ice_delegate

omero.model._ChannelBindingOperations _ice_delegate

Class omero.model._ChannelTie extends omero.model.Channel implements Serializable

Serialized Fields

_ice_delegate

omero.model._ChannelOperations _ice_delegate

Class omero.model._CodomainMapContextTie extends omero.model.CodomainMapContext implements Serializable

Serialized Fields

_ice_delegate

omero.model._CodomainMapContextOperations _ice_delegate

Class omero.model._CommentAnnotationTie extends omero.model.CommentAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._CommentAnnotationOperations _ice_delegate

Class omero.model._ContrastMethodTie extends omero.model.ContrastMethod implements Serializable

Serialized Fields

_ice_delegate

omero.model._ContrastMethodOperations _ice_delegate

Class omero.model._ContrastStretchingContextTie extends omero.model.ContrastStretchingContext implements Serializable

Serialized Fields

_ice_delegate

omero.model._ContrastStretchingContextOperations _ice_delegate

Class omero.model._CorrectionTie extends omero.model.Correction implements Serializable

Serialized Fields

_ice_delegate

omero.model._CorrectionOperations _ice_delegate

Class omero.model._DatasetAnnotationLinkTie extends omero.model.DatasetAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._DatasetAnnotationLinkOperations _ice_delegate

Class omero.model._DatasetImageLinkTie extends omero.model.DatasetImageLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._DatasetImageLinkOperations _ice_delegate

Class omero.model._DatasetTie extends omero.model.Dataset implements Serializable

Serialized Fields

_ice_delegate

omero.model._DatasetOperations _ice_delegate

Class omero.model._DBPatchTie extends omero.model.DBPatch implements Serializable

Serialized Fields

_ice_delegate

omero.model._DBPatchOperations _ice_delegate

Class omero.model._DetailsTie extends omero.model.Details implements Serializable

Serialized Fields

_ice_delegate

omero.model._DetailsOperations _ice_delegate

Class omero.model._DetectorSettingsTie extends omero.model.DetectorSettings implements Serializable

Serialized Fields

_ice_delegate

omero.model._DetectorSettingsOperations _ice_delegate

Class omero.model._DetectorTie extends omero.model.Detector implements Serializable

Serialized Fields

_ice_delegate

omero.model._DetectorOperations _ice_delegate

Class omero.model._DetectorTypeTie extends omero.model.DetectorType implements Serializable

Serialized Fields

_ice_delegate

omero.model._DetectorTypeOperations _ice_delegate

Class omero.model._DichroicTie extends omero.model.Dichroic implements Serializable

Serialized Fields

_ice_delegate

omero.model._DichroicOperations _ice_delegate

Class omero.model._DimensionOrderTie extends omero.model.DimensionOrder implements Serializable

Serialized Fields

_ice_delegate

omero.model._DimensionOrderOperations _ice_delegate

Class omero.model._DoubleAnnotationTie extends omero.model.DoubleAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._DoubleAnnotationOperations _ice_delegate

Class omero.model._EllipseTie extends omero.model.Ellipse implements Serializable

Serialized Fields

_ice_delegate

omero.model._EllipseOperations _ice_delegate

Class omero.model._EventLogTie extends omero.model.EventLog implements Serializable

Serialized Fields

_ice_delegate

omero.model._EventLogOperations _ice_delegate

Class omero.model._EventTie extends omero.model.Event implements Serializable

Serialized Fields

_ice_delegate

omero.model._EventOperations _ice_delegate

Class omero.model._EventTypeTie extends omero.model.EventType implements Serializable

Serialized Fields

_ice_delegate

omero.model._EventTypeOperations _ice_delegate

Class omero.model._ExperimenterAnnotationLinkTie extends omero.model.ExperimenterAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ExperimenterAnnotationLinkOperations _ice_delegate

Class omero.model._ExperimenterGroupAnnotationLinkTie extends omero.model.ExperimenterGroupAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ExperimenterGroupAnnotationLinkOperations _ice_delegate

Class omero.model._ExperimenterGroupTie extends omero.model.ExperimenterGroup implements Serializable

Serialized Fields

_ice_delegate

omero.model._ExperimenterGroupOperations _ice_delegate

Class omero.model._ExperimenterTie extends omero.model.Experimenter implements Serializable

Serialized Fields

_ice_delegate

omero.model._ExperimenterOperations _ice_delegate

Class omero.model._ExperimentTie extends omero.model.Experiment implements Serializable

Serialized Fields

_ice_delegate

omero.model._ExperimentOperations _ice_delegate

Class omero.model._ExperimentTypeTie extends omero.model.ExperimentType implements Serializable

Serialized Fields

_ice_delegate

omero.model._ExperimentTypeOperations _ice_delegate

Class omero.model._ExternalInfoTie extends omero.model.ExternalInfo implements Serializable

Serialized Fields

_ice_delegate

omero.model._ExternalInfoOperations _ice_delegate

Class omero.model._FamilyTie extends omero.model.Family implements Serializable

Serialized Fields

_ice_delegate

omero.model._FamilyOperations _ice_delegate

Class omero.model._FilamentTie extends omero.model.Filament implements Serializable

Serialized Fields

_ice_delegate

omero.model._FilamentOperations _ice_delegate

Class omero.model._FilamentTypeTie extends omero.model.FilamentType implements Serializable

Serialized Fields

_ice_delegate

omero.model._FilamentTypeOperations _ice_delegate

Class omero.model._FileAnnotationTie extends omero.model.FileAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._FileAnnotationOperations _ice_delegate

Class omero.model._FilterSetEmissionFilterLinkTie extends omero.model.FilterSetEmissionFilterLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._FilterSetEmissionFilterLinkOperations _ice_delegate

Class omero.model._FilterSetExcitationFilterLinkTie extends omero.model.FilterSetExcitationFilterLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._FilterSetExcitationFilterLinkOperations _ice_delegate

Class omero.model._FilterSetTie extends omero.model.FilterSet implements Serializable

Serialized Fields

_ice_delegate

omero.model._FilterSetOperations _ice_delegate

Class omero.model._FilterTie extends omero.model.Filter implements Serializable

Serialized Fields

_ice_delegate

omero.model._FilterOperations _ice_delegate

Class omero.model._FilterTypeTie extends omero.model.FilterType implements Serializable

Serialized Fields

_ice_delegate

omero.model._FilterTypeOperations _ice_delegate

Class omero.model._FormatTie extends omero.model.Format implements Serializable

Serialized Fields

_ice_delegate

omero.model._FormatOperations _ice_delegate

Class omero.model._GroupExperimenterMapTie extends omero.model.GroupExperimenterMap implements Serializable

Serialized Fields

_ice_delegate

omero.model._GroupExperimenterMapOperations _ice_delegate

Class omero.model._IlluminationTie extends omero.model.Illumination implements Serializable

Serialized Fields

_ice_delegate

omero.model._IlluminationOperations _ice_delegate

Class omero.model._ImageAnnotationLinkTie extends omero.model.ImageAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ImageAnnotationLinkOperations _ice_delegate

Class omero.model._ImageTie extends omero.model.Image implements Serializable

Serialized Fields

_ice_delegate

omero.model._ImageOperations _ice_delegate

Class omero.model._ImagingEnvironmentTie extends omero.model.ImagingEnvironment implements Serializable

Serialized Fields

_ice_delegate

omero.model._ImagingEnvironmentOperations _ice_delegate

Class omero.model._ImmersionTie extends omero.model.Immersion implements Serializable

Serialized Fields

_ice_delegate

omero.model._ImmersionOperations _ice_delegate

Class omero.model._ImportJobTie extends omero.model.ImportJob implements Serializable

Serialized Fields

_ice_delegate

omero.model._ImportJobOperations _ice_delegate

Class omero.model._InstrumentTie extends omero.model.Instrument implements Serializable

Serialized Fields

_ice_delegate

omero.model._InstrumentOperations _ice_delegate

Class omero.model._IObjectTie extends omero.model.IObject implements Serializable

Serialized Fields

_ice_delegate

omero.model._IObjectOperations _ice_delegate

Class omero.model._JobOriginalFileLinkTie extends omero.model.JobOriginalFileLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._JobOriginalFileLinkOperations _ice_delegate

Class omero.model._JobStatusTie extends omero.model.JobStatus implements Serializable

Serialized Fields

_ice_delegate

omero.model._JobStatusOperations _ice_delegate

Class omero.model._JobTie extends omero.model.Job implements Serializable

Serialized Fields

_ice_delegate

omero.model._JobOperations _ice_delegate

Class omero.model._LabelTie extends omero.model.Label implements Serializable

Serialized Fields

_ice_delegate

omero.model._LabelOperations _ice_delegate

Class omero.model._LaserMediumTie extends omero.model.LaserMedium implements Serializable

Serialized Fields

_ice_delegate

omero.model._LaserMediumOperations _ice_delegate

Class omero.model._LaserTie extends omero.model.Laser implements Serializable

Serialized Fields

_ice_delegate

omero.model._LaserOperations _ice_delegate

Class omero.model._LaserTypeTie extends omero.model.LaserType implements Serializable

Serialized Fields

_ice_delegate

omero.model._LaserTypeOperations _ice_delegate

Class omero.model._LightEmittingDiodeTie extends omero.model.LightEmittingDiode implements Serializable

Serialized Fields

_ice_delegate

omero.model._LightEmittingDiodeOperations _ice_delegate

Class omero.model._LightPathEmissionFilterLinkTie extends omero.model.LightPathEmissionFilterLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._LightPathEmissionFilterLinkOperations _ice_delegate

Class omero.model._LightPathExcitationFilterLinkTie extends omero.model.LightPathExcitationFilterLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._LightPathExcitationFilterLinkOperations _ice_delegate

Class omero.model._LightPathTie extends omero.model.LightPath implements Serializable

Serialized Fields

_ice_delegate

omero.model._LightPathOperations _ice_delegate

Class omero.model._LightSettingsTie extends omero.model.LightSettings implements Serializable

Serialized Fields

_ice_delegate

omero.model._LightSettingsOperations _ice_delegate

Class omero.model._LightSourceTie extends omero.model.LightSource implements Serializable

Serialized Fields

_ice_delegate

omero.model._LightSourceOperations _ice_delegate

Class omero.model._LineTie extends omero.model.Line implements Serializable

Serialized Fields

_ice_delegate

omero.model._LineOperations _ice_delegate

Class omero.model._LinkTie extends omero.model.Link implements Serializable

Serialized Fields

_ice_delegate

omero.model._LinkOperations _ice_delegate

Class omero.model._ListAnnotationTie extends omero.model.ListAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._ListAnnotationOperations _ice_delegate

Class omero.model._LogicalChannelTie extends omero.model.LogicalChannel implements Serializable

Serialized Fields

_ice_delegate

omero.model._LogicalChannelOperations _ice_delegate

Class omero.model._LongAnnotationTie extends omero.model.LongAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._LongAnnotationOperations _ice_delegate

Class omero.model._MaskTie extends omero.model.Mask implements Serializable

Serialized Fields

_ice_delegate

omero.model._MaskOperations _ice_delegate

Class omero.model._MediumTie extends omero.model.Medium implements Serializable

Serialized Fields

_ice_delegate

omero.model._MediumOperations _ice_delegate

Class omero.model._MicrobeamManipulationTie extends omero.model.MicrobeamManipulation implements Serializable

Serialized Fields

_ice_delegate

omero.model._MicrobeamManipulationOperations _ice_delegate

Class omero.model._MicrobeamManipulationTypeTie extends omero.model.MicrobeamManipulationType implements Serializable

Serialized Fields

_ice_delegate

omero.model._MicrobeamManipulationTypeOperations _ice_delegate

Class omero.model._MicroscopeTie extends omero.model.Microscope implements Serializable

Serialized Fields

_ice_delegate

omero.model._MicroscopeOperations _ice_delegate

Class omero.model._MicroscopeTypeTie extends omero.model.MicroscopeType implements Serializable

Serialized Fields

_ice_delegate

omero.model._MicroscopeTypeOperations _ice_delegate

Class omero.model._NamespaceAnnotationLinkTie extends omero.model.NamespaceAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._NamespaceAnnotationLinkOperations _ice_delegate

Class omero.model._NamespaceTie extends omero.model.Namespace implements Serializable

Serialized Fields

_ice_delegate

omero.model._NamespaceOperations _ice_delegate

Class omero.model._NodeAnnotationLinkTie extends omero.model.NodeAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._NodeAnnotationLinkOperations _ice_delegate

Class omero.model._NodeTie extends omero.model.Node implements Serializable

Serialized Fields

_ice_delegate

omero.model._NodeOperations _ice_delegate

Class omero.model._NumericAnnotationTie extends omero.model.NumericAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._NumericAnnotationOperations _ice_delegate

Class omero.model._ObjectiveSettingsTie extends omero.model.ObjectiveSettings implements Serializable

Serialized Fields

_ice_delegate

omero.model._ObjectiveSettingsOperations _ice_delegate

Class omero.model._ObjectiveTie extends omero.model.Objective implements Serializable

Serialized Fields

_ice_delegate

omero.model._ObjectiveOperations _ice_delegate

Class omero.model._OriginalFileAnnotationLinkTie extends omero.model.OriginalFileAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._OriginalFileAnnotationLinkOperations _ice_delegate

Class omero.model._OriginalFileTie extends omero.model.OriginalFile implements Serializable

Serialized Fields

_ice_delegate

omero.model._OriginalFileOperations _ice_delegate

Class omero.model._OTFTie extends omero.model.OTF implements Serializable

Serialized Fields

_ice_delegate

omero.model._OTFOperations _ice_delegate

Class omero.model._ParseJobTie extends omero.model.ParseJob implements Serializable

Serialized Fields

_ice_delegate

omero.model._ParseJobOperations _ice_delegate

Class omero.model._PathTie extends omero.model.Path implements Serializable

Serialized Fields

_ice_delegate

omero.model._PathOperations _ice_delegate

Class omero.model._PermissionsTie extends omero.model.Permissions implements Serializable

Serialized Fields

_ice_delegate

omero.model._PermissionsOperations _ice_delegate

Class omero.model._PhotometricInterpretationTie extends omero.model.PhotometricInterpretation implements Serializable

Serialized Fields

_ice_delegate

omero.model._PhotometricInterpretationOperations _ice_delegate

Class omero.model._PixelsAnnotationLinkTie extends omero.model.PixelsAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._PixelsAnnotationLinkOperations _ice_delegate

Class omero.model._PixelsOriginalFileMapTie extends omero.model.PixelsOriginalFileMap implements Serializable

Serialized Fields

_ice_delegate

omero.model._PixelsOriginalFileMapOperations _ice_delegate

Class omero.model._PixelsTie extends omero.model.Pixels implements Serializable

Serialized Fields

_ice_delegate

omero.model._PixelsOperations _ice_delegate

Class omero.model._PixelsTypeTie extends omero.model.PixelsType implements Serializable

Serialized Fields

_ice_delegate

omero.model._PixelsTypeOperations _ice_delegate

Class omero.model._PlaneInfoAnnotationLinkTie extends omero.model.PlaneInfoAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._PlaneInfoAnnotationLinkOperations _ice_delegate

Class omero.model._PlaneInfoTie extends omero.model.PlaneInfo implements Serializable

Serialized Fields

_ice_delegate

omero.model._PlaneInfoOperations _ice_delegate

Class omero.model._PlaneSlicingContextTie extends omero.model.PlaneSlicingContext implements Serializable

Serialized Fields

_ice_delegate

omero.model._PlaneSlicingContextOperations _ice_delegate

Class omero.model._PlateAcquisitionAnnotationLinkTie extends omero.model.PlateAcquisitionAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._PlateAcquisitionAnnotationLinkOperations _ice_delegate

Class omero.model._PlateAcquisitionTie extends omero.model.PlateAcquisition implements Serializable

Serialized Fields

_ice_delegate

omero.model._PlateAcquisitionOperations _ice_delegate

Class omero.model._PlateAnnotationLinkTie extends omero.model.PlateAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._PlateAnnotationLinkOperations _ice_delegate

Class omero.model._PlateTie extends omero.model.Plate implements Serializable

Serialized Fields

_ice_delegate

omero.model._PlateOperations _ice_delegate

Class omero.model._PointTie extends omero.model.Point implements Serializable

Serialized Fields

_ice_delegate

omero.model._PointOperations _ice_delegate

Class omero.model._PolygonTie extends omero.model.Polygon implements Serializable

Serialized Fields

_ice_delegate

omero.model._PolygonOperations _ice_delegate

Class omero.model._PolylineTie extends omero.model.Polyline implements Serializable

Serialized Fields

_ice_delegate

omero.model._PolylineOperations _ice_delegate

Class omero.model._ProjectAnnotationLinkTie extends omero.model.ProjectAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ProjectAnnotationLinkOperations _ice_delegate

Class omero.model._ProjectDatasetLinkTie extends omero.model.ProjectDatasetLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ProjectDatasetLinkOperations _ice_delegate

Class omero.model._ProjectTie extends omero.model.Project implements Serializable

Serialized Fields

_ice_delegate

omero.model._ProjectOperations _ice_delegate

Class omero.model._PulseTie extends omero.model.Pulse implements Serializable

Serialized Fields

_ice_delegate

omero.model._PulseOperations _ice_delegate

Class omero.model._QuantumDefTie extends omero.model.QuantumDef implements Serializable

Serialized Fields

_ice_delegate

omero.model._QuantumDefOperations _ice_delegate

Class omero.model._ReagentAnnotationLinkTie extends omero.model.ReagentAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ReagentAnnotationLinkOperations _ice_delegate

Class omero.model._ReagentTie extends omero.model.Reagent implements Serializable

Serialized Fields

_ice_delegate

omero.model._ReagentOperations _ice_delegate

Class omero.model._RectTie extends omero.model.Rect implements Serializable

Serialized Fields

_ice_delegate

omero.model._RectOperations _ice_delegate

Class omero.model._RenderingDefTie extends omero.model.RenderingDef implements Serializable

Serialized Fields

_ice_delegate

omero.model._RenderingDefOperations _ice_delegate

Class omero.model._RenderingModelTie extends omero.model.RenderingModel implements Serializable

Serialized Fields

_ice_delegate

omero.model._RenderingModelOperations _ice_delegate

Class omero.model._ReverseIntensityContextTie extends omero.model.ReverseIntensityContext implements Serializable

Serialized Fields

_ice_delegate

omero.model._ReverseIntensityContextOperations _ice_delegate

Class omero.model._RoiAnnotationLinkTie extends omero.model.RoiAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._RoiAnnotationLinkOperations _ice_delegate

Class omero.model._RoiTie extends omero.model.Roi implements Serializable

Serialized Fields

_ice_delegate

omero.model._RoiOperations _ice_delegate

Class omero.model._ScreenAnnotationLinkTie extends omero.model.ScreenAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ScreenAnnotationLinkOperations _ice_delegate

Class omero.model._ScreenPlateLinkTie extends omero.model.ScreenPlateLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._ScreenPlateLinkOperations _ice_delegate

Class omero.model._ScreenTie extends omero.model.Screen implements Serializable

Serialized Fields

_ice_delegate

omero.model._ScreenOperations _ice_delegate

Class omero.model._ScriptJobTie extends omero.model.ScriptJob implements Serializable

Serialized Fields

_ice_delegate

omero.model._ScriptJobOperations _ice_delegate

Class omero.model._SessionAnnotationLinkTie extends omero.model.SessionAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._SessionAnnotationLinkOperations _ice_delegate

Class omero.model._SessionTie extends omero.model.Session implements Serializable

Serialized Fields

_ice_delegate

omero.model._SessionOperations _ice_delegate

Class omero.model._ShapeTie extends omero.model.Shape implements Serializable

Serialized Fields

_ice_delegate

omero.model._ShapeOperations _ice_delegate

Class omero.model._ShareMemberTie extends omero.model.ShareMember implements Serializable

Serialized Fields

_ice_delegate

omero.model._ShareMemberOperations _ice_delegate

Class omero.model._ShareTie extends omero.model.Share implements Serializable

Serialized Fields

_ice_delegate

omero.model._ShareOperations _ice_delegate

Class omero.model._StageLabelTie extends omero.model.StageLabel implements Serializable

Serialized Fields

_ice_delegate

omero.model._StageLabelOperations _ice_delegate

Class omero.model._StatsInfoTie extends omero.model.StatsInfo implements Serializable

Serialized Fields

_ice_delegate

omero.model._StatsInfoOperations _ice_delegate

Class omero.model._TagAnnotationTie extends omero.model.TagAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._TagAnnotationOperations _ice_delegate

Class omero.model._TermAnnotationTie extends omero.model.TermAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._TermAnnotationOperations _ice_delegate

Class omero.model._TextAnnotationTie extends omero.model.TextAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._TextAnnotationOperations _ice_delegate

Class omero.model._ThumbnailTie extends omero.model.Thumbnail implements Serializable

Serialized Fields

_ice_delegate

omero.model._ThumbnailOperations _ice_delegate

Class omero.model._TimestampAnnotationTie extends omero.model.TimestampAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._TimestampAnnotationOperations _ice_delegate

Class omero.model._TransmittanceRangeTie extends omero.model.TransmittanceRange implements Serializable

Serialized Fields

_ice_delegate

omero.model._TransmittanceRangeOperations _ice_delegate

Class omero.model._TypeAnnotationTie extends omero.model.TypeAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._TypeAnnotationOperations _ice_delegate

Class omero.model._WellAnnotationLinkTie extends omero.model.WellAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._WellAnnotationLinkOperations _ice_delegate

Class omero.model._WellReagentLinkTie extends omero.model.WellReagentLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._WellReagentLinkOperations _ice_delegate

Class omero.model._WellSampleAnnotationLinkTie extends omero.model.WellSampleAnnotationLink implements Serializable

Serialized Fields

_ice_delegate

omero.model._WellSampleAnnotationLinkOperations _ice_delegate

Class omero.model._WellSampleTie extends omero.model.WellSample implements Serializable

Serialized Fields

_ice_delegate

omero.model._WellSampleOperations _ice_delegate

Class omero.model._WellTie extends omero.model.Well implements Serializable

Serialized Fields

_ice_delegate

omero.model._WellOperations _ice_delegate

Class omero.model._XmlAnnotationTie extends omero.model.XmlAnnotation implements Serializable

Serialized Fields

_ice_delegate

omero.model._XmlAnnotationOperations _ice_delegate

Class omero.model.AcquisitionMode extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.AcquisitionModeI extends omero.model.AcquisitionMode implements Serializable

Class omero.model.AcquisitionModePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Annotation extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

ns

omero.RString ns

description

omero.RString description

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.AnnotationAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Annotation parent

child

omero.model.Annotation child

Class omero.model.AnnotationAnnotationLinkI extends omero.model.AnnotationAnnotationLink implements Serializable

Class omero.model.AnnotationAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.AnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Arc extends omero.model.LightSource implements Serializable

Serialized Fields

type

omero.model.ArcType type

Class omero.model.ArcI extends omero.model.Arc implements Serializable

Class omero.model.ArcPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ArcType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.ArcTypeI extends omero.model.ArcType implements Serializable

Class omero.model.ArcTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.BasicAnnotation extends omero.model.Annotation implements Serializable

Class omero.model.BasicAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Binning extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.BinningI extends omero.model.Binning implements Serializable

Class omero.model.BinningPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.BooleanAnnotation extends omero.model.BasicAnnotation implements Serializable

Serialized Fields

boolValue

omero.RBool boolValue

Class omero.model.BooleanAnnotationI extends omero.model.BooleanAnnotation implements Serializable

Class omero.model.BooleanAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Channel extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

statsInfo

omero.model.StatsInfo statsInfo

red

omero.RInt red

green

omero.RInt green

blue

omero.RInt blue

alpha

omero.RInt alpha

logicalChannel

omero.model.LogicalChannel logicalChannel

pixels

omero.model.Pixels pixels

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.ChannelAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Channel parent

child

omero.model.Annotation child

Class omero.model.ChannelAnnotationLinkI extends omero.model.ChannelAnnotationLink implements Serializable

Class omero.model.ChannelAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ChannelBinding extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

renderingDef

omero.model.RenderingDef renderingDef

family

omero.model.Family family

coefficient

omero.RDouble coefficient

inputStart

omero.RDouble inputStart

inputEnd

omero.RDouble inputEnd

active

omero.RBool active

noiseReduction

omero.RBool noiseReduction

red

omero.RInt red

green

omero.RInt green

blue

omero.RInt blue

alpha

omero.RInt alpha

Class omero.model.ChannelBindingI extends omero.model.ChannelBinding implements Serializable

Class omero.model.ChannelBindingPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ChannelI extends omero.model.Channel implements Serializable

Class omero.model.ChannelPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.CodomainMapContext extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

renderingDef

omero.model.RenderingDef renderingDef

Class omero.model.CodomainMapContextPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.CommentAnnotation extends omero.model.TextAnnotation implements Serializable

Class omero.model.CommentAnnotationI extends omero.model.CommentAnnotation implements Serializable

Class omero.model.CommentAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ContrastMethod extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.ContrastMethodI extends omero.model.ContrastMethod implements Serializable

Class omero.model.ContrastMethodPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ContrastStretchingContext extends omero.model.CodomainMapContext implements Serializable

Serialized Fields

xstart

omero.RInt xstart

ystart

omero.RInt ystart

xend

omero.RInt xend

yend

omero.RInt yend

Class omero.model.ContrastStretchingContextI extends omero.model.ContrastStretchingContext implements Serializable

Class omero.model.ContrastStretchingContextPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Correction extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.CorrectionI extends omero.model.Correction implements Serializable

Class omero.model.CorrectionPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Dataset extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

projectLinksSeq

List<E> projectLinksSeq

projectLinksLoaded

boolean projectLinksLoaded

projectLinksCountPerOwner

Map<K,V> projectLinksCountPerOwner

imageLinksSeq

List<E> imageLinksSeq

imageLinksLoaded

boolean imageLinksLoaded

imageLinksCountPerOwner

Map<K,V> imageLinksCountPerOwner

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

name

omero.RString name

description

omero.RString description

Class omero.model.DatasetAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Dataset parent

child

omero.model.Annotation child

Class omero.model.DatasetAnnotationLinkI extends omero.model.DatasetAnnotationLink implements Serializable

Class omero.model.DatasetAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.DatasetI extends omero.model.Dataset implements Serializable

Class omero.model.DatasetImageLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Dataset parent

child

omero.model.Image child

Class omero.model.DatasetImageLinkI extends omero.model.DatasetImageLink implements Serializable

Class omero.model.DatasetImageLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.DatasetPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.DBPatch extends omero.model.IObject implements Serializable

Serialized Fields

currentVersion

omero.RString currentVersion

currentPatch

omero.RInt currentPatch

previousVersion

omero.RString previousVersion

previousPatch

omero.RInt previousPatch

finished

omero.RTime finished

message

omero.RString message

Class omero.model.DBPatchI extends omero.model.DBPatch implements Serializable

Class omero.model.DBPatchPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Details extends Ice.ObjectImpl implements Serializable

Serialized Fields

owner

omero.model.Experimenter owner

group

omero.model.ExperimenterGroup group

creationEvent

omero.model.Event creationEvent

updateEvent

omero.model.Event updateEvent

permissions

omero.model.Permissions permissions

externalInfo

omero.model.ExternalInfo externalInfo

Class omero.model.DetailsI extends omero.model.Details implements Serializable

Class omero.model.DetailsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Detector extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

manufacturer

omero.RString manufacturer

model

omero.RString model

lotNumber

omero.RString lotNumber

serialNumber

omero.RString serialNumber

voltage

omero.RDouble voltage

gain

omero.RDouble gain

offsetValue

omero.RDouble offsetValue

zoom

omero.RDouble zoom

amplificationGain

omero.RDouble amplificationGain

type

omero.model.DetectorType type

instrument

omero.model.Instrument instrument

Class omero.model.DetectorI extends omero.model.Detector implements Serializable

Class omero.model.DetectorPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.DetectorSettings extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

voltage

omero.RDouble voltage

gain

omero.RDouble gain

offsetValue

omero.RDouble offsetValue

readOutRate

omero.RDouble readOutRate

binning

omero.model.Binning binning

detector

omero.model.Detector detector

Class omero.model.DetectorSettingsI extends omero.model.DetectorSettings implements Serializable

Class omero.model.DetectorSettingsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.DetectorType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.DetectorTypeI extends omero.model.DetectorType implements Serializable

Class omero.model.DetectorTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Dichroic extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

manufacturer

omero.RString manufacturer

model

omero.RString model

lotNumber

omero.RString lotNumber

serialNumber

omero.RString serialNumber

instrument

omero.model.Instrument instrument

Class omero.model.DichroicI extends omero.model.Dichroic implements Serializable

Class omero.model.DichroicPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.DimensionOrder extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.DimensionOrderI extends omero.model.DimensionOrder implements Serializable

Class omero.model.DimensionOrderPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.DoubleAnnotation extends omero.model.NumericAnnotation implements Serializable

Serialized Fields

doubleValue

omero.RDouble doubleValue

Class omero.model.DoubleAnnotationI extends omero.model.DoubleAnnotation implements Serializable

Class omero.model.DoubleAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Ellipse extends omero.model.Shape implements Serializable

Serialized Fields

cx

omero.RDouble cx

cy

omero.RDouble cy

rx

omero.RDouble rx

ry

omero.RDouble ry

textValue

omero.RString textValue

Class omero.model.EllipseI extends omero.model.Ellipse implements Serializable

Class omero.model.EllipsePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Event extends omero.model.IObject implements Serializable

Serialized Fields

status

omero.RString status

time

omero.RTime time

experimenter

omero.model.Experimenter experimenter

experimenterGroup

omero.model.ExperimenterGroup experimenterGroup

type

omero.model.EventType type

containingEvent

omero.model.Event containingEvent

logsSeq

List<E> logsSeq

logsLoaded

boolean logsLoaded

session

omero.model.Session session

Class omero.model.EventI extends omero.model.Event implements Serializable

Class omero.model.EventLog extends omero.model.IObject implements Serializable

Serialized Fields

entityId

omero.RLong entityId

entityType

omero.RString entityType

action

omero.RString action

event

omero.model.Event event

Class omero.model.EventLogI extends omero.model.EventLog implements Serializable

Class omero.model.EventLogPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.EventPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.EventType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.EventTypeI extends omero.model.EventType implements Serializable

Class omero.model.EventTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Experiment extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

type

omero.model.ExperimentType type

microbeamManipulationSeq

List<E> microbeamManipulationSeq

microbeamManipulationLoaded

boolean microbeamManipulationLoaded

description

omero.RString description

Class omero.model.Experimenter extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

groupExperimenterMapSeq

List<E> groupExperimenterMapSeq

groupExperimenterMapLoaded

boolean groupExperimenterMapLoaded

omeName

omero.RString omeName

firstName

omero.RString firstName

middleName

omero.RString middleName

lastName

omero.RString lastName

institution

omero.RString institution

email

omero.RString email

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.ExperimenterAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Experimenter parent

child

omero.model.Annotation child

Class omero.model.ExperimenterAnnotationLinkI extends omero.model.ExperimenterAnnotationLink implements Serializable

Class omero.model.ExperimenterAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ExperimenterGroup extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

name

omero.RString name

groupExperimenterMapSeq

List<E> groupExperimenterMapSeq

groupExperimenterMapLoaded

boolean groupExperimenterMapLoaded

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

description

omero.RString description

Class omero.model.ExperimenterGroupAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.ExperimenterGroup parent

child

omero.model.Annotation child

Class omero.model.ExperimenterGroupAnnotationLinkI extends omero.model.ExperimenterGroupAnnotationLink implements Serializable

Class omero.model.ExperimenterGroupAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ExperimenterGroupI extends omero.model.ExperimenterGroup implements Serializable

Class omero.model.ExperimenterGroupPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ExperimenterI extends omero.model.Experimenter implements Serializable

Class omero.model.ExperimenterPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ExperimentI extends omero.model.Experiment implements Serializable

Class omero.model.ExperimentPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ExperimentType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.ExperimentTypeI extends omero.model.ExperimentType implements Serializable

Class omero.model.ExperimentTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ExternalInfo extends omero.model.IObject implements Serializable

Serialized Fields

entityId

omero.RLong entityId

entityType

omero.RString entityType

lsid

omero.RString lsid

uuid

omero.RString uuid

Class omero.model.ExternalInfoI extends omero.model.ExternalInfo implements Serializable

Class omero.model.ExternalInfoPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Family extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.FamilyI extends omero.model.Family implements Serializable

Class omero.model.FamilyPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Filament extends omero.model.LightSource implements Serializable

Serialized Fields

type

omero.model.FilamentType type

Class omero.model.FilamentI extends omero.model.Filament implements Serializable

Class omero.model.FilamentPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.FilamentType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.FilamentTypeI extends omero.model.FilamentType implements Serializable

Class omero.model.FilamentTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.FileAnnotation extends omero.model.TypeAnnotation implements Serializable

Serialized Fields

file

omero.model.OriginalFile file

Class omero.model.FileAnnotationI extends omero.model.FileAnnotation implements Serializable

Class omero.model.FileAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Filter extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

manufacturer

omero.RString manufacturer

model

omero.RString model

lotNumber

omero.RString lotNumber

serialNumber

omero.RString serialNumber

filterWheel

omero.RString filterWheel

type

omero.model.FilterType type

transmittanceRange

omero.model.TransmittanceRange transmittanceRange

instrument

omero.model.Instrument instrument

excitationFilterLinkSeq

List<E> excitationFilterLinkSeq

excitationFilterLinkLoaded

boolean excitationFilterLinkLoaded

excitationFilterLinkCountPerOwner

Map<K,V> excitationFilterLinkCountPerOwner

emissionFilterLinkSeq

List<E> emissionFilterLinkSeq

emissionFilterLinkLoaded

boolean emissionFilterLinkLoaded

emissionFilterLinkCountPerOwner

Map<K,V> emissionFilterLinkCountPerOwner

Class omero.model.FilterI extends omero.model.Filter implements Serializable

Class omero.model.FilterPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.FilterSet extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

manufacturer

omero.RString manufacturer

model

omero.RString model

lotNumber

omero.RString lotNumber

serialNumber

omero.RString serialNumber

instrument

omero.model.Instrument instrument

excitationFilterLinkSeq

List<E> excitationFilterLinkSeq

excitationFilterLinkLoaded

boolean excitationFilterLinkLoaded

excitationFilterLinkCountPerOwner

Map<K,V> excitationFilterLinkCountPerOwner

dichroic

omero.model.Dichroic dichroic

emissionFilterLinkSeq

List<E> emissionFilterLinkSeq

emissionFilterLinkLoaded

boolean emissionFilterLinkLoaded

emissionFilterLinkCountPerOwner

Map<K,V> emissionFilterLinkCountPerOwner

Class omero.model.FilterSetEmissionFilterLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.FilterSet parent

child

omero.model.Filter child

Class omero.model.FilterSetEmissionFilterLinkI extends omero.model.FilterSetEmissionFilterLink implements Serializable

Class omero.model.FilterSetEmissionFilterLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.FilterSetExcitationFilterLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.FilterSet parent

child

omero.model.Filter child

Class omero.model.FilterSetExcitationFilterLinkI extends omero.model.FilterSetExcitationFilterLink implements Serializable

Class omero.model.FilterSetExcitationFilterLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.FilterSetI extends omero.model.FilterSet implements Serializable

Class omero.model.FilterSetPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.FilterType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.FilterTypeI extends omero.model.FilterType implements Serializable

Class omero.model.FilterTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Format extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.FormatI extends omero.model.Format implements Serializable

Class omero.model.FormatPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.GroupExperimenterMap extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.ExperimenterGroup parent

child

omero.model.Experimenter child

owner

omero.RBool owner

Class omero.model.GroupExperimenterMapI extends omero.model.GroupExperimenterMap implements Serializable

Class omero.model.GroupExperimenterMapPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Illumination extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.IlluminationI extends omero.model.Illumination implements Serializable

Class omero.model.IlluminationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Image extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

acquisitionDate

omero.RTime acquisitionDate

archived

omero.RBool archived

partial

omero.RBool partial

format

omero.model.Format format

imagingEnvironment

omero.model.ImagingEnvironment imagingEnvironment

objectiveSettings

omero.model.ObjectiveSettings objectiveSettings

instrument

omero.model.Instrument instrument

stageLabel

omero.model.StageLabel stageLabel

experiment

omero.model.Experiment experiment

pixelsSeq

List<E> pixelsSeq

pixelsLoaded

boolean pixelsLoaded

wellSamplesSeq

List<E> wellSamplesSeq

wellSamplesLoaded

boolean wellSamplesLoaded

roisSeq

List<E> roisSeq

roisLoaded

boolean roisLoaded

datasetLinksSeq

List<E> datasetLinksSeq

datasetLinksLoaded

boolean datasetLinksLoaded

datasetLinksCountPerOwner

Map<K,V> datasetLinksCountPerOwner

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

name

omero.RString name

description

omero.RString description

Class omero.model.ImageAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Image parent

child

omero.model.Annotation child

Class omero.model.ImageAnnotationLinkI extends omero.model.ImageAnnotationLink implements Serializable

Class omero.model.ImageAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ImageI extends omero.model.Image implements Serializable

Class omero.model.ImagePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ImagingEnvironment extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

temperature

omero.RDouble temperature

airPressure

omero.RDouble airPressure

humidity

omero.RDouble humidity

co2percent

omero.RDouble co2percent

Class omero.model.ImagingEnvironmentI extends omero.model.ImagingEnvironment implements Serializable

Class omero.model.ImagingEnvironmentPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Immersion extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.ImmersionI extends omero.model.Immersion implements Serializable

Class omero.model.ImmersionPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ImportJob extends omero.model.Job implements Serializable

Serialized Fields

imageName

omero.RString imageName

imageDescription

omero.RString imageDescription

Class omero.model.ImportJobI extends omero.model.ImportJob implements Serializable

Class omero.model.ImportJobPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Instrument extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

microscope

omero.model.Microscope microscope

detectorSeq

List<E> detectorSeq

detectorLoaded

boolean detectorLoaded

objectiveSeq

List<E> objectiveSeq

objectiveLoaded

boolean objectiveLoaded

lightSourceSeq

List<E> lightSourceSeq

lightSourceLoaded

boolean lightSourceLoaded

filterSeq

List<E> filterSeq

filterLoaded

boolean filterLoaded

dichroicSeq

List<E> dichroicSeq

dichroicLoaded

boolean dichroicLoaded

filterSetSeq

List<E> filterSetSeq

filterSetLoaded

boolean filterSetLoaded

otfSeq

List<E> otfSeq

otfLoaded

boolean otfLoaded

Class omero.model.InstrumentI extends omero.model.Instrument implements Serializable

Class omero.model.InstrumentPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.IObject extends Ice.ObjectImpl implements Serializable

Serialized Fields

id

omero.RLong id

details

omero.model.Details details

loaded

boolean loaded

Class omero.model.IObjectPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Job extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

username

omero.RString username

groupname

omero.RString groupname

type

omero.RString type

message

omero.RString message

status

omero.model.JobStatus status

submitted

omero.RTime submitted

scheduledFor

omero.RTime scheduledFor

started

omero.RTime started

finished

omero.RTime finished

originalFileLinksSeq

List<E> originalFileLinksSeq

originalFileLinksLoaded

boolean originalFileLinksLoaded

originalFileLinksCountPerOwner

Map<K,V> originalFileLinksCountPerOwner

Class omero.model.JobOriginalFileLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Job parent

child

omero.model.OriginalFile child

Class omero.model.JobOriginalFileLinkI extends omero.model.JobOriginalFileLink implements Serializable

Class omero.model.JobOriginalFileLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.JobPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.JobStatus extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.JobStatusI extends omero.model.JobStatus implements Serializable

Class omero.model.JobStatusPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Label extends omero.model.Shape implements Serializable

Serialized Fields

x

omero.RDouble x

y

omero.RDouble y

textValue

omero.RString textValue

anchor

omero.RString anchor

decoration

omero.RString decoration

baselineShift

omero.RString baselineShift

glyphOrientationVertical

omero.RInt glyphOrientationVertical

direction

omero.RString direction

writingMode

omero.RString writingMode

Class omero.model.LabelI extends omero.model.Label implements Serializable

Class omero.model.LabelPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Laser extends omero.model.LightSource implements Serializable

Serialized Fields

type

omero.model.LaserType type

laserMedium

omero.model.LaserMedium laserMedium

frequencyMultiplication

omero.RInt frequencyMultiplication

tuneable

omero.RBool tuneable

pulse

omero.model.Pulse pulse

wavelength

omero.RInt wavelength

pockelCell

omero.RBool pockelCell

pump

omero.model.LightSource pump

repetitionRate

omero.RDouble repetitionRate

Class omero.model.LaserI extends omero.model.Laser implements Serializable

Class omero.model.LaserMedium extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.LaserMediumI extends omero.model.LaserMedium implements Serializable

Class omero.model.LaserMediumPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LaserPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LaserType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.LaserTypeI extends omero.model.LaserType implements Serializable

Class omero.model.LaserTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LightEmittingDiode extends omero.model.LightSource implements Serializable

Class omero.model.LightEmittingDiodeI extends omero.model.LightEmittingDiode implements Serializable

Class omero.model.LightEmittingDiodePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LightPath extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

excitationFilterLinkSeq

List<E> excitationFilterLinkSeq

excitationFilterLinkLoaded

boolean excitationFilterLinkLoaded

excitationFilterLinkCountPerOwner

Map<K,V> excitationFilterLinkCountPerOwner

dichroic

omero.model.Dichroic dichroic

emissionFilterLinkSeq

List<E> emissionFilterLinkSeq

emissionFilterLinkLoaded

boolean emissionFilterLinkLoaded

emissionFilterLinkCountPerOwner

Map<K,V> emissionFilterLinkCountPerOwner

Class omero.model.LightPathEmissionFilterLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.LightPath parent

child

omero.model.Filter child

Class omero.model.LightPathEmissionFilterLinkI extends omero.model.LightPathEmissionFilterLink implements Serializable

Class omero.model.LightPathEmissionFilterLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LightPathExcitationFilterLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.LightPath parent

child

omero.model.Filter child

Class omero.model.LightPathExcitationFilterLinkI extends omero.model.LightPathExcitationFilterLink implements Serializable

Class omero.model.LightPathExcitationFilterLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LightPathI extends omero.model.LightPath implements Serializable

Class omero.model.LightPathPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LightSettings extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

attenuation

omero.RDouble attenuation

wavelength

omero.RInt wavelength

lightSource

omero.model.LightSource lightSource

microbeamManipulation

omero.model.MicrobeamManipulation microbeamManipulation

Class omero.model.LightSettingsI extends omero.model.LightSettings implements Serializable

Class omero.model.LightSettingsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LightSource extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

manufacturer

omero.RString manufacturer

model

omero.RString model

power

omero.RDouble power

lotNumber

omero.RString lotNumber

serialNumber

omero.RString serialNumber

instrument

omero.model.Instrument instrument

Class omero.model.LightSourcePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Line extends omero.model.Shape implements Serializable

Serialized Fields

x1

omero.RDouble x1

y1

omero.RDouble y1

x2

omero.RDouble x2

y2

omero.RDouble y2

textValue

omero.RString textValue

Class omero.model.LineI extends omero.model.Line implements Serializable

Class omero.model.LinePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Link extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

Class omero.model.LinkI extends omero.model.Link implements Serializable

Class omero.model.LinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ListAnnotation extends omero.model.Annotation implements Serializable

Class omero.model.ListAnnotationI extends omero.model.ListAnnotation implements Serializable

Class omero.model.ListAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LogicalChannel extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

name

omero.RString name

pinHoleSize

omero.RDouble pinHoleSize

illumination

omero.model.Illumination illumination

contrastMethod

omero.model.ContrastMethod contrastMethod

excitationWave

omero.RInt excitationWave

emissionWave

omero.RInt emissionWave

fluor

omero.RString fluor

ndFilter

omero.RDouble ndFilter

otf

omero.model.OTF otf

detectorSettings

omero.model.DetectorSettings detectorSettings

lightSourceSettings

omero.model.LightSettings lightSourceSettings

filterSet

omero.model.FilterSet filterSet

samplesPerPixel

omero.RInt samplesPerPixel

photometricInterpretation

omero.model.PhotometricInterpretation photometricInterpretation

mode

omero.model.AcquisitionMode mode

pockelCellSetting

omero.RInt pockelCellSetting

channelsSeq

List<E> channelsSeq

channelsLoaded

boolean channelsLoaded

lightPath

omero.model.LightPath lightPath

Class omero.model.LogicalChannelI extends omero.model.LogicalChannel implements Serializable

Class omero.model.LogicalChannelPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.LongAnnotation extends omero.model.NumericAnnotation implements Serializable

Serialized Fields

longValue

omero.RLong longValue

Class omero.model.LongAnnotationI extends omero.model.LongAnnotation implements Serializable

Class omero.model.LongAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Mask extends omero.model.Shape implements Serializable

Serialized Fields

x

omero.RDouble x

y

omero.RDouble y

width

omero.RDouble width

height

omero.RDouble height

pixels

omero.model.Pixels pixels

textValue

omero.RString textValue

bytes

byte[] bytes

Class omero.model.MaskI extends omero.model.Mask implements Serializable

Class omero.model.MaskPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Medium extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.MediumI extends omero.model.Medium implements Serializable

Class omero.model.MediumPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.MicrobeamManipulation extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

type

omero.model.MicrobeamManipulationType type

lightSourceSettingsSeq

List<E> lightSourceSettingsSeq

lightSourceSettingsLoaded

boolean lightSourceSettingsLoaded

experiment

omero.model.Experiment experiment

description

omero.RString description

Class omero.model.MicrobeamManipulationI extends omero.model.MicrobeamManipulation implements Serializable

Class omero.model.MicrobeamManipulationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.MicrobeamManipulationType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.MicrobeamManipulationTypeI extends omero.model.MicrobeamManipulationType implements Serializable

Class omero.model.MicrobeamManipulationTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Microscope extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

manufacturer

omero.RString manufacturer

model

omero.RString model

lotNumber

omero.RString lotNumber

serialNumber

omero.RString serialNumber

type

omero.model.MicroscopeType type

Class omero.model.MicroscopeI extends omero.model.Microscope implements Serializable

Class omero.model.MicroscopePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.MicroscopeType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.MicroscopeTypeI extends omero.model.MicroscopeType implements Serializable

Class omero.model.MicroscopeTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Namespace extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

keywords

String[] keywords

multivalued

omero.RBool multivalued

display

omero.RBool display

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

name

omero.RString name

description

omero.RString description

Class omero.model.NamespaceAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Namespace parent

child

omero.model.Annotation child

Class omero.model.NamespaceAnnotationLinkI extends omero.model.NamespaceAnnotationLink implements Serializable

Class omero.model.NamespaceAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.NamespaceI extends omero.model.Namespace implements Serializable

Class omero.model.NamespacePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Node extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

sessionsSeq

List<E> sessionsSeq

sessionsLoaded

boolean sessionsLoaded

uuid

omero.RString uuid

conn

omero.RString conn

up

omero.RTime up

down

omero.RTime down

scale

omero.RInt scale

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.NodeAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Node parent

child

omero.model.Annotation child

Class omero.model.NodeAnnotationLinkI extends omero.model.NodeAnnotationLink implements Serializable

Class omero.model.NodeAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.NodeI extends omero.model.Node implements Serializable

Class omero.model.NodePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.NumericAnnotation extends omero.model.BasicAnnotation implements Serializable

Class omero.model.NumericAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Objective extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

manufacturer

omero.RString manufacturer

model

omero.RString model

lotNumber

omero.RString lotNumber

serialNumber

omero.RString serialNumber

nominalMagnification

omero.RInt nominalMagnification

calibratedMagnification

omero.RDouble calibratedMagnification

lensNA

omero.RDouble lensNA

immersion

omero.model.Immersion immersion

correction

omero.model.Correction correction

workingDistance

omero.RDouble workingDistance

iris

omero.RBool iris

instrument

omero.model.Instrument instrument

Class omero.model.ObjectiveI extends omero.model.Objective implements Serializable

Class omero.model.ObjectivePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ObjectiveSettings extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

correctionCollar

omero.RDouble correctionCollar

medium

omero.model.Medium medium

refractiveIndex

omero.RDouble refractiveIndex

objective

omero.model.Objective objective

Class omero.model.ObjectiveSettingsI extends omero.model.ObjectiveSettings implements Serializable

Class omero.model.ObjectiveSettingsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.OriginalFile extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

pixelsFileMapsSeq

List<E> pixelsFileMapsSeq

pixelsFileMapsLoaded

boolean pixelsFileMapsLoaded

pixelsFileMapsCountPerOwner

Map<K,V> pixelsFileMapsCountPerOwner

path

omero.RString path

size

omero.RLong size

atime

omero.RTime atime

mtime

omero.RTime mtime

ctime

omero.RTime ctime

sha1

omero.RString sha1

mimetype

omero.RString mimetype

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

name

omero.RString name

Class omero.model.OriginalFileAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.OriginalFile parent

child

omero.model.Annotation child

Class omero.model.OriginalFileAnnotationLinkI extends omero.model.OriginalFileAnnotationLink implements Serializable

Class omero.model.OriginalFileAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.OriginalFileI extends omero.model.OriginalFile implements Serializable

Class omero.model.OriginalFilePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.OTF extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

sizeX

omero.RInt sizeX

sizeY

omero.RInt sizeY

opticalAxisAveraged

omero.RBool opticalAxisAveraged

pixelsType

omero.model.PixelsType pixelsType

path

omero.RString path

filterSet

omero.model.FilterSet filterSet

objective

omero.model.Objective objective

instrument

omero.model.Instrument instrument

Class omero.model.OTFI extends omero.model.OTF implements Serializable

Class omero.model.OTFPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ParseJob extends omero.model.Job implements Serializable

Serialized Fields

params

byte[] params

Class omero.model.ParseJobI extends omero.model.ParseJob implements Serializable

Class omero.model.ParseJobPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Path extends omero.model.Shape implements Serializable

Serialized Fields

d

omero.RString d

textValue

omero.RString textValue

Class omero.model.PathI extends omero.model.Path implements Serializable

Class omero.model.PathPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Permissions extends Ice.ObjectImpl implements Serializable

Serialized Fields

perm1

long perm1

Class omero.model.PermissionsI extends omero.model.Permissions implements Serializable

Class omero.model.PermissionsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PhotometricInterpretation extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.PhotometricInterpretationI extends omero.model.PhotometricInterpretation implements Serializable

Class omero.model.PhotometricInterpretationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Pixels extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

image

omero.model.Image image

relatedTo

omero.model.Pixels relatedTo

pixelsType

omero.model.PixelsType pixelsType

sizeX

omero.RInt sizeX

sizeY

omero.RInt sizeY

sizeZ

omero.RInt sizeZ

sizeC

omero.RInt sizeC

sizeT

omero.RInt sizeT

sha1

omero.RString sha1

dimensionOrder

omero.model.DimensionOrder dimensionOrder

physicalSizeX

omero.RDouble physicalSizeX

physicalSizeY

omero.RDouble physicalSizeY

physicalSizeZ

omero.RDouble physicalSizeZ

waveStart

omero.RInt waveStart

waveIncrement

omero.RInt waveIncrement

timeIncrement

omero.RDouble timeIncrement

methodology

omero.RString methodology

planeInfoSeq

List<E> planeInfoSeq

planeInfoLoaded

boolean planeInfoLoaded

pixelsFileMapsSeq

List<E> pixelsFileMapsSeq

pixelsFileMapsLoaded

boolean pixelsFileMapsLoaded

pixelsFileMapsCountPerOwner

Map<K,V> pixelsFileMapsCountPerOwner

channelsSeq

List<E> channelsSeq

channelsLoaded

boolean channelsLoaded

settingsSeq

List<E> settingsSeq

settingsLoaded

boolean settingsLoaded

thumbnailsSeq

List<E> thumbnailsSeq

thumbnailsLoaded

boolean thumbnailsLoaded

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.PixelsAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Pixels parent

child

omero.model.Annotation child

Class omero.model.PixelsAnnotationLinkI extends omero.model.PixelsAnnotationLink implements Serializable

Class omero.model.PixelsAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PixelsI extends omero.model.Pixels implements Serializable

Class omero.model.PixelsOriginalFileMap extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.OriginalFile parent

child

omero.model.Pixels child

Class omero.model.PixelsOriginalFileMapI extends omero.model.PixelsOriginalFileMap implements Serializable

Class omero.model.PixelsOriginalFileMapPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PixelsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PixelsType extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

bitSize

omero.RInt bitSize

Class omero.model.PixelsTypeI extends omero.model.PixelsType implements Serializable

Class omero.model.PixelsTypePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PlaneInfo extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

pixels

omero.model.Pixels pixels

theZ

omero.RInt theZ

theC

omero.RInt theC

theT

omero.RInt theT

deltaT

omero.RDouble deltaT

positionX

omero.RDouble positionX

positionY

omero.RDouble positionY

positionZ

omero.RDouble positionZ

exposureTime

omero.RDouble exposureTime

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.PlaneInfoAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.PlaneInfo parent

child

omero.model.Annotation child

Class omero.model.PlaneInfoAnnotationLinkI extends omero.model.PlaneInfoAnnotationLink implements Serializable

Class omero.model.PlaneInfoAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PlaneInfoI extends omero.model.PlaneInfo implements Serializable

Class omero.model.PlaneInfoPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PlaneSlicingContext extends omero.model.CodomainMapContext implements Serializable

Serialized Fields

upperLimit

omero.RInt upperLimit

lowerLimit

omero.RInt lowerLimit

planeSelected

omero.RInt planeSelected

planePrevious

omero.RInt planePrevious

constant

omero.RBool constant

Class omero.model.PlaneSlicingContextI extends omero.model.PlaneSlicingContext implements Serializable

Class omero.model.PlaneSlicingContextPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Plate extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

defaultSample

omero.RInt defaultSample

columnNamingConvention

omero.RString columnNamingConvention

rowNamingConvention

omero.RString rowNamingConvention

wellOriginX

omero.RDouble wellOriginX

wellOriginY

omero.RDouble wellOriginY

rows

omero.RInt rows

columns

omero.RInt columns

status

omero.RString status

externalIdentifier

omero.RString externalIdentifier

screenLinksSeq

List<E> screenLinksSeq

screenLinksLoaded

boolean screenLinksLoaded

screenLinksCountPerOwner

Map<K,V> screenLinksCountPerOwner

wellsSeq

List<E> wellsSeq

wellsLoaded

boolean wellsLoaded

plateAcquisitionsSeq

List<E> plateAcquisitionsSeq

plateAcquisitionsLoaded

boolean plateAcquisitionsLoaded

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

name

omero.RString name

description

omero.RString description

Class omero.model.PlateAcquisition extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

name

omero.RString name

startTime

omero.RTime startTime

endTime

omero.RTime endTime

maximumFieldCount

omero.RInt maximumFieldCount

plate

omero.model.Plate plate

wellSampleSeq

List<E> wellSampleSeq

wellSampleLoaded

boolean wellSampleLoaded

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

description

omero.RString description

Class omero.model.PlateAcquisitionAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.PlateAcquisition parent

child

omero.model.Annotation child

Class omero.model.PlateAcquisitionAnnotationLinkI extends omero.model.PlateAcquisitionAnnotationLink implements Serializable

Class omero.model.PlateAcquisitionAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PlateAcquisitionI extends omero.model.PlateAcquisition implements Serializable

Class omero.model.PlateAcquisitionPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PlateAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Plate parent

child

omero.model.Annotation child

Class omero.model.PlateAnnotationLinkI extends omero.model.PlateAnnotationLink implements Serializable

Class omero.model.PlateAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.PlateI extends omero.model.Plate implements Serializable

Class omero.model.PlatePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Point extends omero.model.Shape implements Serializable

Serialized Fields

cx

omero.RDouble cx

cy

omero.RDouble cy

textValue

omero.RString textValue

Class omero.model.PointI extends omero.model.Point implements Serializable

Class omero.model.PointPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Polygon extends omero.model.Shape implements Serializable

Serialized Fields

points

omero.RString points

textValue

omero.RString textValue

Class omero.model.PolygonI extends omero.model.Polygon implements Serializable

Class omero.model.PolygonPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Polyline extends omero.model.Shape implements Serializable

Serialized Fields

points

omero.RString points

textValue

omero.RString textValue

Class omero.model.PolylineI extends omero.model.Polyline implements Serializable

Class omero.model.PolylinePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Project extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

datasetLinksSeq

List<E> datasetLinksSeq

datasetLinksLoaded

boolean datasetLinksLoaded

datasetLinksCountPerOwner

Map<K,V> datasetLinksCountPerOwner

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

name

omero.RString name

description

omero.RString description

Class omero.model.ProjectAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Project parent

child

omero.model.Annotation child

Class omero.model.ProjectAnnotationLinkI extends omero.model.ProjectAnnotationLink implements Serializable

Class omero.model.ProjectAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ProjectDatasetLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Project parent

child

omero.model.Dataset child

Class omero.model.ProjectDatasetLinkI extends omero.model.ProjectDatasetLink implements Serializable

Class omero.model.ProjectDatasetLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ProjectI extends omero.model.Project implements Serializable

Class omero.model.ProjectPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Pulse extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.PulseI extends omero.model.Pulse implements Serializable

Class omero.model.PulsePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.QuantumDef extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

cdStart

omero.RInt cdStart

cdEnd

omero.RInt cdEnd

bitResolution

omero.RInt bitResolution

Class omero.model.QuantumDefI extends omero.model.QuantumDef implements Serializable

Class omero.model.QuantumDefPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Reagent extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

name

omero.RString name

reagentIdentifier

omero.RString reagentIdentifier

screen

omero.model.Screen screen

wellLinksSeq

List<E> wellLinksSeq

wellLinksLoaded

boolean wellLinksLoaded

wellLinksCountPerOwner

Map<K,V> wellLinksCountPerOwner

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

description

omero.RString description

Class omero.model.ReagentAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Reagent parent

child

omero.model.Annotation child

Class omero.model.ReagentAnnotationLinkI extends omero.model.ReagentAnnotationLink implements Serializable

Class omero.model.ReagentAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ReagentI extends omero.model.Reagent implements Serializable

Class omero.model.ReagentPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Rect extends omero.model.Shape implements Serializable

Serialized Fields

x

omero.RDouble x

y

omero.RDouble y

width

omero.RDouble width

height

omero.RDouble height

rx

omero.RDouble rx

textValue

omero.RString textValue

Class omero.model.RectI extends omero.model.Rect implements Serializable

Class omero.model.RectPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.RenderingDef extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

pixels

omero.model.Pixels pixels

defaultZ

omero.RInt defaultZ

defaultT

omero.RInt defaultT

model

omero.model.RenderingModel model

waveRenderingSeq

List<E> waveRenderingSeq

waveRenderingLoaded

boolean waveRenderingLoaded

name

omero.RString name

compression

omero.RDouble compression

quantization

omero.model.QuantumDef quantization

spatialDomainEnhancementSeq

List<E> spatialDomainEnhancementSeq

spatialDomainEnhancementLoaded

boolean spatialDomainEnhancementLoaded

Class omero.model.RenderingDefI extends omero.model.RenderingDef implements Serializable

Class omero.model.RenderingDefPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.RenderingModel extends omero.model.IObject implements Serializable

Serialized Fields

value

omero.RString value

Class omero.model.RenderingModelI extends omero.model.RenderingModel implements Serializable

Class omero.model.RenderingModelPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ReverseIntensityContext extends omero.model.CodomainMapContext implements Serializable

Serialized Fields

reverse

omero.RBool reverse

Class omero.model.ReverseIntensityContextI extends omero.model.ReverseIntensityContext implements Serializable

Class omero.model.ReverseIntensityContextPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Roi extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

shapesSeq

List<E> shapesSeq

shapesLoaded

boolean shapesLoaded

image

omero.model.Image image

source

omero.model.OriginalFile source

namespaces

String[] namespaces

keywords

String[][] keywords

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

description

omero.RString description

Class omero.model.RoiAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Roi parent

child

omero.model.Annotation child

Class omero.model.RoiAnnotationLinkI extends omero.model.RoiAnnotationLink implements Serializable

Class omero.model.RoiAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.RoiI extends omero.model.Roi implements Serializable

Class omero.model.RoiPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Screen extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

type

omero.RString type

protocolIdentifier

omero.RString protocolIdentifier

protocolDescription

omero.RString protocolDescription

reagentSetIdentifier

omero.RString reagentSetIdentifier

reagentSetDescription

omero.RString reagentSetDescription

plateLinksSeq

List<E> plateLinksSeq

plateLinksLoaded

boolean plateLinksLoaded

plateLinksCountPerOwner

Map<K,V> plateLinksCountPerOwner

reagentsSeq

List<E> reagentsSeq

reagentsLoaded

boolean reagentsLoaded

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

name

omero.RString name

description

omero.RString description

Class omero.model.ScreenAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Screen parent

child

omero.model.Annotation child

Class omero.model.ScreenAnnotationLinkI extends omero.model.ScreenAnnotationLink implements Serializable

Class omero.model.ScreenAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ScreenI extends omero.model.Screen implements Serializable

Class omero.model.ScreenPlateLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Screen parent

child

omero.model.Plate child

Class omero.model.ScreenPlateLinkI extends omero.model.ScreenPlateLink implements Serializable

Class omero.model.ScreenPlateLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ScreenPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.ScriptJob extends omero.model.Job implements Serializable

Serialized Fields

description

omero.RString description

Class omero.model.ScriptJobI extends omero.model.ScriptJob implements Serializable

Class omero.model.ScriptJobPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Session extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

node

omero.model.Node node

uuid

omero.RString uuid

owner

omero.model.Experimenter owner

timeToIdle

omero.RLong timeToIdle

timeToLive

omero.RLong timeToLive

started

omero.RTime started

closed

omero.RTime closed

message

omero.RString message

defaultEventType

omero.RString defaultEventType

userAgent

omero.RString userAgent

eventsSeq

List<E> eventsSeq

eventsLoaded

boolean eventsLoaded

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.SessionAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Session parent

child

omero.model.Annotation child

Class omero.model.SessionAnnotationLinkI extends omero.model.SessionAnnotationLink implements Serializable

Class omero.model.SessionAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.SessionI extends omero.model.Session implements Serializable

Class omero.model.SessionPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Shape extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

theZ

omero.RInt theZ

theT

omero.RInt theT

theC

omero.RInt theC

roi

omero.model.Roi roi

locked

omero.RBool locked

g

omero.RString g

transform

omero.RString transform

vectorEffect

omero.RString vectorEffect

visibility

omero.RBool visibility

fillColor

omero.RInt fillColor

fillRule

omero.RString fillRule

strokeColor

omero.RInt strokeColor

strokeDashArray

omero.RString strokeDashArray

strokeDashOffset

omero.RInt strokeDashOffset

strokeLineCap

omero.RString strokeLineCap

strokeLineJoin

omero.RString strokeLineJoin

strokeMiterLimit

omero.RInt strokeMiterLimit

strokeWidth

omero.RInt strokeWidth

fontFamily

omero.RString fontFamily

fontSize

omero.RInt fontSize

fontStretch

omero.RString fontStretch

fontStyle

omero.RString fontStyle

fontVariant

omero.RString fontVariant

fontWeight

omero.RString fontWeight

Class omero.model.ShapePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Share extends omero.model.Session implements Serializable

Serialized Fields

group

omero.model.ExperimenterGroup group

itemCount

omero.RLong itemCount

active

omero.RBool active

data

byte[] data

Class omero.model.ShareI extends omero.model.Share implements Serializable

Class omero.model.ShareMember extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Share parent

child

omero.model.Experimenter child

Class omero.model.ShareMemberI extends omero.model.ShareMember implements Serializable

Class omero.model.ShareMemberPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.SharePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.SmartEllipseI extends omero.model.EllipseI implements Serializable

Class omero.model.SmartLineI extends omero.model.LineI implements Serializable

Class omero.model.SmartMaskI extends omero.model.MaskI implements Serializable

Class omero.model.SmartPathI extends omero.model.PathI implements Serializable

Class omero.model.SmartPointI extends omero.model.PointI implements Serializable

Class omero.model.SmartPolygonI extends omero.model.PolygonI implements Serializable

Class omero.model.SmartPolylineI extends omero.model.PolylineI implements Serializable

Class omero.model.SmartRectI extends omero.model.RectI implements Serializable

Class omero.model.SmartTextI extends omero.model.LabelI implements Serializable

Class omero.model.StageLabel extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

positionX

omero.RDouble positionX

positionY

omero.RDouble positionY

positionZ

omero.RDouble positionZ

name

omero.RString name

Class omero.model.StageLabelI extends omero.model.StageLabel implements Serializable

Class omero.model.StageLabelPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.StatsInfo extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

globalMin

omero.RDouble globalMin

globalMax

omero.RDouble globalMax

Class omero.model.StatsInfoI extends omero.model.StatsInfo implements Serializable

Class omero.model.StatsInfoPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.TagAnnotation extends omero.model.TextAnnotation implements Serializable

Class omero.model.TagAnnotationI extends omero.model.TagAnnotation implements Serializable

Class omero.model.TagAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.TermAnnotation extends omero.model.BasicAnnotation implements Serializable

Serialized Fields

termValue

omero.RString termValue

Class omero.model.TermAnnotationI extends omero.model.TermAnnotation implements Serializable

Class omero.model.TermAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.TextAnnotation extends omero.model.Annotation implements Serializable

Serialized Fields

textValue

omero.RString textValue

Class omero.model.TextAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Thumbnail extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

pixels

omero.model.Pixels pixels

mimeType

omero.RString mimeType

sizeX

omero.RInt sizeX

sizeY

omero.RInt sizeY

ref

omero.RString ref

Class omero.model.ThumbnailI extends omero.model.Thumbnail implements Serializable

Class omero.model.ThumbnailPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.TimestampAnnotation extends omero.model.BasicAnnotation implements Serializable

Serialized Fields

timeValue

omero.RTime timeValue

Class omero.model.TimestampAnnotationI extends omero.model.TimestampAnnotation implements Serializable

Class omero.model.TimestampAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.TransmittanceRange extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

cutIn

omero.RInt cutIn

cutOut

omero.RInt cutOut

cutInTolerance

omero.RInt cutInTolerance

cutOutTolerance

omero.RInt cutOutTolerance

transmittance

omero.RDouble transmittance

Class omero.model.TransmittanceRangeI extends omero.model.TransmittanceRange implements Serializable

Class omero.model.TransmittanceRangePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.TypeAnnotation extends omero.model.Annotation implements Serializable

Class omero.model.TypeAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.Well extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

status

omero.RString status

column

omero.RInt column

row

omero.RInt row

red

omero.RInt red

green

omero.RInt green

blue

omero.RInt blue

alpha

omero.RInt alpha

reagentLinksSeq

List<E> reagentLinksSeq

reagentLinksLoaded

boolean reagentLinksLoaded

reagentLinksCountPerOwner

Map<K,V> reagentLinksCountPerOwner

externalDescription

omero.RString externalDescription

externalIdentifier

omero.RString externalIdentifier

type

omero.RString type

wellSamplesSeq

List<E> wellSamplesSeq

wellSamplesLoaded

boolean wellSamplesLoaded

plate

omero.model.Plate plate

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.WellAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Well parent

child

omero.model.Annotation child

Class omero.model.WellAnnotationLinkI extends omero.model.WellAnnotationLink implements Serializable

Class omero.model.WellAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.WellI extends omero.model.Well implements Serializable

Class omero.model.WellPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.WellReagentLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.Well parent

child

omero.model.Reagent child

Class omero.model.WellReagentLinkI extends omero.model.WellReagentLink implements Serializable

Class omero.model.WellReagentLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.WellSample extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

posX

omero.RDouble posX

posY

omero.RDouble posY

timepoint

omero.RTime timepoint

plateAcquisition

omero.model.PlateAcquisition plateAcquisition

well

omero.model.Well well

image

omero.model.Image image

annotationLinksSeq

List<E> annotationLinksSeq

annotationLinksLoaded

boolean annotationLinksLoaded

annotationLinksCountPerOwner

Map<K,V> annotationLinksCountPerOwner

Class omero.model.WellSampleAnnotationLink extends omero.model.IObject implements Serializable

Serialized Fields

version

omero.RInt version

parent

omero.model.WellSample parent

child

omero.model.Annotation child

Class omero.model.WellSampleAnnotationLinkI extends omero.model.WellSampleAnnotationLink implements Serializable

Class omero.model.WellSampleAnnotationLinkPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.WellSampleI extends omero.model.WellSample implements Serializable

Class omero.model.WellSamplePrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.model.XmlAnnotation extends omero.model.TextAnnotation implements Serializable

Class omero.model.XmlAnnotationI extends omero.model.XmlAnnotation implements Serializable

Class omero.model.XmlAnnotationPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable


Package omero.sys

Class omero.sys.EventContext extends Ice.ObjectImpl implements Serializable

Serialized Fields

shareId

long shareId

sessionId

long sessionId

sessionUuid

String sessionUuid

userId

long userId

userName

String userName

groupId

long groupId

groupName

String groupName

isAdmin

boolean isAdmin

eventId

long eventId

eventType

String eventType

memberOfGroups

List<E> memberOfGroups

leaderOfGroups

List<E> leaderOfGroups

groupPermissions

omero.model.Permissions groupPermissions

Class omero.sys.EventContextPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.sys.Filter extends Ice.ObjectImpl implements Serializable

Serialized Fields

unique

omero.RBool unique

ownerId

omero.RLong ownerId

groupId

omero.RLong groupId

offset

omero.RInt offset

limit

omero.RInt limit

startTime

omero.RTime startTime

endTime

omero.RTime endTime

Class omero.sys.FilterPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.sys.Options extends Ice.ObjectImpl implements Serializable

Serialized Fields

leaves

omero.RBool leaves

orphan

omero.RBool orphan

acquisitionData

omero.RBool acquisitionData

Class omero.sys.OptionsPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.sys.Parameters extends Ice.ObjectImpl implements Serializable

Serialized Fields

map

Map<K,V> map

theFilter

omero.sys.Filter theFilter

theOptions

omero.sys.Options theOptions

Class omero.sys.ParametersI extends omero.sys.Parameters implements Serializable

Class omero.sys.ParametersPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.sys.Principal extends Ice.ObjectImpl implements Serializable

Serialized Fields

name

String name

group

String group

eventType

String eventType

umask

omero.model.Permissions umask

Class omero.sys.PrincipalPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable

Class omero.sys.Roles extends Ice.ObjectImpl implements Serializable

Serialized Fields

rootId

long rootId

rootName

String rootName

systemGroupId

long systemGroupId

systemGroupName

String systemGroupName

userGroupId

long userGroupId

userGroupName

String userGroupName

guestGroupName

String guestGroupName

Class omero.sys.RolesPrxHelper extends Ice.ObjectPrxHelperBase implements Serializable


Package org.hibernate.stat

Class org.hibernate.stat.CategorizedStatistics extends Object implements Serializable

Serialized Fields

categoryName

String categoryName

Class org.hibernate.stat.CollectionStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

loadCount

long loadCount

fetchCount

long fetchCount

updateCount

long updateCount

removeCount

long removeCount

recreateCount

long recreateCount

Class org.hibernate.stat.ConcurrentCollectionStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

loadCount

AtomicLong loadCount

fetchCount

AtomicLong fetchCount

updateCount

AtomicLong updateCount

removeCount

AtomicLong removeCount

recreateCount

AtomicLong recreateCount

Class org.hibernate.stat.ConcurrentEntityStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

loadCount

AtomicLong loadCount

updateCount

AtomicLong updateCount

insertCount

AtomicLong insertCount

deleteCount

AtomicLong deleteCount

fetchCount

AtomicLong fetchCount

optimisticFailureCount

AtomicLong optimisticFailureCount

Class org.hibernate.stat.ConcurrentQueryStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

cacheHitCount

AtomicLong cacheHitCount

cacheMissCount

AtomicLong cacheMissCount

cachePutCount

AtomicLong cachePutCount

executionCount

AtomicLong executionCount

executionRowCount

AtomicLong executionRowCount

executionMaxTime

AtomicLong executionMaxTime

executionMinTime

AtomicLong executionMinTime

totalExecutionTime

AtomicLong totalExecutionTime

readLock

Lock readLock

writeLock

Lock writeLock

Class org.hibernate.stat.ConcurrentSecondLevelCacheStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

hitCount

AtomicLong hitCount

missCount

AtomicLong missCount

putCount

AtomicLong putCount

Class org.hibernate.stat.EntityStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

loadCount

long loadCount

updateCount

long updateCount

insertCount

long insertCount

deleteCount

long deleteCount

fetchCount

long fetchCount

optimisticFailureCount

long optimisticFailureCount

Class org.hibernate.stat.QueryStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

cacheHitCount

long cacheHitCount

cacheMissCount

long cacheMissCount

cachePutCount

long cachePutCount

executionCount

long executionCount

executionRowCount

long executionRowCount

executionAvgTime

long executionAvgTime

executionMaxTime

long executionMaxTime

executionMinTime

long executionMinTime

Class org.hibernate.stat.SecondLevelCacheStatisticsImpl extends org.hibernate.stat.CategorizedStatistics implements Serializable

Serialized Fields

hitCount

long hitCount

missCount

long missCount

putCount

long putCount



OmeroJava Api

Version: 4.3.3-00d1137e-b2894

Copyright © 2009 The University of Dundee. All Rights Reserved.