Class DataModificationLogContextImpl
java.lang.Object
com.sap.cds.services.impl.EventContextDelegator
com.sap.cds.services.impl.auditlog.DataModificationLogContextImpl
- All Implemented Interfaces:
DataModificationLogContext,EventContext
public class DataModificationLogContextImpl
extends EventContextDelegator
implements DataModificationLogContext
-
Field Summary
Fields inherited from interface com.sap.cds.services.auditlog.DataModificationLogContext
CDS_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetData()voidsetCreatedAt(Instant createdAt) voidsetData(DataModificationLog event) Methods inherited from class com.sap.cds.services.impl.EventContextDelegator
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getDelegatedEventContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompletedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.sap.cds.services.EventContext
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
-
Constructor Details
-
DataModificationLogContextImpl
-
-
Method Details
-
getService
- Specified by:
getServicein interfaceDataModificationLogContext- Specified by:
getServicein interfaceEventContext- Overrides:
getServicein classEventContextDelegator
-
getData
- Specified by:
getDatain interfaceDataModificationLogContext
-
setData
- Specified by:
setDatain interfaceDataModificationLogContext
-
getCreatedAt
- Specified by:
getCreatedAtin interfaceDataModificationLogContext
-
setCreatedAt
- Specified by:
setCreatedAtin interfaceDataModificationLogContext
-