Uses of Class
com.gentics.contentnode.rest.model.scheduler.ScheduleFollow
-
Packages that use ScheduleFollow Package Description com.gentics.contentnode.rest.model.scheduler -
-
Uses of ScheduleFollow in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ScheduleFollow Modifier and Type Method Description ScheduleFollow
ScheduleData. getFollow()
Get the followup definition.ScheduleFollow
ScheduleFollow. setOnlyAfterSuccess(boolean onlyAfterSuccess)
Set whether the associated schedule should only be executed if the followed schedules were executed successfully.ScheduleFollow
ScheduleFollow. setScheduleId(Set<Integer> scheduleId)
Set the IDs after which the associated schedule should be executed.Methods in com.gentics.contentnode.rest.model.scheduler with parameters of type ScheduleFollow Modifier and Type Method Description ScheduleData
ScheduleData. setFollow(ScheduleFollow follow)
Set the followup definition.
-