Uses of Class
org.opencastproject.message.broker.api.scheduler.SchedulerItem
Packages that use SchedulerItem
Package
Description
-
Uses of SchedulerItem in org.opencastproject.liveschedule.message
Methods in org.opencastproject.liveschedule.message with parameters of type SchedulerItemModifier and TypeMethodDescriptionvoidSchedulerEventUpdateHandler.execute(String mpId, SchedulerItem schedulerItem) -
Uses of SchedulerItem in org.opencastproject.message.broker.api.scheduler
Methods in org.opencastproject.message.broker.api.scheduler that return SchedulerItemModifier and TypeMethodDescriptionstatic SchedulerItemSchedulerItem.delete()static SchedulerItemSchedulerItem.deleteRecordingState()SchedulerItemList.getItems()static SchedulerItemSchedulerItem.updateAcl(AccessControlList accessControlList) static SchedulerItemSchedulerItem.updateAgent(String agentId) static SchedulerItemSchedulerItem.updateCatalog(DublinCoreCatalog event) static SchedulerItemstatic SchedulerItemSchedulerItem.updatePresenters(Set<String> presenters) static SchedulerItemSchedulerItem.updateProperties(Map<String, String> properties) static SchedulerItemSchedulerItem.updateRecordingStatus(String state, Long lastHeardFrom) static SchedulerItemSchedulerItem.updateStart(Date start) Constructors in org.opencastproject.message.broker.api.scheduler with parameters of type SchedulerItemConstructor parameters in org.opencastproject.message.broker.api.scheduler with type arguments of type SchedulerItem -
Uses of SchedulerItem in org.opencastproject.message.broker.api.update
Methods in org.opencastproject.message.broker.api.update with parameters of type SchedulerItemModifier and TypeMethodDescriptionvoidSchedulerUpdateHandler.execute(String mpId, SchedulerItem schedulerItem)