OSID Logo
OSID Specifications
relationship batch package
Version 3.1.0
Interfaceosid.relationship.batch.RelationshipPeer
Implementsosid.OsidCapsule
Used Byosid.relationship.batch.RelationshipPeerList
Description

An interface for the peers of the Relationship relationship.

MethodgetSourceId
Description

Gets the Id of the source peer.

Returnosid.id.Id the peer Id
Compliancemandatory This method must be implemented.
MethodgetDestinationId
Description

Gets the Id of the destination peer.

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