Package com.sap.cds.services.auditlog
Interface DataModification
@CdsName("com.sap.cds.services.auditlog.DataModification")
public interface DataModification
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 DataModificationcreate()The action that was performed: Create, Update, Delete.A list with changed attributes.The object where the modified personal data that is being audit logged is contained.The data subject whom the modified personal data that is being audit logged belongs to.voidThe action that was performed: Create, Update, Delete.voidsetAttributes(Collection<ChangedAttribute> attributes) A list with changed attributes.voidsetDataObject(DataObject object) The object where the modified personal data that is being audit logged is contained.voidsetDataSubject(DataSubject dataSubject) The data subject whom the modified 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:
-
ACTION
- See Also:
-
ATTRIBUTES
- See Also:
-
-
Method Details
-
getDataObject
DataObject getDataObject()The object where the modified personal data that is being audit logged is contained. -
setDataObject
The object where the modified personal data that is being audit logged is contained. -
getDataSubject
DataSubject getDataSubject()The data subject whom the modified personal data that is being audit logged belongs to. -
setDataSubject
The data subject whom the modified personal data that is being audit logged belongs to. -
getAction
Action getAction()The action that was performed: Create, Update, Delete. -
setAction
The action that was performed: Create, Update, Delete. -
getAttributes
Collection<ChangedAttribute> getAttributes()A list with changed attributes. -
setAttributes
A list with changed attributes. -
create
-