Partitions (creating, reading, updating, deleting, enabling and allocating)
The following code shows how to use the API service to create, read, update, and delete partition defaults, enable and allocate partitions using the IPartitionParent interface. The IPartitionParent interface abstracts common properties for all interfaces and classes that define partition defaults:
define variable partition as IPartitionParent no-undo.
partition = service:NewPartition("Andersen").
/* Set properties and optionally add elements to collections */
. . .
service:CreatePartition(partition).
There are currently no service methods or utilities that reference this interface. The new IPartitionPolicy and IPartitionOwner interfaces inherit this interface.