Class CommonSeriesMetadataV2DataFetcher
java.lang.Object
org.opencastproject.graphql.datafetcher.series.CommonSeriesMetadataV2DataFetcher
- All Implemented Interfaces:
graphql.schema.DataFetcher<Map<String,,GqlMetadataFieldInterface>> ContextDataFetcher<Map<String,GqlMetadataFieldInterface>>
public class CommonSeriesMetadataV2DataFetcher
extends Object
implements ContextDataFetcher<Map<String,GqlMetadataFieldInterface>>
-
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
-
CommonSeriesMetadataV2DataFetcher
public CommonSeriesMetadataV2DataFetcher()
-
-
Method Details
-
get
public Map<String,GqlMetadataFieldInterface> get(OpencastContext opencastContext, graphql.schema.DataFetchingEnvironment dataFetchingEnvironment) - Specified by:
getin interfaceContextDataFetcher<Map<String,GqlMetadataFieldInterface>>
-