Uses of Interface
org.opencastproject.job.api.Job
Packages that use Job
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.The Distribution service API provides the contract for distributing media, metadata, and attachments to various
distribution channels (iTunes, youTube, streaming servers, learning management systems, etc).
Distribution service implementation classes
Service implementation classes
Utility classes for dealing with media packages, collections, URLs, files, and streams.
Workflow service.
-
Uses of Job in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl that return JobModifier and TypeMethodDescriptionAssetManagerJobProducer.moveByDate(Date start, Date end, String targetStorage) Spawns a job to move a all snapshots taken between two points from their current storage to a new target storage locationSpawns a job to move a all snapshots of a mediapackage from their current storage to a new target storage locationAssetManagerJobProducer.moveByIdAndDate(String mpId, Date start, Date end, String targetStorage) Spawns a job to move a all snapshots of a given mediapackage taken between two points from their current storage to a new target storage locationAssetManagerJobProducer.moveByIdAndVersion(Version version, String mpId, String targetStorage) Spawns a job to move a single snapshot from its current storage to a new target storage locationMethods in org.opencastproject.assetmanager.impl with parameters of type Job -
Uses of Job in org.opencastproject.caption.api
Methods in org.opencastproject.caption.api that return JobModifier and TypeMethodDescriptionCaptionService.convert(MediaPackageElement input, String inputFormat, String outputFormat) Converts captions from one format to another.CaptionService.convert(MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts captions from one format to another. -
Uses of Job in org.opencastproject.caption.impl
Methods in org.opencastproject.caption.impl that return JobModifier and TypeMethodDescriptionCaptionServiceImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat) Converts captions from one format to another.CaptionServiceImpl.convert(MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts captions from one format to another.Methods in org.opencastproject.caption.impl with parameters of type JobModifier and TypeMethodDescriptionprotected MediaPackageElementCaptionServiceImpl.convert(Job job, MediaPackageElement input, String inputFormat, String outputFormat, String language) Converts the captions and returns them in a new catalog.protected StringAsks the overriding class to process the arguments using the given operation. -
Uses of Job in org.opencastproject.caption.remote
Methods in org.opencastproject.caption.remote that return Job -
Uses of Job in org.opencastproject.composer.api
Methods in org.opencastproject.composer.api that return JobModifier and TypeMethodDescriptionComposerService.composite(Dimension outputDimension, Optional<LaidOutElement<Track>> option, LaidOutElement<Track> lowerLaidOutElement, Optional<LaidOutElement<Attachment>> watermarkOption, String identifier, String outputBackground, String sourceAudioName) Compose two videos into one with an optional watermark.ComposerService.concat(String profileId, Dimension outputDimension, boolean sameCodec, Track... tracks) Concat multiple tracks to a single track.ComposerService.concat(String profileId, Dimension outputDimension, float outputFrameRate, boolean sameCodec, Track... tracks) Concat multiple tracks to a single track.ComposerService.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.Demux a multi-track source into 2 media as defined by the encoding profile, the results are flavored and tagged positionally. eg: One ffmpeg operation to produce presenter/work and presentation/workEncode one track, using that track's audio and video streams.Extracts an image from the media package element identified bysourceVideoTrackId.Extracts an image from the media package element identified bysourceTrack.ComposerService.imageToVideo(Attachment sourceImageAttachment, String profileId, double duration) Transforms an image attachment to a video trackComposerService.multiEncode(Track track, List<String> profileIds) Encodes a track to set of media targets as defined by a list of encoding profilesMux multiple tracks into a new Track.Encode the video stream from one track and the audio stream from another, into a new Track.ComposerService.parallelEncode(Track sourceTrack, String profileId) Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.ComposerService.processSmil(Smil smil, String trackParamGroupId, String mediaType, List<String> profileIds) Reads a smil definition and create one media track in multiple delivery formats.Trims the given track to the given start time and duration. -
Uses of Job in org.opencastproject.composer.impl
Methods in org.opencastproject.composer.impl that return JobModifier and TypeMethodDescriptionComposerServiceImpl.composite(Dimension compositeTrackSize, Optional<LaidOutElement<Track>> upperTrack, LaidOutElement<Track> lowerTrack, Optional<LaidOutElement<Attachment>> watermark, String profileId, String background, String sourceAudioName) Compose two videos into one with an optional watermark.ComposerServiceImpl.concat(String profileId, Dimension outputDimension, boolean sameCodec, Track... tracks) ComposerServiceImpl.concat(String profileId, Dimension outputDimension, float outputFrameRate, boolean sameCodec, Track... tracks) ComposerServiceImpl.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.Encode one track, using that track's audio and video streams.Extracts an image from the media package element identified bysourceVideoTrackId.ComposerServiceImpl.imageToVideo(Attachment sourceImageAttachment, String profileId, double time) ComposerServiceImpl.multiEncode(Track sourceTrack, List<String> profileIds) Mux multiple tracks into a new Track.Encode the video stream from one track and the audio stream from another, into a new Track.ComposerServiceImpl.parallelEncode(Track sourceTrack, String profileId) Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.ComposerServiceImpl.processSmil(Smil smil, String trackparamId, String mediaType, List<String> profileIds) ProcessSmil processes editing of one source group (which may contain multiple source tracks) to one set of outputs (to one or more encoding profiles).Trims the given track to the given start time and duration.Methods in org.opencastproject.composer.impl with parameters of type JobModifier and TypeMethodDescriptionprotected TrackComposerServiceImpl.multiEncode(Job job, Track track, List<String> profileIds) A single encoding process that produces multiple outputs from a single track(s) using a list of encoding profiles.protected StringAsks the overriding class to process the arguments using the given operation.ComposerServiceImpl.processSmil(Job job, Smil smil, String trackParamGroupId, String mediaType, List<String> encodingProfiles) Splice segments given by smil document for the given track to the new one. -
Uses of Job in org.opencastproject.composer.remote
Methods in org.opencastproject.composer.remote that return JobModifier and TypeMethodDescriptionComposerServiceRemoteImpl.composite(Dimension compositeTrackSize, Optional<LaidOutElement<Track>> upperTrack, LaidOutElement<Track> lowerTrack, Optional<LaidOutElement<Attachment>> watermark, String profileId, String background, String sourceAudioName) ComposerServiceRemoteImpl.concat(String profileId, Dimension outputDimension, boolean sameCodec, Track... tracks) ComposerServiceRemoteImpl.concat(String profileId, Dimension outputDimension, float outputFrameRate, boolean sameCodec, Track... tracks) ComposerServiceRemoteImpl.convertImage(Attachment image, String... profileIds) Converts the given image to a different image format using the specified image profiles.Encode one track, using that track's audio and video streams.Extracts an image from the media package element identified bysourceVideoTrackId.Extracts an image from the media package element identified bysourceTrack.ComposerServiceRemoteImpl.imageToVideo(Attachment sourceImageAttachment, String profileId, double time) ComposerServiceRemoteImpl.multiEncode(Track sourceTrack, List<String> profileIds) Mux multiple tracks into a new Track.Encode the video stream from one track and the audio stream from another, into a new Track.ComposerServiceRemoteImpl.parallelEncode(Track sourceTrack, String profileId) Encode one track to multiple other tracks in one encoding operation, using that track's audio and video streams.ComposerServiceRemoteImpl.processSmil(Smil smil, String trackParamGroupId, String mediaType, List<String> profileIds) Trims the given track to the given start time and duration. -
Uses of Job in org.opencastproject.coverimage
Methods in org.opencastproject.coverimage that return Job -
Uses of Job in org.opencastproject.coverimage.impl
Methods in org.opencastproject.coverimage.impl that return JobModifier and TypeMethodDescriptionAbstractCoverImageService.generateCoverImage(String xml, String xsl, String width, String height, String posterImageUri, String targetFlavor) Methods in org.opencastproject.coverimage.impl with parameters of type JobModifier and TypeMethodDescriptionprotected FileAbstractCoverImageService.createTempFile(Job job, String suffix) protected AttachmentAbstractCoverImageService.generateCoverImageInternal(Job job, String xml, String xsl, int width, int height, String posterImage, String targetFlavor) protected String -
Uses of Job in org.opencastproject.coverimage.remote
Methods in org.opencastproject.coverimage.remote that return Job -
Uses of Job in org.opencastproject.crop.api
Methods in org.opencastproject.crop.api that return Job -
Uses of Job in org.opencastproject.crop.impl
Methods in org.opencastproject.crop.impl that return JobModifier and TypeMethodDescriptionTakes the given track and returns the job that can be used to get the resulting mpeg7 catalogMethods in org.opencastproject.crop.impl with parameters of type Job -
Uses of Job in org.opencastproject.crop.remote
Methods in org.opencastproject.crop.remote that return Job -
Uses of Job in org.opencastproject.distribution.api
Methods in org.opencastproject.distribution.api that return JobModifier and TypeMethodDescriptionDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionService.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) StreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds) DistributionService.retract(String channelId, MediaPackage mediaPackage, String elementId) Retract a media package element from the distribution channel.DownloadDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of Job in org.opencastproject.distribution.aws.s3
Methods in org.opencastproject.distribution.aws.s3 that return JobModifier and TypeMethodDescriptionAwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) AwsS3DistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, String elementId) AwsS3DistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, Set<String> elementIds) Methods in org.opencastproject.distribution.aws.s3 with parameters of type Job -
Uses of Job in org.opencastproject.distribution.aws.s3.remote
Methods in org.opencastproject.distribution.aws.s3.remote that return JobModifier and TypeMethodDescriptionAwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) AwsS3DistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of Job in org.opencastproject.distribution.download
Methods in org.opencastproject.distribution.download that return JobModifier and TypeMethodDescriptionDownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, Set<String> elementIds) Methods in org.opencastproject.distribution.download with parameters of type Job -
Uses of Job in org.opencastproject.distribution.download.remote
Methods in org.opencastproject.distribution.download.remote that return JobModifier and TypeMethodDescriptionDownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of Job in org.opencastproject.distribution.streaming.remote
Methods in org.opencastproject.distribution.streaming.remote that return JobModifier and TypeMethodDescriptionStreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of Job in org.opencastproject.distribution.streaming.wowza
Methods in org.opencastproject.distribution.streaming.wowza that return JobModifier and TypeMethodDescriptionWowzaStreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.WowzaStreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds) WowzaStreamingDistributionService.retract(String channelId, MediaPackage mediapackage, String elementId) Retract a media package element from the distribution channel.WowzaStreamingDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) Methods in org.opencastproject.distribution.streaming.wowza with parameters of type Job -
Uses of Job in org.opencastproject.execute.api
Methods in org.opencastproject.execute.api that return JobModifier and TypeMethodDescriptionExecuteService.execute(String exec, String args, MediaPackageElement inElement, String outFileName, MediaPackageElement.Type type, float load) Execute the operation specified byexecwith the argument string indicated byargs.ExecuteService.execute(String exec, String args, MediaPackage mp, String outFileName, MediaPackageElement.Type type, float load) Execute the operation specified byexecwith the argument string indicated byargs. -
Uses of Job in org.opencastproject.execute.impl
Methods in org.opencastproject.execute.impl that return JobModifier and TypeMethodDescriptionExecuteServiceImpl.execute(String exec, String params, MediaPackageElement inElement, String outFileName, MediaPackageElement.Type expectedType, float load) Execute the operation specified byexecwith the argument string indicated byargs.ExecuteServiceImpl.execute(String exec, String params, MediaPackage mp, String outFileName, MediaPackageElement.Type expectedType, float load) Execute the operation specified byexecwith the argument string indicated byargs.Methods in org.opencastproject.execute.impl with parameters of type Job -
Uses of Job in org.opencastproject.execute.remote
Methods in org.opencastproject.execute.remote that return JobModifier and TypeMethodDescriptionExecuteServiceRemoteImpl.execute(String exec, String params, MediaPackageElement inElement, String outFileName, MediaPackageElement.Type type, float load) ExecuteServiceRemoteImpl.execute(String exec, String params, MediaPackage mp, String outFileName, MediaPackageElement.Type type, float load) -
Uses of Job in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl with parameters of type Job -
Uses of Job in org.opencastproject.ingestdownloadservice.api
Methods in org.opencastproject.ingestdownloadservice.api that return JobModifier and TypeMethodDescriptionIngestDownloadService.ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) -
Uses of Job in org.opencastproject.ingestdownloadservice.impl
Methods in org.opencastproject.ingestdownloadservice.impl that return JobModifier and TypeMethodDescriptionIngestDownloadServiceImpl.ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) Methods in org.opencastproject.ingestdownloadservice.impl with parameters of type Job -
Uses of Job in org.opencastproject.ingestdownloadservice.remote
Methods in org.opencastproject.ingestdownloadservice.remote that return JobModifier and TypeMethodDescriptionIngestDownloadServiceRemoteImpl.ingestDownload(MediaPackage mediaPackage, String sourceFlavors, String sourceTags, boolean deleteExternal, boolean tagsAndFlavor) -
Uses of Job in org.opencastproject.inspection.api
Methods in org.opencastproject.inspection.api that return JobModifier and TypeMethodDescriptionMediaInspectionService.enrich(MediaPackageElement original, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionService.enrich(MediaPackageElement original, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadataInspect a track based on a given uri to the track and put the gathered data into the trackInspect a track based on a given uri to the track and put the gathered data into the track -
Uses of Job in org.opencastproject.inspection.ffmpeg
Methods in org.opencastproject.inspection.ffmpeg that return JobModifier and TypeMethodDescriptionMediaInspectionServiceImpl.enrich(MediaPackageElement element, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionServiceImpl.enrich(MediaPackageElement element, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadataInspect a track based on a given uri to the track and put the gathered data into the trackInspect a track based on a given uri to the track and put the gathered data into the trackMethods in org.opencastproject.inspection.ffmpeg with parameters of type Job -
Uses of Job in org.opencastproject.inspection.remote
Methods in org.opencastproject.inspection.remote that return JobModifier and TypeMethodDescriptionMediaInspectionServiceRemoteImpl.enrich(MediaPackageElement original, boolean override) Equip an existing media package element with automatically generated metadataMediaInspectionServiceRemoteImpl.enrich(MediaPackageElement original, boolean override, Map<String, String> options) Equip an existing media package element with automatically generated metadataInspect a track based on a given uri to the track and put the gathered data into the trackInspect a track based on a given uri to the track and put the gathered data into the track -
Uses of Job in org.opencastproject.job.api
Classes in org.opencastproject.job.api that implement JobMethods in org.opencastproject.job.api that return JobModifier and TypeMethodDescriptionstatic JobJobParser.parseJob(InputStream in) Parses a stream representing aJobstatic JobParses an xml string representing aJobJaxbJob.toJob()Methods in org.opencastproject.job.api that return types with arguments of type JobMethods in org.opencastproject.job.api with parameters of type JobModifier and TypeMethodDescriptionvoidAsks the job producer to handle the given job using the provided operation and list of arguments.voidAsks the job producer to handle the given job using the provided operation and list of arguments.voidAdds the job to the list of jobs to wait for.protected voidAbstractJobProducer.finallyUpdateJob(Job job) Private utility to update and optionally fail job, called from a finally block.booleanAbstractJobProducer.isReadyToAccept(Job job) Whether the job can be accepted.booleanJobProducer.isReadyToAccept(Job job) Whether the job can be accepted.protected abstract StringAsks the overriding class to process the arguments using the given operation.Method parameters in org.opencastproject.job.api with type arguments of type JobConstructors in org.opencastproject.job.api with parameters of type JobModifierConstructorDescriptionJobBarrier(Job waiter, ServiceRegistry registry) Creates a barrier without any jobs, usingregistryto poll for the outcome of the monitored jobs using the default polling intervalJobBarrier.DEFAULT_POLLING_INTERVAL.JobBarrier(Job waiter, ServiceRegistry registry, long pollingInterval) Creates a wrapper forjob, usingregistryto poll for the job outcome.JobBarrier(Job waiter, ServiceRegistry registry, long pollingInterval, Job... jobs) Creates a wrapper forjob, usingregistryto poll for the job outcome.JobBarrier(Job waiter, ServiceRegistry registry, Job... jobs) Creates a barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling intervalJobBarrier.DEFAULT_POLLING_INTERVAL.Constructor parameters in org.opencastproject.job.api with type arguments of type JobModifierConstructorDescriptionJaxbJobList(Collection<? extends Job> jobs) Result(Map<Job, Job.Status> status) Creates a new job barrier result. -
Uses of Job in org.opencastproject.job.jpa
Methods in org.opencastproject.job.jpa that return JobMethods in org.opencastproject.job.jpa with parameters of type Job -
Uses of Job in org.opencastproject.publication.api
Methods in org.opencastproject.publication.api that return JobModifier and TypeMethodDescriptionOaiPmhPublicationService.publish(MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) Publishes some media package elements.YouTubePublicationService.publish(MediaPackage mediaPackage, Track track) Publishes a media package element.ConfigurablePublicationService.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) Replaces media package elements.OaiPmhPublicationService.replace(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) Updates the given media package in the Oai-Pmh storage incrementally, i.e. without retracting the whole media package.OaiPmhPublicationService.retract(MediaPackage mediaPackage, String repository) Retract a media package from the publication channel.YouTubePublicationService.retract(MediaPackage mediaPackage) Retract a media package element from the distribution channel.OaiPmhPublicationService.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) Update all media package elements that match the flavors and tags. -
Uses of Job in org.opencastproject.publication.configurable
Methods in org.opencastproject.publication.configurable that return JobModifier and TypeMethodDescriptionConfigurablePublicationServiceImpl.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) Methods in org.opencastproject.publication.configurable with parameters of type Job -
Uses of Job in org.opencastproject.publication.configurable.remote
Methods in org.opencastproject.publication.configurable.remote that return JobModifier and TypeMethodDescriptionConfigurablePublicationServiceRemoteImpl.replace(MediaPackage mediaPackage, String channelId, Collection<? extends MediaPackageElement> addElements, Set<String> retractElementIds) -
Uses of Job in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh that return JobModifier and TypeMethodDescriptionOaiPmhPublicationServiceImpl.publish(MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) OaiPmhPublicationServiceImpl.replace(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) OaiPmhPublicationServiceImpl.retract(MediaPackage mediaPackage, String repository) OaiPmhPublicationServiceImpl.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) Methods in org.opencastproject.publication.oaipmh with parameters of type JobModifier and TypeMethodDescriptionprotected Stringprotected PublicationOaiPmhPublicationServiceImpl.publish(Job job, MediaPackage mediaPackage, String repository, Set<String> downloadElementIds, Set<String> streamingElementIds, boolean checkAvailability) protected PublicationOaiPmhPublicationServiceImpl.retract(Job job, MediaPackage mediaPackage, String repository) protected PublicationOaiPmhPublicationServiceImpl.updateMetadata(Job job, MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) -
Uses of Job in org.opencastproject.publication.oaipmh.remote
Methods in org.opencastproject.publication.oaipmh.remote that return JobModifier and TypeMethodDescriptionOaiPmhPublicationServiceRemoteImpl.publish(MediaPackage mediaPackage, String repository, Set<String> downloadIds, Set<String> streamingIds, boolean checkAvailability) OaiPmhPublicationServiceRemoteImpl.replace(MediaPackage mediaPackage, String repository, Set<? extends MediaPackageElement> downloadElements, Set<? extends MediaPackageElement> streamingElements, Set<MediaPackageElementFlavor> retractDownloadFlavors, Set<MediaPackageElementFlavor> retractStreamingFlavors, Set<? extends Publication> publications, boolean checkAvailability) OaiPmhPublicationServiceRemoteImpl.retract(MediaPackage mediaPackage, String repository) OaiPmhPublicationServiceRemoteImpl.updateMetadata(MediaPackage mediaPackage, String repository, Set<String> flavors, Set<String> tags, boolean checkAvailability) -
Uses of Job in org.opencastproject.publication.youtube
Methods in org.opencastproject.publication.youtube that return JobModifier and TypeMethodDescriptionYouTubeV3PublicationServiceImpl.publish(MediaPackage mediaPackage, Track track) YouTubeV3PublicationServiceImpl.retract(MediaPackage mediaPackage) Methods in org.opencastproject.publication.youtube with parameters of type Job -
Uses of Job in org.opencastproject.publication.youtube.remote
Methods in org.opencastproject.publication.youtube.remote that return JobModifier and TypeMethodDescriptionYouTubePublicationServiceRemoteImpl.publish(MediaPackage mediaPackage, Track track) YouTubePublicationServiceRemoteImpl.retract(MediaPackage mediaPackage) -
Uses of Job in org.opencastproject.search.api
Methods in org.opencastproject.search.api that return JobModifier and TypeMethodDescriptionSearchService.add(MediaPackage mediaPackage) Adds the media package to the search index.Removes the media package identified bymediaPackageIdfrom the search index.SearchService.deleteSeries(String seriesId) Removes the series identified byseriseIdfrom the search index. -
Uses of Job in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl that return JobModifier and TypeMethodDescriptionSearchServiceImpl.add(MediaPackage mediaPackage) Adds the media package to the search index.Removes the media package identified bymediaPackageIdfrom the search index.SearchServiceImpl.deleteSeries(String seriesId) Removes the series identified byseriseIdfrom the search index.Methods in org.opencastproject.search.impl with parameters of type Job -
Uses of Job in org.opencastproject.serviceregistry.api
Fields in org.opencastproject.serviceregistry.api declared as JobModifier and TypeFieldDescriptionprotected JobServiceRegistryInMemoryImpl.currentJobHolds the current running jobFields in org.opencastproject.serviceregistry.api with type parameters of type JobModifier and TypeFieldDescriptionprotected Map<ServiceRegistrationInMemoryImpl, Set<Job>> ServiceRegistryInMemoryImpl.jobHostsA mapping of services to jobsMethods in org.opencastproject.serviceregistry.api that return JobModifier and TypeMethodDescriptionCreate and store a new job that will be dispatched as soon as possible.Create and store a new job that will be dispatched as soon as possible.Create and store a new job that will be dispatched as soon as possible.ServiceRegistry.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable) Create and store a new job.ServiceRegistry.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable, Float jobLoad) Create and store a new job.ServiceRegistry.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable, Job parentJob, Float jobLoad) Create and store a new job.Create and store a new job that will be dispatched as soon as possible.Create and store a new job that will be dispatched as soon as possible.ServiceRegistryInMemoryImpl.createJob(String type, String operation, List<String> arguments, Float jobLoad) Create and store a new job that will be dispatched as soon as possible.ServiceRegistryInMemoryImpl.createJob(String type, String operation, List<String> arguments, String payload) ServiceRegistryInMemoryImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable) Create and store a new job.ServiceRegistryInMemoryImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable, Float jobLoad) Create and store a new job.ServiceRegistryInMemoryImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable, Job parentJob, Float jobLoad) Create and store a new job.ServiceRegistry.getCurrentJob()Gets the current running jobServiceRegistryInMemoryImpl.getCurrentJob()ServiceRegistry.getJob(long id) Gets a receipt by its ID, or null if not foundServiceRegistryInMemoryImpl.getJob(long id) Gets a receipt by its ID, or null if not foundNopService.nop()Update the job in the databaseUpdate the job in the databaseMethods in org.opencastproject.serviceregistry.api that return types with arguments of type JobModifier and TypeMethodDescriptionServiceRegistry.getActiveJobs()Get the list of active jobs.ServiceRegistryInMemoryImpl.getActiveJobs()Get the list of active jobs.ServiceRegistry.getChildJobs(long id) Get all child jobs from a jobServiceRegistryInMemoryImpl.getChildJobs(long id) Get all child jobs from a jobServiceRegistry.getJobs(String serviceType, Job.Status status) Gets the list of jobs that match the specified parameters.ServiceRegistryInMemoryImpl.getJobs(String serviceType, Job.Status status) Gets the list of jobs that match the specified parameters.Methods in org.opencastproject.serviceregistry.api with parameters of type JobModifier and TypeMethodDescriptionServiceRegistry.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable, Job parentJob, Float jobLoad) Create and store a new job.ServiceRegistryInMemoryImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean queueable, Job parentJob, Float jobLoad) Create and store a new job.protected booleanServiceRegistryInMemoryImpl.dispatchJob(Job job) Dispatches the job to the least loaded service or throws aServiceUnavailableExceptionif there is no such service.voidIncidents.record(Job job, Incident.Severity severity, int code) Record an incident for a given job.voidIncidents.record(Job job, Incident.Severity severity, int code, Map<String, String> params, List<Tuple<String, String>> details) Record an incident for a given job.voidIncidents.recordFailure(Job job, int code, Throwable t, Map<String, String> params, List<Tuple<String, String>> details) Record a failure incident for a given job.voidIncidents.recordFailure(Job job, int code, Map<String, String> params) Record a failure incident for a given job.voidIncidents.recordJobCreationIncident(Job job, Throwable t) voidServiceRegistry.setCurrentJob(Job job) Sets the current running jobvoidServiceRegistryInMemoryImpl.setCurrentJob(Job job) IncidentService.storeIncident(Job job, Date timestamp, String code, Incident.Severity severity, Map<String, String> descriptionParameters, List<Tuple<String, String>> details) Stores a new job incident.voidIncidents.unhandledException(Job job, Incident.Severity severity, Throwable t) Record an incident for a given job caused by an uncatched exception.Update the job in the databaseUpdate the job in the database -
Uses of Job in org.opencastproject.serviceregistry.impl
Methods in org.opencastproject.serviceregistry.impl that return JobModifier and TypeMethodDescriptionCreate and store a new job that will be dispatched as soon as possible.ServiceRegistryJpaImpl.createJob(String host, String serviceType, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob) Creates a job on a remote host with a jobLoad of 1.0.ServiceRegistryJpaImpl.createJob(String host, String serviceType, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob, float jobLoad) Creates a job on a remote host.Create and store a new job that will be dispatched as soon as possible.ServiceRegistryJpaImpl.createJob(String type, String operation, List<String> arguments, Float jobLoad) Create and store a new job that will be dispatched as soon as possible.ServiceRegistryJpaImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean dispatchable) Create and store a new job.ServiceRegistryJpaImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean dispatchable, Float jobLoad) Create and store a new job.ServiceRegistryJpaImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob) ServiceRegistryJpaImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob, Float jobLoad) Create and store a new job.ServiceRegistryJpaImpl.getCurrentJob()Gets the current running jobServiceRegistryJpaImpl.getJob(long id) NopServiceImpl.nop()Methods in org.opencastproject.serviceregistry.impl that return types with arguments of type JobModifier and TypeMethodDescriptionServiceRegistryJpaImpl.getActiveJobs()Get the list of active jobs.ServiceRegistryJpaImpl.getChildJobs(long id) Get all child jobs from a jobServiceRegistryJpaImpl.getJobs(String type, Job.Status status) Gets the list of jobs that match the specified parameters.Methods in org.opencastproject.serviceregistry.impl with parameters of type JobModifier and TypeMethodDescriptionServiceRegistryJpaImpl.createJob(String host, String serviceType, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob) Creates a job on a remote host with a jobLoad of 1.0.ServiceRegistryJpaImpl.createJob(String host, String serviceType, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob, float jobLoad) Creates a job on a remote host.ServiceRegistryJpaImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob) ServiceRegistryJpaImpl.createJob(String type, String operation, List<String> arguments, String payload, boolean dispatchable, Job parentJob, Float jobLoad) Create and store a new job.protected StringvoidServiceRegistryJpaImpl.setCurrentJob(Job job) Sets the current running jobAbstractIncidentService.storeIncident(Job job, Date timestamp, String code, Incident.Severity severity, Map<String, String> descriptionParameters, List<Tuple<String, String>> details) -
Uses of Job in org.opencastproject.silencedetection.api
Methods in org.opencastproject.silencedetection.api that return Job -
Uses of Job in org.opencastproject.silencedetection.impl
Methods in org.opencastproject.silencedetection.impl that return JobModifier and TypeMethodDescriptionRun silence detection on audio (visual) file.Run silence detection on audio (visual) file.Methods in org.opencastproject.silencedetection.impl with parameters of type Job -
Uses of Job in org.opencastproject.silencedetection.remote
Methods in org.opencastproject.silencedetection.remote that return Job -
Uses of Job in org.opencastproject.speechtotext.api
Methods in org.opencastproject.speechtotext.api that return JobModifier and TypeMethodDescriptionSpeechToTextService.transcribe(URI mediaFile, String language, Boolean translate) Generates a subtitles file for a media package with an audio track. -
Uses of Job in org.opencastproject.speechtotext.impl
Methods in org.opencastproject.speechtotext.impl that return JobModifier and TypeMethodDescriptionSpeechToTextServiceImpl.transcribe(URI mediaFile, String language, Boolean translate) Generates a subtitles file for a media package with an audio track.Methods in org.opencastproject.speechtotext.impl with parameters of type Job -
Uses of Job in org.opencastproject.speechtotext.remote
Methods in org.opencastproject.speechtotext.remote that return JobModifier and TypeMethodDescriptionSpeechToTextServiceRemoteImpl.transcribe(URI mediaFile, String language, Boolean translate) Generates a subtitles file for a media package with an audio track. -
Uses of Job in org.opencastproject.textanalyzer.api
Methods in org.opencastproject.textanalyzer.api that return JobModifier and TypeMethodDescriptionTextAnalyzerService.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of Job in org.opencastproject.textanalyzer.impl
Methods in org.opencastproject.textanalyzer.impl that return JobModifier and TypeMethodDescriptionTextAnalyzerServiceImpl.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog.Methods in org.opencastproject.textanalyzer.impl with parameters of type Job -
Uses of Job in org.opencastproject.textanalyzer.remote
Methods in org.opencastproject.textanalyzer.remote that return JobModifier and TypeMethodDescriptionTextAnalysisRemoteImpl.extract(Attachment image) Takes the given image and returns a receipt that can be used to get the resulting catalog. -
Uses of Job in org.opencastproject.timelinepreviews.api
Methods in org.opencastproject.timelinepreviews.api that return JobModifier and TypeMethodDescriptionTimelinePreviewsService.createTimelinePreviewImages(Track track, int imageCount) Takes the given track and returns the job that can be used to generate timeline preview images. -
Uses of Job in org.opencastproject.timelinepreviews.ffmpeg
Methods in org.opencastproject.timelinepreviews.ffmpeg that return JobModifier and TypeMethodDescriptionTimelinePreviewsServiceImpl.createTimelinePreviewImages(Track track, int imageCount) Methods in org.opencastproject.timelinepreviews.ffmpeg with parameters of type JobModifier and TypeMethodDescriptionprotected AttachmentTimelinePreviewsServiceImpl.generatePreviewImages(Job job, Track track, int imageCount) Starts generation of timeline preview images for the given video track and returns an attachment containing one image that contains all the timeline preview images.protected StringAsks the overriding class to process the arguments using the given operation. -
Uses of Job in org.opencastproject.timelinepreviews.remote
Methods in org.opencastproject.timelinepreviews.remote that return JobModifier and TypeMethodDescriptionTimelinePreviewsServiceRemote.createTimelinePreviewImages(Track sourceTrack, int imageCount) Takes the given track and returns the job that will create timeline preview images using a remote service. -
Uses of Job in org.opencastproject.transcription.amberscript
Methods in org.opencastproject.transcription.amberscript that return JobModifier and TypeMethodDescriptionAmberscriptTranscriptionService.startTranscription(String mpId, Track track) AmberscriptTranscriptionService.startTranscription(String mpId, Track track, String... args) Methods in org.opencastproject.transcription.amberscript with parameters of type Job -
Uses of Job in org.opencastproject.transcription.api
Methods in org.opencastproject.transcription.api that return JobModifier and TypeMethodDescriptionTranscriptionService.startTranscription(String mpId, Track track) TranscriptionService.startTranscription(String mpId, Track track, String... args) -
Uses of Job in org.opencastproject.transcription.googlespeech
Methods in org.opencastproject.transcription.googlespeech that return JobModifier and TypeMethodDescriptionGoogleSpeechTranscriptionService.startTranscription(String mpId, Track track) GoogleSpeechTranscriptionService.startTranscription(String mpId, Track track, String... args) Methods in org.opencastproject.transcription.googlespeech with parameters of type Job -
Uses of Job in org.opencastproject.transcription.ibmwatson
Methods in org.opencastproject.transcription.ibmwatson that return JobModifier and TypeMethodDescriptionIBMWatsonTranscriptionService.startTranscription(String mpId, Track track) IBMWatsonTranscriptionService.startTranscription(String mpId, Track track, String... args) Methods in org.opencastproject.transcription.ibmwatson with parameters of type Job -
Uses of Job in org.opencastproject.transcription.microsoft.azure
Methods in org.opencastproject.transcription.microsoft.azure that return JobModifier and TypeMethodDescriptionMicrosoftAzureTranscriptionService.startTranscription(String mpId, Track track) MicrosoftAzureTranscriptionService.startTranscription(String mpId, Track track, String... args) Methods in org.opencastproject.transcription.microsoft.azure with parameters of type Job -
Uses of Job in org.opencastproject.util
Methods in org.opencastproject.util that return types with arguments of type JobModifier and TypeMethodDescriptionJobUtil.getNonFinished(List<Job> jobs) Get all jobs that are not in stateJob.Status.FINISHED.JobUtil.jobFromHttpResponse(org.apache.http.HttpResponse response) JobUtil.update(ServiceRegistry reg, Job job) Get the latest state of a job.Methods in org.opencastproject.util with parameters of type JobModifier and TypeMethodDescriptionJobUtil.getPayload(ServiceRegistry reg, Job job) Update the job from the service registry and get its payload.static booleanJobUtil.isReadyToDispatch(Job job) Returnstrueif the job is ready to be dispatched.static javax.ws.rs.core.Responsestatic MediaPackageElementJobUtil.payloadAsMediaPackageElement(Job waiter, ServiceRegistry reg, Job job) Interpret the payload of a completedJobas aMediaPackageElement.static MediaPackageElementJobUtil.payloadAsMediaPackageElement(ServiceRegistry reg, Job job) Interpret the payload of a completedJobas aMediaPackageElement.JobUtil.update(ServiceRegistry reg, Job job) Get the latest state of a job.static JobBarrier.ResultJobUtil.waitForJob(Job waiter, ServiceRegistry reg, Optional<Long> timeout, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(Job waiter, ServiceRegistry reg, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(ServiceRegistry reg, Optional<Long> timeout, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJob(ServiceRegistry reg, Job job) Check ifjobis not done yet and wait in case.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, long pollingInterval, long timeout, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, long timeout, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, Collection<Job> jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(ServiceRegistry reg, Job... jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static booleanJobUtil.waitForJobSuccess(Job waiter, ServiceRegistry reg, Optional<Long> timeout, Job job) Wait for the job to complete and return the success value.Method parameters in org.opencastproject.util with type arguments of type JobModifier and TypeMethodDescriptionJobUtil.getNonFinished(List<Job> jobs) Get all jobs that are not in stateJob.Status.FINISHED.static longJobUtil.sumQueueTime(List<Job> jobs) Sum up the queue time of a list of jobs.static JobBarrier.ResultJobUtil.waitForJobs(Job waiter, ServiceRegistry reg, Collection<Job> jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.static JobBarrier.ResultJobUtil.waitForJobs(ServiceRegistry reg, Collection<Job> jobs) Waits for the result of a created barrier forjobs, usingregistryto poll for the outcome of the monitored jobs using the default polling interval.Constructors in org.opencastproject.util with parameters of type Job -
Uses of Job in org.opencastproject.videoeditor.api
Methods in org.opencastproject.videoeditor.api that return types with arguments of type JobModifier and TypeMethodDescriptionVideoEditorService.processSmil(Smil smil) Create Smil processingJobs to edit Tracks. -
Uses of Job in org.opencastproject.videoeditor.impl
Methods in org.opencastproject.videoeditor.impl that return JobMethods in org.opencastproject.videoeditor.impl that return types with arguments of type JobModifier and TypeMethodDescriptionVideoEditorServiceImpl.processSmil(Smil smil) Create Smil processingJobs to edit Tracks.Methods in org.opencastproject.videoeditor.impl with parameters of type Job -
Uses of Job in org.opencastproject.videoeditor.remote
Methods in org.opencastproject.videoeditor.remote that return types with arguments of type Job -
Uses of Job in org.opencastproject.videogrid.api
Methods in org.opencastproject.videogrid.api that return JobModifier and TypeMethodDescriptionVideoGridService.createPartialTrack(List<String> command, Track... tracks) Generate the final video in parts -
Uses of Job in org.opencastproject.videogrid.impl
Methods in org.opencastproject.videogrid.impl that return JobModifier and TypeMethodDescriptionVideoGridServiceImpl.createPartialTrack(List<String> command, Track... tracks) Methods in org.opencastproject.videogrid.impl with parameters of type Job -
Uses of Job in org.opencastproject.videogrid.remote
Methods in org.opencastproject.videogrid.remote that return JobModifier and TypeMethodDescriptionVideoGridServiceRemoteImpl.createPartialTrack(List<String> command, Track... tracks) -
Uses of Job in org.opencastproject.videosegmenter.api
Methods in org.opencastproject.videosegmenter.api that return Job -
Uses of Job in org.opencastproject.videosegmenter.ffmpeg
Methods in org.opencastproject.videosegmenter.ffmpeg that return JobModifier and TypeMethodDescriptionTakes the given track and returns the job that can be used to get the resulting mpeg7 catalog.Methods in org.opencastproject.videosegmenter.ffmpeg with parameters of type JobModifier and TypeMethodDescriptionprotected StringAsks the overriding class to process the arguments using the given operation.protected CatalogStarts segmentation on the video track identified bymediapackageIdandelementIdand returns a receipt containing the final result in the form of anMpeg7Catalog. -
Uses of Job in org.opencastproject.videosegmenter.remote
Methods in org.opencastproject.videosegmenter.remote that return Job -
Uses of Job in org.opencastproject.waveform.api
Methods in org.opencastproject.waveform.api that return JobModifier and TypeMethodDescriptionWaveformService.createWaveformImage(Track sourceTrack, int pixelPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create a waveform image. -
Uses of Job in org.opencastproject.waveform.ffmpeg
Methods in org.opencastproject.waveform.ffmpeg that return JobModifier and TypeMethodDescriptionWaveformServiceImpl.createWaveformImage(Track sourceTrack, int pixelsPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create a waveform image.Methods in org.opencastproject.waveform.ffmpeg with parameters of type Job -
Uses of Job in org.opencastproject.waveform.remote
Methods in org.opencastproject.waveform.remote that return JobModifier and TypeMethodDescriptionWaveformServiceRemote.createWaveformImage(Track sourceTrack, int pixelsPerMinute, int minWidth, int maxWidth, int height, String color) Takes the given track and returns the job that will create an waveform image using a remote service. -
Uses of Job in org.opencastproject.workflow.api
Methods in org.opencastproject.workflow.api with parameters of type JobModifier and TypeMethodDescriptionprotected JobBarrier.ResultAbstractWorkflowOperationHandler.waitForStatus(long timeout, Job... jobs) Waits until all of the jobs have reached either one of these statuses:Job.Status.FINISHEDJob.Status.FAILEDJob.Status.DELETEDAfter that, the method returns with the actual outcomes of the jobs.protected JobBarrier.ResultAbstractWorkflowOperationHandler.waitForStatus(Job... jobs) Waits until all of the jobs have reached either one of these statuses:Job.Status.FINISHEDJob.Status.FAILEDJob.Status.DELETEDAfter that, the method returns with the actual outcomes of the jobs. -
Uses of Job in org.opencastproject.workflow.handler.composer
Methods in org.opencastproject.workflow.handler.composer that return JobModifier and TypeMethodDescriptionprotected JobImageWorkflowOperationHandler.extractImages(ImageWorkflowOperationHandler handler, Track track, EncodingProfile profile, List<org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.MediaPosition> positions, org.opencastproject.workflow.handler.composer.ImageWorkflowOperationHandler.Cfg cfg) Start a composer job to extract images from a track at the given positions.protected JobPartialImportWorkflowOperationHandler.startConcatJob(EncodingProfile profile, List<Track> tracks, float outputFramerate, boolean forceDivisible) Start job to concatenate a list of tracks. -
Uses of Job in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution that return types with arguments of type JobModifier and TypeMethodDescriptionRetractEngageWorkflowOperationHandler.retractElements(Set<String> retractElementIds, MediaPackage searchMediaPackage) Generate the jobs retracted the selected elementsMethod parameters in org.opencastproject.workflow.handler.distribution with type arguments of type JobModifier and TypeMethodDescriptionprotected MediaPackagePublishEngageWorkflowOperationHandler.getMediaPackageForSearchIndex(MediaPackage current, List<Job> jobs, MediaPackageElementFlavor downloadSubflavor, String[] downloadTargetTags, Set<String> downloadElementIds, MediaPackageElementFlavor streamingSubflavor, Set<String> streamingElementIds, String[] streamingTargetTags) Returns a mediapackage that only contains elements that are marked for distribution. -
Uses of Job in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl that return JobModifier and TypeMethodDescriptionprotected JobWorkflowServiceImpl.runWorkflow(WorkflowInstance workflow) Executes the workflow.Methods in org.opencastproject.workflow.impl with parameters of type JobModifier and TypeMethodDescriptionvoidAsks the job producer to handle the given job using the provided operation and list of arguments.booleanWorkflowServiceImpl.isReadyToAccept(Job job) Whether the job can be accepted.protected StringProcesses the workflow job.