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 class
IdentifierImpl1
An implementation of an Identifier as a URI.class
PersistentIdentifierImpl1
An implementation of PersistentIdentifier - no additional methods.class
UniquePersistentIdentifierImpl1
An 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) Identifier
DataObjectImpl1. m_Identifier
The internal value for the Identifier for the DataObject.(package private) Identifier
InformationObjectImpl1. m_Identifier
The internal value for the Identifier of the InfoObject(package private) Identifier
InformationPackageImpl1. m_Identifier
Internal value for IdentifierIdentifier[]
ReferenceInformationImp11. referenceEntry
An array of IdentifiersMethods in info.oais.implementation.infomodel that return Identifier Modifier and Type Method Description Identifier
DataObjectImpl1. getIdentifier()
Identifier
InformationObjectImpl1. getIdentifier()
Method to get the InfoObjectId.Identifier
InformationPackageImpl1. 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 void
DataObjectImpl1. setIdentifier(Identifier id)
Set the Identifier for the DataObjectvoid
InformationObjectImpl1. setIdentifier(Identifier id)
Method to set the InfoObjectId.void
InformationPackageImpl1. setIdentifier(Identifier id)
Method to set the InfoPackageId.void
ReferenceInformationImp11. 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 class
DataObjectIdImpl1
class
DigitalObjectIdImpl1
An Identifier which points to a DigitalObject.class
LocationImpl1
An Identifier which points to the location of an object, which may be a physical object..class
RepInfoIdImpl1
An 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 interface
PersistentIdentifier
A long-lasting Identifier.interface
UniquePersistentIdentifier
A Persistent Identifier which is unique within a specific naming convention.Methods in info.oais.interfaces.infomodel that return Identifier Modifier and Type Method Description Identifier
DataObject. getIdentifier()
Get the Identifier for the DataObjectIdentifier
InformationObject. getIdentifier()
Method to get the InfoObjectId.Identifier
InformationPackage. getIdentifier()
Method to get the InfoPackage.Methods in info.oais.interfaces.infomodel with parameters of type Identifier Modifier and Type Method Description void
DataObject. setIdentifier(Identifier id)
Set the Identifier for the DataObjectvoid
InformationObject. setIdentifier(Identifier id)
Method to set the InfoObjectId.void
InformationPackage. 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 interface
DataObjectId
An Identifier which points to a DataObject.interface
DigitalObjectId
An Identifier which points to a DataObject.interface
InfoObjectId
An Identifier which points to an InformationObject.interface
Location
An Identifier which points to the location of an object, which may be a physical object..interface
RepInfoId
An Identifier which points to a RepresentationInformation Object.interface
RepInfoNetworkId
An 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 void
ReferenceInt1. setReferences(Identifier[] refs)
Set the array of Identifiers which make up the Reference.