public interface FileServerPrx
extends Ice.ObjectPrx
Modifier and Type | Method and Description |
---|---|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
Callback_FileServer_fileExists __cb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
Ice.Callback __cb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_fileExists __cb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_fileExists(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
Callback_FileServer_getATime __cb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
Ice.Callback __cb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getATime __cb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getATime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
Callback_FileServer_getBaseName __cb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
Ice.Callback __cb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getBaseName __cb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBaseName(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get base name of a file, this is the name
stripped of any path, e.g.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
Callback_FileServer_getBulkDirectory __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
Ice.Callback __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getBulkDirectory __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
Callback_FileServer_getCTime __cb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
Ice.Callback __cb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getCTime __cb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getCTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
Callback_FileServer_getDirectory __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
Ice.Callback __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getDirectory __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get an absolute directory from an OMERO.fs server.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
Callback_FileServer_getMTime __cb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
Ice.Callback __cb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getMTime __cb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getMTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_FloatCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
Callback_FileServer_getOwner __cb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
Ice.Callback __cb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getOwner __cb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getOwner(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
Callback_FileServer_getSHA1 __cb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
Ice.Callback __cb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getSHA1 __cb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSHA1(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
Callback_FileServer_getSize __cb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
Ice.Callback __cb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getSize __cb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getSize(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_LongCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
Callback_FileServer_getStats __cb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
Ice.Callback __cb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_getStats __cb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_getStats(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<FileStats> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
Callback_FileServer_isDir __cb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
Ice.Callback __cb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_isDir __cb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isDir(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
Callback_FileServer_isFile __cb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
Ice.Callback __cb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_isFile __cb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_isFile(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_BoolCallback __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
Callback_FileServer_readBlock __cb)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
Ice.Callback __cb)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
java.util.Map<java.lang.String,java.lang.String> __ctx)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Callback_FileServer_readBlock __cb)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
java.util.Map<java.lang.String,java.lang.String> __ctx,
Ice.Callback __cb)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
readBlock should open, read size bytes from offset
and then close the file.
|
Ice.AsyncResult |
begin_readBlock(java.lang.String fileId,
long offset,
int size,
java.util.Map<java.lang.String,java.lang.String> __ctx,
IceInternal.Functional_GenericCallback1<byte[]> __responseCb,
IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb,
IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb,
IceInternal.Functional_BoolCallback __sentCb)
readBlock should open, read size bytes from offset
and then close the file.
|
boolean |
end_fileExists(Ice.AsyncResult __result)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
float |
end_getATime(Ice.AsyncResult __result)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
end_getBaseName(Ice.AsyncResult __result)
Get base name of a file, this is the name
stripped of any path, e.g.
|
FileStats[] |
end_getBulkDirectory(Ice.AsyncResult __result)
Get an absolute directory from an OMERO.fs server.
|
float |
end_getCTime(Ice.AsyncResult __result)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String[] |
end_getDirectory(Ice.AsyncResult __result)
Get an absolute directory from an OMERO.fs server.
|
float |
end_getMTime(Ice.AsyncResult __result)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
end_getOwner(Ice.AsyncResult __result)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
end_getSHA1(Ice.AsyncResult __result)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
long |
end_getSize(Ice.AsyncResult __result)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
FileStats |
end_getStats(Ice.AsyncResult __result)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
boolean |
end_isDir(Ice.AsyncResult __result)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
boolean |
end_isFile(Ice.AsyncResult __result)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
byte[] |
end_readBlock(Ice.AsyncResult __result)
readBlock should open, read size bytes from offset
and then close the file.
|
boolean |
fileExists(java.lang.String fileId)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
boolean |
fileExists(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Query the existence of a file
An exception will be raised if the method fails to determine the existence.
|
float |
getATime(java.lang.String fileId)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
float |
getATime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get atime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getBaseName(java.lang.String fileId)
Get base name of a file, this is the name
stripped of any path, e.g.
|
java.lang.String |
getBaseName(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get base name of a file, this is the name
stripped of any path, e.g.
|
FileStats[] |
getBulkDirectory(java.lang.String absPath,
java.lang.String filter)
Get an absolute directory from an OMERO.fs server.
|
FileStats[] |
getBulkDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get an absolute directory from an OMERO.fs server.
|
float |
getCTime(java.lang.String fileId)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
float |
getCTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get ctime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String[] |
getDirectory(java.lang.String absPath,
java.lang.String filter)
Get an absolute directory from an OMERO.fs server.
|
java.lang.String[] |
getDirectory(java.lang.String absPath,
java.lang.String filter,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get an absolute directory from an OMERO.fs server.
|
float |
getMTime(java.lang.String fileId)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
float |
getMTime(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get mtime of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getOwner(java.lang.String fileId)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getOwner(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get owner of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getSHA1(java.lang.String fileId)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
java.lang.String |
getSHA1(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get SHA1 of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
long |
getSize(java.lang.String fileId)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
long |
getSize(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get size of a file in bytes
An exception will be raised if the file no longer exists or is inaccessible.
|
FileStats |
getStats(java.lang.String fileId)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
FileStats |
getStats(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Get all FileStats of a file
An exception will be raised if the file no longer exists or is inaccessible.
|
boolean |
isDir(java.lang.String fileId)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
boolean |
isDir(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Query whether file is a directory
An exception will be raised if the file no longer exists or is inaccessible.
|
boolean |
isFile(java.lang.String fileId)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
boolean |
isFile(java.lang.String fileId,
java.util.Map<java.lang.String,java.lang.String> __ctx)
Query whether file is a file
An exception will be raised if the file no longer exists or is inaccessible.
|
byte[] |
readBlock(java.lang.String fileId,
long offset,
int size)
readBlock should open, read size bytes from offset
and then close the file.
|
byte[] |
readBlock(java.lang.String fileId,
long offset,
int size,
java.util.Map<java.lang.String,java.lang.String> __ctx)
readBlock should open, read size bytes from offset
and then close the file.
|
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
java.lang.String[] getDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).omero::OmeroFSError
OmeroFSError
java.lang.String[] getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter)
absPath
- an absolute path on the monitor's watch path (string).Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getDirectory __cb)
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getDirectory __cb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
absPath
- an absolute path on the monitor's watch path (string).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
absPath
- an absolute path on the monitor's watch path (string).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.lang.String[] end_getDirectory(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter) throws OmeroFSError
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).omero::OmeroFSError
OmeroFSError
FileStats[] getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
absPath
- an absolute path on the monitor's watch path (string).filter
- a filter to apply to the listing, cf. ls (string).__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter)
absPath
- an absolute path on the monitor's watch path (string).Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, Ice.Callback __cb)
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, Callback_FileServer_getBulkDirectory __cb)
absPath
- an absolute path on the monitor's watch path (string).__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getBulkDirectory __cb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
absPath
- an absolute path on the monitor's watch path (string).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
absPath
- an absolute path on the monitor's watch path (string).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getBulkDirectory(java.lang.String absPath, java.lang.String filter, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
absPath
- an absolute path on the monitor's watch path (string).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.FileStats[] end_getBulkDirectory(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
boolean fileExists(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
boolean fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_fileExists(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_fileExists(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fileExists(java.lang.String fileId, Callback_FileServer_fileExists __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_fileExists __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_fileExists(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_fileExists(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_fileExists(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.boolean end_fileExists(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
java.lang.String getBaseName(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
java.lang.String getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getBaseName(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, Callback_FileServer_getBaseName __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getBaseName __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getBaseName(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.lang.String end_getBaseName(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
FileStats getStats(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
FileStats getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getStats(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getStats(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getStats(java.lang.String fileId, Callback_FileServer_getStats __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getStats __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getStats(java.lang.String fileId, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getStats(java.lang.String fileId, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getStats(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<FileStats> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.FileStats end_getStats(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
long getSize(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
long getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getSize(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getSize(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSize(java.lang.String fileId, Callback_FileServer_getSize __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getSize __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSize(java.lang.String fileId, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getSize(java.lang.String fileId, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getSize(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_LongCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.long end_getSize(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
java.lang.String getOwner(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
java.lang.String getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getOwner(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getOwner(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOwner(java.lang.String fileId, Callback_FileServer_getOwner __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getOwner __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getOwner(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getOwner(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getOwner(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.lang.String end_getOwner(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
float getCTime(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
float getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getCTime(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getCTime(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getCTime(java.lang.String fileId, Callback_FileServer_getCTime __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getCTime __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getCTime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getCTime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getCTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.float end_getCTime(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
float getMTime(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
float getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getMTime(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getMTime(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMTime(java.lang.String fileId, Callback_FileServer_getMTime __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getMTime __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMTime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getMTime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getMTime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.float end_getMTime(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
float getATime(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
float getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getATime(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getATime(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getATime(java.lang.String fileId, Callback_FileServer_getATime __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getATime __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getATime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getATime(java.lang.String fileId, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getATime(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_FloatCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.float end_getATime(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
boolean isDir(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
boolean isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_isDir(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_isDir(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isDir(java.lang.String fileId, Callback_FileServer_isDir __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_isDir __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isDir(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isDir(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isDir(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.boolean end_isDir(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
boolean isFile(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
boolean isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_isFile(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_isFile(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isFile(java.lang.String fileId, Callback_FileServer_isFile __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_isFile __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_isFile(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isFile(java.lang.String fileId, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_isFile(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_BoolCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.boolean end_isFile(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
java.lang.String getSHA1(java.lang.String fileId) throws OmeroFSError
fileId
- see above.omero::OmeroFSError
OmeroFSError
java.lang.String getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_getSHA1(java.lang.String fileId)
fileId
- see above.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, Ice.Callback __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, Callback_FileServer_getSHA1 __cb)
fileId
- see above.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_getSHA1 __cb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_getSHA1(java.lang.String fileId, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.lang.String> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.java.lang.String end_getSHA1(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError
byte[] readBlock(java.lang.String fileId, long offset, int size) throws OmeroFSError
fileId
- see above.offset
- byte offset into file from where read should begin (long).size
- number of bytes that should be read (int).omero::OmeroFSError
OmeroFSError
byte[] readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx) throws OmeroFSError
fileId
- see above.offset
- byte offset into file from where read should begin (long).size
- number of bytes that should be read (int).__ctx
- The Context map to send with the invocation.omero::OmeroFSError
OmeroFSError
Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size)
fileId
- see above.size
- number of bytes that should be read (int).Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx)
fileId
- see above.size
- number of bytes that should be read (int).__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, Ice.Callback __cb)
fileId
- see above.size
- number of bytes that should be read (int).__cb
- The asynchronous callback object.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
fileId
- see above.size
- number of bytes that should be read (int).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, Callback_FileServer_readBlock __cb)
fileId
- see above.size
- number of bytes that should be read (int).__cb
- The asynchronous callback object.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_FileServer_readBlock __cb)
fileId
- see above.size
- number of bytes that should be read (int).__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.size
- number of bytes that should be read (int).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.size
- number of bytes that should be read (int).__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
fileId
- see above.size
- number of bytes that should be read (int).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.Ice.AsyncResult begin_readBlock(java.lang.String fileId, long offset, int size, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<byte[]> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
fileId
- see above.size
- number of bytes that should be read (int).__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.byte[] end_readBlock(Ice.AsyncResult __result) throws OmeroFSError
__result
- The asynchronous result object.omero::OmeroFSError
OmeroFSError