Class OsgiEventEndpoint
java.lang.Object
org.opencastproject.adminui.endpoint.AbstractEventEndpoint
org.opencastproject.adminui.endpoint.OsgiEventEndpoint
OSGi bound implementation.
-
Field Summary
FieldsFields inherited from class org.opencastproject.adminui.endpoint.AbstractEventEndpoint
DEFAULT_URL_SIGNING_EXPIRE_DURATION, defaultWorkflowDefinionId, SCHEDULING_AGENT_ID_KEY, SCHEDULING_END_KEY, SCHEDULING_PREVIOUS_AGENTID, SCHEDULING_PREVIOUS_PREVIOUSENTRIES, SCHEDULING_START_KEY, serverUrl, serviceUrl, WORKFLOW_DEFINITION_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.opencastproject.authorization.xacml.manager.api.AclServiceorg.opencastproject.assetmanager.api.AssetManagerorg.opencastproject.security.api.AuthorizationServiceorg.opencastproject.capture.admin.api.CaptureAgentStateServiceorg.opencastproject.event.comment.EventCommentServiceorg.opencastproject.elasticsearch.index.ElasticsearchIndexgetIndex()org.opencastproject.index.service.api.IndexServiceorg.opencastproject.scheduler.api.SchedulerServiceorg.opencastproject.security.api.SecurityServicelongorg.opencastproject.security.urlsigning.service.UrlSigningServiceorg.opencastproject.security.api.UserDirectoryServiceorg.opencastproject.workflow.api.WorkflowServicevoidmodified(org.osgi.service.component.ComponentContext cc) voidsetAclServiceFactory(org.opencastproject.authorization.xacml.manager.api.AclServiceFactory aclServiceFactory) OSGi DI.voidsetAdminUIConfiguration(AdminUIConfiguration adminUIConfiguration) OSGi DI.voidsetAssetManager(org.opencastproject.assetmanager.api.AssetManager assetManager) OSGi DI.voidsetAuthorizationService(org.opencastproject.security.api.AuthorizationService authorizationService) OSGi DI.voidsetCaptureAgentStateService(org.opencastproject.capture.admin.api.CaptureAgentStateService captureAgentStateService) OSGi DI.voidsetEventCommentService(org.opencastproject.event.comment.EventCommentService eventCommentService) OSGi DI.voidsetIndex(org.opencastproject.elasticsearch.index.ElasticsearchIndex index) OSGi DI.voidsetIndexService(org.opencastproject.index.service.api.IndexService indexService) OSGi DI.voidsetJobService(JobEndpoint jobService) OSGi DI.voidsetSchedulerService(org.opencastproject.scheduler.api.SchedulerService schedulerService) OSGi DI.voidsetSecurityService(org.opencastproject.security.api.SecurityService securityService) OSGi DI.voidsetSeriesEndpoint(SeriesEndpoint seriesEndpoint) OSGi DI.voidsetUrlSigningService(org.opencastproject.security.urlsigning.service.UrlSigningService urlSigningService) OSGi DI.voidsetUserDirectoryService(org.opencastproject.security.api.UserDirectoryService userDirectoryService) Sets the user directory servicevoidsetWorkflowService(org.opencastproject.workflow.api.WorkflowService workflowService) OSGi DI.Methods inherited from class org.opencastproject.adminui.endpoint.AbstractEventEndpoint
activate, applyAclToEvent, bulkUpdate, createEventComment, createEventCommentReply, createNewEvent, deleteEvent, deleteEventComment, deleteEventCommentReply, deleteEvents, deleteWorkflow, getAssetList, getAttachment, getAttachmentsList, getBulkConflicts, getCatalog, getCatalogAdapters, getCatalogList, getEventAccessInformation, getEventComment, getEventComments, getEventError, getEventErrors, getEventHostPages, getEventMetadata, getEventOperation, getEventOperations, getEventPublicationsTab, getEventResponse, getEvents, getEventScheduling, getEventsMetadata, getEventsScheduling, getEventWorkflow, getEventWorkflowProperties, getEventWorkflows, getMedia, getMediaList, getNewConflicts, getNewMetadata, getNewProcessing, getPublication, getPublicationList, hasActiveTransaction, recordingToJson, resolveEventComment, updateAssets, updateEventComment, updateEventCommentReply, updateEventMetadata, updateEventScheduling, updateEventsMetadata, updateEventWorkflow, workflowAction
-
Field Details
-
EVENTMODAL_ONLYSERIESWITHWRITEACCESS_KEY
- See Also:
-
EVENTSTAB_ONLYEVENTSWITHWRITEACCESS_KEY
- See Also:
-
-
Constructor Details
-
OsgiEventEndpoint
public OsgiEventEndpoint()
-
-
Method Details
-
getAdminUIConfiguration
- Specified by:
getAdminUIConfigurationin classAbstractEventEndpoint
-
setAdminUIConfiguration
OSGi DI. -
getWorkflowService
public org.opencastproject.workflow.api.WorkflowService getWorkflowService()- Specified by:
getWorkflowServicein classAbstractEventEndpoint
-
setJobService
OSGi DI. -
getJobService
- Specified by:
getJobServicein classAbstractEventEndpoint
-
setSeriesEndpoint
OSGi DI. -
getSeriesEndpoint
- Specified by:
getSeriesEndpointin classAbstractEventEndpoint
-
setWorkflowService
public void setWorkflowService(org.opencastproject.workflow.api.WorkflowService workflowService) OSGi DI. -
getAclService
public org.opencastproject.authorization.xacml.manager.api.AclService getAclService()- Specified by:
getAclServicein classAbstractEventEndpoint
-
setAclServiceFactory
public void setAclServiceFactory(org.opencastproject.authorization.xacml.manager.api.AclServiceFactory aclServiceFactory) OSGi DI. -
getEventCommentService
public org.opencastproject.event.comment.EventCommentService getEventCommentService()- Specified by:
getEventCommentServicein classAbstractEventEndpoint
-
setEventCommentService
public void setEventCommentService(org.opencastproject.event.comment.EventCommentService eventCommentService) OSGi DI. -
getSecurityService
public org.opencastproject.security.api.SecurityService getSecurityService()- Specified by:
getSecurityServicein classAbstractEventEndpoint
-
setSecurityService
public void setSecurityService(org.opencastproject.security.api.SecurityService securityService) OSGi DI. -
getIndexService
public org.opencastproject.index.service.api.IndexService getIndexService()- Specified by:
getIndexServicein classAbstractEventEndpoint
-
setIndexService
public void setIndexService(org.opencastproject.index.service.api.IndexService indexService) OSGi DI. -
getAuthorizationService
public org.opencastproject.security.api.AuthorizationService getAuthorizationService()- Specified by:
getAuthorizationServicein classAbstractEventEndpoint
-
setAuthorizationService
public void setAuthorizationService(org.opencastproject.security.api.AuthorizationService authorizationService) OSGi DI. -
getAssetManager
public org.opencastproject.assetmanager.api.AssetManager getAssetManager()- Specified by:
getAssetManagerin classAbstractEventEndpoint
-
setAssetManager
public void setAssetManager(org.opencastproject.assetmanager.api.AssetManager assetManager) OSGi DI. -
getSchedulerService
public org.opencastproject.scheduler.api.SchedulerService getSchedulerService()- Specified by:
getSchedulerServicein classAbstractEventEndpoint
-
setSchedulerService
public void setSchedulerService(org.opencastproject.scheduler.api.SchedulerService schedulerService) OSGi DI. -
getCaptureAgentStateService
public org.opencastproject.capture.admin.api.CaptureAgentStateService getCaptureAgentStateService()- Specified by:
getCaptureAgentStateServicein classAbstractEventEndpoint
-
setCaptureAgentStateService
public void setCaptureAgentStateService(org.opencastproject.capture.admin.api.CaptureAgentStateService captureAgentStateService) OSGi DI. -
getIndex
public org.opencastproject.elasticsearch.index.ElasticsearchIndex getIndex()- Specified by:
getIndexin classAbstractEventEndpoint
-
setIndex
public void setIndex(org.opencastproject.elasticsearch.index.ElasticsearchIndex index) OSGi DI. -
getUrlSigningService
public org.opencastproject.security.urlsigning.service.UrlSigningService getUrlSigningService()- Specified by:
getUrlSigningServicein classAbstractEventEndpoint
-
setUrlSigningService
public void setUrlSigningService(org.opencastproject.security.urlsigning.service.UrlSigningService urlSigningService) OSGi DI. -
getUserDirectoryService
public org.opencastproject.security.api.UserDirectoryService getUserDirectoryService()- Specified by:
getUserDirectoryServicein classAbstractEventEndpoint
-
setUserDirectoryService
public void setUserDirectoryService(org.opencastproject.security.api.UserDirectoryService userDirectoryService) Sets the user directory service -
modified
public void modified(org.osgi.service.component.ComponentContext cc) -
getUrlSigningExpireDuration
public long getUrlSigningExpireDuration()- Specified by:
getUrlSigningExpireDurationin classAbstractEventEndpoint
-
signWithClientIP
- Specified by:
signWithClientIPin classAbstractEventEndpoint
-
getOnlySeriesWithWriteAccessEventModal
- Specified by:
getOnlySeriesWithWriteAccessEventModalin classAbstractEventEndpoint
-
getOnlyEventsWithWriteAccessEventsTab
- Specified by:
getOnlyEventsWithWriteAccessEventsTabin classAbstractEventEndpoint
-