Class GetRestrictionEventContextImpl
java.lang.Object
com.sap.cds.services.impl.EventContextDelegator
com.sap.cds.services.impl.authorization.GetRestrictionEventContextImpl
- All Implemented Interfaces:
GetRestrictionEventContext,EventContext
public class GetRestrictionEventContextImpl
extends EventContextDelegator
implements GetRestrictionEventContext
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.sap.cds.reflect.CdsKindgetKind()getName()voidsetEventName(String event) voidsetKind(com.sap.cds.reflect.CdsKind kind) voidvoidMethods inherited from class com.sap.cds.services.impl.EventContextDelegator
as, get, getAuthenticationInfo, getCdsRuntime, getChangeSetContext, getDelegatedEventContext, getEvent, getFeatureTogglesInfo, getMessages, getModel, getParameterInfo, getServiceCatalog, getTarget, getUserInfo, isCompleted, keySet, proceed, put, setCompletedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
EVENT_GET_RESTRICTION
- See Also:
-
-
Constructor Details
-
GetRestrictionEventContextImpl
-
-
Method Details
-
getService
- Specified by:
getServicein interfaceEventContext- Specified by:
getServicein interfaceGetRestrictionEventContext- Overrides:
getServicein classEventContextDelegator
-
setName
- Specified by:
setNamein interfaceGetRestrictionEventContext
-
getName
- Specified by:
getNamein interfaceGetRestrictionEventContext
-
setKind
public void setKind(com.sap.cds.reflect.CdsKind kind) - Specified by:
setKindin interfaceGetRestrictionEventContext
-
getKind
public com.sap.cds.reflect.CdsKind getKind()- Specified by:
getKindin interfaceGetRestrictionEventContext
-
setEventName
- Specified by:
setEventNamein interfaceGetRestrictionEventContext
-
getEventName
- Specified by:
getEventNamein interfaceGetRestrictionEventContext
-
getResult
- Specified by:
getResultin interfaceGetRestrictionEventContext
-
setResult
- Specified by:
setResultin interfaceGetRestrictionEventContext
-