Version: 5.3.5-ice35-b73

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