Uses of Interface
com.sap.cds.services.auditlog.DataObject
Packages that use DataObject
-
Uses of DataObject in com.sap.cds.services.auditlog
Methods in com.sap.cds.services.auditlog that return DataObjectModifier and TypeMethodDescriptionstatic DataObject
DataObject.create()
Access.getDataObject()
The object where the accessed personal data that is being audit logged is contained.ConfigChange.getDataObject()
The object where the accessed or modified personal data that is being audit logged is contained.DataModification.getDataObject()
The object where the modified personal data that is being audit logged is contained.Methods in com.sap.cds.services.auditlog with parameters of type DataObjectModifier and TypeMethodDescriptionvoid
Access.setDataObject
(DataObject object) The object where the accessed personal data that is being audit logged is contained.void
ConfigChange.setDataObject
(DataObject object) The object where the accessed or modified personal data that is being audit logged is contained.void
DataModification.setDataObject
(DataObject object) The object where the modified personal data that is being audit logged is contained.