Home > Contents > Index > 
Expanded TOC | Accordion TOC | Annotated TOC | Index 
ICS.QueryEvents
Queries for a list of events matching the specified criteria.
Syntax
public IList QueryEvents(String sNamePattern, String sType, Boolean bEnabled, String sList)Parameters
sNamePattern- The name pattern. The pattern can contain one wildcard (%), or can be
 nullto return all events.
sType- The event type. Valid values are:
 
1for servlet request2for emailnullfor both servlet request and email.bEnabled- Set this value to
 truefor enabled events,falsefor disabled events, ornullfor both.
sList- The name of the
 IList. Usenullfor a system-generated name.
Description
The
QueryEventsmethod queries for events matching the specified criteria and returns anIListof these events. The events can be queries using an event name pattern, an event type, or whether the event is enabled or disabled.Returns
Returns an
IListcontaining the event names.
Home > Contents > Index > ![]()
FatWire JAVA Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.