Class Neo4jAuditEvent
java.lang.Object
org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
org.apache.syncope.core.persistence.neo4j.entity.AbstractGeneratedKeyNode
org.apache.syncope.core.persistence.neo4j.entity.Neo4jAuditEvent
- All Implemented Interfaces:
Serializable,AuditEvent,Entity
@Node("AuditEvent")
public class Neo4jAuditEvent
extends AbstractGeneratedKeyNode
implements AuditEvent
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringprotected static final TypeReference<List<String>> Fields inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
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.neo4j.entity.AbstractGeneratedKeyNode
getKey, setKeyMethods inherited from class org.apache.syncope.core.persistence.neo4j.entity.AbstractNode
checkImplementationType, checkType, equals, hashCode, toString
-
Field Details
-
NODE
- See Also:
-
TYPEREF
-
-
Constructor Details
-
Neo4jAuditEvent
public Neo4jAuditEvent()
-
-
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
-