Uses of Class
com.soffid.iam.bpm.api.Job
-
Packages that use Job Package Description com.soffid.iam.bpm.api com.soffid.iam.bpm.service com.soffid.iam.bpm.service.ejb es.caib.bpm.vo -
-
Uses of Job in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api that return Job Modifier and Type Method Description static Job
Job. toJob(Job vo)
Creates a Job value object based on a Job object.static Job[]
Job. toJobArray(Job[] source)
Creates a Job array on a Job array.Methods in com.soffid.iam.bpm.api that return types with arguments of type Job Modifier and Type Method Description static AsyncList<Job>
Job. toJobAsyncList(AsyncList<Job> source)
Creates a Job asynclist on a Job collection.static PagedResult<Job>
Job. toJobList(PagedResult<Job> source)
Creates a Job pagedResult on a Job collection.static List<Job>
Job. toJobList(Collection<Job> source)
Creates a Job list on a Job collection.Methods in com.soffid.iam.bpm.api with parameters of type Job Modifier and Type Method Description static void
Job. toJob(Job source, Job target)
Updates a Job value object based on a Job object.Constructors in com.soffid.iam.bpm.api with parameters of type Job Constructor Description Job(Job otherBean)
-
Uses of Job in com.soffid.iam.bpm.service
Methods in com.soffid.iam.bpm.service that return types with arguments of type Job Modifier and Type Method Description List<Job>
BpmEngine. getActiveJobs()
Operation getActiveJobsList<Job>
BpmEngine. getActiveJobs(ProcessInstance process)
Operation getActiveJobsList<Job>
BpmEngine. getAllJobs()
Operation getAllJobsMethods in com.soffid.iam.bpm.service with parameters of type Job Modifier and Type Method Description void
BpmEngine. pauseJob(Job jobvo)
Operation pauseJobvoid
BpmEngine. resumeJob(Job jobvo)
Operation resumeJobvoid
BpmEngine. retryJob(Job jobvo)
Operation retryJob -
Uses of Job in com.soffid.iam.bpm.service.ejb
Methods in com.soffid.iam.bpm.service.ejb that return types with arguments of type Job Modifier and Type Method Description List<Job>
BpmEngine. getActiveJobs()
List<Job>
BpmEngine. getActiveJobs(ProcessInstance process)
List<Job>
BpmEngine. getAllJobs()
Methods in com.soffid.iam.bpm.service.ejb with parameters of type Job Modifier and Type Method Description void
BpmEngine. pauseJob(Job jobvo)
void
BpmEngine. resumeJob(Job jobvo)
void
BpmEngine. retryJob(Job jobvo)
-
Uses of Job in es.caib.bpm.vo
Methods in es.caib.bpm.vo with parameters of type Job Modifier and Type Method Description static Job
Job. toJob(Job vo)
Creates a Job value object based on a Job object.static void
Job. toJob(Job source, Job target)
Updates a Job value object based on a Job object.static Job[]
Job. toJobArray(Job[] source)
Creates a Job array on a Job array.Method parameters in es.caib.bpm.vo with type arguments of type Job Modifier and Type Method Description static AsyncList<Job>
Job. toJobAsyncList(AsyncList<Job> source)
Creates a Job asynclist on a Job collection.static PagedResult<Job>
Job. toJobList(PagedResult<Job> source)
Creates a Job pagedResult on a Job collection.static List<Job>
Job. toJobList(Collection<Job> source)
Creates a Job list on a Job collection.
-