| Package | Description |
|---|---|
| org.opencastproject.job.api | |
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Method and Description |
|---|---|
static Function<Incident,JaxbIncidentFull> |
JaxbIncidentFull.mkFn(IncidentService svc,
Locale locale) |
static Function<IncidentTree,JaxbIncidentDigestTree> |
JaxbIncidentDigestTree.mkFn(IncidentService svc,
Locale locale) |
static Function<Incident,JaxbIncidentDigest> |
JaxbIncidentDigest.mkFn(IncidentService svc,
Locale locale) |
static Function<IncidentTree,JaxbIncidentFullTree> |
JaxbIncidentFullTree.mkFn(IncidentService svc,
Locale locale) |
| Constructor and Description |
|---|
JaxbIncidentDigestList(IncidentService svc,
Locale locale,
List<Incident> incidents) |
JaxbIncidentDigestTree(IncidentService svc,
Locale locale,
IncidentTree tree) |
JaxbIncidentFullList(IncidentService svc,
Locale locale,
List<Incident> incidents) |
JaxbIncidentFullTree(IncidentService svc,
Locale locale,
IncidentTree tree) |
| Constructor and Description |
|---|
Incidents(ServiceRegistry sr,
IncidentService is) |
ServiceRegistryInMemoryImpl(JobProducer service,
float maxLoad,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
ServiceRegistryInMemoryImpl(JobProducer service,
SecurityService securityService,
UserDirectoryService userDirectoryService,
OrganizationDirectoryService organizationDirectoryService,
IncidentService incidentService) |
Copyright © 2009–2021 Opencast Project. All rights reserved.