Version: 5.1.2-ice35-b45

OmeroBlitz Api
Home Previous Up Next Index

omero::cmd::GraphModify2

Overview

class GraphModify2 extends Request

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

Derived Classes and Interfaces

Chgrp2
Chmod2
Chown2
Delete2
SkipHead

Used By

SkipHead::request

Data Member Index

targetObjects
The model objects upon which to operate.
childOptions
If the request should operate on specific kinds of children.
dryRun
If this request should skip the phases in which model objects are operated upon.

Data Members

api::StringLongListMap targetObjects;

The model objects upon which to operate. Related model objects may also be targeted.

graphs::ChildOptions childOptions;

If the request should operate on specific kinds of children. Only the first applicable option takes effect.

bool dryRun;

If this request should skip the phases in which model objects are operated upon. The response is still as if the operation actually occurred, indicating what would have been done to which objects, except for that various permissions checks are omitted.


Home Previous Up Next Index