Interface STServiceContext

All Known Implementing Classes:
SimpleSTServiceContext, STServiceHTTPContext

public interface STServiceContext
An interface describing contextual information associated with service invocation. Currently, the implementation is in charge of interpreting the information explicitly available, for instance for the purpose of inferring missing information (see STServiceHTTPContext.getWGraph() or STServiceHTTPContext.getRGraphs())
  • Method Details

    • getProjectConsumer

      ProjectConsumer getProjectConsumer()
    • getProject

      Project getProject()
    • getProject

      Project getProject(int index)
    • getWGraph

      org.eclipse.rdf4j.model.Resource getWGraph()
    • getRGraphs

      org.eclipse.rdf4j.model.Resource[] getRGraphs()
    • getExtensionPathComponent

      String getExtensionPathComponent()
    • getRequest

      STRequest getRequest()
    • getSessionToken

      String getSessionToken()
    • getVersion

      String getVersion()
    • getLanguages

      String getLanguages()
    • hasContextParameter

      boolean hasContextParameter(String parameter)
    • getContextParameter

      String getContextParameter(String string)