| org.sakaiproject.event.api.Event
Event | public interface Event (Code) | |
Event represents a single significant activity by the end-user.
|
getEvent | String getEvent()(Code) | | Access the event id string
The event id string. |
getModify | boolean getModify()(Code) | | Is this event one that caused a modify to the resource, or just an access.
true if the event caused a modify to the resource, false if it was just an access. |
getPriority | int getPriority()(Code) | | Access the event's notification priority.
The event's notification priority. |
getResource | String getResource()(Code) | | Access the resource reference.
The resource reference string. |
getSessionId | String getSessionId()(Code) | | Access the UsageSession id. If null, check for a User id.
The UsageSession id string. |
getUserId | String getUserId()(Code) | | Access the User id. If null, check for a session id.
The User id string. |
|
|