Uses of Class
com.erwin.api.beans.scheduler.SchedulerJob
Packages that use SchedulerJob
Package
Description
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs, ROle, Business Glossary Catalog, Document etc...
-
Uses of SchedulerJob in com.ads.api.util
Methods in com.ads.api.util that return SchedulerJobModifier and TypeMethodDescriptionReturns the schedulerJob object for the specified objectType and jobName.Specifying the objectType and jobName are mandatory
It returns all the details like JobName, JobGroup, Description, JobClassName and JobData.Methods in com.ads.api.util that return types with arguments of type SchedulerJobModifier and TypeMethodDescriptionReturns the Listobjects for the specified objectType and objectId. SchedulerUtil.getJobs(String objectType, long objectId, APIConstants.JOBType jobType) Returns the Listobjects for the specified objectType , objectId, and jobType. Methods in com.ads.api.util with parameters of type SchedulerJobModifier and TypeMethodDescriptionSchedulerUtil.createJob(SchedulerJob schedulerJob) Creates the Job for the given schedulerJob Object.SchedulerUtil.updateJob(SchedulerJob schedulerJob) Updates the Job with the specified schedulerJob Object.All the information pertaining to the Job can be updated.Method parameters in com.ads.api.util with type arguments of type SchedulerJobModifier and TypeMethodDescriptionSchedulerUtil.createJobs(List<SchedulerJob> schedulerJobs) Creates the list of Jobs for the given ListObjects. SchedulerUtil.updateJobs(List<SchedulerJob> schedulerJobs) Updates the list of Jobs for the given ListObjects.