public interface DraftNewEventContext extends EventContext
EventContext
for the DraftService.EVENT_DRAFT_NEW
event.Modifier and Type | Method and Description |
---|---|
static DraftNewEventContext |
create(String entityName)
Creates an
EventContext already overlayed with this interface. |
com.sap.cds.ql.cqn.CqnInsert |
getCqn() |
com.sap.cds.Result |
getResult() |
DraftService |
getService()
Returns the
Service (Consumption API) of the service, targeted by the EventContext . |
void |
setCqn(com.sap.cds.ql.cqn.CqnInsert cqn)
Sets the
CqnInsert statement |
void |
setResult(Iterable<? extends Map<String,?>> result)
Sets the result of the
DraftService.EVENT_DRAFT_NEW event |
as, create, create, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
static DraftNewEventContext create(String entityName)
EventContext
already overlayed with this interface. The event is set to be DraftService.EVENT_DRAFT_NEW
entityName
- the name of the entityDraftNewEventContext
DraftService getService()
EventContext
Service
(Consumption API) of the service, targeted by the EventContext
.
This is the service, on which the Service.emit(EventContext)
method (or specialized Consumption API) was called.getService
in interface EventContext
Service
(Consumption API) of the service, targeted by the EventContext
.com.sap.cds.ql.cqn.CqnInsert getCqn()
CqnInsert
statementvoid setCqn(com.sap.cds.ql.cqn.CqnInsert cqn)
CqnInsert
statementcqn
- the CqnInsert
statementcom.sap.cds.Result getResult()
Result
of the DraftService.EVENT_DRAFT_NEW
eventvoid setResult(Iterable<? extends Map<String,?>> result)
DraftService.EVENT_DRAFT_NEW
eventresult
- a Result
or a list of Maps, which will be transformed into a Result
Copyright © 2023. All rights reserved.