protected static class BaseEventDelayHandler.ReEvent extends Object implements Event
Constructor and Description |
---|
ReEvent(String event,
boolean modify,
int priority,
String resource,
String userId) |
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Access the event context
|
String |
getEvent()
Access the event id string
|
Date |
getEventTime()
Retrieve the events time
|
LearningResourceStoreService.LRS_Statement |
getLrsStatement()
Access the LRSStatement.
|
boolean |
getModify()
Is this event one that caused a modify to the resource, or just an access.
|
int |
getPriority()
Access the event's notification priority.
|
String |
getResource()
Access the resource reference.
|
String |
getSessionId()
Access the UsageSession id.
|
String |
getUserId()
Access the User id.
|
public String getEvent()
Event
public boolean getModify()
Event
public int getPriority()
Event
getPriority
in interface Event
public String getResource()
Event
getResource
in interface Event
public String getSessionId()
Event
getSessionId
in interface Event
public String getUserId()
Event
public String getContext()
Event
getContext
in interface Event
public Date getEventTime()
Event
getEventTime
in interface Event
public LearningResourceStoreService.LRS_Statement getLrsStatement()
Event
getLrsStatement
in interface Event
Copyright © 2003–2019 The Sakai Foundation. All rights reserved.