Package omero.api
Class _ITypesTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._ITypesDisp
-
- omero.api._ITypesTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_ITypesOperations
,_ITypesOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,ITypes
,ServiceInterface
public class _ITypesTie extends _ITypesDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.api._ITypesDisp
__ids
-
Fields inherited from interface omero.api.ITypes
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ITypesTie()
_ITypesTie(_ITypesOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type, Ice.Current __current)
void
createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum, Ice.Current __current)
void
deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum, Ice.Current __current)
Deletes enumeration value specified by object.boolean
equals(java.lang.Object rhs)
void
getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb, Ice.Current __current)
Returns a list of classes which implementIAnnotated
.void
getEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value, Ice.Current __current)
Lookup an enumeration value.void
getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb, Ice.Current __current)
Gets all metadata classes which are IEnum type with contained objects.void
getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb, Ice.Current __current)
Gets all metadata classes which are IEnum type.void
getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb, Ice.Current __current)
Gets all original values.int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass, Ice.Current __current)
void
updateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum, Ice.Current __current)
Updates enumeration value specified by object.void
updateEnumerations_async(AMD_ITypes_updateEnumerations __cb, java.util.List<IObject> oldEnums, Ice.Current __current)
Updates enumeration value specified by object.-
Methods inherited from class omero.api._ITypesDisp
___allEnumerations, ___createEnumeration, ___deleteEnumeration, ___getAnnotationTypes, ___getEnumeration, ___getEnumerationsWithEntries, ___getEnumerationTypes, ___getOriginalEnumerations, ___resetEnumerations, ___updateEnumeration, ___updateEnumerations, __dispatch, __readImpl, __writeImpl, allEnumerations_async, createEnumeration_async, deleteEnumeration_async, getAnnotationTypes_async, getEnumeration_async, getEnumerationsWithEntries_async, getEnumerationTypes_async, getOriginalEnumerations_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, resetEnumerations_async, updateEnumeration_async, updateEnumerations_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
-
_ITypesTie
public _ITypesTie()
-
_ITypesTie
public _ITypesTie(_ITypesOperations 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
-
allEnumerations_async
public void allEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type, Ice.Current __current) throws ServerError
- Specified by:
allEnumerations_async
in interface_ITypesOperations
- Throws:
ServerError
-
createEnumeration_async
public void createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum, Ice.Current __current) throws ServerError
- Specified by:
createEnumeration_async
in interface_ITypesOperations
- Throws:
ServerError
-
deleteEnumeration_async
public void deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Deletes enumeration value specified by object.- Specified by:
deleteEnumeration_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.oldEnum
- An enumeration object which should be searched.__current
- The Current object for the invocation.- Throws:
ServerError
-
getAnnotationTypes_async
public void getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Returns a list of classes which implementIAnnotated
. These can be used in combination withSearch
.- Specified by:
getAnnotationTypes_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
getEnumeration_async
public void getEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Lookup an enumeration value. As with the get-methods ofIQuery
queries returning no results will through an exception.- Specified by:
getEnumeration_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.type
- An enumeration class which should be searched.__current
- The Current object for the invocation.- Throws:
ServerError
-
getEnumerationTypes_async
public void getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Gets all metadata classes which are IEnum type.- Specified by:
getEnumerationTypes_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
getEnumerationsWithEntries_async
public void getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Gets all metadata classes which are IEnum type with contained objects.- Specified by:
getEnumerationsWithEntries_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
getOriginalEnumerations_async
public void getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Gets all original values.- Specified by:
getOriginalEnumerations_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
resetEnumerations_async
public void resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass, Ice.Current __current) throws ServerError
- Specified by:
resetEnumerations_async
in interface_ITypesOperations
- Throws:
ServerError
-
updateEnumeration_async
public void updateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Updates enumeration value specified by object.- Specified by:
updateEnumeration_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.oldEnum
- An enumeration object which should be searched.__current
- The Current object for the invocation.- Throws:
ServerError
-
updateEnumerations_async
public void updateEnumerations_async(AMD_ITypes_updateEnumerations __cb, java.util.List<IObject> oldEnums, Ice.Current __current) throws ServerError
Description copied from interface:_ITypesOperations
Updates enumeration value specified by object.- Specified by:
updateEnumerations_async
in interface_ITypesOperations
- Parameters:
__cb
- The callback object for the operation.oldEnums
- An enumeration collection of objects which should be searched.__current
- The Current object for the invocation.- Throws:
ServerError
-
-