OmeroBlitz API
Home Previous Up Next Index

omero::sys::Options

Overview

class Options

Similar to Filter, provides common options which MAY be applied on a given method. Check each interface's documentation for more details. leaves := whether or not graph leaves (usually images) should be loaded orphan := whether or not orphaned objects (e.g. datasets not in a project) should be loaded acquisition...:= whether or not acquisitionData (objectives, etc.) should be loaded cacheable := whether or not the query is cacheable by Hibernate (use with caution: caching may be counterproductive)

Used By

Parameters::theOptions

Data Member Index

leaves
orphan
acquisitionData
cacheable

Deprecated.

Data Members

RBool leaves;

RBool orphan;

RBool acquisitionData;

[ "deprecate:experimental: may be wholly removed in next major version" ] RBool cacheable;

experimental: may be wholly removed in next major version


Home Previous Up Next Index