Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.ScheduledJob
-
-
Uses of ScheduledJob in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return ScheduledJob Modifier and Type Method Description static ScheduledJobTestMdObjectFactory. createScheduledJob(String name)Creates ScheduledJob with name -
Uses of ScheduledJob in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return ScheduledJob Modifier and Type Method Description ScheduledJobScheduledJobInitializer. create(IV8Project v8project, Version version) -
Uses of ScheduledJob in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type ScheduledJob Modifier and Type Method Description protected booleanMdImplicitRefInferrer. _infer(ScheduledJob object) -
Uses of ScheduledJob in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type ScheduledJob Modifier and Type Method Description voidMdValidator. checkScheduledJobMethod(ScheduledJob scheduledJob)Deprecated. -
Uses of ScheduledJob in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return ScheduledJob Modifier and Type Method Description ScheduledJobMdClassFactory. createScheduledJob()Returns a new object of class 'Scheduled Job'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ScheduledJob Modifier and Type Method Description org.eclipse.emf.common.util.EList<ScheduledJob>Configuration. getScheduledJobs()Returns the value of the 'Scheduled Jobs' reference list. -
Uses of ScheduledJob in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement ScheduledJob Modifier and Type Class Description classScheduledJobImplAn implementation of the model object 'Scheduled Job'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ScheduledJob Modifier and Type Method Description ScheduledJobMdClassFactoryImpl. createScheduledJob()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ScheduledJob Modifier and Type Method Description org.eclipse.emf.common.util.EList<ScheduledJob>ConfigurationImpl. getScheduledJobs() -
Uses of ScheduledJob in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ScheduledJob Modifier and Type Method Description TMdClassSwitch. caseScheduledJob(ScheduledJob object)Returns the result of interpreting the object as an instance of 'Scheduled Job'.booleanMdClassValidator. validateScheduledJob(ScheduledJob scheduledJob, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateScheduledJob_validate(ScheduledJob scheduledJob, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Scheduled Job'. -
Uses of ScheduledJob in com._1c.g5.v8.dt.schedule.ui
Method parameters in com._1c.g5.v8.dt.schedule.ui with type arguments of type ScheduledJob Modifier and Type Method Description voidScheduledJobNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<ScheduledJob> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
-