public class TypesI extends AbstractAmdServant implements _ITypesOperations
ITypes
Constructor and Description |
---|
TypesI(ome.api.ITypes service,
BlitzExecutor be) |
Modifier and Type | Method and 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.
|
void |
getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb,
Ice.Current __current)
Returns a list of classes which implement
IAnnotated . |
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.
|
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.
|
activate_async, applyHardWiredInterceptors, callInvokerOnMappedArgs, callInvokerOnRawArgs, executorWorkCall, getCurrentEventContext_async, onSetOmeroContext, passivate_async, runnableCall, safeRunnableCall, setApplicationContext, setHolder
public TypesI(ome.api.ITypes service, BlitzExecutor be)
public void allEnumerations_async(AMD_ITypes_allEnumerations __cb, java.lang.String type, Ice.Current __current) throws ServerError
allEnumerations_async
in interface _ITypesOperations
ServerError
public void createEnumeration_async(AMD_ITypes_createEnumeration __cb, IObject newEnum, Ice.Current __current) throws ServerError
createEnumeration_async
in interface _ITypesOperations
ServerError
public void deleteEnumeration_async(AMD_ITypes_deleteEnumeration __cb, IObject oldEnum, Ice.Current __current) throws ServerError
_ITypesOperations
deleteEnumeration_async
in interface _ITypesOperations
__cb
- The callback object for the operation.oldEnum
- An enumeration object which should be
searched.__current
- The Current object for the invocation.ServerError
public void getAnnotationTypes_async(AMD_ITypes_getAnnotationTypes __cb, Ice.Current __current) throws ServerError
_ITypesOperations
IAnnotated
. These can
be used in combination with Search
.getAnnotationTypes_async
in interface _ITypesOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getEnumerationTypes_async(AMD_ITypes_getEnumerationTypes __cb, Ice.Current __current) throws ServerError
_ITypesOperations
getEnumerationTypes_async
in interface _ITypesOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getEnumeration_async(AMD_ITypes_getEnumeration __cb, java.lang.String type, java.lang.String value, Ice.Current __current) throws ServerError
_ITypesOperations
IQuery
queries returning no results
will through an exception.getEnumeration_async
in interface _ITypesOperations
__cb
- The callback object for the operation.type
- An enumeration class which should be searched.__current
- The Current object for the invocation.ServerError
public void getEnumerationsWithEntries_async(AMD_ITypes_getEnumerationsWithEntries __cb, Ice.Current __current) throws ServerError
_ITypesOperations
getEnumerationsWithEntries_async
in interface _ITypesOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getOriginalEnumerations_async(AMD_ITypes_getOriginalEnumerations __cb, Ice.Current __current) throws ServerError
_ITypesOperations
getOriginalEnumerations_async
in interface _ITypesOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void resetEnumerations_async(AMD_ITypes_resetEnumerations __cb, java.lang.String enumClass, Ice.Current __current) throws ServerError
resetEnumerations_async
in interface _ITypesOperations
ServerError
public void updateEnumeration_async(AMD_ITypes_updateEnumeration __cb, IObject oldEnum, Ice.Current __current) throws ServerError
_ITypesOperations
updateEnumeration_async
in interface _ITypesOperations
__cb
- The callback object for the operation.oldEnum
- An enumeration object which should be
searched.__current
- The Current object for the invocation.ServerError
public void updateEnumerations_async(AMD_ITypes_updateEnumerations __cb, java.util.List<IObject> oldEnums, Ice.Current __current) throws ServerError
_ITypesOperations
updateEnumerations_async
in interface _ITypesOperations
__cb
- The callback object for the operation.oldEnums
- An enumeration collection of objects which
should be searched.__current
- The Current object for the invocation.ServerError