Class SpeechToTextAsyncTrackerImpl
java.lang.Object
org.opencastproject.speechtotext.async.impl.SpeechToTextAsyncTrackerImpl
- All Implemented Interfaces:
org.opencastproject.speechtotext.async.api.SpeechToTextAsyncTracker
public class SpeechToTextAsyncTrackerImpl
extends Object
implements org.opencastproject.speechtotext.async.api.SpeechToTextAsyncTracker
-
Field Summary
Fields inherited from interface org.opencastproject.speechtotext.async.api.SpeechToTextAsyncTracker
JOBS_WORKFLOW_CONFIGURATION, STT_ASYNC_COLLECTION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetSpeechToTextDatabase(SpeechToTextDatabase database) voidvoiduntrack(org.opencastproject.job.api.Job job) voiduntrackAll(long workflowId)
-
Constructor Details
-
SpeechToTextAsyncTrackerImpl
public SpeechToTextAsyncTrackerImpl()
-
-
Method Details
-
track
public void track(org.opencastproject.job.api.Job job, String mediaPackageId, long workflowId) throws org.opencastproject.speechtotext.async.api.SpeechToTextAsyncException - Specified by:
trackin interfaceorg.opencastproject.speechtotext.async.api.SpeechToTextAsyncTracker- Throws:
org.opencastproject.speechtotext.async.api.SpeechToTextAsyncException
-
untrack
public void untrack(org.opencastproject.job.api.Job job) throws org.opencastproject.speechtotext.async.api.SpeechToTextAsyncException - Specified by:
untrackin interfaceorg.opencastproject.speechtotext.async.api.SpeechToTextAsyncTracker- Throws:
org.opencastproject.speechtotext.async.api.SpeechToTextAsyncException
-
untrackAll
public void untrackAll(long workflowId) throws org.opencastproject.speechtotext.async.api.SpeechToTextAsyncException - Specified by:
untrackAllin interfaceorg.opencastproject.speechtotext.async.api.SpeechToTextAsyncTracker- Throws:
org.opencastproject.speechtotext.async.api.SpeechToTextAsyncException
-
setSpeechToTextDatabase
-