|
JIVE Platform Release 0.2.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.buffalo.cse.jive.ui.search.queries.ObjectCreatedSearchQuery.NewEventExporter
protected class ObjectCreatedSearchQuery.NewEventExporter
An exporter used to examine NewEvent
s and to determine if the
event is a object creation represented by a JiveSearchPattern
.
Field Summary | |
---|---|
protected boolean |
matchFound
A flag used to determine if a match was found by the recordExporter . |
protected ContourCreationRecord.Exporter |
recordExporter
An exporter used to examine ContourCreationRecord s and to
determine if any match the search pattern. |
Constructor Summary | |
---|---|
protected |
ObjectCreatedSearchQuery.NewEventExporter()
|
Method Summary | |
---|---|
void |
addContourCreationRecords(List<ContourCreationRecord> creationRecords)
Add the list of created contours. |
void |
addEnclosingContourID(ContourID enclosingID)
Add the enclosing contour ID. |
void |
addNumber(long n)
Get the sequence number of this event. |
void |
addThreadID(ThreadID thread)
Adds the thread on which this event took place. |
boolean |
checkForMatch(JiveSearchPattern pattern)
Returns whether the event is a object creation represented by the supplied JiveSearchPattern . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean matchFound
recordExporter
.
protected ContourCreationRecord.Exporter recordExporter
ContourCreationRecord
s and to
determine if any match the search pattern.
Constructor Detail |
---|
protected ObjectCreatedSearchQuery.NewEventExporter()
Method Detail |
---|
public void addContourCreationRecords(List<ContourCreationRecord> creationRecords)
NewEvent.Exporter
addContourCreationRecords
in interface NewEvent.Exporter
creationRecords
- created contour listNewEvent.Importer.provideContourCreationRecords()
public void addEnclosingContourID(ContourID enclosingID)
NewEvent.Exporter
addEnclosingContourID
in interface NewEvent.Exporter
NewEvent.Importer.provideEnclosingContourID()
public void addNumber(long n)
Event.Exporter
addNumber
in interface Event.Exporter
n
- the event numberpublic void addThreadID(ThreadID thread)
Event.Exporter
addThreadID
in interface Event.Exporter
thread
- the thread identifierpublic boolean checkForMatch(JiveSearchPattern pattern)
JiveSearchPattern
.
pattern
- the pattern to check against
true
if the object creation can be associated with the pattern,
false
otherwise
|
JIVE Platform Release 0.2.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |