Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::DoAll

Overview

class DoAll extends Request

Data Member Index

requests
contexts
List of call context objects which should get applied to each Request.

Data Members

RequestList requests;

StringMapList contexts;

List of call context objects which should get applied to each Request. The list need only be as large as necessary to apply to a given request. Null and empty StringMap instances will be ignored.


Home Previous Up Next Index