Package com.sap.cds.services.draft
Interface DraftEditEventContext
- All Superinterfaces:
EventContext
The
EventContext for the DraftService.EVENT_DRAFT_EDIT event.-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic DraftEditEventContextCreates anEventContextalready overlayed with this interface.com.sap.cds.ql.cqn.CqnSelectgetCqn()The CQN named values, for parameterizedCqnSelectstatementscom.sap.cds.ResultReturns theService(Consumption API) of the service, targeted by theEventContext.voidsetCqn(com.sap.cds.ql.cqn.CqnSelect cqn) Sets theCqnSelectstatementvoidsetCqnNamedValues(Map<String, Object> namedValues) Sets the CQN named values, for parameterizedCqnSelectstatementsvoidsetPreserveChanges(boolean preserveChanges) Sets whether to preserve changes or notvoidSets the result of theDraftService.EVENT_DRAFT_EDITeventMethods 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
-
Field Details
-
PRESERVE_CHANGES
- See Also:
-
-
Method Details
-
create
Creates anEventContextalready overlayed with this interface. The event is set to beDraftService.EVENT_DRAFT_EDIT- Parameters:
entityName- the name of the entity- Returns:
- the
DraftEditEventContext
-
getService
DraftService getService()Description copied from interface:EventContextReturns 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:
getServicein interfaceEventContext- Returns:
- the
Service(Consumption API) of the service, targeted by theEventContext.
-
getCqn
com.sap.cds.ql.cqn.CqnSelect getCqn()- Returns:
- the
CqnSelectstatement
-
setCqn
void setCqn(com.sap.cds.ql.cqn.CqnSelect cqn) Sets theCqnSelectstatement- Parameters:
cqn- theCqnSelectstatement
-
setPreserveChanges
@CdsName("PreserveChanges") void setPreserveChanges(boolean preserveChanges) Sets whether to preserve changes or not- Parameters:
preserveChanges- iftruechanges will be preserved
-
getPreserveChanges
- Returns:
trueif changes should be preserved,falseotherwise
-
getCqnNamedValues
The CQN named values, for parameterizedCqnSelectstatements- Returns:
- the CQN named values
-
setCqnNamedValues
Sets the CQN named values, for parameterizedCqnSelectstatements- Parameters:
namedValues- the CQN named values
-
getResult
com.sap.cds.Result getResult()- Returns:
- the
Resultof theDraftService.EVENT_DRAFT_EDITevent
-
setResult
Sets the result of theDraftService.EVENT_DRAFT_EDITevent- Parameters:
result- aResultor a list of Maps, which will be transformed into aResult
-