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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from interface com.sap.cds.CdsData
factory -
Method Summary
Modifier and TypeMethodDescriptionstatic Accesscreate()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.voidsetAttachments(Collection<Attachment> attachments) Attachments in case the event is triggered by the download or display of some attachments or files.voidsetAttributes(Collection<Attribute> attributes) The attributes that have been readvoidsetDataObject(DataObject object) The object where the accessed personal data that is being audit logged is contained.voidsetDataSubject(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, getMetadata, getPath, getPathOrDefault, isForRemoval, putMetadata, putPath, putPathIfAbsent, removePathMethods inherited from interface com.sap.cds.JSONizable
toJsonMethods 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
-