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 longserialVersionUID-
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 voiddeleteObject_async(AMD_IUpdate_deleteObject __cb, IObject row, Ice.Current __current)Deprecated.booleanequals(java.lang.Object rhs)inthashCode()java.lang.Objectice_delegate()voidice_delegate(java.lang.Object delegate)voidindexObject_async(AMD_IUpdate_indexObject __cb, IObject row, Ice.Current __current)Initiates full-text indexing for the given object.voidsaveAndReturnArray_async(AMD_IUpdate_saveAndReturnArray __cb, java.util.List<IObject> graph, Ice.Current __current)voidsaveAndReturnIds_async(AMD_IUpdate_saveAndReturnIds __cb, java.util.List<IObject> graph, Ice.Current __current)voidsaveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb, IObject obj, Ice.Current __current)voidsaveArray_async(AMD_IUpdate_saveArray __cb, java.util.List<IObject> graph, Ice.Current __current)voidsaveCollection_async(AMD_IUpdate_saveCollection __cb, java.util.List<IObject> objs, Ice.Current __current)voidsaveObject_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_delegatein interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegatein interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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_asyncin 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:_IUpdateOperationsInitiates full-text indexing for the given object. This may have to wait for the currentFullTextThreadto finish. Can only be executed by an admin. Other users must wait for the backgroundThreadto complete.- Specified by:
indexObject_asyncin interface_IUpdateOperations- Parameters:
__cb- The callback object for the operation.row- a persistentIObjectto 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_asyncin 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_asyncin interface_IUpdateOperations- Throws:
ServerError
-
saveAndReturnObject_async
public void saveAndReturnObject_async(AMD_IUpdate_saveAndReturnObject __cb, IObject obj, Ice.Current __current) throws ServerError
- Specified by:
saveAndReturnObject_asyncin 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_asyncin 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_asyncin interface_IUpdateOperations- Throws:
ServerError
-
saveObject_async
public void saveObject_async(AMD_IUpdate_saveObject __cb, IObject obj, Ice.Current __current) throws ServerError
- Specified by:
saveObject_asyncin interface_IUpdateOperations- Throws:
ServerError
-
-