Version: 5.4.10-ice35-b105

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::FindChildren

Overview

class FindChildren extends GraphQuery

Identify the children or contents of model objects. Traverses the model graph to identify indirect relationships.

Data Member Index

typesOfChildren
The types of children being sought.
stopBefore
Classes of model objects to exclude from the recursive search.

Data Members

api::StringSet typesOfChildren;

The types of children being sought.

api::StringSet stopBefore;

Classes of model objects to exclude from the recursive search. Search does not include or pass such objects. For efficiency the server automatically excludes various classes depending on the other arguments of the request.


Home Previous Up Next Index