Interface ProvisionPeer
- All Superinterfaces:
OsidCapsule
An interface for the peers of the Provision relationship.
-
Method Summary
Modifier and TypeMethodDescriptionGets theIdof the broker.Gets theIdof the provisionable.Gets theIdof the resource.
-
Method Details
-
getBrokerId
Id getBrokerId()Gets theIdof the broker.- Returns:
- the
BrokerId - Compliance:
mandatory- This method must be implemented.
-
getProvisionableId
Id getProvisionableId()Gets theIdof the provisionable.- Returns:
- the
ProvisionableId - Compliance:
mandatory- This method must be implemented.
-
getResourceId
Id getResourceId()Gets theIdof the resource.- Returns:
- the
ResourceId - Compliance:
mandatory- This method must be implemented.
-