OmeroBlitz API
Home Previous Up Next Index

omero::cmd::Duplicate

Overview

class Duplicate extends GraphModify2

Duplicate model objects with some selection of their subgraph. All target model objects must be in the current group context. The extra three data members allow adjustment of the related subgraph. The same type must not be listed in more than one of those data members. Use of a more specific sub-type in a data member always overrides the more general type in another.

Data Member Index

typesToDuplicate
The types of the model objects to actually duplicate.
typesToReference
The types of the model objects that should not be duplicated but that may participate in references involving duplicates.
typesToIgnore
The types of the model objects that should not be duplicated and that may not participate in references involving duplicates.

Data Members

api::StringSet typesToDuplicate;

The types of the model objects to actually duplicate.

api::StringSet typesToReference;

The types of the model objects that should not be duplicated but that may participate in references involving duplicates.

api::StringSet typesToIgnore;

The types of the model objects that should not be duplicated and that may not participate in references involving duplicates.


Home Previous Up Next Index