Uses of Enum Class
com.ads.api.beans.common.APIConstants.JOBType
Packages that use APIConstants.JOBType
Package
Description
Contains Collection Classes,Java Bean Classes which are common to all the modules like AMMObjectTypes, APIConstants, ImportHelper etc.
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...
Contains Collection Classes, Java Bean Classes which are related to Jobs and its details.
-
Uses of APIConstants.JOBType in com.ads.api.beans.common
Methods in com.ads.api.beans.common that return APIConstants.JOBTypeModifier and TypeMethodDescriptionstatic APIConstants.JOBTypeReturns the enum constant of this class with the specified name.static APIConstants.JOBType[]APIConstants.JOBType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of APIConstants.JOBType in com.ads.api.util
Methods in com.ads.api.util with parameters of type APIConstants.JOBTypeModifier and TypeMethodDescriptionSchedulerUtil.clearJobs(String objectType, long objectId, APIConstants.JOBType jobType) Clears the Jobs for the specified objectType,objectId and jobType Specifying the objectType,objectId and jobType are mandatory to clear the Jobs
If the Jobs are deleted all its associated Data will also be deleted.SchedulerUtil.getJobs(String objectType, long objectId, APIConstants.JOBType jobType) Returns the Listobjects for the specified objectType , objectId, and jobType. -
Uses of APIConstants.JOBType in com.erwin.api.beans.scheduler
Methods in com.erwin.api.beans.scheduler that return APIConstants.JOBTypeMethods in com.erwin.api.beans.scheduler with parameters of type APIConstants.JOBTypeConstructors in com.erwin.api.beans.scheduler with parameters of type APIConstants.JOBTypeModifierConstructorDescriptionSchedulerJob(long objectId, String objectType, String jobName, APIConstants.JOBType jobType, Date scheduledDateTime, Date lastScheduledRunDateTime, Date nextScheduledRunDateTime, APIConstants.JOBInterval interval, boolean notify, String userId, String emailId, String ccList, JobOptions jobOptions, AuditHistory auditHistory)