Version: 5.4.10-ice35-b105
OmeroBlitz API
Home
Previous
Up
Next
Index
omero::grid
Overview
module grid
Interfaces and types running the backend facilities.
Module Index
monitors
Class Index
BoolColumn
Column
Base type for dealing working with tabular data.
Data
DatasetColumn
DoubleArrayColumn
DoubleColumn
FileColumn
FloatArrayColumn
ImageColumn
ImportLocation
Returned by
ManagedRepository::importFileset
with the information needed to proceed with an FS import.
ImportRequest
Command object which will be used to create the
cmd::Handle
instances passed back by the
ImportProcess
.
ImportResponse
Successful response returned from execution of
ImportRequest
.
ImportSettings
User configuration options.
JobParams
Complete job description with all input and output Params.
LongArrayColumn
LongColumn
MaskColumn
Column requiring special handling.
Param
A single parameter to a Job.
PlateColumn
RawAccessRequest
Command object which will be parsed by the internal repository given by ""repo"".
Deprecated.
RoiColumn
StringColumn
WellColumn
Interface Index
ClusterNode
Interface implemented by each server instance.
ImportProcess
User configuration options.
InteractiveProcessor
Client facing interface to the background processing framework.
InternalRepository
Internal portion of the API used for management.
ManagedRepository
FS-enabled repository which can convert uploaded files into Images by using Bio-Formats to import them.
Process
Thin wrapper around a system-level process.
ProcessCallback
Callback which can be attached to a Process with notification of any of the possible ends-of-life that a Process might experience
Processor
Simple controller for Processes.
ProcessorCallback
Internal callback interface which is passed to the
Processor::accepts
method to query whether or not a processor will accept a certain operation.
Repository
Client-accessible interface representing a single mount point on the server-side.
ScriptProcess
Extension of the
Process
interface which is returned by
IScript
when an
model::ScriptJob
is launched.
SharedResources
Resource manager provided by each Blitz session for acquiring shared resources in the OmeroGrid.
Table
Tables
Exception Index
FileDeleteException
Specifies that a file with the given path has failed to be deleted from the file system.
RepositoryException
Base repository exception.
UnregisteredFileException
Specifies that a file is located at the given location that is not otherwise known by the repository.
Structure Index
RepositoryMap
Return value for
SharedResources::repositories
The descriptions and proxies arrays will have the same size and each index in descriptions (non-null) will match a possibly null proxy, if the given repository is not currently accessible.
Sequence Index
ColumnArray
ImportProcessList
InteractiveProcessorList
RepositoryProxyList
Dictionary Index
ParamMap
Sequences
sequence<
Column
>
ColumnArray
Used By
Data::columns
Table::addData
Table::getHeaders
Table::initialize
[ "java:type:java.util.ArrayList
:java.util.List
" ] sequence<
ImportProcess
*>
ImportProcessList
Used By
ManagedRepository::listImports
[ "java:type:java.util.ArrayList
:java.util.List
" ] sequence<
InteractiveProcessor
*>
InteractiveProcessorList
Used By
api::MetadataStore::postProcess
[ "java:type:java.util.ArrayList
:java.util.List
" ] sequence<
Repository
*>
RepositoryProxyList
Used By
RepositoryMap::proxies
Dictionaries
dictionary<string,
Param
>
ParamMap
Used By
JobParams::inputs
JobParams::outputs
Home
Previous
Up
Next
Index