Uses of Class
org.opencastproject.speechtotext.async.api.SpeechToTextAsyncException
Packages that use SpeechToTextAsyncException
Package
Description
-
Uses of SpeechToTextAsyncException in org.opencastproject.speechtotext.async.api
Methods in org.opencastproject.speechtotext.async.api that throw SpeechToTextAsyncExceptionModifier and TypeMethodDescriptionvoidStart tracking all jobs created by a speech-to-text woh.voidStop tracking this STT job (subtitles have already been attached or tracking was abandoned.voidSpeechToTextAsyncTracker.untrackAll(long workflowId) Stop tracking all STT jobs created by a workflow. -
Uses of SpeechToTextAsyncException in org.opencastproject.speechtotext.async.impl
Methods in org.opencastproject.speechtotext.async.impl that throw SpeechToTextAsyncExceptionModifier and TypeMethodDescriptionvoidStart tracking all jobs created by a speech-to-text woh.voidStop tracking this STT job (subtitles have already been attached or tracking was abandoned.voidSpeechToTextAsyncTrackerImpl.untrackAll(long workflowId) Stop tracking all STT jobs created by a workflow. -
Uses of SpeechToTextAsyncException in org.opencastproject.speechtotext.async.persistence
Methods in org.opencastproject.speechtotext.async.persistence that throw SpeechToTextAsyncExceptionModifier and TypeMethodDescriptionintSpeechToTextDatabase.deleteByWorkflow(long workflowId) SpeechToTextDatabase.findByStatus(SpeechToTextControl.Status... status) Returns a list of STT controls that are in one of the status passed.SpeechToTextDatabase.findByWorkflowId(long workflowId) Returns a list of STT controls that were created in the scope of a specific workflow.SpeechToTextDatabase.findDistinctWorkflowIdByMediaPackageId(String mpId) SpeechToTextDatabase.findDistinctWorkflowIdByStatus(SpeechToTextControl.Status... status) SpeechToTextDatabase.storeSpeechToTextControl(String mediaPackageId, long workflowId, JpaJob job) protected SpeechToTextControlSpeechToTextDatabase.storeSpeechToTextControl(SpeechToTextControl entity) intSpeechToTextDatabase.transitionStatusByDate(SpeechToTextControl.Status newStatus, Date olderThan, SpeechToTextControl.Status... oldStatus) intSpeechToTextDatabase.updateStatusByJob(SpeechToTextControl.Status status, JpaJob... jobs)