Uses of Enum Class
org.opencastproject.speechtotext.async.persistence.SpeechToTextControl.Status
Packages that use SpeechToTextControl.Status
-
Uses of SpeechToTextControl.Status in org.opencastproject.speechtotext.async.persistence
Methods in org.opencastproject.speechtotext.async.persistence that return SpeechToTextControl.StatusModifier and TypeMethodDescriptionSpeechToTextControl.getStatus()static SpeechToTextControl.StatusReturns the enum constant of this class with the specified name.static SpeechToTextControl.Status[]SpeechToTextControl.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.speechtotext.async.persistence with parameters of type SpeechToTextControl.StatusModifier and TypeMethodDescriptionSpeechToTextDatabase.findByStatus(SpeechToTextControl.Status... status) Returns a list of STT controls that are in one of the status passed.SpeechToTextDatabase.findDistinctWorkflowIdByStatus(SpeechToTextControl.Status... status) intSpeechToTextDatabase.transitionStatusByDate(SpeechToTextControl.Status newStatus, Date olderThan, SpeechToTextControl.Status... oldStatus) intSpeechToTextDatabase.updateStatusByJob(SpeechToTextControl.Status status, JpaJob... jobs) Constructors in org.opencastproject.speechtotext.async.persistence with parameters of type SpeechToTextControl.StatusModifierConstructorDescriptionSpeechToTextControl(long id, String mediaPackageId, long workflowId, JpaJob job, Date dateStarted, Date dateCompleted, SpeechToTextControl.Status status) All fields constructor.SpeechToTextControl(String mediaPackageId, long workflowId, JpaJob job, Date dateCreated, SpeechToTextControl.Status status) Creates a stt control.