Uses of Class
com.gentics.contentnode.rest.model.scheduler.ScheduleFollow
Packages that use ScheduleFollow
-
Uses of ScheduleFollow in com.gentics.contentnode.rest.model.scheduler
Methods in com.gentics.contentnode.rest.model.scheduler that return ScheduleFollowModifier and TypeMethodDescriptionScheduleData.getFollow()Get the followup definition.ScheduleFollow.setOnlyAfterSuccess(boolean onlyAfterSuccess) Set whether the associated schedule should only be executed if the followed schedules were executed successfully.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 ScheduleFollowModifier and TypeMethodDescriptionScheduleData.setFollow(ScheduleFollow follow) Set the followup definition.