Package com.sap.cds.services.impl.draft
Class ActiveReadEventContextImpl
java.lang.Object
com.sap.cds.services.impl.EventContextDelegator
com.sap.cds.services.impl.draft.ActiveReadEventContextImpl
- All Implemented Interfaces:
ActiveReadEventContext,EventContext
public class ActiveReadEventContextImpl
extends EventContextDelegator
implements ActiveReadEventContext
Implementation for specialized
EventContext to be used for DraftService.EVENT_ACTIVE_READ-
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, proceed, 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, proceed, put, setCompleted
-
Constructor Details
-
ActiveReadEventContextImpl
-
-
Method Details
-
getService
- Specified by:
getServicein interfaceActiveReadEventContext- Specified by:
getServicein interfaceEventContext- Overrides:
getServicein classEventContextDelegator
-
getCqn
public com.sap.cds.ql.cqn.CqnSelect getCqn()- Specified by:
getCqnin interfaceActiveReadEventContext
-
setCqn
public void setCqn(com.sap.cds.ql.cqn.CqnSelect cqn) - Specified by:
setCqnin interfaceActiveReadEventContext
-
getCqnNamedValues
- Specified by:
getCqnNamedValuesin interfaceActiveReadEventContext
-
setCqnNamedValues
- Specified by:
setCqnNamedValuesin interfaceActiveReadEventContext
-
getResult
public com.sap.cds.Result getResult()- Specified by:
getResultin interfaceActiveReadEventContext
-
setResult
- Specified by:
setResultin interfaceActiveReadEventContext
-