Uses of Interface
ibspan.tss.um.ontology.EventSession

Packages that use EventSession
ibspan.tss.dao Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem. 
ibspan.tss.um.ontology Ontology Java beans generated from user-modelling ontology (with http://www.ibspan.waw.pl/tss/UserModelling# namespace) with Jastor tool. 
 

Uses of EventSession in ibspan.tss.dao
 

Methods in ibspan.tss.dao that return EventSession
 EventSession HistoryDAO.addSession(String sessionID, int userID)
          Creates new session with date of starting defined as "now".
 

Uses of EventSession in ibspan.tss.um.ontology
 

Classes in ibspan.tss.um.ontology that implement EventSession
 class EventSessionImpl
          Implementation of EventSession Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return EventSession
static EventSession UserModellingFactory.createEventSession(Resource resource, Model model)
          Create a new instance of EventSession.
static EventSession UserModellingFactory.createEventSession(String uri, Model model)
          Create a new instance of EventSession.
static EventSession UserModellingFactory.getEventSession(Resource resource, Model model)
          Create a new instance of EventSession.
static EventSession UserModellingFactory.getEventSession(String uri, Model model)
          Create a new instance of EventSession.
 

Methods in ibspan.tss.um.ontology with parameters of type EventSession
 void EventSessionListener.hasEventAdded(EventSession source, Event newValue)
          Called when a value of hasEvent has been added
 void EventSessionListener.hasEventRemoved(EventSession source, Event oldValue)
          Called when a value of hasEvent has been removed
 void EventSessionListener.hasSessionIDChanged(EventSession source)
          Called when hasSessionID has changed
 void EventSessionListener.hasUserIDChanged(EventSession source)
          Called when hasUserID has changed
 void EventSessionListener.startedAtChanged(EventSession source)
          Called when startedAt has changed