Package omero.grid
Class RawAccessRequest
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.cmd.Request
-
- omero.grid.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.
-
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.
-
-
-
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
-
-
Method Detail
-
ice_factory
public static Ice.ObjectFactory ice_factory()
Deprecated.
-
ice_isA
public boolean ice_isA(java.lang.String s)
Deprecated.
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
Deprecated.
-
ice_ids
public java.lang.String[] ice_ids()
Deprecated.
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
Deprecated.
-
ice_id
public java.lang.String ice_id()
Deprecated.
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
Deprecated.
-
ice_staticId
public static java.lang.String ice_staticId()
Deprecated.
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
Deprecated.- Overrides:
__writeImpl
in classRequest
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
Deprecated.- Overrides:
__readImpl
in classRequest
-
clone
public RawAccessRequest clone()
Deprecated.
-
-