public interface DraftCreateEventContext extends EventContext
EventContext
for the DraftService.EVENT_DRAFT_CREATE
event.Modifier and Type | Method and Description |
---|---|
static DraftCreateEventContext |
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_CREATE event |
as, create, create, get, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
static DraftCreateEventContext create(String entityName)
EventContext
already overlayed with this interface. The event is set to be DraftService.EVENT_DRAFT_CREATE
entityName
- the name of the entityDraftCreateEventContext
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_CREATE
eventvoid setResult(Iterable<? extends Map<String,?>> result)
DraftService.EVENT_DRAFT_CREATE
eventresult
- a Result
or a list of Maps, which will be transformed into a Result
Copyright © 2021. All rights reserved.