Version: 5.0.8-ice34-b60

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd

Overview

module cmd

Simplified API that is intended for passing

Class Index

Chgrp
ChgrpRsp
Chmod
Modifies the permissions settings for the given object.
ChmodRsp
Chown
ChownRsp
Delete
Delete requests will return a DeleteRsp unless an error has occurred in which case a standard ERR may be returned.
DeleteRsp
Mirrors and replaces DeleteReport.
DoAll
DoAllRsp
ERR
FindHandles
FindHandlesRsp
GraphConstraintERR
Returned when specifically a ome.services.graphs.GraphConstraintException is thrown.
GraphModify
GraphSpecList
GraphSpecListRsp
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
Response
Status
Timing
Diagnostic command which can be used to see the overhead of callbacks.
Unknown

Interface Index

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

Sequence Index

GraphModifyList
HandleList
RequestList
ResponseList
StateList
StatusList
StringMapList

Dictionary Index

StringMap

Enumeration Index

State

Sequences

[ "java:type:java.util.ArrayList:java.util.List" ] sequence<GraphModify> GraphModifyList

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