Version: 5.1.4-ice35-b55

OmeroBlitz Api
Home Previous Up Next Index

omero::grid::RawAccessRequest

Overview

class RawAccessRequest extends cmd::Request

Command object which will be parsed by the internal repository given by "repo". This command will *only* be processed if the user has sufficient rights (e.g. is a member of "system") and is largely intended for testing and diagnosis rather than actual client functionality.

Used By

InternalRepository::rawAccess

Data Member Index

repoUuid
command
args
path

Data Members

string repoUuid;

string command;

api::StringSet args;

string path;


Home Previous Up Next Index