OmeroBlitz API
Home Previous Up Next Index

omero::cmd::graphs::ChildOption

Overview

class ChildOption

How GraphModify2 requests should deal with kinds of children, related to the target objects. By default, it is usual for only orphans to be operated on. At least one of includeType or excludeType must be used; if a type matches both, then it is included. No more than one of includeNs and excludeNs may be used.

Used By

ChildOptions

Data Member Index

includeType
Include in the operation all children of these types.
excludeType
Include in the operation no children of these types.
includeNs
For annotations, limit the applicability of this option to only those in these namespaces.
excludeNs
For annotations, limit the applicability of this option to only those not in these namespaces.

Data Members

api::StringSet includeType;

Include in the operation all children of these types.

api::StringSet excludeType;

Include in the operation no children of these types.

api::StringSet includeNs;

For annotations, limit the applicability of this option to only those in these namespaces.

api::StringSet excludeNs;

For annotations, limit the applicability of this option to only those not in these namespaces.


Home Previous Up Next Index