Uses of Class
org.opencastproject.job.jpa.JpaJob
Packages that use JpaJob
Package
Description
-
Uses of JpaJob in org.opencastproject.job.jpa
Methods in org.opencastproject.job.jpa that return JpaJobMethods in org.opencastproject.job.jpa that return types with arguments of type JpaJobMethods in org.opencastproject.job.jpa with parameters of type JpaJobModifier and TypeMethodDescriptionvoidJpaJob.setParentJob(JpaJob parentJob) voidJpaJob.setRootJob(JpaJob rootJob) -
Uses of JpaJob in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return JpaJobModifier and TypeMethodDescriptionprotected JpaJobprotected JpaJobServiceRegistryJpaImpl.updateInternal(JpaJob job) Internal method to update a job, throwing unwrapped JPA exceptions.Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type JpaJobModifier and TypeMethodDescriptionServiceRegistryJpaImpl.getDispatchableJobsWithStatusQuery(int offset, int limit, Job.Status... statuses) Gets jobs of all types that are in the given state.ServiceRegistryJpaImpl.getJobsByStatusQuery(Job.Status... statuses) Get the list of jobs with status from the given statuses.Methods in org.opencastproject.serviceregistry.impl with parameters of type JpaJob -
Uses of JpaJob in org.opencastproject.speechtotext.async.persistence
Methods in org.opencastproject.speechtotext.async.persistence that return JpaJobMethods in org.opencastproject.speechtotext.async.persistence with parameters of type JpaJobModifier and TypeMethodDescriptionSpeechToTextDatabase.storeSpeechToTextControl(String mediaPackageId, long workflowId, JpaJob job) intSpeechToTextDatabase.updateStatusByJob(SpeechToTextControl.Status status, JpaJob... jobs) Constructors in org.opencastproject.speechtotext.async.persistence with parameters of type JpaJobModifierConstructorDescriptionSpeechToTextControl(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.