Uses of Class
org.opencastproject.job.jpa.JpaJob
Packages that use JpaJob
-
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