Uses of Class
com.brightcove.proserve.mediaapi.wrapper.exceptions.BrightcoveException

Packages that use BrightcoveException
com.brightcove.proserve.mediaapi.wrapper   
com.brightcove.proserve.mediaapi.wrapper.exceptions   
com.brightcove.proserve.mediaapi.wrapper.json   
 

Uses of BrightcoveException in com.brightcove.proserve.mediaapi.wrapper
 

Methods in com.brightcove.proserve.mediaapi.wrapper that throw BrightcoveException
 Image WriteApi.AddImage(java.lang.String writeToken, Image image, java.lang.String filename, java.lang.Long videoId, java.lang.String videoReferenceId, java.lang.Boolean resize)
          Add a new thumbnail or video still image to a video, or assign an existing image to another video.
 java.lang.Long WriteApi.CreatePlaylist(java.lang.String writeToken, Playlist playlist)
          Creates a playlist.
 java.lang.Long WriteApi.CreateVideo(java.lang.String writeToken, Video video, java.lang.String filename, TranscodeEncodeToEnum encodeTo, java.lang.Boolean createMultipleRenditions, java.lang.Boolean preserveSourceRendition, java.lang.Boolean h264NoProcessing)
          Create a new video in the account.
 JSONObject WriteApi.DeletePlaylist(java.lang.String writeToken, java.lang.Long playlistId, java.lang.String referenceId, java.lang.Boolean cascade)
          Deletes a playlist, specified by playlist id.
 JSONObject WriteApi.DeleteVideo(java.lang.String writeToken, java.lang.Long videoId, java.lang.String referenceId, java.lang.Boolean cascade, java.lang.Boolean deleteShares)
          Deletes a video.
 Playlists ReadApi.FindAllPlaylists(java.lang.String readToken, java.lang.Integer pageSize, java.lang.Integer pageNumber, SortByTypeEnum sortBy, SortOrderTypeEnum sortOrderType, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields, java.util.EnumSet<PlaylistFieldEnum> playlistFields)
          Looks in the specified account for all playlists
 Videos ReadApi.FindAllVideos(java.lang.String readToken, java.lang.Integer pageSize, java.lang.Integer pageNumber, SortByTypeEnum sortBy, SortOrderTypeEnum sortOrderType, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Looks in the specified account for all videos
 Videos ReadApi.FindModifiedVideos(java.lang.String readToken, java.lang.Long fromDate, java.util.Set<VideoStateFilterEnum> filter, java.lang.Integer pageSize, java.lang.Integer pageNumber, SortByTypeEnum sortBy, SortOrderTypeEnum sortOrderType, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Gets all the videos that have been modified since the given time
 Playlist ReadApi.FindPlaylistById(java.lang.String readToken, java.lang.Long playlistId, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields, java.util.EnumSet<PlaylistFieldEnum> playlistFields)
          Looks in the specified account for the specified playlist
 Playlist ReadApi.FindPlaylistByReferenceId(java.lang.String readToken, java.lang.String referenceId, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields, java.util.EnumSet<PlaylistFieldEnum> playlistFields)
          Looks in the specified account for the specified playlist
 Playlists ReadApi.FindPlaylistsByIds(java.lang.String readToken, java.util.Set<java.lang.Long> playlistIds, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields, java.util.EnumSet<PlaylistFieldEnum> playlistFields)
          Looks in the specified account for the specified playlists
 Playlists ReadApi.FindPlaylistsByReferenceIds(java.lang.String readToken, java.util.Set<java.lang.String> referenceIds, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields, java.util.EnumSet<PlaylistFieldEnum> playlistFields)
          Looks in the specified account for the specified playlists
 Playlists ReadApi.FindPlaylistsForPlayerId(java.lang.String readToken, java.lang.String playerId, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields, java.util.EnumSet<PlaylistFieldEnum> playlistFields)
          Looks in the specified account for the specified playlists
 Videos ReadApi.FindRelatedVideos(java.lang.String readToken, java.lang.Long videoId, java.lang.String referenceId, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Looks in the specified account for related videos.
 Video ReadApi.FindVideoById(java.lang.String readToken, java.lang.Long videoId, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Looks in the specified account for a video with the specified video id (not the reference id).
 Video ReadApi.FindVideoByReferenceId(java.lang.String readToken, java.lang.String referenceId, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Looks in the specified account for a video with the specified reference id (not the video id).
 Videos ReadApi.FindVideosByCampaignId(java.lang.String readToken, java.lang.String campaignId, java.lang.Integer pageSize, java.lang.Integer pageNumber, SortByTypeEnum sortBy, SortOrderTypeEnum sortOrderType, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Gets all the videos associated with the given campaign id.
 Videos ReadApi.FindVideosByIds(java.lang.String readToken, java.util.Set<java.lang.Long> videoIds, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Looks in the specified account for videos with the specified video ids (not the reference id).
 Videos ReadApi.FindVideosByReferenceIds(java.lang.String readToken, java.util.Set<java.lang.String> referenceIds, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Looks in the specified account for videos with the specified reference ids (not the video id).
 Videos ReadApi.FindVideosByTags(java.lang.String readToken, java.util.Set<java.lang.String> andTags, java.util.Set<java.lang.String> orTags, java.lang.Integer pageSize, java.lang.Integer pageNumber, SortByTypeEnum sortBy, SortOrderTypeEnum sortOrderType, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Performs a search on all the tags of the videos in this account, and returns a collection of videos that contain the specified tags.
 Videos ReadApi.FindVideosByText(java.lang.String readToken, java.lang.String text, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Searches through all the videos in this account, and returns a collection of videos whose name, short description, or long description contain a match for the specified text
 Videos ReadApi.FindVideosByUserId(java.lang.String readToken, java.lang.String userId, java.lang.Integer pageSize, java.lang.Integer pageNumber, SortByTypeEnum sortBy, SortOrderTypeEnum sortOrderType, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Retrieves the videos uploaded by the specified user id.
 UploadStatusEnum WriteApi.GetUploadStatus(java.lang.String writeToken, java.lang.Long videoId, java.lang.String referenceId)
          Call this function in an HTTP POST request to determine the status of an upload.
 Videos ReadApi.SearchVideos(java.lang.String readToken, java.util.List<java.lang.String> all, java.util.List<java.lang.String> any, java.util.List<java.lang.String> none, java.lang.Boolean exact, SortByTypeEnum sortBy, SortOrderTypeEnum sortOrderType, java.lang.Integer pageSize, java.lang.Integer pageNumber, java.util.EnumSet<VideoFieldEnum> videoFields, java.util.Set<java.lang.String> customFields)
          Searches videos according to the criteria provided by the user.
 java.util.List<java.lang.Long> WriteApi.ShareVideo(java.lang.String writeToken, java.lang.Long videoId, java.lang.Boolean autoAccept, java.util.List<java.lang.Long> shareeAccountIds)
          Shares the specified video with a list of sharee accounts
 java.util.List<java.lang.Long> WriteApi.ShareVideo(java.lang.String writeToken, java.lang.Long videoId, java.lang.Boolean autoAccept, java.util.List<java.lang.Long> shareeAccountIds, java.lang.Boolean forceReshare)
          Shares the specified video with a list of sharee accounts
 Playlist WriteApi.UpdatePlaylist(java.lang.String writeToken, Playlist playlist)
          Updates a playlist, specified by playlist id.
 Video WriteApi.UpdateVideo(java.lang.String writeToken, Video video)
          Use this method to modify the metadata for a single video in your Brightcove Media Library.
 

Uses of BrightcoveException in com.brightcove.proserve.mediaapi.wrapper.exceptions
 

Subclasses of BrightcoveException in com.brightcove.proserve.mediaapi.wrapper.exceptions
 class MediaApiException
          This is an exception thrown by the Media API
 class WrapperException
           
 

Uses of BrightcoveException in com.brightcove.proserve.mediaapi.wrapper.json
 

Methods in com.brightcove.proserve.mediaapi.wrapper.json that throw BrightcoveException
static java.lang.String JSONUtils.parseHttpEntity(org.apache.http.HttpEntity entity)