public class EventImpl extends Object implements Event
| Constructor and Description |
|---|
EventImpl() |
EventImpl(String type,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticatedUser() |
String |
getExecutingUser() |
String |
getId() |
int |
getSchema() |
Long |
getTimestamp() |
String |
getType() |
void |
setAuthenticatedUser(String authenticatedUser) |
void |
setExecutingUser(String executingUser) |
void |
setId(String id) |
void |
setSchema(int schema) |
void |
setTimestamp(Long timestamp) |
void |
setType(String type) |
public EventImpl()
public EventImpl(String type, long timestamp)
public void setId(String id)
public void setType(String type)
public String getAuthenticatedUser()
getAuthenticatedUser in interface Eventpublic void setAuthenticatedUser(String authenticatedUser)
public String getExecutingUser()
getExecutingUser in interface Eventpublic void setExecutingUser(String executingUser)
public Long getTimestamp()
getTimestamp in interface Eventpublic void setTimestamp(Long timestamp)
public void setSchema(int schema)
Copyright © 2005–2018 Alfresco Software. All rights reserved.