public class SessionContextUtils extends Object
Modifier and Type | Method and Description |
---|---|
static com.sap.cds.SessionContext |
toSessionContext(EventContext context)
Creates a
SessionContext from the given EventContext . |
static com.sap.cds.SessionContext |
toSessionContext(RequestContext context)
Creates a
SessionContext from the given RequestContext . |
public static com.sap.cds.SessionContext toSessionContext(EventContext context)
SessionContext
from the given EventContext
.context
- the EventContext
SessionContext
public static com.sap.cds.SessionContext toSessionContext(RequestContext context)
SessionContext
from the given RequestContext
.context
- the RequestContext
SessionContext
Copyright © 2021. All rights reserved.