Interface ResourceRelationshipPeer

All Superinterfaces:
OsidCapsule

public interface ResourceRelationshipPeer extends OsidCapsule

An interface for the peers of the ResourceRelationship relationship.

  • Method Details

    • getSourceResourceId

      Id getSourceResourceId()
      Gets the Id of the source resource.
      Returns:
      the resource Id
      Compliance:
      mandatory - This method must be implemented.
    • getDestinationResourceId

      Id getDestinationResourceId()
      Gets the Id of the destination resource.
      Returns:
      the resource Id
      Compliance:
      mandatory - This method must be implemented.