public interface ProvisionPeer extends OsidCapsule
An interface for the peers of the Provision
relationship.
| Modifier and Type | Method and Description |
|---|---|
Id |
getBrokerId()
Gets the
Id of the broker. |
Id |
getProvisionableId()
Gets the
Id of the provisionable. |
Id |
getResourceId()
Gets the
Id of the resource. |
Id getBrokerId()
Id of the broker. Broker Id mandatory - This method must be implemented. Id getProvisionableId()
Id of the provisionable. Provisionable Id mandatory - This method must be implemented. Id getResourceId()
Id of the resource. Resource Id mandatory - This method must be implemented.