On Tue, Aug 19, 2008 at 10:46 AM, Milinda Pathirage < [EMAIL PROTECTED]> wrote:
> Hi Matthieu, > > I can't find anything related to event filtering in that document. I > understand how instance filtering works. But I need to know about the event > filtering. Basically what I want to get is all the events happen recently > without filtering out any event. > Ah yes sorry, this one isn't documented as it's more recent than the spec. Basically you can use any filter available for instances plus a 'type' and a 'timestamp' filter. The first filters event by the types defined at [1] and accepts wildcards. The timestamp filter accepts a date in ISO 8601 format and can be compared using the operators =, <=, >=, <, >. Hope this helps, Matthieu [1] http://ode.apache.org/user-guide.html#UserGuide-ODEExecutionEvents > > Thanks, > Milinda > > On Tue, Aug 19, 2008 at 8:25 PM, Matthieu Riou <[EMAIL PROTECTED] > >wrote: > > > On Mon, Aug 18, 2008 at 9:28 PM, Milinda Pathirage < > > [EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > I need help on using listEvents operation available in Instance > > Management > > > API. How can I filter events and instances? I don't find any docs about > > > these filters. If I want to list most recent 10 events for all the > > > instances > > > how can I do that. > > > > > > > Have you checked there? > > > > http://ode.apache.org/bpel-management-api-specification.html > > > > Matthieu > > > > > > > > > > Thanks in advance, > > > Milinda > > > -- > > > http://mpathirage.com > > > http://wso2.org "Oxygen for Web Service Developers" > > > http://wsaxc.blogspot.com "Web Services With Axis2/C" > > > > > > > > > -- > http://mpathirage.com > http://wso2.org "Oxygen for Web Service Developers" > http://wsaxc.blogspot.com "Web Services With Axis2/C" >
