Package omero.api
Interface ITimelinePrx
-
- All Superinterfaces:
Ice.ObjectPrx
,ServiceInterfacePrx
- All Known Implementing Classes:
ITimelinePrxHelper
public interface ITimelinePrx extends ServiceInterfacePrx
Service for the querying of OMERO metadata based on creation and modification time. Currently supported types for querying include:Return maps
The map return values will be indexed by the short type name above: Project, Image, ... All keys which are passed in the StringSet argument will be included in the returned map, even if they have no values. A default value of 0 or the empty list \[] will be used. The only exception to this rule is that the null or empty StringSet implies all valid keys.Parameters
All methods take a omero::sys::Parameters object and will apply the filter object for paging through the data in order to prevent loading too many objects. If the parameters argument is null or no paging is activated, then the default will be: OFFSET=0, LIMIT=50. Filter.ownerId and Filter.groupId will also be AND'ed to the query if either value is present. If both are null, then the current user id will be used. To retrieve for all users, useownerId == rlong(-1)
andgroupId == null
.Merging
The methods which take a StringSet and a Parameters object, also have a bool merge argument. This argument defines whether or not the LIMIT applies to each object independently (\["a","b"] @ 100 == 200
) or merges the lists together chronologically (\["a","b"] @ 100 merged == 100
).Time used
Except for Image, IObject.details.updateEvent is used in all cases for determining most recent events. Images are compared via Image.acquisitionDate which is unlike the other properties is modifiable by the user. A typical invocation might look like (in Python):timeline = sf.getTimelineService() params = ParametersI().page(0,100) types = \["Project","Dataset"]) map = timeline.getByPeriod(types, params, False)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, Ice.Callback __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_countByPeriod __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, Callback_ITimeline_countByPeriod __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, Ice.Callback __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getByPeriod __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, Callback_ITimeline_getByPeriod __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, Ice.Callback __cb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getEventLogsByPeriod __cb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, Callback_ITimeline_getEventLogsByPeriod __cb)
Returns the EventLog table objects which are queried to produce the counts above.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, Ice.Callback __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getMostRecentAnnotationLinks __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, Callback_ITimeline_getMostRecentAnnotationLinks __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, Ice.Callback __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getMostRecentObjects __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, Callback_ITimeline_getMostRecentObjects __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, Ice.Callback __cb)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getMostRecentShareCommentLinks __cb)
Return the last LIMIT comment annotation links attached to a share by __others__.Ice.AsyncResult
begin_getMostRecentShareCommentLinks(Parameters p, Callback_ITimeline_getMostRecentShareCommentLinks __cb)
Return the last LIMIT comment annotation links attached to a share by __others__.java.util.Map<java.lang.String,java.lang.Long>
countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p)
Queries the same information as getByPeriod, but only returns the counts for the given objects.java.util.Map<java.lang.String,java.lang.Long>
countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Queries the same information as getByPeriod, but only returns the counts for the given objects.java.util.Map<java.lang.String,java.lang.Long>
end_countByPeriod(Ice.AsyncResult __result)
Queries the same information as getByPeriod, but only returns the counts for the given objects.java.util.Map<java.lang.String,java.util.List<IObject>>
end_getByPeriod(Ice.AsyncResult __result)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.java.util.List<EventLog>
end_getEventLogsByPeriod(Ice.AsyncResult __result)
Returns the EventLog table objects which are queried to produce the counts above.java.util.List<IObject>
end_getMostRecentAnnotationLinks(Ice.AsyncResult __result)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.java.util.Map<java.lang.String,java.util.List<IObject>>
end_getMostRecentObjects(Ice.AsyncResult __result)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.java.util.List<IObject>
end_getMostRecentShareCommentLinks(Ice.AsyncResult __result)
Return the last LIMIT comment annotation links attached to a share by __others__.java.util.Map<java.lang.String,java.util.List<IObject>>
getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.java.util.Map<java.lang.String,java.util.List<IObject>>
getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.java.util.List<EventLog>
getEventLogsByPeriod(RTime start, RTime end, Parameters p)
Returns the EventLog table objects which are queried to produce the counts above.java.util.List<EventLog>
getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the EventLog table objects which are queried to produce the counts above.java.util.List<IObject>
getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.java.util.List<IObject>
getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE.java.util.Map<java.lang.String,java.util.List<IObject>>
getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.java.util.Map<java.lang.String,java.util.List<IObject>>
getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.java.util.List<IObject>
getMostRecentShareCommentLinks(Parameters p)
Return the last LIMIT comment annotation links attached to a share by __others__.java.util.List<IObject>
getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return the last LIMIT comment annotation links attached to a share by __others__.-
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
-
-
-
-
Method Detail
-
getMostRecentAnnotationLinks
java.util.List<IObject> getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p) throws ServerError
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Throws:
ServerError
-
getMostRecentAnnotationLinks
java.util.List<IObject> getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, Ice.Callback __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, Callback_ITimeline_getMostRecentAnnotationLinks __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getMostRecentAnnotationLinks __cb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentAnnotationLinks
Ice.AsyncResult begin_getMostRecentAnnotationLinks(java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMostRecentAnnotationLinks
java.util.List<IObject> end_getMostRecentAnnotationLinks(Ice.AsyncResult __result) throws ServerError
Return the last LIMIT annotation __Links__ whose parent (IAnnotated) matches one of the parentTypes, whose child (Annotation) matches one of the childTypes (limit of one for the moment), and who namespace matches via ILIKE. The parents and children will be unloaded. The link will have its creation/update events loaded. If Parameters.theFilter.ownerId or groupId are set, they will be AND'ed to the query to filter results. Merges by default based on parentType.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getMostRecentShareCommentLinks
java.util.List<IObject> getMostRecentShareCommentLinks(Parameters p) throws ServerError
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Throws:
ServerError
-
getMostRecentShareCommentLinks
java.util.List<IObject> getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, Ice.Callback __cb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, Callback_ITimeline_getMostRecentShareCommentLinks __cb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getMostRecentShareCommentLinks __cb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentShareCommentLinks
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<IObject>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMostRecentShareCommentLinks
java.util.List<IObject> end_getMostRecentShareCommentLinks(Ice.AsyncResult __result) throws ServerError
Return the last LIMIT comment annotation links attached to a share by __others__. Note: Currently the storage of these objects is not optimal and so this method may change.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getMostRecentObjects
java.util.Map<java.lang.String,java.util.List<IObject>> getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge) throws ServerError
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Throws:
ServerError
-
getMostRecentObjects
java.util.Map<java.lang.String,java.util.List<IObject>> getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, Ice.Callback __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, Callback_ITimeline_getMostRecentObjects __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getMostRecentObjects __cb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getMostRecentObjects
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getMostRecentObjects
java.util.Map<java.lang.String,java.util.List<IObject>> end_getMostRecentObjects(Ice.AsyncResult __result) throws ServerError
Returns the last LIMIT objects of TYPES as ordered by creation/modification times in the Event table.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getByPeriod
java.util.Map<java.lang.String,java.util.List<IObject>> getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge) throws ServerError
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Throws:
ServerError
-
getByPeriod
java.util.Map<java.lang.String,java.util.List<IObject>> getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, Ice.Callback __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, Callback_ITimeline_getByPeriod __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getByPeriod __cb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getByPeriod
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.util.List<IObject>>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getByPeriod
java.util.Map<java.lang.String,java.util.List<IObject>> end_getByPeriod(Ice.AsyncResult __result) throws ServerError
Returns the given LIMIT objects of TYPES as ordered by creation/modification times in the Event table, but within the given time window.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
countByPeriod
java.util.Map<java.lang.String,java.lang.Long> countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p) throws ServerError
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Throws:
ServerError
-
countByPeriod
java.util.Map<java.lang.String,java.lang.Long> countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, Ice.Callback __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, Callback_ITimeline_countByPeriod __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_countByPeriod __cb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_countByPeriod
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.Map<java.lang.String,java.lang.Long>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_countByPeriod
java.util.Map<java.lang.String,java.lang.Long> end_countByPeriod(Ice.AsyncResult __result) throws ServerError
Queries the same information as getByPeriod, but only returns the counts for the given objects.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
getEventLogsByPeriod
java.util.List<EventLog> getEventLogsByPeriod(RTime start, RTime end, Parameters p) throws ServerError
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Throws:
ServerError
-
getEventLogsByPeriod
java.util.List<EventLog> getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__ctx
- The Context map to send with the invocation.- Throws:
ServerError
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__ctx
- The Context map to send with the invocation.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, Ice.Callback __cb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, Callback_ITimeline_getEventLogsByPeriod __cb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getEventLogsByPeriod __cb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.- Returns:
- The asynchronous result object.
-
begin_getEventLogsByPeriod
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, IceInternal.Functional_GenericCallback1<java.util.List<EventLog>> __responseCb, IceInternal.Functional_GenericCallback1<Ice.UserException> __userExceptionCb, IceInternal.Functional_GenericCallback1<Ice.Exception> __exceptionCb, IceInternal.Functional_BoolCallback __sentCb)
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__ctx
- The Context map to send with the invocation.__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.- Returns:
- The asynchronous result object.
-
end_getEventLogsByPeriod
java.util.List<EventLog> end_getEventLogsByPeriod(Ice.AsyncResult __result) throws ServerError
Returns the EventLog table objects which are queried to produce the counts above. Note the concept of period inclusion mentioned above. WORKAROUND WARNING: this method returns non-managed EventLogs (i.e. eventLog.getId() == null) for Image acquisitions.- Parameters:
__result
- The asynchronous result object.- Throws:
ServerError
-
-