Class UpdatePlaylistCommand
java.lang.Object
org.opencastproject.graphql.command.AbstractCommand<GqlPlaylist>
org.opencastproject.graphql.playlist.command.UpdatePlaylistCommand
- All Implemented Interfaces:
Command<GqlPlaylist>
Command to update a playlist from GraphQL inputs (metadata, entries, acl).
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.opencastproject.graphql.command.AbstractCommand
environment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(String playlistId, PlaylistMetadataInput metadataInput, List<PlaylistEntryInput> entriesInput, AccessControlListInput accessControlListInput) execute()
-
Constructor Details
-
UpdatePlaylistCommand
-
-
Method Details
-
execute
-
create
public static UpdatePlaylistCommand.Builder create(String playlistId, PlaylistMetadataInput metadataInput, List<PlaylistEntryInput> entriesInput, AccessControlListInput accessControlListInput)
-