| Package | osid.id |
|---|---|
| Title | Id Open Service Interface Definitions |
| Version | 3.1.0 |
| Description |
The Id OSID provides the means for creating and
mapping identifiers. All Consumers wishing to persist an OSID object should
instead persist the reference to the object by serializing
the Most OSID interfaces are used to encapsulate
implementation-specific objects from provider to consumer.
The Id OSID can be used to assign Ids for an OSID Provider or be used to manage Id translations for system to system compatibility. The Id Mapping Examplepublic Asset getAsset(assetId) {
Id id = idSession.getId(assetId);
return (other_impl.getAsset(assetId));
}
|