Package omero.api
Class _IUpdateTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._IUpdateDisp
-
- omero.api._IUpdateTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IUpdateOperations
,_IUpdateOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,IUpdate
,ServiceInterface
public class _IUpdateTie extends _IUpdateDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.api._IUpdateDisp
__ids
-
Fields inherited from interface omero.api.IUpdate
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _IUpdateTie()
_IUpdateTie(_IUpdateOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
deleteObject_async(AMD_IUpdate_deleteObject __cb, IObject row, Ice.Current __current)
Deprecated.boolean
equals(java.lang.Object rhs)
int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
indexObject_async(AMD_IUpdate_indexObject __cb, IObject row, Ice.Current __current)
Initiates full-text indexing for the given object.void
saveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb, java.util.List<IObject> graph, Ice.Current __current)
void
saveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb, java.util.List<IObject> graph, Ice.Current __current)
void
saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb, IObject obj, Ice.Current __current)
void
saveArray_async(AMD_IUpdate_saveArray __cb, java.util.List<IObject> graph, Ice.Current __current)
void
saveCollection_async(AMD_IUpdate_saveCollection __cb, java.util.List<IObject> objs, Ice.Current __current)
void
saveObject_async(AMD_IUpdate_saveObject __cb, IObject obj, Ice.Current __current)
-
Methods inherited from class omero.api._IUpdateDisp
___deleteObject, ___indexObject, ___saveAndReturnArray, ___saveAndReturnIds, ___saveAndReturnObject, ___saveArray, ___saveCollection, ___saveObject, __dispatch, __readImpl, __writeImpl, deleteObject_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, indexObject_async, saveAndReturnArray_async, saveAndReturnIds_async, saveAndReturnObject_async, saveArray_async, saveCollection_async, saveObject_async
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_IUpdateTie
public _IUpdateTie()
-
_IUpdateTie
public _IUpdateTie(_IUpdateOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
deleteObject_async
@Deprecated public void deleteObject_async(AMD_IUpdate_deleteObject __cb, IObject row, Ice.Current __current) throws ServerError
Deprecated.- Specified by:
deleteObject_async
in interface_IUpdateOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
indexObject_async
public void indexObject_async(AMD_IUpdate_indexObject __cb, IObject row, Ice.Current __current) throws ServerError
Description copied from interface:_IUpdateOperations
Initiates full-text indexing for the given object. This may have to wait for the currentFullTextThread
to finish. Can only be executed by an admin. Other users must wait for the backgroundThread
to complete.- Specified by:
indexObject_async
in interface_IUpdateOperations
- Parameters:
__cb
- The callback object for the operation.row
- a persistentIObject
to be deleted__current
- The Current object for the invocation.- Throws:
ServerError
-
saveAndReturnArray_async
public void saveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
- Specified by:
saveAndReturnArray_async
in interface_IUpdateOperations
- Throws:
ServerError
-
saveAndReturnIds_async
public void saveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
- Specified by:
saveAndReturnIds_async
in interface_IUpdateOperations
- Throws:
ServerError
-
saveAndReturnObject_async
public void saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb, IObject obj, Ice.Current __current) throws ServerError
- Specified by:
saveAndReturnObject_async
in interface_IUpdateOperations
- Throws:
ServerError
-
saveArray_async
public void saveArray_async(AMD_IUpdate_saveArray __cb, java.util.List<IObject> graph, Ice.Current __current) throws ServerError
- Specified by:
saveArray_async
in interface_IUpdateOperations
- Throws:
ServerError
-
saveCollection_async
public void saveCollection_async(AMD_IUpdate_saveCollection __cb, java.util.List<IObject> objs, Ice.Current __current) throws ServerError
- Specified by:
saveCollection_async
in interface_IUpdateOperations
- Throws:
ServerError
-
saveObject_async
public void saveObject_async(AMD_IUpdate_saveObject __cb, IObject obj, Ice.Current __current) throws ServerError
- Specified by:
saveObject_async
in interface_IUpdateOperations
- Throws:
ServerError
-
-