Package com._1c.g5.v8.dt.schedule.ui
Class ScheduledJobNewWizardRelatedModelsFactory
java.lang.Object
com._1c.g5.v8.dt.schedule.ui.ScheduledJobNewWizardRelatedModelsFactory
- All Implemented Interfaces:
IDtNewWizardRelatedModelsFactory<ScheduledJob>
public class ScheduledJobNewWizardRelatedModelsFactory
extends Object
implements IDtNewWizardRelatedModelsFactory<ScheduledJob>
Factory for
Schedules related to ScheduledJobs.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateModels(IDtNewWizardContext<ScheduledJob> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context.
-
Constructor Details
-
ScheduledJobNewWizardRelatedModelsFactory
public ScheduledJobNewWizardRelatedModelsFactory()
-
-
Method Details
-
createModels
public void createModels(IDtNewWizardContext<ScheduledJob> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Description copied from interface:IDtNewWizardRelatedModelsFactoryCreates and integrates related models for a given wizard context. Stores them in the passedcreatedModelsset.- Specified by:
createModelsin interfaceIDtNewWizardRelatedModelsFactory<ScheduledJob>- Parameters:
context- wizard context.createdModels- store here newly created models.
-