S
- The ServiceSpec
instance that will be executed by the service.R
- The ServiceResult
instance that will be returned by the service.public interface Service<S extends ServiceSpec,R extends ServiceResult>
IGovServiceFactory.getService(ServiceType)
API.Modifier and Type | Interface and Description |
---|---|
static interface |
Service.CreateAdministeredItems
The Create Administered Items service.
|
static interface |
Service.DeleteAdministeredItems
The Delete Administered Items service.
|
static interface |
Service.ExcelExport
The Export Excel service.
|
static interface |
Service.ExcelImport
The Import Excel service.
|
static interface |
Service.MetadataCreation
Manually create an Administered Item.
|
static interface |
Service.PDFExport
The Export PDF service.
|
static interface |
Service.RefreshAdministeredItems
The Refresh Administered Items service.
|
static interface |
Service.ValidateAdministeredItems
The Validate Administered Items service.
|
Modifier and Type | Method and Description |
---|---|
R |
execute(S spec) |
ServiceType |
getServiceType() |
ServiceType getServiceType()