|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object be.re.webdav.Client.Event
public static class Client.Event
Represents one event line in an audit trail.
Field Summary | |
---|---|
String |
additionalInfo
Optional additional information about the event. |
long |
occurrence
The timestamp of the event in milliseconds since 1 January 1970 UTC. |
String |
operation
One of the operations defined in Constants.EVENT_* . |
String |
path
An absolute path in the repository. |
URL |
user
The URL denoting the user that performed the operation. |
String |
username
The name of the user that performed the operation. |
Constructor Summary | |
---|---|
Client.Event()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String additionalInfo
public long occurrence
public String operation
Constants.EVENT_*
.
Constants
public String path
public URL user
public String username
Constructor Detail |
---|
public Client.Event()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |