Package info.oais.interfaces.oaisif
Interface SpecificAdapter
- All Superinterfaces:
 Adapter
public interface SpecificAdapter extends Adapter
The specific adapter interface used by the generic adapter.
- Since:
 - 06-Sep-2021 15:59:47
 - Version:
 - 1.0
 - Author:
 - David
 
- 
Method Summary
Modifier and Type Method Description voidconfigure()Configure specific adapter e.g.voidinitialize()Initialize the Specific Adapter so that it will be usable. 
- 
Method Details
- 
configure
void configure()Configure specific adapter e.g. - association between data object and the various components of the associated AIP. Only RepresentatioInformation must be provided; the others may be NULL. - 
initialize
void initialize()Initialize the Specific Adapter so that it will be usable. This includes - interacting with its associated software e.g. software for an archive, or user software.- Specified by:
 initializein interfaceAdapter
 
 -