Package com.sap.cds.services.draft
Interface ActiveReadEventContext
- All Superinterfaces:
EventContext
The
EventContext
for the DraftService.EVENT_ACTIVE_READ
event-
Method Summary
Modifier and TypeMethodDescriptionstatic ActiveReadEventContext
Creates anEventContext
already overlayed with this interface.com.sap.cds.ql.cqn.CqnSelect
getCqn()
The CQN named values, for parameterizedCqnSelect
statementscom.sap.cds.Result
Returns theService
(Consumption API) of the service, targeted by theEventContext
.void
setCqn
(com.sap.cds.ql.cqn.CqnSelect cqn) Sets theCqnSelect
statementvoid
setCqnNamedValues
(Map<String, Object> namedValues) Sets the CQN named values, for parameterizedCqnSelect
statementsvoid
Sets the result of theDraftService.EVENT_ACTIVE_READ
eventMethods 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
-
Method Details
-
create
Creates anEventContext
already overlayed with this interface. The event is set to beDraftService.EVENT_ACTIVE_READ
- Parameters:
entityName
- the name of the entity- Returns:
- the
ActiveReadEventContext
-
getService
DraftService getService()Description copied from interface:EventContext
Returns theService
(Consumption API) of the service, targeted by theEventContext
. This is the service, on which theService.emit(EventContext)
method (or specialized Consumption API) was called.- Specified by:
getService
in interfaceEventContext
- Returns:
- the
Service
(Consumption API) of the service, targeted by theEventContext
.
-
getCqn
com.sap.cds.ql.cqn.CqnSelect getCqn()- Returns:
- the
CqnSelect
statement
-
setCqn
void setCqn(com.sap.cds.ql.cqn.CqnSelect cqn) Sets theCqnSelect
statement- Parameters:
cqn
- theCqnSelect
statement
-
getCqnNamedValues
The CQN named values, for parameterizedCqnSelect
statements- Returns:
- the CQN named values
-
setCqnNamedValues
Sets the CQN named values, for parameterizedCqnSelect
statements- Parameters:
namedValues
- the CQN named values
-
getResult
com.sap.cds.Result getResult()- Returns:
- the
Result
of theDraftService.EVENT_ACTIVE_READ
event
-
setResult
Sets the result of theDraftService.EVENT_ACTIVE_READ
event- Parameters:
result
- aResult
or a list of Maps, which will be transformed into aResult
-