public class ScheduleFollow extends Object
Constructor and Description |
---|
ScheduleFollow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<Integer> |
getScheduleId()
Get the set of schedule IDs after which the associated schedule should
be executed.
|
boolean |
isOnlyAfterSuccess()
Whether the associated schedule should only be executed if the followed
schedules were executed successfully.
|
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.
|
@NotNull public Set<Integer> getScheduleId()
public ScheduleFollow setScheduleId(Set<Integer> scheduleId)
scheduleId
- Set of followed IDs.public boolean isOnlyAfterSuccess()
public ScheduleFollow setOnlyAfterSuccess(boolean onlyAfterSuccess)
onlyAfterSuccess
- Whether the associated schedule should only be executed if the followed
schedules were executed successfully.Copyright © 2024 Gentics Software. All rights reserved.