public class _ITimelineTie extends _ITimelineDisp implements Ice.TieBase
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
__ids
ice_staticId
Constructor and Description |
---|
_ITimelineTie(_ITimelineOperations delegate) |
_ITimelineTie() |
Modifier and Type | Method and Description |
---|---|
void |
countByPeriod_async(AMD_ITimeline_countByPeriod __cb,
java.util.List<java.lang.String> types,
RTime start,
RTime end,
Parameters p,
Ice.Current __current)
Queries the same information as getByPeriod, but only returns the counts
for the given objects.
|
boolean |
equals(java.lang.Object rhs) |
void |
getByPeriod_async(AMD_ITimeline_getByPeriod __cb,
java.util.List<java.lang.String> types,
RTime start,
RTime end,
Parameters p,
boolean merge,
Ice.Current __current)
Returns the given LIMIT objects of TYPES as ordered by
creation/modification times in the Event table, but
within the given time window.
|
void |
getEventLogsByPeriod_async(AMD_ITimeline_getEventLogsByPeriod __cb,
RTime start,
RTime end,
Parameters p,
Ice.Current __current)
Returns the EventLog table objects which are queried to produce the counts above.
|
void |
getMostRecentAnnotationLinks_async(AMD_ITimeline_getMostRecentAnnotationLinks __cb,
java.util.List<java.lang.String> parentTypes,
java.util.List<java.lang.String> childTypes,
java.util.List<java.lang.String> namespaces,
Parameters p,
Ice.Current __current)
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.
|
void |
getMostRecentObjects_async(AMD_ITimeline_getMostRecentObjects __cb,
java.util.List<java.lang.String> types,
Parameters p,
boolean merge,
Ice.Current __current)
Returns the last LIMIT objects of TYPES as ordered by
creation/modification times in the Event table.
|
void |
getMostRecentShareCommentLinks_async(AMD_ITimeline_getMostRecentShareCommentLinks __cb,
Parameters p,
Ice.Current __current)
Return the last LIMIT comment annotation links attached to a share by
__others__.
|
int |
hashCode() |
java.lang.Object |
ice_delegate() |
void |
ice_delegate(java.lang.Object delegate) |
___countByPeriod, ___getByPeriod, ___getEventLogsByPeriod, ___getMostRecentAnnotationLinks, ___getMostRecentObjects, ___getMostRecentShareCommentLinks, __dispatch, __readImpl, __writeImpl, countByPeriod_async, getByPeriod_async, getEventLogsByPeriod_async, getMostRecentAnnotationLinks_async, getMostRecentObjects_async, getMostRecentShareCommentLinks_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
public static final long serialVersionUID
public _ITimelineTie()
public _ITimelineTie(_ITimelineOperations delegate)
public java.lang.Object ice_delegate()
ice_delegate
in interface Ice.TieBase
public void ice_delegate(java.lang.Object delegate)
ice_delegate
in interface Ice.TieBase
public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public void countByPeriod_async(AMD_ITimeline_countByPeriod __cb, java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, Ice.Current __current) throws ServerError
_ITimelineOperations
countByPeriod_async
in interface _ITimelineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getByPeriod_async(AMD_ITimeline_getByPeriod __cb, java.util.List<java.lang.String> types, RTime start, RTime end, Parameters p, boolean merge, Ice.Current __current) throws ServerError
_ITimelineOperations
getByPeriod_async
in interface _ITimelineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getEventLogsByPeriod_async(AMD_ITimeline_getEventLogsByPeriod __cb, RTime start, RTime end, Parameters p, Ice.Current __current) throws ServerError
_ITimelineOperations
getEventLogsByPeriod_async
in interface _ITimelineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getMostRecentAnnotationLinks_async(AMD_ITimeline_getMostRecentAnnotationLinks __cb, java.util.List<java.lang.String> parentTypes, java.util.List<java.lang.String> childTypes, java.util.List<java.lang.String> namespaces, Parameters p, Ice.Current __current) throws ServerError
_ITimelineOperations
getMostRecentAnnotationLinks_async
in interface _ITimelineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getMostRecentObjects_async(AMD_ITimeline_getMostRecentObjects __cb, java.util.List<java.lang.String> types, Parameters p, boolean merge, Ice.Current __current) throws ServerError
_ITimelineOperations
getMostRecentObjects_async
in interface _ITimelineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError
public void getMostRecentShareCommentLinks_async(AMD_ITimeline_getMostRecentShareCommentLinks __cb, Parameters p, Ice.Current __current) throws ServerError
_ITimelineOperations
getMostRecentShareCommentLinks_async
in interface _ITimelineOperations
__cb
- The callback object for the operation.__current
- The Current object for the invocation.ServerError