Uses of Class
org.opencastproject.graphql.series.GqlSeries
Packages that use GqlSeries
Package
Description
-
Uses of GqlSeries in org.opencastproject.graphql.acl
Constructors in org.opencastproject.graphql.acl with parameters of type GqlSeries -
Uses of GqlSeries in org.opencastproject.graphql.command
Methods in org.opencastproject.graphql.command that return GqlSeries -
Uses of GqlSeries in org.opencastproject.graphql.datafetcher.series
Methods in org.opencastproject.graphql.datafetcher.series that return GqlSeriesModifier and TypeMethodDescriptionSeriesDataFetcher.get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) -
Uses of GqlSeries in org.opencastproject.graphql.event
Methods in org.opencastproject.graphql.event that return GqlSeries -
Uses of GqlSeries in org.opencastproject.graphql.series
Methods in org.opencastproject.graphql.series that return GqlSeriesModifier and TypeMethodDescriptionstatic GqlSeriesSeriesMutationExtension.createSeries(GqlCommonSeriesMetadataInput seriesMetadataInput, AccessControlListInput aclInput, graphql.schema.DataFetchingEnvironment environment) static GqlSeriesSeriesQueryExtension.seriesById(String id, graphql.schema.DataFetchingEnvironment environment) static GqlSeriesSeriesMutationExtension.updateSeries(String id, GqlCommonSeriesMetadataInput seriesMetadataInput, AccessControlListInput aclInput, graphql.schema.DataFetchingEnvironment environment) static GqlSeriesSeriesMutationExtension.updateSeriesAcl(String id, AccessControlListInput aclInput, graphql.schema.DataFetchingEnvironment environment) Methods in org.opencastproject.graphql.series that return types with arguments of type GqlSeries