Version: 5.1.4-ice35-b55

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 actual model object updates.

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 actual model object updates. The response is still as if the operation actually occurred, indicating what would have been done to which objects.


Home Previous Up Next Index