public interface ScheduleService
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Resource> |
getAssignments(Resource schedule)
The assignments for the specified Schedule.
|
Resource |
getChannelAssignment(Resource schedule,
Resource channel)
Returns the channel assignment resource for the specified channel in the specified schedule
|
Resource |
getSchedule(Resource assignment)
Gets the schedule for the specified assignment
|
Resource |
resolveChannel(ResourceResolver resolver,
Resource schedule,
Resource assignment)
Deprecated.
|
Resource getSchedule(Resource assignment)
assignment
- The assignmentjava.util.Iterator<Resource> getAssignments(Resource schedule)
schedule
- The schedule in which to look for the assignment@Deprecated Resource resolveChannel(ResourceResolver resolver, Resource schedule, Resource assignment)
resolver
- The resource resolverschedule
- The schedule in which to look for the assignmentassignment
- The assignment resourceResource getChannelAssignment(Resource schedule, Resource channel)
schedule
- The schedule in which to look for the assignmentchannel
- The channel resource to get the channel assignments fornull
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"