Uses of Interface
com._1c.g5.v8.dt.schedule.model.Schedule
-
-
Uses of Schedule in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Schedule Modifier and Type Method Description Schedule
ScheduledJob. getSchedule()
Returns the value of the 'Schedule' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type Schedule Modifier and Type Method Description void
ScheduledJob. setSchedule(Schedule value)
Sets the value of the 'Schedule
' reference. -
Uses of Schedule in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Schedule Modifier and Type Method Description Schedule
ScheduledJobImpl. getSchedule()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Schedule Modifier and Type Method Description void
ScheduledJobImpl. setSchedule(Schedule newSchedule)
-
Uses of Schedule in com._1c.g5.v8.dt.schedule
Methods in com._1c.g5.v8.dt.schedule with parameters of type Schedule Modifier and Type Method Description String
ScheduleDescriptionFormatter. format(Schedule schedule)
Formats the schedule. -
Uses of Schedule in com._1c.g5.v8.dt.schedule.model
Methods in com._1c.g5.v8.dt.schedule.model that return Schedule Modifier and Type Method Description Schedule
ScheduleFactory. createSchedule()
Returns a new object of class 'Schedule'. -
Uses of Schedule in com._1c.g5.v8.dt.schedule.model.impl
Classes in com._1c.g5.v8.dt.schedule.model.impl that implement Schedule Modifier and Type Class Description class
ScheduleImpl
An implementation of the model object 'Schedule'.Methods in com._1c.g5.v8.dt.schedule.model.impl that return Schedule Modifier and Type Method Description Schedule
ScheduleFactoryImpl. createSchedule()
-
Uses of Schedule in com._1c.g5.v8.dt.schedule.model.util
Methods in com._1c.g5.v8.dt.schedule.model.util with parameters of type Schedule Modifier and Type Method Description T
ScheduleSwitch. caseSchedule(Schedule object)
Returns the result of interpreting the object as an instance of 'Schedule'.
-