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 ScheduledJob
TestMdObjectFactory. 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 ScheduledJob
ScheduledJobInitializer. 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 boolean
MdImplicitRefInferrer. _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 void
MdValidator. 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 ScheduledJob
MdClassFactory. 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 class
ScheduledJobImpl
An 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 ScheduledJob
MdClassFactoryImpl. 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 T
MdClassSwitch. caseScheduledJob(ScheduledJob object)
Returns the result of interpreting the object as an instance of 'Scheduled Job'.boolean
MdClassValidator. validateScheduledJob(ScheduledJob scheduledJob, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. 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 void
ScheduledJobNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<ScheduledJob> context, Set<org.eclipse.emf.ecore.EObject> createdModels)
-