Uses of Class
org.opencastproject.graphql.execution.context.OpencastContext
Packages that use OpencastContext
Package
Description
-
Uses of OpencastContext in org.opencastproject.graphql.datafetcher
Methods in org.opencastproject.graphql.datafetcher with parameters of type OpencastContextModifier and TypeMethodDescriptionContextDataFetcher.get(OpencastContext context, graphql.schema.DataFetchingEnvironment environment) -
Uses of OpencastContext in org.opencastproject.graphql.datafetcher.acl
Methods in org.opencastproject.graphql.datafetcher.acl with parameters of type OpencastContextModifier and TypeMethodDescriptionManagedAclOffsetDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) -
Uses of OpencastContext in org.opencastproject.graphql.datafetcher.event
Methods in org.opencastproject.graphql.datafetcher.event with parameters of type OpencastContextModifier and TypeMethodDescriptionCommonEventMetadataDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) CommonEventMetadataV2DataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) EventDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) EventOffsetDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) -
Uses of OpencastContext in org.opencastproject.graphql.datafetcher.series
Methods in org.opencastproject.graphql.datafetcher.series with parameters of type OpencastContextModifier and TypeMethodDescriptionCommonSeriesMetadataV2DataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) SeriesDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) SeriesOffsetDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) -
Uses of OpencastContext in org.opencastproject.graphql.datafetcher.user
Methods in org.opencastproject.graphql.datafetcher.user with parameters of type OpencastContextModifier and TypeMethodDescriptionCurrentUserDataFetcher.get(OpencastContext context, graphql.schema.DataFetchingEnvironment environment) UserOffsetDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) -
Uses of OpencastContext in org.opencastproject.graphql.execution.context
Methods in org.opencastproject.graphql.execution.context that return OpencastContextModifier and TypeMethodDescriptionstatic OpencastContextOpencastContextManager.enrichContext(graphql.schema.DataFetchingEnvironment environment) static OpencastContextOpencastContextManager.getCurrentContext()static OpencastContextOpencastContextManager.initiateContext(org.osgi.framework.BundleContext bundleContext) static OpencastContextOpencastContext.newContext(org.osgi.framework.BundleContext bundleContext) static OpencastContextOpencastContextManager.restoreContext(graphql.schema.DataFetchingEnvironment environment)