Package com.sap.cds.services.impl.cds
Class CdsCreateEventContextImpl
java.lang.Object
com.sap.cds.services.impl.EventContextDelegator
com.sap.cds.services.impl.cds.CdsCreateEventContextImpl
- All Implemented Interfaces:
CdsCreateEventContext,EventContext
public class CdsCreateEventContextImpl
extends EventContextDelegator
implements CdsCreateEventContext
Implementation for specialized
EventContext to be used for CqnService.EVENT_CREATE-
Constructor Summary
Constructors -
Method Summary
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
-
CdsCreateEventContextImpl
-
-
Method Details
-
getService
- Specified by:
getServicein interfaceCdsCreateEventContext- Specified by:
getServicein interfaceEventContext- Overrides:
getServicein classEventContextDelegator
-
getCqn
public com.sap.cds.ql.cqn.CqnInsert getCqn()- Specified by:
getCqnin interfaceCdsCreateEventContext
-
setCqn
public void setCqn(com.sap.cds.ql.cqn.CqnInsert cqn) - Specified by:
setCqnin interfaceCdsCreateEventContext
-
getResult
public com.sap.cds.Result getResult()- Specified by:
getResultin interfaceCdsCreateEventContext
-
setResult
- Specified by:
setResultin interfaceCdsCreateEventContext
-