OmeroBlitz API
Home Previous Up Next Index

omero::cmd::GraphModify2

Overview

class GraphModify2 extends GraphQuery

Base class for new requests for modifying the model object graph.

Derived Classes and Interfaces

Chgrp2
Chmod2
Chown2
Delete2
Duplicate
SkipHead

Used By

SkipHead::request

Data Member Index

childOptions
If the request should operate on specific kinds of children.
dryRun
If this request should skip the actual model object updates.

Data Members

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