Uses of Interface
com.sap.cds.services.auditlog.DataSubject
Packages that use DataSubject
-
Uses of DataSubject in com.sap.cds.services.auditlog
Methods in com.sap.cds.services.auditlog that return DataSubjectModifier and TypeMethodDescriptionstatic DataSubjectDataSubject.create()Access.getDataSubject()The data subject whom the accessed personal data that is being audit logged belongs to.DataModification.getDataSubject()The data subject whom the modified personal data that is being audit logged belongs to.Methods in com.sap.cds.services.auditlog with parameters of type DataSubjectModifier and TypeMethodDescriptionvoidAccess.setDataSubject(DataSubject dataSubject) The data subject whom the accessed personal data that is being audit logged belongs to.voidDataModification.setDataSubject(DataSubject dataSubject) The data subject whom the modified personal data that is being audit logged belongs to.