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 Summary
Fields inherited from interface info.oais.interfaces.oaisif.GenericToSpecificAdapter
m_CommunicationGToG - 
Method Summary
Modifier 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.GenericToSpecificAdapter
checkUsability 
- 
Method Details
- 
createInfoObject
Given 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 InfoObjectrepInfoId- identifier for the RepInfo to go with the data object info- Returns:
 - the identifier for the InformationObject
 
 
 -