Package omero.grid

Class RawAccessRequest

  • All Implemented Interfaces:
    Ice.Object, java.io.Serializable, java.lang.Cloneable
    Direct Known Subclasses:
    RawAccessRequestI

    public class RawAccessRequest
    extends Request
    Deprecated.
    Not intended for use by production clients. Functionality to be moved from Ice to microservices.
    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.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] __ids
      Deprecated.
       
      java.util.List<java.lang.String> args
      Deprecated.
      Not intended for use by production clients.
      java.lang.String command
      Deprecated.
      Not intended for use by production clients.
      java.lang.String path
      Deprecated.
      Not intended for use by production clients.
      java.lang.String repoUuid
      Deprecated.
      Not intended for use by production clients.
      static long serialVersionUID
      Deprecated.
       
      • Fields inherited from interface Ice.Object

        ice_staticId
    • Constructor Summary

      Constructors 
      Constructor Description
      RawAccessRequest()
      Deprecated.
       
      RawAccessRequest​(java.lang.String repoUuid, java.lang.String command, java.util.List<java.lang.String> args, java.lang.String path)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void __readImpl​(IceInternal.BasicStream __is)
      Deprecated.
       
      protected void __writeImpl​(IceInternal.BasicStream __os)
      Deprecated.
       
      RawAccessRequest clone()
      Deprecated.
       
      static Ice.ObjectFactory ice_factory()
      Deprecated.
       
      java.lang.String ice_id()
      Deprecated.
       
      java.lang.String ice_id​(Ice.Current __current)
      Deprecated.
       
      java.lang.String[] ice_ids()
      Deprecated.
       
      java.lang.String[] ice_ids​(Ice.Current __current)
      Deprecated.
       
      boolean ice_isA​(java.lang.String s)
      Deprecated.
       
      boolean ice_isA​(java.lang.String s, Ice.Current __current)
      Deprecated.
       
      static java.lang.String ice_staticId()
      Deprecated.
       
      • Methods inherited from class Ice.ObjectImpl

        ___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __dispatch, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • __ids

        public static final java.lang.String[] __ids
        Deprecated.
      • repoUuid

        public java.lang.String repoUuid
        Deprecated.
        Not intended for use by production clients. Functionality to be moved from Ice to microservices.
      • command

        public java.lang.String command
        Deprecated.
        Not intended for use by production clients. Functionality to be moved from Ice to microservices.
      • args

        public java.util.List<java.lang.String> args
        Deprecated.
        Not intended for use by production clients. Functionality to be moved from Ice to microservices.
      • path

        public java.lang.String path
        Deprecated.
        Not intended for use by production clients. Functionality to be moved from Ice to microservices.
      • serialVersionUID

        public static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • RawAccessRequest

        public RawAccessRequest()
        Deprecated.
      • RawAccessRequest

        public RawAccessRequest​(java.lang.String repoUuid,
                                java.lang.String command,
                                java.util.List<java.lang.String> args,
                                java.lang.String path)
        Deprecated.
    • Method Detail

      • ice_factory

        public static Ice.ObjectFactory ice_factory()
        Deprecated.
      • ice_isA

        public boolean ice_isA​(java.lang.String s)
        Deprecated.
        Specified by:
        ice_isA in interface Ice.Object
        Overrides:
        ice_isA in class Request
      • ice_isA

        public boolean ice_isA​(java.lang.String s,
                               Ice.Current __current)
        Deprecated.
        Specified by:
        ice_isA in interface Ice.Object
        Overrides:
        ice_isA in class Request
      • ice_ids

        public java.lang.String[] ice_ids()
        Deprecated.
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class Request
      • ice_ids

        public java.lang.String[] ice_ids​(Ice.Current __current)
        Deprecated.
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class Request
      • ice_id

        public java.lang.String ice_id()
        Deprecated.
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class Request
      • ice_id

        public java.lang.String ice_id​(Ice.Current __current)
        Deprecated.
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class Request
      • ice_staticId

        public static java.lang.String ice_staticId()
        Deprecated.
      • __writeImpl

        protected void __writeImpl​(IceInternal.BasicStream __os)
        Deprecated.
        Overrides:
        __writeImpl in class Request
      • __readImpl

        protected void __readImpl​(IceInternal.BasicStream __is)
        Deprecated.
        Overrides:
        __readImpl in class Request