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
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static final TypeReference<List<String>> Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOGFields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWhen()getWho()voidvoidvoidsetOpEvent(String opEvent) voidvoidsetThrowable(String throwable) voidsetWhen(OffsetDateTime when) voidMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
TABLE
- See Also:
-
TYPEREF
-
-
Constructor Details
-
JPAAuditEvent
public JPAAuditEvent()
-
-
Method Details
-
getOpEvent
- Specified by:
getOpEventin interfaceAuditEvent
-
setOpEvent
- Specified by:
setOpEventin interfaceAuditEvent
-
getWho
- Specified by:
getWhoin interfaceAuditEvent
-
setWho
- Specified by:
setWhoin interfaceAuditEvent
-
getWhen
- Specified by:
getWhenin interfaceAuditEvent
-
setWhen
- Specified by:
setWhenin interfaceAuditEvent
-
getBefore
- Specified by:
getBeforein interfaceAuditEvent
-
setBefore
- Specified by:
setBeforein interfaceAuditEvent
-
setInputs
- Specified by:
setInputsin interfaceAuditEvent
-
getInputs
- Specified by:
getInputsin interfaceAuditEvent
-
getOutput
- Specified by:
getOutputin interfaceAuditEvent
-
setOutput
- Specified by:
setOutputin interfaceAuditEvent
-
getThrowable
- Specified by:
getThrowablein interfaceAuditEvent
-
setThrowable
- Specified by:
setThrowablein interfaceAuditEvent
-