Package omero.grid
Interface ImportProcess
-
- All Superinterfaces:
_ImportProcessOperations
,_ImportProcessOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,_StatefulServiceInterfaceOperations
,_StatefulServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
,StatefulServiceInterface
- All Known Implementing Classes:
_ImportProcessDisp
,_ImportProcessTie
public interface ImportProcess extends Ice.Object, _ImportProcessOperations, _ImportProcessOperationsNC, StatefulServiceInterface
User configuration options. These are likely set in the UI before the import is initiated.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.grid._ImportProcessOperations
getHandle, getImportSettings, getUploader, getUploadOffset, verifyUpload
-
Methods inherited from interface omero.grid._ImportProcessOperationsNC
getHandle, getImportSettings, getUploader, getUploadOffset, verifyUpload
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperations
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
Methods inherited from interface omero.api._StatefulServiceInterfaceOperationsNC
activate_async, close_async, getCurrentEventContext_async, passivate_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-