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[]
__ids
static long
serialVersionUID
-
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)
void
allEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type)
void
createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum)
void
deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum)
Deletes enumeration value specified by object.void
getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb)
Returns a list of classes which implementIAnnotated
.void
getEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value)
Lookup an enumeration value.void
getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb)
Gets all metadata classes which are IEnum type with contained objects.void
getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb)
Gets all metadata classes which are IEnum type.void
getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb)
Gets all original values.protected void
ice_copyStateFrom(Ice.Object __obj)
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
void
resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass)
void
updateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum)
Updates enumeration value specified by object.void
updateEnumerations_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_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classIce.ObjectImpl
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
- Specified by:
ice_isA
in interfaceIce.Object
- Overrides:
ice_isA
in classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids()
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classIce.ObjectImpl
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
- Specified by:
ice_ids
in interfaceIce.Object
- Overrides:
ice_ids
in classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id()
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in classIce.ObjectImpl
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
- Specified by:
ice_id
in interfaceIce.Object
- Overrides:
ice_id
in 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_async
in interface_ITypesOperationsNC
- Throws:
ServerError
-
createEnumeration_async
public final void createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum) throws ServerError
- Specified by:
createEnumeration_async
in 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_async
in 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_async
in 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 ofIQuery
queries returning no results will through an exception.- Specified by:
getEnumeration_async
in interface_ITypesOperationsNC
- Parameters:
__cb
- The callback object for the operation.type
- An enumeration class which should be searched.- Throws:
ApiUsageException
- ifIEnum
is 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_async
in 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_async
in 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_async
in 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_async
in 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_async
in 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_async
in 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:
__dispatch
in interfaceIce.Object
- Overrides:
__dispatch
in classIce.ObjectImpl
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classIce.ObjectImpl
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classIce.ObjectImpl
-
-