public class UserEventService extends Object implements org.picocontainer.Startable
| Constructor and Description |
|---|
UserEventService() |
| Modifier and Type | Method and Description |
|---|---|
List<UserEvent> |
findEventsByObjectId(String objectId) |
List<UserEvent> |
findEventsByObjectIdAndEventType(String objectId,
String eventType) |
void |
start() |
void |
stop() |
void |
storeEvent(String userId,
String eventType,
Date updateDate,
String referencedObjectId) |
public void start()
start in interface org.picocontainer.Startablepublic void stop()
stop in interface org.picocontainer.Startablepublic List<UserEvent> findEventsByObjectIdAndEventType(String objectId, String eventType)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.