public interface AuditService
Quad values for creation,
deletion and modification operation.| Modifier and Type | Method and Description |
|---|---|
default List<Quad> |
creation(IRI identifier,
Session session)
Generate the audit quads for a Create event.
|
default List<Quad> |
deletion(IRI identifier,
Session session)
Generate the audit quads for a Delete event.
|
default List<Quad> |
update(IRI identifier,
Session session)
Generate the audit quads for an Update event.
|
default List<Quad> creation(IRI identifier, Session session)
identifier - the resource identifiersession - the session datadefault List<Quad> deletion(IRI identifier, Session session)
identifier - the resource identifiersession - the session data