Class PlaylistOffsetDataFetcher
java.lang.Object
org.opencastproject.graphql.datafetcher.ParameterDataFetcher<GqlPlaylistList>
org.opencastproject.graphql.datafetcher.ElasticsearchDataFetcher<GqlPlaylistList>
org.opencastproject.graphql.playlist.datafetcher.PlaylistOffsetDataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<GqlPlaylistList>,ContextDataFetcher<GqlPlaylistList>
-
Field Summary
Fields inherited from class org.opencastproject.graphql.datafetcher.ElasticsearchDataFetcher
DEFAULT_PAGE_SIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) writeOnly(boolean writeOnly) Methods inherited from class org.opencastproject.graphql.datafetcher.ElasticsearchDataFetcher
addOrderByParams, addPaginationParams, addQueryParamsMethods inherited from class org.opencastproject.graphql.datafetcher.ParameterDataFetcher
parseObjectParam, parseParamMethods 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
-
PlaylistOffsetDataFetcher
public PlaylistOffsetDataFetcher()
-
-
Method Details
-
withUser
-
writeOnly
-
get
public GqlPlaylistList get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment)
-