Package com.gooddata.auditevent
Class AuditEvent
- java.lang.Object
-
- com.gooddata.auditevent.AuditEvent
-
public class AuditEvent extends Object
Audit event
-
-
Field Summary
Fields Modifier and Type Field Description static StringADMIN_URIstatic org.springframework.web.util.UriTemplateADMIN_URI_TEMPLATEstatic StringGDC_URIstatic StringUSER_URIstatic org.springframework.web.util.UriTemplateUSER_URI_TEMPLATE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Map<String,String>getLinks()org.joda.time.DateTimegetOccurred()the time the event occurredMap<String,String>getParams()org.joda.time.DateTimegetRecorded()the time event was recorded by audit systemStringgetType()StringgetUserIp()StringgetUserLogin()booleanisSuccess()StringtoString()
-
-
-
Field Detail
-
GDC_URI
public static final String GDC_URI
- See Also:
- Constant Field Values
-
USER_URI
public static final String USER_URI
- See Also:
- Constant Field Values
-
ADMIN_URI
public static final String ADMIN_URI
- See Also:
- Constant Field Values
-
ADMIN_URI_TEMPLATE
public static final org.springframework.web.util.UriTemplate ADMIN_URI_TEMPLATE
-
USER_URI_TEMPLATE
public static final org.springframework.web.util.UriTemplate USER_URI_TEMPLATE
-
-
Method Detail
-
getId
public String getId()
-
getUserLogin
public String getUserLogin()
-
getOccurred
public org.joda.time.DateTime getOccurred()
the time the event occurred
-
getRecorded
public org.joda.time.DateTime getRecorded()
the time event was recorded by audit system
-
getUserIp
public String getUserIp()
-
isSuccess
public boolean isSuccess()
-
getType
public String getType()
-
-