Uses of Class
dev.getelements.elements.sdk.model.mission.Schedule
Packages that use Schedule
Package
Description
-
Uses of Schedule in dev.getelements.elements.dao.mongo.mapper
Methods in dev.getelements.elements.dao.mongo.mapper that return ScheduleModifier and TypeMethodDescriptionMongoDBMapper.toSchedule
(MongoSchedule source) MongoDBMapperImpl.toSchedule
(MongoSchedule source) Methods in dev.getelements.elements.dao.mongo.mapper that return types with arguments of type ScheduleModifier and TypeMethodDescriptionMongoDBMapperImpl.mongoScheduleListToScheduleList
(List<MongoSchedule> list) Methods in dev.getelements.elements.dao.mongo.mapper with parameters of type ScheduleModifier and TypeMethodDescriptionMongoDBMapper.toMongoSchedule
(Schedule source) MongoDBMapperImpl.toMongoSchedule
(Schedule source) Method parameters in dev.getelements.elements.dao.mongo.mapper with type arguments of type ScheduleModifier and TypeMethodDescriptionprotected List
<MongoSchedule> MongoDBMapperImpl.scheduleListToMongoScheduleList
(List<Schedule> list) -
Uses of Schedule in dev.getelements.elements.dao.mongo.mission
Methods in dev.getelements.elements.dao.mongo.mission that return ScheduleMethods in dev.getelements.elements.dao.mongo.mission that return types with arguments of type ScheduleModifier and TypeMethodDescriptionMongoScheduleDao.findScheduleByNameOrId
(String scheduleNameOrId) MongoScheduleDao.getSchedules
(int offset, int count) MongoScheduleDao.getSchedules
(int offset, int count, String search) Methods in dev.getelements.elements.dao.mongo.mission with parameters of type Schedule -
Uses of Schedule in dev.getelements.elements.rest.mission
Methods in dev.getelements.elements.rest.mission that return ScheduleModifier and TypeMethodDescriptionScheduleResource.createSchedule
(CreateScheduleRequest createScheduleRequest) ScheduleResource.getScheduleByNameOrId
(String scheduleNameOrId) ScheduleResource.updateSchedule
(UpdateScheduleRequest updateScheduleRequest, String scheduleNameOrId) Methods in dev.getelements.elements.rest.mission that return types with arguments of type ScheduleModifier and TypeMethodDescriptionScheduleResource.getSchedules
(int offset, int count, List<String> tags, String search) -
Uses of Schedule in dev.getelements.elements.sdk.dao
Methods in dev.getelements.elements.sdk.dao that return ScheduleModifier and TypeMethodDescriptionCreates a newSchedule
in the database.default Schedule
ScheduleDao.getScheduleByNameOrId
(String scheduleNameOrId) Gets theSchedule
with the supplied name or id.ScheduleDao.updateSchedule
(Schedule updatedSchedule) Methods in dev.getelements.elements.sdk.dao that return types with arguments of type ScheduleModifier and TypeMethodDescriptionScheduleDao.findScheduleByNameOrId
(String scheduleNameOrId) Finds theSchedule
with the supplied name or id.ScheduleDao.getSchedules
(int offset, int count) ScheduleDao.getSchedules
(int offset, int count, String search) Methods in dev.getelements.elements.sdk.dao with parameters of type Schedule -
Uses of Schedule in dev.getelements.elements.sdk.model.mission
Methods in dev.getelements.elements.sdk.model.mission that return ScheduleMethods in dev.getelements.elements.sdk.model.mission that return types with arguments of type ScheduleMethods in dev.getelements.elements.sdk.model.mission with parameters of type ScheduleMethod parameters in dev.getelements.elements.sdk.model.mission with type arguments of type Schedule -
Uses of Schedule in dev.getelements.elements.sdk.service.mission
Methods in dev.getelements.elements.sdk.service.mission that return ScheduleModifier and TypeMethodDescriptionScheduleService.createSchedule
(CreateScheduleRequest createScheduleRequest) ScheduleService.getScheduleByNameOrId
(String scheduleNameOrId) ScheduleService.updateSchedule
(String scheduleNameOrId, UpdateScheduleRequest updatedSchedule) Methods in dev.getelements.elements.sdk.service.mission that return types with arguments of type ScheduleModifier and TypeMethodDescriptionScheduleService.getSchedules
(int offset, int count) ScheduleService.getSchedules
(int offset, int count, String search) -
Uses of Schedule in dev.getelements.elements.service.mission
Methods in dev.getelements.elements.service.mission that return ScheduleModifier and TypeMethodDescriptionSuperUserScheduleService.createSchedule
(CreateScheduleRequest createScheduleRequest) SuperUserScheduleService.getScheduleByNameOrId
(String scheduleNameOrId) SuperUserScheduleService.updateSchedule
(String scheduleNameOrId, UpdateScheduleRequest updatedScheduleRequest) Methods in dev.getelements.elements.service.mission that return types with arguments of type ScheduleModifier and TypeMethodDescriptionSuperUserScheduleService.getSchedules
(int offset, int count) SuperUserScheduleService.getSchedules
(int offset, int count, String search)