Package com.sap.cds.services.auditlog
Interface Access
@CdsName("com.sap.cds.services.auditlog.Access")
public interface Access
extends com.sap.cds.CdsData
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sap.cds.CdsData
com.sap.cds.CdsData.Factory
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Fields inherited from interface com.sap.cds.CdsData
factory
-
Method Summary
Modifier and TypeMethodDescriptionstatic Access
create()
Attachments in case the event is triggered by the download or display of some attachments or files.The attributes that have been readThe object where the accessed personal data that is being audit logged is contained.The data subject whom the accessed personal data that is being audit logged belongs to.void
setAttachments
(Collection<Attachment> attachments) Attachments in case the event is triggered by the download or display of some attachments or files.void
setAttributes
(Collection<Attribute> attributes) The attributes that have been readvoid
setDataObject
(DataObject object) The object where the accessed personal data that is being audit logged is contained.void
setDataSubject
(DataSubject dataSubject) The data subject whom the accessed personal data that is being audit logged belongs to.Methods inherited from interface com.sap.cds.CdsData
containsPath, forRemoval, forRemoval, get, getPath, getPathOrDefault, isForRemoval, putPath, putPathIfAbsent, removePath
Methods inherited from interface com.sap.cds.JSONizable
toJson
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Field Details
-
OBJECT
- See Also:
-
DATA_SUBJECT
- See Also:
-
ATTRIBUTES
- See Also:
-
ATTACHMENTS
- See Also:
-
-
Method Details
-
getDataObject
DataObject getDataObject()The object where the accessed personal data that is being audit logged is contained. -
setDataObject
The object where the accessed personal data that is being audit logged is contained. -
getDataSubject
DataSubject getDataSubject()The data subject whom the accessed personal data that is being audit logged belongs to. -
setDataSubject
The data subject whom the accessed personal data that is being audit logged belongs to. -
getAttributes
Collection<Attribute> getAttributes()The attributes that have been read -
setAttributes
The attributes that have been read -
getAttachments
Collection<Attachment> getAttachments()Attachments in case the event is triggered by the download or display of some attachments or files. -
setAttachments
Attachments in case the event is triggered by the download or display of some attachments or files. -
create
-