omero::cmd
        Overview
        module cmd
        
Simplified API that is intended for passing
        Module Index
        
            - graphs
 
            - 
                Options that modify GraphModify2 request execution.
 
        
        Class Index
        
            - Chgrp2
 
            - 
                Move model objects into a different experimenter group.
 
            - Chgrp2Response
 
            - 
                Result of moving model objects into a different experimenter
group.
 
            - Chmod2
 
            - 
                Change the permissions on model objects.
 
            - Chmod2Response
 
            - 
                Result of changing the permissions on model objects.
 
            - Chown2
 
            - 
                Change the ownership of model objects.
 
            - Chown2Response
 
            - 
                Result of changing the ownership of model objects.
 
            - CurrentSessionsRequest
 
            - 
                Argument-less request that will produce a
CurrentSessionsResponse if no ERR occurs.
 
            - CurrentSessionsResponse
 
            - 
                Return value from CurrentSessionsRequest
consisting of two ordered lists of matching length.
 
            - Delete2
 
            - 
                Delete model objects.
 
            - Delete2Response
 
            - 
                Result of deleting model objects.
 
            - DiskUsage
 
            - 
                Request to determine the disk usage of the given objects
and their contents.
                
                    Deprecated.
             
            - DiskUsage2
 
            - 
                Request to determine the disk usage of the given objects
and their contents.
 
            - DiskUsage2Response
 
            - 
                Disk usage report: bytes used and non-empty file counts on the
repository file-system for specific objects.
 
            - DiskUsageResponse
 
            - 
                Disk usage report: bytes used and non-empty file counts on the
repository file-system for specific objects.
                
                    Deprecated.
             
            - DoAll
 
            - 
                
 
            - DoAllRsp
 
            - 
                
 
            - Duplicate
 
            - 
                Duplicate model objects with some selection of their subgraph.
 
            - DuplicateResponse
 
            - 
                Result of duplicating model objects.
 
            - ERR
 
            - 
                
 
            - FindChildren
 
            - 
                Identify the children or contents of model objects.
 
            - FindHandles
 
            - 
                
 
            - FindHandlesRsp
 
            - 
                
 
            - FindParents
 
            - 
                Identify the parents or containers of model objects.
 
            - FindPyramids
 
            - 
                Requests all pyramids files.
 
            - FindPyramidsResponse
 
            - 
                Returns the image Ids corresponding to the pyramid files.
 
            - FoundChildren
 
            - 
                Result of identifying the children or contents of model objects.
 
            - FoundParents
 
            - 
                Result of identifying the parents or containers of model objects.
 
            - GraphException
 
            - 
                Returned when specifically a ome.services.graphs.GraphException
is thrown.
 
            - GraphModify2
 
            - 
                Base class for new requests for modifying the model object graph.
 
            - GraphQuery
 
            - 
                Base class for new requests for reading the model object graph.
 
            - LegalGraphTargets
 
            - 
                Graph requests typically allow only specific model object classes
to be targeted.
 
            - LegalGraphTargetsResponse
 
            - 
                A list of the legal targets for a graph request.
 
            - ListRequests
 
            - 
                
 
            - ListRequestsRsp
 
            - 
                
 
            - ManageImageBinaries
 
            - 
                Queries and modifies the various binary artifacts
which may be linked to an model::Image.
 
            - ManageImageBinariesResponse
 
            - 
                Response from a ManageImageBinaries Request.
 
            - OK
 
            - 
                
 
            - OriginalMetadataRequest
 
            - 
                Requests the file metadata to be loaded for a given
image.
 
            - OriginalMetadataResponse
 
            - 
                Successful response for OriginalMetadataRequest.
 
            - PopStatus
 
            - 
                
 
            - PopStatusRsp
 
            - 
                
 
            - Request
 
            - 
                
 
            - ResetPasswordRequest
 
            - 
                Requests a reset password for the given user.
 
            - ResetPasswordResponse
 
            - 
                Successful response for ResetPasswordRequest.
 
            - Response
 
            - 
                
 
            - SendEmailRequest
 
            - 
                Requests an email to be send to all users of the omero
determines inactive users, an active members of given groups
and/or specific users.
 
            - SendEmailResponse
 
            - 
                Successful response for {@code SendEmailRequest}.
 
            - SkipHead
 
            - 
                Perform a request skipping the top-most model objects in the
graph.
 
            - Status
 
            - 
                
 
            - Timing
 
            - 
                Diagnostic command which can be used to see the overhead
of callbacks.
 
            - Unknown
 
            - 
                
 
            - UpdateSessionTimeoutRequest
 
            - 
                Proposes a change to one or both of the timeToLive
and timeToIdle properties of a live session.
 
            - UsedFilesRequest
 
            - 
                Request to determine the original files associated with the given
image.
 
            - UsedFilesResponse
 
            - 
                The used files associated with an FS image.
 
            - UsedFilesResponsePreFs
 
            - 
                The used files associated with a pre-FS image.
 
        
        Interface Index
        
            - CmdCallback
 
            - 
                
 
            - Handle
 
            - 
                
 
            - Session
 
            - 
                Starting point for all command-based OMERO.blitz interaction.
 
        
        Sequence Index
        
            - HandleList
 
            - 
                
 
            - RequestList
 
            - 
                
 
            - ResponseList
 
            - 
                
 
            - StateList
 
            - 
                
 
            - StatusList
 
            - 
                
 
            - StringMapList
 
            - 
                
 
        
        Dictionary Index
        
            - StringMap
 
            - 
                
 
        
        Enumeration Index
        
            - State
 
            - 
                
 
        
        Sequences
        
            - 
                [ "java:type:java.util.ArrayList:java.util.List" ]
                    sequence<Handle*> HandleList
            
 
            - 
                
Used By
                
                    - FindHandlesRsp::handles
 
                
             
        
        
            - 
                [ "java:type:java.util.ArrayList:java.util.List" ]
                    sequence<Request> RequestList
            
 
            - 
                
Used By
                
                    - DoAll::requests
 
                    - ListRequestsRsp::list
 
                
             
        
        
            - 
                [ "java:type:java.util.ArrayList:java.util.List" ]
                    sequence<Response> ResponseList
            
 
            - 
                
Used By
                
                    - DoAllRsp::responses
 
                
             
        
        
            - 
                [ "java:type:java.util.ArrayList:java.util.List" ]
                    sequence<State> StateList
            
 
            - 
                
Used By
                
                    - FindHandles::exclude
 
                    - FindHandles::include
 
                    - PopStatus::exclude
 
                    - PopStatus::include
 
                    - Status::flags
 
                
             
        
        
            - 
                [ "java:type:java.util.ArrayList:java.util.List" ]
                    sequence<Status> StatusList
            
 
            - 
                
Used By
                
                    - DoAllRsp::status
 
                    - PopStatusRsp::list
 
                
             
        
        
            - 
                sequence<StringMap> StringMapList
            
 
            - 
                
Used By
                
                    - DoAll::contexts
 
                
             
        
        Dictionaries
        
            - 
                dictionary<string, string> StringMap
            
 
            - 
                
Used By
                
                    - StringMapList
 
                    - ERR::parameters
 
                    - Status::parameters