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 classArchivalInformationPackageImpl1An implementation of Archival Information Package.classArchivalInformationUnitImpl1An implementation of an AIU.classDataObjectImpl1An implementation of a DataObject - which could be a PhysicalObject or a DigitalObject.classDigitalObjectImpl1An implementation of a DigitalObject as a Set of InputStreamsclassDisseminationInformationPackageImpl1An implementation of a DIP - no additional methods.classInformationPackageImpl1An implementation of InformationPackage.classPhysicalObjectImpl1An implementation of PhysicalObjectclassSubmissionInformationPackageImpl1An implementation of an SIP - no additional methods.Fields in info.oais.implementation.infomodel declared as DataObject Modifier and Type Field Description (package private) DataObjectInformationObjectImpl1. m_DataObjectThe internal value for the DataObject of the InfoObjectMethods in info.oais.implementation.infomodel that return DataObject Modifier and Type Method Description DataObjectInformationObjectImpl1. getDataObject()Get the DataObject of the InformationObject.Methods in info.oais.implementation.infomodel with parameters of type DataObject Modifier and Type Method Description voidInformationObjectImpl1. 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) DataObjectDigitalObjectIdImpl1. m_DataObjectThe internal value for the DataObject.Methods in info.oais.implementation.infomodel.identifiers that return DataObject Modifier and Type Method Description DataObjectDigitalObjectIdImpl1. getDataObject()Get the DataObject.Methods in info.oais.implementation.infomodel.identifiers with parameters of type DataObject Modifier and Type Method Description voidDigitalObjectIdImpl1. 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 interfaceArchivalInformationCollectionAn 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.interfaceArchivalInformationPackageAn Information Package, consisting of the Content Information and the associated Preservation Description Information (PDI), which is preserved within an OAIS.interfaceArchivalInformationUnitAn Archival Information Package where the Content Information does not include any other Archival Information Packages.interfaceDigitalObjectAn object composed of a set of bit sequences.interfaceDisseminationInformationPackageAn Information Package, derived from one or more AIPs, and sent by Archives to the Consumer in response to a request to the OAIS.interfaceInformationPackageA logical container composed of optional Information Object(s).interfacePhysicalObjectAn 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.interfaceSubmissionInformationPackageAn 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 DataObjectInformationObject. getDataObject()Get the DataObject of the InformationObject.Methods in info.oais.interfaces.infomodel with parameters of type DataObject Modifier and Type Method Description voidInformationObject. 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 DataObjectDigitalObjectId. getDataObject()Get the DataObject.Methods in info.oais.interfaces.infomodel.identifiers with parameters of type DataObject Modifier and Type Method Description voidDigitalObjectId. setDataObject(DataObject dobj)Set the DataObject.