Interface LiveScheduleService
public interface LiveScheduleService
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleancreateOrUpdateLiveEvent(String mpId, org.opencastproject.metadata.dublincore.DublinCoreCatalog episodeDc) booleandeleteLiveEvent(String mpId) booleanupdateLiveEventAcl(String mpId, org.opencastproject.security.api.AccessControlList acl)
-
Field Details
-
CHANNEL_ID
- See Also:
-
-
Method Details
-
createOrUpdateLiveEvent
boolean createOrUpdateLiveEvent(String mpId, org.opencastproject.metadata.dublincore.DublinCoreCatalog episodeDc) throws LiveScheduleException - Throws:
LiveScheduleException
-
deleteLiveEvent
- Throws:
LiveScheduleException
-
updateLiveEventAcl
boolean updateLiveEventAcl(String mpId, org.opencastproject.security.api.AccessControlList acl) throws LiveScheduleException - Throws:
LiveScheduleException
-