Package omero
Interface RCollectionPrx
-
- All Superinterfaces:
Ice.ObjectPrx
,RTypePrx
- All Known Implementing Classes:
RArrayPrxHelper
,RCollectionPrxHelper
,RListPrxHelper
,RSetPrxHelper
public interface RCollectionPrx extends RTypePrx
The collection ""protected"" classes permit the passing of sequences of all other RTypes (including other collections) and it is itself nullable. The allows for similar arguments to collections in languages with a unified inheritance hierarchy (e.g., Java in which all ""protected"" classes extend from java.lang.Object). Unlike the other rtypes which are used internally within theomero.model
classes, these types are mutable since they solely pass through the This flexible mechanism is not used in all API calls because the flexibility brings a performance penalty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(RType value)
void
add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)
void
addAll(java.util.List<RType> value)
void
addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_add(RType value)
Ice.AsyncResult
begin_add(RType value, Ice.Callback __cb)
Ice.AsyncResult
begin_add(RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_add(RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_add __cb)
Ice.AsyncResult
begin_add(RType value, Callback_RCollection_add __cb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, Ice.Callback __cb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_addAll __cb)
Ice.AsyncResult
begin_addAll(java.util.List<RType> value, Callback_RCollection_addAll __cb)
Ice.AsyncResult
begin_get(int index)
Ice.AsyncResult
begin_get(int index, Ice.Callback __cb)
Ice.AsyncResult
begin_get(int index, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_get(int index, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_get __cb)
Ice.AsyncResult
begin_get(int index, Callback_RCollection_get __cb)
Ice.AsyncResult
begin_getValue()
Ice.AsyncResult
begin_getValue(Ice.Callback __cb)
Ice.AsyncResult
begin_getValue(IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_getValue(IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_getValue __cb)
Ice.AsyncResult
begin_getValue(Callback_RCollection_getValue __cb)
Ice.AsyncResult
begin_size()
Ice.AsyncResult
begin_size(Ice.Callback __cb)
Ice.AsyncResult
begin_size(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_size(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx)
Ice.AsyncResult
begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Ice.AsyncResult
begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Ice.AsyncResult
begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Ice.AsyncResult
begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_size __cb)
Ice.AsyncResult
begin_size(Callback_RCollection_size __cb)
void
end_add(Ice.AsyncResult __result)
void
end_addAll(Ice.AsyncResult __result)
RType
end_get(Ice.AsyncResult __result)
java.util.List<RType>
end_getValue(Ice.AsyncResult __result)
int
end_size(Ice.AsyncResult __result)
RType
get(int index)
RType
get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx)
java.util.List<RType>
getValue()
java.util.List<RType>
getValue(java.util.Map<java.lang.String,java.lang.String> __ctx)
int
size()
int
size(java.util.Map<java.lang.String,java.lang.String> __ctx)
-
Methods inherited from interface Ice.ObjectPrx
begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_flushBatchRequests, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_getConnection, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_id, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_ids, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_invoke, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_isA, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, begin_ice_ping, end_ice_flushBatchRequests, end_ice_getConnection, end_ice_id, end_ice_ids, end_ice_invoke, end_ice_isA, end_ice_ping, equals, ice_adapterId, ice_batchDatagram, ice_batchOneway, ice_collocationOptimized, ice_compress, ice_connectionCached, ice_connectionId, ice_context, ice_datagram, ice_encodingVersion, ice_endpoints, ice_endpointSelection, ice_facet, ice_flushBatchRequests, ice_getAdapterId, ice_getCachedConnection, ice_getCommunicator, ice_getConnection, ice_getConnectionId, ice_getContext, ice_getEncodingVersion, ice_getEndpoints, ice_getEndpointSelection, ice_getFacet, ice_getIdentity, ice_getInvocationTimeout, ice_getLocator, ice_getLocatorCacheTimeout, ice_getRouter, ice_id, ice_id, ice_identity, ice_ids, ice_ids, ice_invocationTimeout, ice_invoke, ice_invoke, ice_isA, ice_isA, ice_isBatchDatagram, ice_isBatchOneway, ice_isCollocationOptimized, ice_isConnectionCached, ice_isDatagram, ice_isOneway, ice_isPreferSecure, ice_isSecure, ice_isTwoway, ice_locator, ice_locatorCacheTimeout, ice_oneway, ice_ping, ice_ping, ice_preferSecure, ice_router, ice_secure, ice_timeout, ice_twoway
-
Methods inherited from interface omero.RTypePrx
begin_compare, begin_compare, begin_compare, begin_compare, begin_compare, begin_compare, begin_compare, begin_compare, begin_compare, begin_compare, compare, compare, end_compare
-
-
-
-
Method Detail
-
getValue
java.util.List<RType> getValue()
-
getValue
java.util.List<RType> getValue(java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_getValue
Ice.AsyncResult begin_getValue()
-
begin_getValue
Ice.AsyncResult begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_getValue
Ice.AsyncResult begin_getValue(Ice.Callback __cb)
-
begin_getValue
Ice.AsyncResult begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_getValue
Ice.AsyncResult begin_getValue(Callback_RCollection_getValue __cb)
-
begin_getValue
Ice.AsyncResult begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_getValue __cb)
-
begin_getValue
Ice.AsyncResult begin_getValue(IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_getValue
Ice.AsyncResult begin_getValue(IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_getValue
Ice.AsyncResult begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_getValue
Ice.AsyncResult begin_getValue(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<RType>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_getValue
java.util.List<RType> end_getValue(Ice.AsyncResult __result)
-
size
int size()
-
size
int size(java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_size
Ice.AsyncResult begin_size()
-
begin_size
Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_size
Ice.AsyncResult begin_size(Ice.Callback __cb)
-
begin_size
Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_size
Ice.AsyncResult begin_size(Callback_RCollection_size __cb)
-
begin_size
Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_size __cb)
-
begin_size
Ice.AsyncResult begin_size(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_size
Ice.AsyncResult begin_size(IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_size
Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_size
Ice.AsyncResult begin_size(java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_IntCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_size
int end_size(Ice.AsyncResult __result)
-
get
RType get(int index)
-
get
RType get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_get
Ice.AsyncResult begin_get(int index)
-
begin_get
Ice.AsyncResult begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_get
Ice.AsyncResult begin_get(int index, Ice.Callback __cb)
-
begin_get
Ice.AsyncResult begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_get
Ice.AsyncResult begin_get(int index, Callback_RCollection_get __cb)
-
begin_get
Ice.AsyncResult begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_get __cb)
-
begin_get
Ice.AsyncResult begin_get(int index, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_get
Ice.AsyncResult begin_get(int index, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_get
Ice.AsyncResult begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_get
Ice.AsyncResult begin_get(int index, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<RType> __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_get
RType end_get(Ice.AsyncResult __result)
-
add
void add(RType value)
-
add
void add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_add
Ice.AsyncResult begin_add(RType value)
-
begin_add
Ice.AsyncResult begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_add
Ice.AsyncResult begin_add(RType value, Ice.Callback __cb)
-
begin_add
Ice.AsyncResult begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_add
Ice.AsyncResult begin_add(RType value, Callback_RCollection_add __cb)
-
begin_add
Ice.AsyncResult begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_add __cb)
-
begin_add
Ice.AsyncResult begin_add(RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_add
Ice.AsyncResult begin_add(RType value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_add
Ice.AsyncResult begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_add
Ice.AsyncResult begin_add(RType value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_add
void end_add(Ice.AsyncResult __result)
-
addAll
void addAll(java.util.List<RType> value)
-
addAll
void addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, Ice.Callback __cb)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, Callback_RCollection_addAll __cb)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_RCollection_addAll __cb)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
-
begin_addAll
Ice.AsyncResult begin_addAll(java.util.List<RType> value, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_VoidCallback __responseCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
-
end_addAll
void end_addAll(Ice.AsyncResult __result)
-
-