Version: 5.4.9-ice35-b101

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::FindParents

Overview

class FindParents extends GraphQuery

Identify the parents or containers of model objects. Traverses the model graph to identify indirect relationships.

Data Member Index

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

Data Members

api::StringSet typesOfParents;

The types of parents 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