Interface AliasRequest

All Superinterfaces:
OsidCapsule

public interface AliasRequest extends OsidCapsule

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.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the alias Id .
    Gets the reference Id .
  • Method Details

    • getReferenceId

      Id getReferenceId()
      Gets the reference Id .
      Returns:
      the reference Id
      Compliance:
      mandatory - This method must be implemented.
    • getAliasId

      Id getAliasId()
      Gets the alias Id .
      Returns:
      the alias Id
      Compliance:
      mandatory - This method must be implemented.