public class DraftCancelEventContextImpl extends EventContextDelegator implements DraftCancelEventContext
EventContext for the DraftService.EVENT_DRAFT_CANCEL event.| Constructor and Description |
|---|
DraftCancelEventContextImpl(EventContext eventContext) |
| Modifier and Type | Method and Description |
|---|---|
com.sap.cds.ql.cqn.CqnDelete |
getCqn() |
Iterable<Map<String,Object>> |
getCqnValueSets() |
com.sap.cds.Result |
getResult() |
DraftService |
getService() |
void |
setCqn(com.sap.cds.ql.cqn.CqnDelete cqn) |
void |
setCqnValueSets(Iterable<Map<String,Object>> valueSets) |
void |
setResult(Iterable<? extends Map<String,?>> result) |
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getDelegatedEventContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompletedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateas, create, create, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompletedpublic DraftCancelEventContextImpl(EventContext eventContext)
public DraftService getService()
getService in interface DraftCancelEventContextgetService in interface EventContextgetService in class EventContextDelegatorpublic com.sap.cds.ql.cqn.CqnDelete getCqn()
getCqn in interface DraftCancelEventContextpublic void setCqn(com.sap.cds.ql.cqn.CqnDelete cqn)
setCqn in interface DraftCancelEventContextpublic Iterable<Map<String,Object>> getCqnValueSets()
getCqnValueSets in interface DraftCancelEventContextpublic void setCqnValueSets(Iterable<Map<String,Object>> valueSets)
setCqnValueSets in interface DraftCancelEventContextpublic com.sap.cds.Result getResult()
getResult in interface DraftCancelEventContextpublic void setResult(Iterable<? extends Map<String,?>> result)
setResult in interface DraftCancelEventContextCopyright © 2023. All rights reserved.