Uses of Interface
info.oais.interfaces.infomodel.DataObject
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.
|
-
Uses of DataObject in info.oais.implementation.infomodel
Classes in info.oais.implementation.infomodel that implement DataObject Modifier and Type Class Description class
ArchivalInformationPackageImpl1
An implementation of Archival Information Package.class
ArchivalInformationUnitImpl1
An implementation of an AIU.class
DataObjectImpl1
An implementation of a DataObject - which could be a PhysicalObject or a DigitalObject.class
DigitalObjectImpl1
An implementation of a DigitalObject as a Set of InputStreamsclass
DisseminationInformationPackageImpl1
An implementation of a DIP - no additional methods.class
InformationPackageImpl1
An implementation of InformationPackage.class
PhysicalObjectImpl1
An implementation of PhysicalObjectclass
SubmissionInformationPackageImpl1
An implementation of an SIP - no additional methods.Fields in info.oais.implementation.infomodel declared as DataObject Modifier and Type Field Description (package private) DataObject
InformationObjectImpl1. m_DataObject
The internal value for the DataObject of the InfoObjectMethods in info.oais.implementation.infomodel that return DataObject Modifier and Type Method Description DataObject
InformationObjectImpl1. getDataObject()
Get the DataObject of the InformationObject.Methods in info.oais.implementation.infomodel with parameters of type DataObject Modifier and Type Method Description void
InformationObjectImpl1. setDataObject(DataObject dataObj)
Set the DataObject of the InformationObject.Constructors in info.oais.implementation.infomodel with parameters of type DataObject Constructor Description InformationObjectImpl1(DataObject dataObj, RepresentationInformation repInfo)
Constructor with parameters for InformationModelImpl1. -
Uses of DataObject in info.oais.implementation.infomodel.identifiers
Fields in info.oais.implementation.infomodel.identifiers declared as DataObject Modifier and Type Field Description (package private) DataObject
DigitalObjectIdImpl1. m_DataObject
The internal value for the DataObject.Methods in info.oais.implementation.infomodel.identifiers that return DataObject Modifier and Type Method Description DataObject
DigitalObjectIdImpl1. getDataObject()
Get the DataObject.Methods in info.oais.implementation.infomodel.identifiers with parameters of type DataObject Modifier and Type Method Description void
DigitalObjectIdImpl1. setDataObject(DataObject dobj)
Set the DataObject. -
Uses of DataObject in info.oais.interfaces.infomodel
Subinterfaces of DataObject in info.oais.interfaces.infomodel Modifier and Type Interface Description interface
ArchivalInformationCollection
An Archival Information Package whose Content Information is an aggregation of other Archival Information Packages.; its PDI must include a description of the collection criteria and process.interface
ArchivalInformationPackage
An Information Package, consisting of the Content Information and the associated Preservation Description Information (PDI), which is preserved within an OAIS.interface
ArchivalInformationUnit
An Archival Information Package where the Content Information does not include any other Archival Information Packages.interface
DigitalObject
An object composed of a set of bit sequences.interface
DisseminationInformationPackage
An Information Package, derived from one or more AIPs, and sent by Archives to the Consumer in response to a request to the OAIS.interface
InformationPackage
A logical container composed of optional Information Object(s).interface
PhysicalObject
An object (such as a moon rock, bio-specimen, microscope slide) with physically observable properties that represent information that is considered suitable for being adequately documented for preservation, distribution, and independent usage.interface
SubmissionInformationPackage
An Information Package that is delivered by the Producer to the OAIS for use in the construction or update of one or more AIPs and/or the associated Descriptive Information.Methods in info.oais.interfaces.infomodel that return DataObject Modifier and Type Method Description DataObject
InformationObject. getDataObject()
Get the DataObject of the InformationObject.Methods in info.oais.interfaces.infomodel with parameters of type DataObject Modifier and Type Method Description void
InformationObject. setDataObject(DataObject dataObj)
Set the DataObject of the InformationObject. -
Uses of DataObject in info.oais.interfaces.infomodel.identifiers
Methods in info.oais.interfaces.infomodel.identifiers that return DataObject Modifier and Type Method Description DataObject
DigitalObjectId. getDataObject()
Get the DataObject.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type DataObject Modifier and Type Method Description void
DigitalObjectId. setDataObject(DataObject dobj)
Set the DataObject.