Class JPAAuditEvent
java.lang.Object
org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
org.apache.syncope.core.persistence.jpa.entity.JPAAuditEvent
- All Implemented Interfaces:
Serializable
,AuditEvent
,Entity
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
protected static final TypeReference
<List<String>> Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetWhen()
getWho()
void
void
void
setOpEvent
(String opEvent) void
void
setThrowable
(String throwable) void
setWhen
(OffsetDateTime when) void
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
Constructor Details
-
Method Details
-
getOpEvent
- Specified by:
getOpEvent
in interfaceAuditEvent
-
setOpEvent
- Specified by:
setOpEvent
in interfaceAuditEvent
-
getWho
- Specified by:
getWho
in interfaceAuditEvent
-
setWho
- Specified by:
setWho
in interfaceAuditEvent
-
getWhen
- Specified by:
getWhen
in interfaceAuditEvent
-
setWhen
- Specified by:
setWhen
in interfaceAuditEvent
-
getBefore
- Specified by:
getBefore
in interfaceAuditEvent
-
setBefore
- Specified by:
setBefore
in interfaceAuditEvent
-
setInputs
- Specified by:
setInputs
in interfaceAuditEvent
-
getInputs
- Specified by:
getInputs
in interfaceAuditEvent
-
getOutput
- Specified by:
getOutput
in interfaceAuditEvent
-
setOutput
- Specified by:
setOutput
in interfaceAuditEvent
-
getThrowable
- Specified by:
getThrowable
in interfaceAuditEvent
-
setThrowable
- Specified by:
setThrowable
in interfaceAuditEvent
-