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, recordingToJson, SCHEDULING_AGENT_ID_KEY, SCHEDULING_END_KEY, SCHEDULING_PREVIOUS_AGENTID, SCHEDULING_PREVIOUS_PREVIOUSENTRIES, SCHEDULING_START_KEY, serverUrl, serviceUrl, technicalMetadataToJson, WORKFLOW_DEFINITION_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIndex()longvoidmodified(org.osgi.service.component.ComponentContext cc) voidsetAclServiceFactory(AclServiceFactory aclServiceFactory) OSGi DI.voidsetAdminUIConfiguration(AdminUIConfiguration adminUIConfiguration) OSGi DI.voidsetAssetManager(AssetManager assetManager) OSGi DI.voidsetAuthorizationService(AuthorizationService authorizationService) OSGi DI.voidsetCaptureAgentStateService(CaptureAgentStateService captureAgentStateService) OSGi DI.voidsetEventCommentService(EventCommentService eventCommentService) OSGi DI.voidsetIndex(ElasticsearchIndex index) OSGi DI.voidsetIndexService(IndexService indexService) OSGi DI.voidsetJobService(JobEndpoint jobService) OSGi DI.voidsetSchedulerService(SchedulerService schedulerService) OSGi DI.voidsetSecurityService(SecurityService securityService) OSGi DI.voidsetSeriesEndpoint(SeriesEndpoint seriesEndpoint) OSGi DI.voidsetUrlSigningService(UrlSigningService urlSigningService) OSGi DI.voidsetUserDirectoryService(UserDirectoryService userDirectoryService) Sets the user directory servicevoidsetWorkflowService(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, 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
- Specified by:
getWorkflowServicein classAbstractEventEndpoint
-
setJobService
OSGi DI. -
getJobService
- Specified by:
getJobServicein classAbstractEventEndpoint
-
setSeriesEndpoint
OSGi DI. -
getSeriesEndpoint
- Specified by:
getSeriesEndpointin classAbstractEventEndpoint
-
setWorkflowService
OSGi DI. -
getAclService
- Specified by:
getAclServicein classAbstractEventEndpoint
-
setAclServiceFactory
OSGi DI. -
getEventCommentService
- Specified by:
getEventCommentServicein classAbstractEventEndpoint
-
setEventCommentService
OSGi DI. -
getSecurityService
- Specified by:
getSecurityServicein classAbstractEventEndpoint
-
setSecurityService
OSGi DI. -
getIndexService
- Specified by:
getIndexServicein classAbstractEventEndpoint
-
setIndexService
OSGi DI. -
getAuthorizationService
- Specified by:
getAuthorizationServicein classAbstractEventEndpoint
-
setAuthorizationService
OSGi DI. -
getAssetManager
- Specified by:
getAssetManagerin classAbstractEventEndpoint
-
setAssetManager
OSGi DI. -
getSchedulerService
- Specified by:
getSchedulerServicein classAbstractEventEndpoint
-
setSchedulerService
OSGi DI. -
getCaptureAgentStateService
- Specified by:
getCaptureAgentStateServicein classAbstractEventEndpoint
-
setCaptureAgentStateService
OSGi DI. -
getIndex
- Specified by:
getIndexin classAbstractEventEndpoint
-
setIndex
OSGi DI. -
getUrlSigningService
- Specified by:
getUrlSigningServicein classAbstractEventEndpoint
-
setUrlSigningService
OSGi DI. -
getUserDirectoryService
- Specified by:
getUserDirectoryServicein classAbstractEventEndpoint
-
setUserDirectoryService
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
-