Uses of Annotation Interface
org.opencastproject.graphql.directive.RolesAllowed
Packages that use RolesAllowed
Package
Description
-
Uses of RolesAllowed in org.opencastproject.graphql.playlist
Methods in org.opencastproject.graphql.playlist with annotations of type RolesAllowedModifier and TypeMethodDescriptionstatic GqlPlaylistPlaylistMutationExtension.createPlaylist(PlaylistMetadataInput metadata, List<PlaylistEntryInput> entries, AccessControlListInput acl, graphql.schema.DataFetchingEnvironment environment) static GqlDeletePlaylistPayloadPlaylistMutationExtension.deletePlaylist(String id, graphql.schema.DataFetchingEnvironment environment) static GqlPlaylistPlaylistMutationExtension.updatePlaylist(String id, PlaylistMetadataInput metadata, List<PlaylistEntryInput> entries, AccessControlListInput acl, graphql.schema.DataFetchingEnvironment environment) -
Uses of RolesAllowed in org.opencastproject.graphql.series
Methods in org.opencastproject.graphql.series with annotations of type RolesAllowedModifier and TypeMethodDescriptionstatic GqlSeriesSeriesMutationExtension.createSeries(GqlCommonSeriesMetadataInput seriesMetadataInput, AccessControlListInput aclInput, graphql.schema.DataFetchingEnvironment environment) -
Uses of RolesAllowed in org.opencastproject.graphql.user
Methods in org.opencastproject.graphql.user with annotations of type RolesAllowedModifier and TypeMethodDescriptionstatic GqlUserListUserQueryExtension.searchUser(Integer limit, Integer offset, String query, graphql.schema.DataFetchingEnvironment environment)