Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd

Overview

module cmd

Simplified API that is intended for passing

Module Index

graphs
Options that modify GraphModify2 request execution.

Class Index

Chgrp

Deprecated.

Chgrp2
Move model objects into a different experimenter group.
Chgrp2Response
Result of moving model objects into a different experimenter group.
ChgrpRsp

Deprecated.

Chmod
Modifies the permissions settings for the given object.

Deprecated.

Chmod2
Change the permissions on model objects.
Chmod2Response
Result of changing the permissions on model objects.
ChmodRsp

Deprecated.

Chown

Deprecated.

Chown2
Change the ownership of model objects.
Chown2Response
Result of changing the ownership of model objects.
ChownRsp

Deprecated.

CurrentSessionsRequest
Argument-less request that will produce a CurrentSessionsResponse if no ERR occurs.
CurrentSessionsResponse
Return value from CurrentSessionsRequest consisting of two ordered lists of matching length.
Delete
Delete requests will return a DeleteRsp unless an error has occurred in which case a standard ERR may be returned.

Deprecated.

Delete2
Delete model objects.
Delete2Response
Result of deleting model objects.
DeleteRsp
Mirrors and replaces DeleteReport.

Deprecated.

DiskUsage
Request to determine the disk usage of the given objects and their contents.
DiskUsageResponse
Disk usage report: bytes used and non-empty file counts on the repository file-system for specific objects.
DoAll
DoAllRsp
ERR
FindHandles
FindHandlesRsp
GraphConstraintERR
Returned when specifically a ome.services.graphs.GraphConstraintException is thrown.

Deprecated.

GraphException
Returned when specifically a ome.services.graphs.GraphException is thrown.
GraphModify

Deprecated.

GraphModify2
Base class for new requests for operating upon the model object graph.
GraphSpecList

Deprecated.

GraphSpecListRsp

Deprecated.

ListRequests
ListRequestsRsp
ManageImageBinaries
Queries and modifies the various binary artifacts which may be linked to an model::Image.
ManageImageBinariesResponse
Response from a ManageImageBinaries Request.
OK
OriginalMetadataRequest
Requests the file metadata to be loaded for a given image.
OriginalMetadataResponse
Successful response for OriginalMetadataRequest.
PopStatus
PopStatusRsp
Request
ResetPasswordRequest
Requests a reset password for the given user.
ResetPasswordResponse
Successful response for ResetPasswordRequest.
Response
SendEmailRequest
Requests an email to be send to all users of the omero determines inactive users, an active members of given groups and/or specific users.
SendEmailResponse
Successful response for SendEmailRequest.
SkipHead
Perform a request skipping the top-most model objects in the graph.
Status
Timing
Diagnostic command which can be used to see the overhead of callbacks.
Unknown
UpdateSessionTimeoutRequest
Proposes a change to one or both of the timeToLive and timeToIdle properties of a live session.
UsedFilesRequest
Request to determine the original files associated with the given image.
UsedFilesResponse
The used files associated with an FS image.
UsedFilesResponsePreFs
The used files associated with a pre-FS image.

Interface Index

CmdCallback
Handle
Session
Starting point for all command-based OMERO.blitz interaction.

Sequence Index

GraphModifyList

Deprecated.

HandleList
RequestList
ResponseList
StateList
StatusList
StringMapList

Dictionary Index

StringMap

Enumeration Index

State

Sequences

[ "deprecated:omero::cmd::GraphModify is deprecated", "java:type:java.util.ArrayList:java.util.List" ] sequence<GraphModify> GraphModifyList

This type is deprecated.

Used By

GraphSpecListRsp::list
[ "java:type:java.util.ArrayList:java.util.List" ] sequence<Handle*> HandleList

Used By

FindHandlesRsp::handles
[ "java:type:java.util.ArrayList:java.util.List" ] sequence<Request> RequestList

Used By

DoAll::requests
ListRequestsRsp::list
[ "java:type:java.util.ArrayList:java.util.List" ] sequence<Response> ResponseList

Used By

DoAllRsp::responses
[ "java:type:java.util.ArrayList:java.util.List" ] sequence<State> StateList

Used By

FindHandles::exclude
FindHandles::include
PopStatus::exclude
PopStatus::include
Status::flags
[ "java:type:java.util.ArrayList:java.util.List" ] sequence<Status> StatusList

Used By

DoAllRsp::status
PopStatusRsp::list
sequence<StringMap> StringMapList

Used By

DoAll::contexts

Dictionaries

dictionary<string, string> StringMap

Used By

StringMapList
ERR::parameters
GraphModify::options
Status::parameters

Home Previous Up Next Index