Class PlaylistDataFetcher
java.lang.Object
org.opencastproject.graphql.playlist.datafetcher.PlaylistDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<GqlPlaylist>,ContextDataFetcher<GqlPlaylist>
-
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
-
PlaylistDataFetcher
-
-
Method Details
-
get
public GqlPlaylist get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) - Specified by:
getin interfaceContextDataFetcher<GqlPlaylist>
-