Package info.oais.interfaces.oaisif
Interface SpecificSourceToGeneric
- All Superinterfaces:
- GenericToSpecificAdapter
public interface SpecificSourceToGeneric extends GenericToSpecificAdapter
This interface includes methods to be used when information is to be send.  The
 SOURCE is a generalised supplier of information during an exchange. A
 particular component in the system may be a SINK and a SOURCE at different
 times.
- Since:
- 06-Sep-2021 15:59:47
- Version:
- 1.0
- Author:
- David
- 
Field SummaryFields inherited from interface info.oais.interfaces.oaisif.GenericToSpecificAdapterm_CommunicationGToG
- 
Method SummaryModifier and Type Method Description InfoObjectIdcreateInfoObject(DigitalObjectId dataId, RepInfoId repInfoId)Given a DataObjectId this method finds the associated RepInfoId in the form of the start of the RepresentationInformationNetwork.Methods inherited from interface info.oais.interfaces.oaisif.GenericToSpecificAdaptercheckUsability
- 
Method Details- 
createInfoObjectGiven a DataObjectId this method finds the associated RepInfoId in the form of the start of the RepresentationInformationNetwork.- Parameters:
- dataId- identifier for the data object which is part of the InfoObject
- repInfoId- identifier for the RepInfo to go with the data object info
- Returns:
- the identifier for the InformationObject
 
 
-