Uses of Interface
com.veeva.vault.sdk.api.job.JobParamValue
Packages that use JobParamValue
Package
Description
This package provides interfaces to create job processors and execute asynchronous jobs.
-
Uses of JobParamValue in com.veeva.vault.sdk.api.job
Methods in com.veeva.vault.sdk.api.job with type parameters of type JobParamValueModifier and TypeMethodDescription<T extends JobParamValue>
TJobContext.getJobParameter
(String name, Class<T> returnType) Retrieves job parameters set onJobParameters
when invoking a job throughJobService
.