Class SeriesDataFetcher
java.lang.Object
org.opencastproject.graphql.datafetcher.series.SeriesDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<GqlSeries>,ContextDataFetcher<GqlSeries>
The SeriesDataFetcher class implements the ContextDataFetcher interface with GqlSeries as the generic type.
This class is used to fetch series data in a GraphQL context.
If the requested series is not found, a null value is returned.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.graphql.datafetcher.ContextDataFetcher
get
-
Constructor Details
-
SeriesDataFetcher
-
-
Method Details
-
get
public GqlSeries get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) - Specified by:
getin interfaceContextDataFetcher<GqlSeries>
-