Package | osid.id |
---|---|
Title | Id Open Service Interface Definitions |
Version | 3.0.0 |
Description |
The Id OSID provides the means for creating and mapping
identifiers. All OSID objects are identified by a unique
and immutable Consumers wishing to persist an OSID object should
instead persist the reference to the object by serializing
the The Id service 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)); } |