Package omero.api
Class _ITypesDisp
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._ITypesDisp
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable,_ITypesOperations,_ITypesOperationsNC,_ServiceInterfaceOperations,_ServiceInterfaceOperationsNC,ITypes,ServiceInterface
- Direct Known Subclasses:
_ITypesTie
public abstract class _ITypesDisp extends Ice.ObjectImpl implements ITypes
Access to reflective type information. Also provides simplified access to special types like enumerations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]__idsstatic longserialVersionUID-
Fields inherited from interface omero.api.ITypes
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _ITypesDisp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Ice.DispatchStatus___allEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___createEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___deleteEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getAnnotationTypes(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getEnumerationsWithEntries(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getEnumerationTypes(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___getOriginalEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___resetEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___updateEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)static Ice.DispatchStatus___updateEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)Ice.DispatchStatus__dispatch(IceInternal.Incoming in, Ice.Current __current)protected void__readImpl(IceInternal.BasicStream __is)protected void__writeImpl(IceInternal.BasicStream __os)voidallEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type)voidcreateEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum)voiddeleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum)Deletes enumeration value specified by object.voidgetAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb)Returns a list of classes which implementIAnnotated.voidgetEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value)Lookup an enumeration value.voidgetEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb)Gets all metadata classes which are IEnum type with contained objects.voidgetEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb)Gets all metadata classes which are IEnum type.voidgetOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb)Gets all original values.protected voidice_copyStateFrom(Ice.Object __obj)java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_staticId()voidresetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass)voidupdateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum)Updates enumeration value specified by object.voidupdateEnumerations_async(AMD_ITypes_updateEnumerations __cb, java.util.List<IObject> oldEnums)Updates enumeration value specified by object.-
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
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface omero.api._ITypesOperations
allEnumerations_async, createEnumeration_async, deleteEnumeration_async, getAnnotationTypes_async, getEnumeration_async, getEnumerationsWithEntries_async, getEnumerationTypes_async, getOriginalEnumerations_async, resetEnumerations_async, updateEnumeration_async, updateEnumerations_async
-
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Method Detail
-
ice_copyStateFrom
protected void ice_copyStateFrom(Ice.Object __obj) throws java.lang.CloneNotSupportedException- Throws:
java.lang.CloneNotSupportedException
-
ice_isA
public boolean ice_isA(java.lang.String s)
- Specified by:
ice_isAin interfaceIce.Object- Overrides:
ice_isAin classIce.ObjectImpl
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)- Specified by:
ice_isAin interfaceIce.Object- Overrides:
ice_isAin classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids()
- Specified by:
ice_idsin interfaceIce.Object- Overrides:
ice_idsin classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
- Specified by:
ice_idsin interfaceIce.Object- Overrides:
ice_idsin classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id()
- Specified by:
ice_idin interfaceIce.Object- Overrides:
ice_idin classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
- Specified by:
ice_idin interfaceIce.Object- Overrides:
ice_idin classIce.ObjectImpl
-
ice_staticId
public static java.lang.String ice_staticId()
-
allEnumerations_async
public final void allEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type) throws ServerError
- Specified by:
allEnumerations_asyncin interface_ITypesOperationsNC- Throws:
ServerError
-
createEnumeration_async
public final void createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum) throws ServerError
- Specified by:
createEnumeration_asyncin interface_ITypesOperationsNC- Throws:
ServerError
-
deleteEnumeration_async
public final void deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum) throws ServerError
Deletes enumeration value specified by object.- Specified by:
deleteEnumeration_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.oldEnum- An enumeration object which should be searched.- Throws:
ServerError
-
getAnnotationTypes_async
public final void getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb) throws ServerError
Returns a list of classes which implementIAnnotated. These can be used in combination withSearch.- Specified by:
getAnnotationTypes_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.- Throws:
ServerError
-
getEnumeration_async
public final void getEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value) throws ServerError
Lookup an enumeration value. As with the get-methods ofIQueryqueries returning no results will through an exception.- Specified by:
getEnumeration_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.type- An enumeration class which should be searched.- Throws:
ApiUsageException- ifIEnumis not found.ServerError
-
getEnumerationTypes_async
public final void getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb) throws ServerError
Gets all metadata classes which are IEnum type.- Specified by:
getEnumerationTypes_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.- Throws:
java.lang.RuntimeException- if Class not found.ServerError
-
getEnumerationsWithEntries_async
public final void getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb) throws ServerError
Gets all metadata classes which are IEnum type with contained objects.- Specified by:
getEnumerationsWithEntries_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.- Throws:
java.lang.RuntimeException- if xml parsing failure.ServerError
-
getOriginalEnumerations_async
public final void getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb) throws ServerError
Gets all original values.- Specified by:
getOriginalEnumerations_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.- Throws:
java.lang.RuntimeException- if xml parsing failure.ServerError
-
resetEnumerations_async
public final void resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass) throws ServerError
- Specified by:
resetEnumerations_asyncin interface_ITypesOperationsNC- Throws:
ServerError
-
updateEnumeration_async
public final void updateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum) throws ServerError
Updates enumeration value specified by object.- Specified by:
updateEnumeration_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.oldEnum- An enumeration object which should be searched.- Throws:
ServerError
-
updateEnumerations_async
public final void updateEnumerations_async(AMD_ITypes_updateEnumerations __cb, java.util.List<IObject> oldEnums) throws ServerError
Updates enumeration value specified by object.- Specified by:
updateEnumerations_asyncin interface_ITypesOperationsNC- Parameters:
__cb- The callback object for the operation.oldEnums- An enumeration collection of objects which should be searched.- Throws:
ServerError
-
___createEnumeration
public static Ice.DispatchStatus ___createEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getEnumeration
public static Ice.DispatchStatus ___getEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___allEnumerations
public static Ice.DispatchStatus ___allEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___updateEnumeration
public static Ice.DispatchStatus ___updateEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___updateEnumerations
public static Ice.DispatchStatus ___updateEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___deleteEnumeration
public static Ice.DispatchStatus ___deleteEnumeration(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getEnumerationTypes
public static Ice.DispatchStatus ___getEnumerationTypes(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getAnnotationTypes
public static Ice.DispatchStatus ___getAnnotationTypes(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getEnumerationsWithEntries
public static Ice.DispatchStatus ___getEnumerationsWithEntries(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___getOriginalEnumerations
public static Ice.DispatchStatus ___getOriginalEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
___resetEnumerations
public static Ice.DispatchStatus ___resetEnumerations(ITypes __obj, IceInternal.Incoming __inS, Ice.Current __current)
-
__dispatch
public Ice.DispatchStatus __dispatch(IceInternal.Incoming in, Ice.Current __current)- Specified by:
__dispatchin interfaceIce.Object- Overrides:
__dispatchin classIce.ObjectImpl
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImplin classIce.ObjectImpl
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImplin classIce.ObjectImpl
-
-