Uses of Interface
info.oais.interfaces.infomodel.identifiers.RepInfoId
| Package | Description | 
|---|---|
| info.oais.implementation.infomodel | This package contains classes for an implementation for the OAIS Information Model. | 
| info.oais.implementation.infomodel.identifiers | This package contains some suggested implemntations for special types of Identifiers. | 
| info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork | This package contains an implementation for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph. | 
| info.oais.interfaces.infomodel.identifiers | This package contains some suggested interfaces for special types of Identifiers. | 
| info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork | This package contains interfaces for navigating a Representation Information Network, which is viewed as an Acyclic Directed Graph. | 
| info.oais.interfaces.oaisif | This package contains interfaces specifically for OAIS-IF. | 
- 
Uses of RepInfoId in info.oais.implementation.infomodelFields in info.oais.implementation.infomodel declared as RepInfoId Modifier and Type Field Description (package private) RepInfoIdInformationObjectImpl1. m_RepInfoIdThe internal value for the pointer to the DataObject of the InfoObjectMethods in info.oais.implementation.infomodel that return RepInfoId Modifier and Type Method Description RepInfoIdInformationObjectImpl1. getRepInfoId()Method to get the RepInfoId.Methods in info.oais.implementation.infomodel with parameters of type RepInfoId Modifier and Type Method Description voidInformationObjectImpl1. setRepInfoId(RepInfoId repInfoId)Set the RepInfoId.Constructors in info.oais.implementation.infomodel with parameters of type RepInfoId Constructor Description InformationObjectImpl1(DataObjectId dataObjId, RepInfoId repInfoId)Constructor with parameters for InformationModelImpl1 with Identifiers.
- 
Uses of RepInfoId in info.oais.implementation.infomodel.identifiersClasses in info.oais.implementation.infomodel.identifiers that implement RepInfoId Modifier and Type Class Description classRepInfoIdImpl1An Identifier which points to a RepresentationInformation Object.Fields in info.oais.implementation.infomodel.identifiers declared as RepInfoId Modifier and Type Field Description RepInfoIdInfoObjectIdImpl1. m_RepInfoIdThe internal value for the pointer for the RepInfo.Methods in info.oais.implementation.infomodel.identifiers that return RepInfoId Modifier and Type Method Description RepInfoIdInfoObjectIdImpl1. getRepInfoId()Get the ID for the RepInfo.Methods in info.oais.implementation.infomodel.identifiers with parameters of type RepInfoId Modifier and Type Method Description voidInfoObjectIdImpl1. setRepInfoId(RepInfoId riid)Set the ID for the RepInfo.
- 
Uses of RepInfoId in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetworkFields in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork declared as RepInfoId Modifier and Type Field Description RepInfoIdVertexImpl1. m_RepInfoIdInternal value for the pointer to the RepInfo associated with the Vertex.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork that return RepInfoId Modifier and Type Method Description RepInfoIdVertexImpl1. getRepInfoId()Return the RepInfoId for the Vertex - or null.Methods in info.oais.implementation.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RepInfoId Modifier and Type Method Description voidVertexImpl1. setRepInfoId(RepInfoId riid)Set the RepInfoId for the Vertex.
- 
Uses of RepInfoId in info.oais.interfaces.infomodel.identifiersMethods in info.oais.interfaces.infomodel.identifiers that return RepInfoId Modifier and Type Method Description RepInfoIdInfoObjectId. getRepInfoId()Get the ID for the RepInfo.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type RepInfoId Modifier and Type Method Description voidInfoObjectId. setRepInfoId(RepInfoId riid)Set the ID for the RepInfo.
- 
Uses of RepInfoId in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetworkMethods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork that return RepInfoId Modifier and Type Method Description RepInfoIdVertex. getRepInfoId()Return the RepInfoId for the Vertex - or null.Methods in info.oais.interfaces.infomodel.poss1RepInfo.possRepInfoNetwork with parameters of type RepInfoId Modifier and Type Method Description voidVertex. setRepInfoId(RepInfoId riid)Set the RepInfoId for the Vertex.
- 
Uses of RepInfoId in info.oais.interfaces.oaisifMethods in info.oais.interfaces.oaisif that return RepInfoId Modifier and Type Method Description RepInfoIdGenericToGenericAdapter. getConnectedRIDO(DataObjectId doid, InfoEndPointId infoSource)Get the identifiers for the Representation Information which are immediately connected to the DataObject.
 TheMethods in info.oais.interfaces.oaisif with parameters of type RepInfoId Modifier and Type Method Description InfoObjectIdSpecificSourceToGeneric. createInfoObject(DigitalObjectId dataId, RepInfoId repInfoId)Given a DataObjectId this method finds the associated RepInfoId in the form of the start of the RepresentationInformationNetwork.voidGenericToGenericAdapter. sendConnectedRIDO(RepInfoId riid, InfoEndPointId infoSource)Send the identifiers for the Representation Information which are immediately connected to the DataObject.
 The