public interface ITimelinePrx extends ServiceInterfacePrx
ownerId == rlong(-1)
and
groupId == null
.
\["a","b"] @ 100 == 200
) or merges the lists together
chronologically (\["a","b"] @ 100 merged == 100
).
timeline = sf.getTimelineService()
params = ParametersI().page(0,100)
types = \["Project","Dataset"])
map = timeline.getByPeriod(types, params, False)
At this point, map will not contain more than 200 objects.
This service is defined only in Blitz and so no javadoc is available
in the ome.api package.
TODOS: binning, stateful caching, ...Modifier and Type | Method and 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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_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,
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,
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,
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,
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_getMostRecentShareCommentLinks(Parameters p)
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__.
|
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,
Callback_ITimeline_getMostRecentShareCommentLinks __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,
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__.
|
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__.
|
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
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
ServerError
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
__ctx
- The Context map to send with the invocation.ServerError
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.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)
__ctx
- The Context map to send with the invocation.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)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.List<IObject> end_getMostRecentAnnotationLinks(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<IObject> getMostRecentShareCommentLinks(Parameters p) throws ServerError
ServerError
java.util.List<IObject> getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p)
Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, Callback_ITimeline_getMostRecentShareCommentLinks __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMostRecentShareCommentLinks(Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getMostRecentShareCommentLinks __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.List<IObject> end_getMostRecentShareCommentLinks(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.Map<java.lang.String,java.util.List<IObject>> getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge) throws ServerError
ServerError
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
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge)
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)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, Ice.Callback __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getMostRecentObjects(java.util.List<java.lang.String> types, Parameters p, boolean merge, Callback_ITimeline_getMostRecentObjects __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.Map<java.lang.String,java.util.List<IObject>> end_getMostRecentObjects(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
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
ServerError
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
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge)
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)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, Ice.Callback __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, Callback_ITimeline_getByPeriod __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.Map<java.lang.String,java.util.List<IObject>> end_getByPeriod(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
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
ServerError
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
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p)
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)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, Ice.Callback __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_countByPeriod(java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, Callback_ITimeline_countByPeriod __cb)
__cb
- The asynchronous callback object.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)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.Map<java.lang.String,java.lang.Long> end_countByPeriod(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError
java.util.List<EventLog> getEventLogsByPeriod(RTime start, RTime end, Parameters p) throws ServerError
ServerError
java.util.List<EventLog> getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx) throws ServerError
__ctx
- The Context map to send with the invocation.ServerError
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p)
Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx)
__ctx
- The Context map to send with the invocation.Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, Ice.Callback __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Ice.Callback __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, Callback_ITimeline_getEventLogsByPeriod __cb)
__cb
- The asynchronous callback object.Ice.AsyncResult begin_getEventLogsByPeriod(RTime start, RTime end, Parameters p, java.util.Map<java.lang.String,java.lang.String> __ctx, Callback_ITimeline_getEventLogsByPeriod __cb)
__ctx
- The Context map to send with the invocation.__cb
- The asynchronous callback object.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.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)
__responseCb
- The lambda response callback.__userExceptionCb
- The lambda user exception callback.__exceptionCb
- The lambda exception callback.__sentCb
- The lambda sent callback.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)
__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.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)
__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.java.util.List<EventLog> end_getEventLogsByPeriod(Ice.AsyncResult __result) throws ServerError
__result
- The asynchronous result object.ServerError