Uses of Class
es.caib.bpm.vo.Job
-
Packages that use Job Package Description com.soffid.iam.bpm.api es.caib.bpm.servei es.caib.bpm.servei.ejb es.caib.bpm.vo -
-
Uses of Job in com.soffid.iam.bpm.api
Methods in com.soffid.iam.bpm.api with parameters of type Job Modifier and Type Method Description static JobJob. toJob(Job vo)Creates a Job value object based on a Job object.static voidJob. 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 com.soffid.iam.bpm.api 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. -
Uses of Job in es.caib.bpm.servei
Methods in es.caib.bpm.servei 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 es.caib.bpm.servei with parameters of type Job Modifier and Type Method Description voidBpmEngine. pauseJob(Job jobvo)Operation pauseJobvoidBpmEngine. resumeJob(Job jobvo)Operation resumeJobvoidBpmEngine. retryJob(Job jobvo)Operation retryJob -
Uses of Job in es.caib.bpm.servei.ejb
Methods in es.caib.bpm.servei.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 es.caib.bpm.servei.ejb with parameters of type Job Modifier and Type Method Description voidBpmEngine. pauseJob(Job jobvo)voidBpmEngine. resumeJob(Job jobvo)voidBpmEngine. retryJob(Job jobvo) -
Uses of Job in es.caib.bpm.vo
Methods in es.caib.bpm.vo that return Job Modifier and Type Method Description static JobJob. 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 es.caib.bpm.vo 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 es.caib.bpm.vo with parameters of type Job Modifier and Type Method Description static voidJob. toJob(Job source, Job target)Updates a Job value object based on a Job object.Constructors in es.caib.bpm.vo with parameters of type Job Constructor Description Job(Job otherBean)
-