Uses of Interface
com.veeva.vault.sdk.api.job.JobItem
Packages that use JobItem
Package
Description
This package provides interfaces to create job processors and execute asynchronous jobs.
-
Uses of JobItem in com.veeva.vault.sdk.api.job
Methods in com.veeva.vault.sdk.api.job that return JobItemMethods in com.veeva.vault.sdk.api.job that return types with arguments of type JobItemModifier and TypeMethodDescriptionJobTask.getItems()
Retrieves the input List of job items for a given task.Method parameters in com.veeva.vault.sdk.api.job with type arguments of type JobItemModifier and TypeMethodDescriptionJobInitContext.newJobInput
(List<JobItem> items) Allows a List ofJobItem
s to be used as input to a job.