Uses of Interface
info.oais.interfaces.infomodel.Identifier
| 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.interfaces.infomodel |
This package contains iinterfaces for the OAIS Information Model.
|
| info.oais.interfaces.infomodel.identifiers |
This package contains some suggested interfaces for special types of Identifiers.
|
| info.oais.interfaces.infomodel.poss1Reference |
This package contains interfaces which should be useful for dealing with Reference Information.
|
-
Uses of Identifier in info.oais.implementation.infomodel
Classes in info.oais.implementation.infomodel that implement Identifier Modifier and Type Class Description classIdentifierImpl1An implementation of an Identifier as a URI.classPersistentIdentifierImpl1An implementation of PersistentIdentifier - no additional methods.classUniquePersistentIdentifierImpl1An implementation of a Unique Persistent Identifier - no additional methods.Fields in info.oais.implementation.infomodel declared as Identifier Modifier and Type Field Description (package private) IdentifierDataObjectImpl1. m_IdentifierThe internal value for the Identifier for the DataObject.(package private) IdentifierInformationObjectImpl1. m_IdentifierThe internal value for the Identifier of the InfoObject(package private) IdentifierInformationPackageImpl1. m_IdentifierInternal value for IdentifierIdentifier[]ReferenceInformationImp11. referenceEntryAn array of IdentifiersMethods in info.oais.implementation.infomodel that return Identifier Modifier and Type Method Description IdentifierDataObjectImpl1. getIdentifier()IdentifierInformationObjectImpl1. getIdentifier()Method to get the InfoObjectId.IdentifierInformationPackageImpl1. getIdentifier()Method to get the InfoPackageId.Identifier[]ReferenceInformationImp11. getReferences()Get the array of identifiersMethods in info.oais.implementation.infomodel with parameters of type Identifier Modifier and Type Method Description voidDataObjectImpl1. setIdentifier(Identifier id)Set the Identifier for the DataObjectvoidInformationObjectImpl1. setIdentifier(Identifier id)Method to set the InfoObjectId.voidInformationPackageImpl1. setIdentifier(Identifier id)Method to set the InfoPackageId.voidReferenceInformationImp11. setReferences(Identifier[] refs)Set the array of Identifiers which make up the Reference. -
Uses of Identifier in info.oais.implementation.infomodel.identifiers
Classes in info.oais.implementation.infomodel.identifiers that implement Identifier Modifier and Type Class Description classDataObjectIdImpl1classDigitalObjectIdImpl1An Identifier which points to a DigitalObject.classLocationImpl1An Identifier which points to the location of an object, which may be a physical object..classRepInfoIdImpl1An Identifier which points to a RepresentationInformation Object. -
Uses of Identifier in info.oais.interfaces.infomodel
Subinterfaces of Identifier in info.oais.interfaces.infomodel Modifier and Type Interface Description interfacePersistentIdentifierA long-lasting Identifier.interfaceUniquePersistentIdentifierA Persistent Identifier which is unique within a specific naming convention.Methods in info.oais.interfaces.infomodel that return Identifier Modifier and Type Method Description IdentifierDataObject. getIdentifier()Get the Identifier for the DataObjectIdentifierInformationObject. getIdentifier()Method to get the InfoObjectId.IdentifierInformationPackage. getIdentifier()Method to get the InfoPackage.Methods in info.oais.interfaces.infomodel with parameters of type Identifier Modifier and Type Method Description voidDataObject. setIdentifier(Identifier id)Set the Identifier for the DataObjectvoidInformationObject. setIdentifier(Identifier id)Method to set the InfoObjectId.voidInformationPackage. setIdentifier(Identifier id)Method to set the InfoPackage. -
Uses of Identifier in info.oais.interfaces.infomodel.identifiers
Subinterfaces of Identifier in info.oais.interfaces.infomodel.identifiers Modifier and Type Interface Description interfaceDataObjectIdAn Identifier which points to a DataObject.interfaceDigitalObjectIdAn Identifier which points to a DataObject.interfaceInfoObjectIdAn Identifier which points to an InformationObject.interfaceLocationAn Identifier which points to the location of an object, which may be a physical object..interfaceRepInfoIdAn Identifier which points to a RepresentationInformation Object.interfaceRepInfoNetworkIdAn Identifier which points to a RepresentationInformationNetwork Object. -
Uses of Identifier in info.oais.interfaces.infomodel.poss1Reference
Methods in info.oais.interfaces.infomodel.poss1Reference that return Identifier Modifier and Type Method Description Identifier[]ReferenceInt1. getReferences()Get the array of identifiersMethods in info.oais.interfaces.infomodel.poss1Reference with parameters of type Identifier Modifier and Type Method Description voidReferenceInt1. setReferences(Identifier[] refs)Set the array of Identifiers which make up the Reference.