OSID Logo
OSID Specifications
transaction package
Version 3.1.0
Interfaceosid.transaction.batch.AliasRequest
Implementsosid.OsidCapsule
Used Byosid.transaction.batch.AliasRequestList
Description

AliasRequests are used to create a batch of Id aliases. Batch-oriented methods are executed on a best effort basis unless wrapped in Transaction that supports an atomic commit(). Batch methods may be invoked outside of a Transaction where some of the items supplied may fail.

MethodgetReferenceId
Description

Gets the reference Id.

Returnosid.id.Id the reference Id
Compliancemandatory This method must be implemented.
MethodgetAliasId
Description

Gets the alias Id.

Returnosid.id.Id the alias Id
Compliancemandatory This method must be implemented.