Version: 5.3.5-ice35-b73

OmeroBlitz API
Home Previous Up Next Index

omero::cmd::graphs

Overview

module graphs

Options that modify GraphModify2 request execution. By default, a user's related ""orphaned"" objects are typically included in a request's operation. These options override that behavior, allowing the client to specify whether to always or never include given kinds of child object regardless of if they are orphans. For annotations, each override is limited to specific annotation namespaces. (If no namespaces are specified, defaults apply according to the configuration of the graph request factory.)

Class Index

ChildOption
How GraphModify2 requests should deal with kinds of children, related to the target objects.

Sequence Index

ChildOptions
A list of if GraphModify2 requests should operate on specific kinds of children.

Sequences

[ "java:type:java.util.ArrayList:java.util.List" ] sequence<ChildOption> ChildOptions

A list of if GraphModify2 requests should operate on specific kinds of children. Only the first applicable option takes effect.

Used By

GraphModify2::childOptions

Home Previous Up Next Index