JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface NewEvent.Exporter

All Superinterfaces:
Event.Exporter
All Known Implementing Classes:
ObjectCreatedSearchQuery.NewEventExporter
Enclosing interface:
NewEvent

public static interface NewEvent.Exporter
extends Event.Exporter

An exporter (reverse-builder) for a new event.


Method Summary
 void addContourCreationRecords(List<ContourCreationRecord> creationRecords)
          Add the list of created contours.
 void addEnclosingContourID(ContourID enclosingID)
          Add the enclosing contour ID.
 
Methods inherited from interface edu.bsu.cs.jive.events.Event.Exporter
addNumber, addThreadID
 

Method Detail

addContourCreationRecords

void addContourCreationRecords(List<ContourCreationRecord> creationRecords)
Add the list of created contours. These are specified in order from most specific (deepest nested) to most general.

Parameters:
creationRecords - created contour list
See Also:
NewEvent.Importer.provideContourCreationRecords()

addEnclosingContourID

void addEnclosingContourID(ContourID enclosingID)
Add the enclosing contour ID.

Parameters:
enclosingID -
See Also:
NewEvent.Importer.provideEnclosingContourID()

JIVE Platform
Release 0.3.1