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 DataObjectDataObject.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 TypeMethodDescriptionvoidAccess.setDataObject(DataObject object) The object where the accessed personal data that is being audit logged is contained.voidConfigChange.setDataObject(DataObject object) The object where the accessed or modified personal data that is being audit logged is contained.voidDataModification.setDataObject(DataObject object) The object where the modified personal data that is being audit logged is contained.