Namespace: OpenEdge.DataAdmin
Type: Interface IPartitionOwner
Parent Classes:
Inherits: OpenEdge.DataAdmin.IPartitionParent


/* Copyright (c) 2013 by progress Software Corporation
/*
/* all rights reserved. no part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from progress Software Corporation.
Purpose:interface for partition owner (tenant, tenant group or partition policy detail)
Author(s):hdaniels
Created:Feb 2013
Notes:Not mapped directly to any data source
Sub interfaces
- ITenant
- ITenantGroup
- IPartitionPolicyDetail



Method Summary
  Options Name Purpose
  LOGICAL Allocate () /** Allocates the owner's partitions - (the parent must be passed to a service update or create method to commit the changes) */

Property Summary
  Options Name Purpose
  INTEGER Id
  LOGICAL IsAllocated
  LOGICAL IsDataEnabled
  OpenEdge.DataAdmin.IPartitionMap Partitions


Method Detail
Top

LOGICAL Allocate ()

Purpose: Allocates the owner's partitions - (the parent must be passed to a service
update or create method to commit the changes)
Returns LOGICAL
 


Property Detail
Top

INTEGER Id

Returns INTEGER
 
Top

LOGICAL IsAllocated

Returns LOGICAL
 
Top

LOGICAL IsDataEnabled

Returns LOGICAL
 
Top

OpenEdge.DataAdmin.IPartitionMap Partitions

Returns OpenEdge.DataAdmin.IPartitionMap