public interface CalcWhereConditionEventContext extends EventContext
Modifier and Type | Method and Description |
---|---|
static CalcWhereConditionEventContext |
create(String entityName) |
String |
getEntityName() |
String |
getEventName() |
com.sap.cds.ql.cqn.CqnPredicate |
getResult() |
AuthorizationService |
getService()
Returns the
Service (Consumption API) of the service, targeted by the EventContext . |
void |
setEntityName(String entity) |
void |
setEventName(String event) |
void |
setResult(com.sap.cds.ql.cqn.CqnPredicate result) |
as, create, create, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, put, setCompleted
static CalcWhereConditionEventContext create(String entityName)
AuthorizationService 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
.void setEntityName(String entity)
String getEntityName()
void setEventName(String event)
String getEventName()
com.sap.cds.ql.cqn.CqnPredicate getResult()
void setResult(com.sap.cds.ql.cqn.CqnPredicate result)
Copyright © 2023. All rights reserved.