Namespace: OpenEdge.DataAdmin.Rest
Class
RestService
Parent classes:
Inherits: OpenEdge.DataAdmin.DataAdminService

/* *********************************************************
/* Copyright (c) 2012-2014 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.
File:RestService
Author(s):hdaniels
Created:Tue Jan 31 12:15:20 EST 2012
Purpose:
Notes:




Method Summary
Options Name Purpose
AssertCreate (IDataAdminCollection, IDataAdminContext)
Inherited from OpenEdge.DataAdmin.DataAdminService
AssertCreate (IDataAdminElement, IDataAdminContext)
Inherited from OpenEdge.DataAdmin.DataAdminService
AssertUpdate (IDataAdminCollection, IDataAdminContext)
Inherited from OpenEdge.DataAdmin.DataAdminService
AssertUpdate (IDataAdminElement, IDataAdminContext)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CancelSchemaChanges () /* the service only supports one active context retrieved with GetShemaChanges */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateArea (IArea)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateAreas (IAreaSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateAuthenticationSystem (IAuthenticationSystem)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateAuthenticationSystems (IAuthenticationSystemSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateCdcTablePolicies (ICdcTablePolicySet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateCdcTablePolicy (ICdcTablePolicy)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateCollection (IDataAdminCollection) /** Create a collection */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateCollection (IDataAdminCollection, IDataAdminModel)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateDatabaseOption (IDatabaseOption) /** Create a new database option @param IDatabaseOption The option to be created @return logical TRUE if the dboption was created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateDatabaseOptions (IDatabaseOptionSet) /** Create new database options @param IDatabaseOptionSet A collection of options to create @return logical TRUE if the dboptions were created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateDomain (IDomain)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateDomains (IDomainSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateElement (IDataAdminElement, IDataAdminModel)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateGrantedRole (IGrantedRole) /** Create a new role grant @param IGrantRole The role to be created @return logical TRUE if the grant was created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateGrantedRoles (IGrantedRoleSet) /** Create new role grants @param IGrantedRoleSet A collection of roles to create @return logical TRUE if the grant was created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreatePartitionPolicies (IPartitionPolicySet) /** Create a new partition policy @param policies IPartitionPolicySet with policies to be created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreatePartitionPolicy (IPartitionPolicy) /** Create a new partition policy @param policy IPartitionPolicy to be created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateRole (IRole) /** Create a new role @param IRole The role to be created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateRoles (IRoleSet) /** Create new roles @param IRoleSet A collection of roles to create */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateSequence (ISequence)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateSequences (ISequenceSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateTenant (ITenant)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateTenantGroup (ITenantGroup)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateTenantGroups (ITenantGroupSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateTenants (ITenantSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateUser (IUser)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL CreateUsers (IUserSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteAuthenticationSystem (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteCdcTablePolicy (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteDomain (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteElement (character, IDataAdminElement, IDataAdminModel) /* base update method (not used by all) */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteGrantedRole (character) /** Delete granted role @param character The ID of the granted role to delete @throws NotFoundError if role does not exist */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeletePartitionPolicy (character) /** Delete PartitionPolicy @param policyName name of policy to delete. @throws NotFoundError if policy does not exist. */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteSequence (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteTenant (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteTenantGroup (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL DeleteUser (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ErrorHandler (Error)
Inherited from OpenEdge.DataAdmin.DataAdminService
ExecuteUtility (IDataAdminUtility)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAdministrator GetAdministrator ()
Inherited from OpenEdge.DataAdmin.DataAdminService
OpenEdge.DataAdmin.ITableSet GetAllTables ()
OpenEdge.DataAdmin.ITableSet GetAllTables (character)
OpenEdge.DataAdmin.ITableSet GetAllTables (IRequestInfo)
IArea GetArea (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IArea GetArea (integer)
Inherited from OpenEdge.DataAdmin.DataAdminService
IArea GetArea (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAreaSet GetAreas ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IAreaSet GetAreas (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAreaSet GetAreas (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAuthenticationSystem GetAuthenticationSystem (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAuthenticationSystemSet GetAuthenticationSystems ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IAuthenticationSystemSet GetAuthenticationSystems (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAuthenticationSystemSet GetAuthenticationSystems (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcFieldPolicySet GetCdcFieldPolicies () /** Get a collection of all partition policies details in the database */
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcFieldPolicySet GetCdcFieldPolicies (character) /** Get a collection of partition policies details @param filter */
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcFieldPolicySet GetCdcFieldPolicies (IRequestInfo) /** Get a collection of partition policies details @param request IRequestInfo*/
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcTablePolicySet GetCdcTablePolicies () /** Get a collection of allpartition policies in the database @param name char of PartitionPolicy*/
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcTablePolicySet GetCdcTablePolicies (character) /** Get a collection of partition policies @param filter */
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcTablePolicySet GetCdcTablePolicies (IRequestInfo) /** Get a collection of partition policies @param request IRequestInfo*/
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcTablePolicy GetCdcTablePolicy (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcTablePolicy GetCdcTablePolicy (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
IDataAdminCollection GetCollection (character) /** Get a collection of the specified serializename, entity name or physical database filename */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDataAdminCollection GetCollection (IRequestInfo) /** Get a collection specified by the request in the database */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDatabaseOption GetDatabaseOption (character) /* Get a db option record by code @param character The db option code @return IDatabaseOption The database option */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDatabaseOptionSet GetDatabaseOptions () /* Get a collection of db options @return IDatabaseOptionSet A colletion of the dboptions */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDatabaseOptionSet GetDatabaseOptions (character) /** Get a collection of database options @param filter a character query expression of db options */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDatabaseOptionSet GetDatabaseOptions (IRequestInfo) /** Get a collection of database options @param IRequestinfo with a QueryString that defines an expression of dboptionproperties with optional request info children with QueryStrings for child collections */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDataSecurity GetDataSecurity (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IDomain GetDomain (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IDomain GetDomain (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
IDomainSet GetDomains ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IDomainSet GetDomains (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IDomainSet GetDomains (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
Progress.Lang.Error GetError ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IGrantedRole GetGrantedRole (character) /** Get a granted role @param character The id of the grant role to retrieve*/
Inherited from OpenEdge.DataAdmin.DataAdminService
IGrantedRoleSet GetGrantedRoles () /* Get a collection of all role grants in the database @return IGrantedRoleSet A set of grants */
Inherited from OpenEdge.DataAdmin.DataAdminService
IGrantedRoleSet GetGrantedRoles (character) /* Get a collection of role grants in the database @param character A character query filter expression of grant properties @return IGrantedRoleSet A set of grants */
Inherited from OpenEdge.DataAdmin.DataAdminService
IGrantedRoleSet GetGrantedRoles (IRequestInfo) /* Get a collection of granted roles @param IRequestinfo with a QueryString that defines an expression of domain properties with optional request info children with QueryStrings for child collections @return IGrantedRoleSet A set of grants */
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicySet GetPartitionPolicies () /** Get a collection of allpartition policies in the database @param name char of PartitionPolicy*/
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicySet GetPartitionPolicies (character) /** Get a collection of partition policies @param filter */
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicySet GetPartitionPolicies (IRequestInfo) /** Get a collection of partition policies @param request IRequestInfo*/
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicy GetPartitionPolicy (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicy GetPartitionPolicy (integer)
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicy GetPartitionPolicy (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicyDetailSet GetPartitionPolicyDetails () /** Get a collection of all partition policies details in the database */
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicyDetailSet GetPartitionPolicyDetails (character) /** Get a collection of partition policies details @param filter */
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicyDetailSet GetPartitionPolicyDetails (IRequestInfo) /** Get a collection of partition policies details @param request IRequestInfo*/
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserTablePermissionSet GetPermissions (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
CHARACTER GetPropertyValues (IDataAdminElement, character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IRole GetRole (character) /** Get a role @param character The name of the role to retrieve*/
Inherited from OpenEdge.DataAdmin.DataAdminService
IRole GetRole (IRequestInfo) /** Get a role @param IRequestinfo that defines an expression that uniqely identifies a domain with optional request info children with QueryStrings for child collections */
Inherited from OpenEdge.DataAdmin.DataAdminService
IRoleSet GetRoles () /** Get a collection of all security roles domains in the database */
Inherited from OpenEdge.DataAdmin.DataAdminService
IRoleSet GetRoles (character) /** Get a collection of roles in the database * @param filter a character query expression of domain properties */
Inherited from OpenEdge.DataAdmin.DataAdminService
IRoleSet GetRoles (IRequestInfo) /** Get a collection of all domains in the database @param IRequestinfo with a QueryString that defines an expression of domain properties with optional request info children with QueryStrings for child collections */
Inherited from OpenEdge.DataAdmin.DataAdminService
IRow GetRowInfo (IDataAdminElement, IDataAdminModel)
Inherited from OpenEdge.DataAdmin.DataAdminService
ISchema GetSchema () /* the service only supports "pub" schema so no key parameter */
Inherited from OpenEdge.DataAdmin.DataAdminService
ISchema GetSchema (character) /* the service only supports "pub" schema so no key parameter */
Inherited from OpenEdge.DataAdmin.DataAdminService
ISchema GetSchema (IRequestInfo) /* the service only supports "pub" schema so no key parameter */
Inherited from OpenEdge.DataAdmin.DataAdminService
ISchema GetSchemaChanges (character) /* the service only supports "pub" schema so no key parameter */
Inherited from OpenEdge.DataAdmin.DataAdminService
ISecurityOptions GetSecurityOptions ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ISequence GetSequence (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ISequence GetSequence (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ISequenceSet GetSequences ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ISequenceSet GetSequences (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ISequenceSet GetSequences (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITable GetTable (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITable GetTable (character, character) /* This method is introduced to support retrieval of PUB and non-PUB tables as part of CDC feature */
Inherited from OpenEdge.DataAdmin.DataAdminService
ITable GetTable (integer) /* id mapped to field-number */
Inherited from OpenEdge.DataAdmin.DataAdminService
ITable GetTable (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITablePermission GetTablePermission (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITablePermissionSet GetTablePermissions ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ITablePermissionSet GetTablePermissions (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
OpenEdge.DataAdmin.ITableSet GetTables ()
Inherited from OpenEdge.DataAdmin.DataAdminService
OpenEdge.DataAdmin.ITableSet GetTables (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
OpenEdge.DataAdmin.ITableSet GetTables (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenant GetTenant (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenant GetTenant (integer)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenant GetTenant (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenant GetTenantByExternalId (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroup GetTenantGroup (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroup GetTenantGroup (integer)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroup GetTenantGroup (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroupSet GetTenantGroups ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroupSet GetTenantGroups (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroupSet GetTenantGroups (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantSet GetTenants ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantSet GetTenants (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantSet GetTenants (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
IUser GetUser (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserPermission GetUserPermission (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserPermissionSet GetUserPermissions ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserPermissionSet GetUserPermissions (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserSet GetUsers ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserSet GetUsers (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserSet GetUsers (IRequestInfo)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL LoadSchemaChanges (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IArea NewArea (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAreaSet NewAreas ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IAuthenticationSystem NewAuthenticationSystem (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IAuthenticationSystemSet NewAuthenticationSystems ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcFieldPolicy NewCdcFieldPolicy ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcTablePolicySet NewCdcTablePolicies ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ICdcTablePolicy NewCdcTablePolicy (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IDataAdminCollection NewCollection (character) /** returns a new collection of the specified serializename, entity name or physical database filename */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDatabaseOption NewDatabaseOption (character) /** Get a new, empty db option Expected to be passed to CreateDatabaseOption() to be created in the database or added to a new or existing IDatabaseOptionSet collection, to be submitted to the database with the collection. @param character The name of the new option @return IDatabaseOption The new dboption */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDatabaseOptionSet NewDatabaseOptions () /** Get an empty dboption collection Add new options to the collection and pass it to CreateDatabaseOptions() to create the options in the database. @return IDatabaseOptionSet A new empty collection of dboptions */
Inherited from OpenEdge.DataAdmin.DataAdminService
IDomain NewDomain (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IDomainSet NewDomains ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IDataAdminElement NewEntity (character, character) /* NOTE - must define context variable here or else the context gets garbage collected when NewEntity ends before the entity is returned - - this is likely no longer true */
Inherited from OpenEdge.DataAdmin.DataAdminService
IExtent NewExtent ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IGrantedRole NewGrantedRole () /** Get a new granted role @param character The Role name @return IGrantedRole The new grant role */
Inherited from OpenEdge.DataAdmin.DataAdminService
IGrantedRoleSet NewGrantedRoles () /** Get a new granted role Expected to be added to an instance of IRole and submitted that way. @return IGrantedRoleSet The new grant set */
Inherited from OpenEdge.DataAdmin.DataAdminService
IIndex NewIndex ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicySet NewPartitionPolicies ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicy NewPartitionPolicy (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IPartitionPolicyDetail NewPartitionPolicyDetail (character) /* using the service's UpdateTable() or UpdateTables() methods.*/
Inherited from OpenEdge.DataAdmin.DataAdminService
IRole NewRole (character) /** Get a new role Expected to be passed to CreateDomain() to be created in the database or added to a new or existing IRoleSet collection, to be submitted to the database with the collection. @param character The name of the new role @return IRole The new role */
Inherited from OpenEdge.DataAdmin.DataAdminService
IRoleSet NewRoles () /** Get an empty role collection Add new roles to the collection and pass it to CreateRoles() to create the roles in the database. @return IRoleSet A new empty colleciton of roles */
Inherited from OpenEdge.DataAdmin.DataAdminService
ISequence NewSequence (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ISequenceSet NewSequences ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenant NewTenant (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroup NewTenantGroup (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroupMember NewTenantGroupMember ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantGroupSet NewTenantGroups ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ITenantSet NewTenants ()
Inherited from OpenEdge.DataAdmin.DataAdminService
IUser NewUser (character)
Inherited from OpenEdge.DataAdmin.DataAdminService
IUserSet NewUsers ()
Inherited from OpenEdge.DataAdmin.DataAdminService
Progress.Lang.Error RemoveError ()
Inherited from OpenEdge.DataAdmin.DataAdminService
ISaveRequest SaveData (ISaveRequest)
Inherited from OpenEdge.DataAdmin.DataAdminService
ThrowError ()
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateAdministrator (IAdministrator)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateArea (IArea)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateAreas (IAreaSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateAuthenticationSystem (IAuthenticationSystem)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateAuthenticationSystems (IAuthenticationSystemSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateCdcTablePolicies (ICdcTablePolicySet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateCdcTablePolicy (ICdcTablePolicy)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateCollection (IDataAdminCollection) /** Update a collection */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateCollection (IDataAdminCollection, IDataAdminContext) /* base update method */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateContext (IDataAdminContext) /* base update method (not used by all) */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateContext (IDataAdminContext, character) /* base update method */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateDatabaseOption (IDatabaseOption) /** Update the database with a changed dboption @param IDatabaseOption The updated db option @return logical TRUE if the option was updated */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateDatabaseOptions (IDatabaseOptionSet) /** Update the database with changes for many dboptions @param IDatabaseOptionSet A colleciton of db options @return logical TRUE if the options were updated */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateDataSecurity (IDataSecurity)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateDomain (IDomain)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateDomains (IDomainSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateElement (character, IDataAdminElement, IDataAdminContext) /* base update method (not used by all) */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateElement (IDataAdminElement, IDataAdminModel) /* base update method (not used by all) */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateGrantedRole (IGrantedRole) /** Update the database with a changed role grant @param IGrantRole The updated grant @return logical TRUE if the option was updated */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateGrantedRoles (IGrantedRoleSet) /** Update the database with changes for many granted roles @param IGrantedRoleSet A collection of granted roles @return logical TRUE if the options were updated */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdatePartitionPolicies (IPartitionPolicySet) /** Update the database with partition policies with changes @param policies IPartitionPolicySet with policies to be updated */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdatePartitionPolicy (IPartitionPolicy) /** Update the database with partition policy changes @param policy IPartitionPolicy to be created */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateRole (IRole) /** Update the database with a changed security role @param IRole The updated role @return logical TRUE if the option was updated */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateRoles (IRoleSet) /** Update the database with changes for many roles @param IRoleSet A collection of roles @return logical TRUE if the options were updated */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateSchema (ISchema)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateSchemaChanges (ISchema)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateSecurityOptions (ISecurityOptions)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateSequence (ISequence)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateSequences (ISequenceSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTable (ITable)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTablePermission (ITablePermission)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTablePermissions (ITablePermissionSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTables (ITableSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTenant (ITenant)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTenantGroup (ITenantGroup)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTenantGroups (ITenantGroupSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateTenants (ITenantSet)
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateUser (IUser) /* method public logical AttachPartitions(partitions as IPartitionMap): do on error undo, throw: partitions:Attach(ContextFactory:PartitionContext). /* SaveData(PartitionContext).*/ catch e as Progress.Lang.Error: ErrorHandler(e). return false. end catch. end. return true. end method. */
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL UpdateUsers (IUserSet)
Inherited from OpenEdge.DataAdmin.DataAdminService

Constructor Summary
Options Name Purpose
RestService ()
RestService (character)
RestService (character, character)

Event Summary
Options Name Purpose
ServiceDeleted ()
Inherited from OpenEdge.DataAdmin.DataAdminService

Property Summary
Options Name Purpose
CHARACTER Name
Inherited from OpenEdge.DataAdmin.DataAdminService
IPasswordPolicy PasswordPolicy
Inherited from OpenEdge.DataAdmin.DataAdminService
LOGICAL ThrowDataErrors
Inherited from OpenEdge.DataAdmin.DataAdminService
FileLogger TransactionLogger
Inherited from OpenEdge.DataAdmin.DataAdminService
CHARACTER URL
Inherited from OpenEdge.DataAdmin.DataAdminService
IUtilityFactory UtilityFactory
Inherited from OpenEdge.DataAdmin.DataAdminService


Method Detail
Top

PROTECTED AssertCreate (IDataAdminCollection, IDataAdminContext)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
coll IDataAdminCollection
serviceContext IDataAdminContext
Top

PROTECTED AssertCreate (IDataAdminElement, IDataAdminContext)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
entity IDataAdminElement
context IDataAdminContext
Top

PROTECTED AssertUpdate (IDataAdminCollection, IDataAdminContext)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
coll IDataAdminCollection
serviceContext IDataAdminContext
Top

PROTECTED AssertUpdate (IDataAdminElement, IDataAdminContext)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
entity IDataAdminElement
context IDataAdminContext
Top

PUBLIC LOGICAL CancelSchemaChanges ()

Inherited from OpenEdge.DataAdmin.DataAdminService
/* the service only supports one active context retrieved with GetShemaChanges
Returns LOGICAL
Top

PUBLIC LOGICAL CreateArea (IArea)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
area IArea
Returns LOGICAL
Top

PUBLIC LOGICAL CreateAreas (IAreaSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
areas IAreaSet
Returns LOGICAL
Top

PUBLIC LOGICAL CreateAuthenticationSystem (IAuthenticationSystem)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
authenticationsystem IAuthenticationSystem
Returns LOGICAL
Top

PUBLIC LOGICAL CreateAuthenticationSystems (IAuthenticationSystemSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
authenticationsystems IAuthenticationSystemSet
Returns LOGICAL
Top

PUBLIC LOGICAL CreateCdcTablePolicies (ICdcTablePolicySet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
policies ICdcTablePolicySet
Returns LOGICAL
Top

PUBLIC LOGICAL CreateCdcTablePolicy (ICdcTablePolicy)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
policy ICdcTablePolicy
Returns LOGICAL
Top

PUBLIC LOGICAL CreateCollection (IDataAdminCollection)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create a collection
Parameters:
pccol IDataAdminCollection
Returns LOGICAL
Top

PROTECTED LOGICAL CreateCollection (IDataAdminCollection, IDataAdminModel)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
coll IDataAdminCollection
cntxt IDataAdminModel
Returns LOGICAL
Top

PUBLIC LOGICAL CreateDatabaseOption (IDatabaseOption)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create a new database option
Parameters:
poDbOption IDatabaseOption
Returns LOGICAL
logical TRUE if the dboption was created
Top

PUBLIC LOGICAL CreateDatabaseOptions (IDatabaseOptionSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create new database options
Parameters:
poDbOption IDatabaseOptionSet
Returns LOGICAL
logical TRUE if the dboptions were created
Top

PUBLIC LOGICAL CreateDomain (IDomain)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
domain IDomain
Returns LOGICAL
Top

PUBLIC LOGICAL CreateDomains (IDomainSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
domains IDomainSet
Returns LOGICAL
Top

PROTECTED LOGICAL CreateElement (IDataAdminElement, IDataAdminModel)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
elem IDataAdminElement
cntxt IDataAdminModel
Returns LOGICAL
Top

PUBLIC LOGICAL CreateGrantedRole (IGrantedRole)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create a new role grant
Parameters:
poGrant IGrantedRole
Returns LOGICAL
logical TRUE if the grant was created
Top

PUBLIC LOGICAL CreateGrantedRoles (IGrantedRoleSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create new role grants
Parameters:
poGrants IGrantedRoleSet
Returns LOGICAL
logical TRUE if the grant was created
Top

PUBLIC LOGICAL CreatePartitionPolicies (IPartitionPolicySet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create a new partition policy
Parameters:
policies IPartitionPolicySet
IPartitionPolicySet with policies to be created */
Returns LOGICAL
Top

PUBLIC LOGICAL CreatePartitionPolicy (IPartitionPolicy)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create a new partition policy
Parameters:
policy IPartitionPolicy
IPartitionPolicy to be created */
Returns LOGICAL
Top

PUBLIC LOGICAL CreateRole (IRole)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create a new role
Parameters:
role IRole
Returns LOGICAL
Top

PUBLIC LOGICAL CreateRoles (IRoleSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Create new roles
Parameters:
roles IRoleSet
Returns LOGICAL
Top

PUBLIC LOGICAL CreateSequence (ISequence)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
sequence ISequence
Returns LOGICAL
Top

PUBLIC LOGICAL CreateSequences (ISequenceSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
sequences ISequenceSet
Returns LOGICAL
Top

PUBLIC LOGICAL CreateTenant (ITenant)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenant ITenant
Returns LOGICAL
Top

PUBLIC LOGICAL CreateTenantGroup (ITenantGroup)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
newgroup ITenantGroup
Returns LOGICAL
Top

PUBLIC LOGICAL CreateTenantGroups (ITenantGroupSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
groups ITenantGroupSet
Returns LOGICAL
Top

PUBLIC LOGICAL CreateTenants (ITenantSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenants ITenantSet
Returns LOGICAL
Top

PUBLIC LOGICAL CreateUser (IUser)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
usr IUser
Returns LOGICAL
Top

PUBLIC LOGICAL CreateUsers (IUserSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
users IUserSet
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteAuthenticationSystem (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
authenticationsystemName CHARACTER
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteCdcTablePolicy (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
policyName CHARACTER
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteDomain (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
domainName CHARACTER
Returns LOGICAL
Top

PROTECTED LOGICAL DeleteElement (character, IDataAdminElement, IDataAdminModel)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* base update method (not used by all)
Parameters:
pkey CHARACTER
inst IDataAdminElement
cntxt IDataAdminModel
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteGrantedRole (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Delete granted role
@throws NotFoundError if role does not exist
Parameters:
pcGrantId CHARACTER
Returns LOGICAL
Top

PUBLIC LOGICAL DeletePartitionPolicy (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Delete PartitionPolicy
@throws NotFoundError if policy does not exist.
Parameters:
policyName CHARACTER
name of policy to delete.
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteSequence (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
seqname CHARACTER
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteTenant (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenantName CHARACTER
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteTenantGroup (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
groupName CHARACTER
Returns LOGICAL
Top

PUBLIC LOGICAL DeleteUser (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
usrId CHARACTER
Returns LOGICAL
Top

PROTECTED ErrorHandler (Error)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
e Progress.Lang.Error
Top

PUBLIC ExecuteUtility (IDataAdminUtility)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
putility IDataAdminUtility
Top

PUBLIC IAdministrator GetAdministrator ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IAdministrator
Top

PUBLIC OpenEdge.DataAdmin.ITableSet GetAllTables ()

Returns OpenEdge.DataAdmin.ITableSet
Top

PUBLIC OpenEdge.DataAdmin.ITableSet GetAllTables (character)

Parameters:
filter CHARACTER
Returns OpenEdge.DataAdmin.ITableSet
Top

PUBLIC OpenEdge.DataAdmin.ITableSet GetAllTables (IRequestInfo)

Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns OpenEdge.DataAdmin.ITableSet
Top

PUBLIC IArea GetArea (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
areaName CHARACTER
Returns IArea
Top

PUBLIC IArea GetArea (integer)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
areaNum INTEGER
Returns IArea
Top

PUBLIC IArea GetArea (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pReq OpenEdge.DataAdmin.IRequestInfo
Returns IArea
Top

PUBLIC IAreaSet GetAreas ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IAreaSet
Top

PUBLIC IAreaSet GetAreas (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns IAreaSet
Top

PUBLIC IAreaSet GetAreas (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
preq OpenEdge.DataAdmin.IRequestInfo
Returns IAreaSet
Top

PUBLIC IAuthenticationSystem GetAuthenticationSystem (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
name CHARACTER
Returns IAuthenticationSystem
Top

PUBLIC IAuthenticationSystemSet GetAuthenticationSystems ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IAuthenticationSystemSet
Top

PUBLIC IAuthenticationSystemSet GetAuthenticationSystems (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns IAuthenticationSystemSet
Top

PUBLIC IAuthenticationSystemSet GetAuthenticationSystems (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
req OpenEdge.DataAdmin.IRequestInfo
Returns IAuthenticationSystemSet
Top

PUBLIC ICdcFieldPolicySet GetCdcFieldPolicies ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of all partition policies details in the database
Returns ICdcFieldPolicySet
Top

PUBLIC ICdcFieldPolicySet GetCdcFieldPolicies (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies details
Parameters:
pFilter CHARACTER
Returns ICdcFieldPolicySet
Top

PUBLIC ICdcFieldPolicySet GetCdcFieldPolicies (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies details
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ICdcFieldPolicySet
Top

PUBLIC ICdcTablePolicySet GetCdcTablePolicies ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of allpartition policies in the database
Returns ICdcTablePolicySet
Top

PUBLIC ICdcTablePolicySet GetCdcTablePolicies (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies
Parameters:
pFilter CHARACTER
Returns ICdcTablePolicySet
Top

PUBLIC ICdcTablePolicySet GetCdcTablePolicies (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ICdcTablePolicySet
Top

PUBLIC ICdcTablePolicy GetCdcTablePolicy (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns ICdcTablePolicy
Top

PUBLIC ICdcTablePolicy GetCdcTablePolicy (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ICdcTablePolicy
Top

PUBLIC IDataAdminCollection GetCollection (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of the specified serializename, entity name or physical database filename
Parameters:
pcType CHARACTER
Returns IDataAdminCollection
Top

PUBLIC IDataAdminCollection GetCollection (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection specified by the request in the database
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IDataAdminCollection
Top

PUBLIC IDatabaseOption GetDatabaseOption (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* Get a db option record by code
Parameters:
pcOptionCode CHARACTER
Returns IDatabaseOption
IDatabaseOption The database option
Top

PUBLIC IDatabaseOptionSet GetDatabaseOptions ()

Inherited from OpenEdge.DataAdmin.DataAdminService
/* Get a collection of db options
Returns IDatabaseOptionSet
IDatabaseOptionSet A colletion of the dboptions
Top

PUBLIC IDatabaseOptionSet GetDatabaseOptions (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of database options
Parameters:
pcFilter CHARACTER
Returns IDatabaseOptionSet
Top

PUBLIC IDatabaseOptionSet GetDatabaseOptions (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of database options
with optional request info children with QueryStrings for child collections
Parameters:
poRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IDatabaseOptionSet
Top

PUBLIC IDataSecurity GetDataSecurity (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pcKey CHARACTER
Returns IDataSecurity
Top

PUBLIC IDomain GetDomain (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
domainName CHARACTER
Returns IDomain
Top

PUBLIC IDomain GetDomain (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
req OpenEdge.DataAdmin.IRequestInfo
Returns IDomain
Top

PUBLIC IDomainSet GetDomains ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IDomainSet
Top

PUBLIC IDomainSet GetDomains (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns IDomainSet
Top

PUBLIC IDomainSet GetDomains (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IDomainSet
Top

PUBLIC Progress.Lang.Error GetError ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns Progress.Lang.Error
Top

PUBLIC IGrantedRole GetGrantedRole (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a granted role
Parameters:
pcGrantId CHARACTER
Returns IGrantedRole
Top

PUBLIC IGrantedRoleSet GetGrantedRoles ()

Inherited from OpenEdge.DataAdmin.DataAdminService
/* Get a collection of all role grants in the database
Returns IGrantedRoleSet
IGrantedRoleSet A set of grants
Top

PUBLIC IGrantedRoleSet GetGrantedRoles (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* Get a collection of role grants in the database
Parameters:
pcFilter CHARACTER
Returns IGrantedRoleSet
IGrantedRoleSet A set of grants
Top

PUBLIC IGrantedRoleSet GetGrantedRoles (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* Get a collection of granted roles
with optional request info children with QueryStrings for child collections
Parameters:
poRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IGrantedRoleSet
IGrantedRoleSet A set of grants
Top

PUBLIC IPartitionPolicySet GetPartitionPolicies ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of allpartition policies in the database
Returns IPartitionPolicySet
Top

PUBLIC IPartitionPolicySet GetPartitionPolicies (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies
Parameters:
pFilter CHARACTER
Returns IPartitionPolicySet
Top

PUBLIC IPartitionPolicySet GetPartitionPolicies (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IPartitionPolicySet
Top

PUBLIC IPartitionPolicy GetPartitionPolicy (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns IPartitionPolicy
Top

PUBLIC IPartitionPolicy GetPartitionPolicy (integer)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pid INTEGER
Returns IPartitionPolicy
Top

PUBLIC IPartitionPolicy GetPartitionPolicy (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IPartitionPolicy
Top

PUBLIC IPartitionPolicyDetailSet GetPartitionPolicyDetails ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of all partition policies details in the database
Returns IPartitionPolicyDetailSet
Top

PUBLIC IPartitionPolicyDetailSet GetPartitionPolicyDetails (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies details
Parameters:
pFilter CHARACTER
Returns IPartitionPolicyDetailSet
Top

PUBLIC IPartitionPolicyDetailSet GetPartitionPolicyDetails (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of partition policies details
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IPartitionPolicyDetailSet
Top

PUBLIC IUserTablePermissionSet GetPermissions (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pccollections CHARACTER
Returns IUserTablePermissionSet
Top

PROTECTED CHARACTER GetPropertyValues (IDataAdminElement, character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
inst IDataAdminElement
pcKeyFields CHARACTER
Returns CHARACTER
Top

PUBLIC IRole GetRole (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a role
Parameters:
pcRoleName CHARACTER
Returns IRole
Top

PUBLIC IRole GetRole (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a role
with optional request info children with QueryStrings for child collections
Parameters:
poRequest OpenEdge.DataAdmin.IRequestInfo
Returns IRole
Top

PUBLIC IRoleSet GetRoles ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of all security roles domains in the database
Returns IRoleSet
Top

PUBLIC IRoleSet GetRoles (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of roles in the database *
Parameters:
pcFilter CHARACTER
Returns IRoleSet
Top

PUBLIC IRoleSet GetRoles (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a collection of all domains in the database
with optional request info children with QueryStrings for child collections
Parameters:
poRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns IRoleSet
Top

PROTECTED IRow GetRowInfo (IDataAdminElement, IDataAdminModel)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
inst IDataAdminElement
cntxt IDataAdminModel
Returns IRow
Top

PUBLIC ISchema GetSchema ()

Inherited from OpenEdge.DataAdmin.DataAdminService
/* the service only supports "pub" schema so no key parameter
Returns ISchema
Top

PUBLIC ISchema GetSchema (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* the service only supports "pub" schema so no key parameter
Parameters:
collectionFilter CHARACTER
Returns ISchema
Top

PUBLIC ISchema GetSchema (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* the service only supports "pub" schema so no key parameter
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ISchema
Top

PUBLIC ISchema GetSchemaChanges (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* the service only supports "pub" schema so no key parameter
Parameters:
pcFile CHARACTER
Returns ISchema
Top

PUBLIC ISecurityOptions GetSecurityOptions ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ISecurityOptions
Top

PUBLIC ISequence GetSequence (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
SeqName CHARACTER
Returns ISequence
Top

PUBLIC ISequence GetSequence (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
reqInfo OpenEdge.DataAdmin.IRequestInfo
Returns ISequence
Top

PUBLIC ISequenceSet GetSequences ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ISequenceSet
Top

PUBLIC ISequenceSet GetSequences (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns ISequenceSet
Top

PUBLIC ISequenceSet GetSequences (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
reqInfo OpenEdge.DataAdmin.IRequestInfo
Returns ISequenceSet
Top

PUBLIC ITable GetTable (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tableName CHARACTER
Returns ITable
Top

PUBLIC ITable GetTable (character, character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* This method is introduced to support retrieval of PUB and non-PUB tables as part of CDC feature
Parameters:
tableName CHARACTER
owner CHARACTER
Returns ITable
Top

PUBLIC ITable GetTable (integer)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* id mapped to field-number
Parameters:
id INTEGER
Returns ITable
Top

PUBLIC ITable GetTable (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ITable
Top

PUBLIC ITablePermission GetTablePermission (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pcName CHARACTER
Returns ITablePermission
Top

PUBLIC ITablePermissionSet GetTablePermissions ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ITablePermissionSet
Top

PUBLIC ITablePermissionSet GetTablePermissions (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns ITablePermissionSet
Top

PUBLIC OpenEdge.DataAdmin.ITableSet GetTables ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns OpenEdge.DataAdmin.ITableSet
Top

PUBLIC OpenEdge.DataAdmin.ITableSet GetTables (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns OpenEdge.DataAdmin.ITableSet
Top

PUBLIC OpenEdge.DataAdmin.ITableSet GetTables (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns OpenEdge.DataAdmin.ITableSet
Top

PUBLIC ITenant GetTenant (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenantName CHARACTER
Returns ITenant
Top

PUBLIC ITenant GetTenant (integer)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenantId INTEGER
Returns ITenant
Top

PUBLIC ITenant GetTenant (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
req OpenEdge.DataAdmin.IRequestInfo
Returns ITenant
Top

PUBLIC ITenant GetTenantByExternalId (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
extId CHARACTER
Returns ITenant
Top

PUBLIC ITenantGroup GetTenantGroup (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
groupName CHARACTER
Returns ITenantGroup
Top

PUBLIC ITenantGroup GetTenantGroup (integer)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
groupId INTEGER
Returns ITenantGroup
Top

PUBLIC ITenantGroup GetTenantGroup (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ITenantGroup
Top

PUBLIC ITenantGroupSet GetTenantGroups ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ITenantGroupSet
Top

PUBLIC ITenantGroupSet GetTenantGroups (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns ITenantGroupSet
Top

PUBLIC ITenantGroupSet GetTenantGroups (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ITenantGroupSet
Top

PUBLIC ITenantSet GetTenants ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ITenantSet
Top

PUBLIC ITenantSet GetTenants (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns ITenantSet
Top

PUBLIC ITenantSet GetTenants (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pRequestInfo OpenEdge.DataAdmin.IRequestInfo
Returns ITenantSet
Top

PUBLIC IUser GetUser (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
usrID CHARACTER
Returns IUser
Top

PUBLIC IUserPermission GetUserPermission (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
usrID CHARACTER
Returns IUserPermission
Top

PUBLIC IUserPermissionSet GetUserPermissions ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IUserPermissionSet
Top

PUBLIC IUserPermissionSet GetUserPermissions (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
filter CHARACTER
Returns IUserPermissionSet
Top

PUBLIC IUserSet GetUsers ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IUserSet
Top

PUBLIC IUserSet GetUsers (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pcfilter CHARACTER
Returns IUserSet
Top

PUBLIC IUserSet GetUsers (IRequestInfo)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pReq OpenEdge.DataAdmin.IRequestInfo
Returns IUserSet
Top

PUBLIC LOGICAL LoadSchemaChanges (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pcFile CHARACTER
Returns LOGICAL
Top

PUBLIC IArea NewArea (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns IArea
Top

PUBLIC IAreaSet NewAreas ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IAreaSet
Top

PUBLIC IAuthenticationSystem NewAuthenticationSystem (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns IAuthenticationSystem
Top

PUBLIC IAuthenticationSystemSet NewAuthenticationSystems ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IAuthenticationSystemSet
Top

PUBLIC ICdcFieldPolicy NewCdcFieldPolicy ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ICdcFieldPolicy
Top

PUBLIC ICdcTablePolicySet NewCdcTablePolicies ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ICdcTablePolicySet
Top

PUBLIC ICdcTablePolicy NewCdcTablePolicy (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns ICdcTablePolicy
Top

PUBLIC IDataAdminCollection NewCollection (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: returns a new collection of the specified serializename, entity name or physical database filename
Parameters:
pcType CHARACTER
Returns IDataAdminCollection
Top

PUBLIC IDatabaseOption NewDatabaseOption (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a new, empty db option
Expected to be passed to CreateDatabaseOption() to be created in the database or added to a new or
existing IDatabaseOptionSet collection, to be submitted to the database with the collection.
Parameters:
pcOptionCode CHARACTER
Returns IDatabaseOption
IDatabaseOption The new dboption
Top

PUBLIC IDatabaseOptionSet NewDatabaseOptions ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get an empty dboption collection
Add new options to the collection and pass it to CreateDatabaseOptions() to create the
options in the database.
Returns IDatabaseOptionSet
IDatabaseOptionSet A new empty collection of dboptions
Top

PUBLIC IDomain NewDomain (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns IDomain
Top

PUBLIC IDomainSet NewDomains ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IDomainSet
Top

PROTECTED IDataAdminElement NewEntity (character, character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* NOTE - must define context variable here or else the
context gets garbage collected when NewEntity ends
before the entity is returned -
- this is likely no longer true
Parameters:
pcType CHARACTER
pname CHARACTER
Returns IDataAdminElement
Top

PUBLIC IExtent NewExtent ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IExtent
Top

PUBLIC IGrantedRole NewGrantedRole ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a new granted role
Returns IGrantedRole
IGrantedRole The new grant role
Top

PUBLIC IGrantedRoleSet NewGrantedRoles ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a new granted role
Expected to be added to an instance of IRole and submitted that way.
Returns IGrantedRoleSet
IGrantedRoleSet The new grant set
Top

PUBLIC IIndex NewIndex ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IIndex
Top

PUBLIC IPartitionPolicySet NewPartitionPolicies ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IPartitionPolicySet
Top

PUBLIC IPartitionPolicy NewPartitionPolicy (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns IPartitionPolicy
Top

PUBLIC IPartitionPolicyDetail NewPartitionPolicyDetail (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* using the service's UpdateTable() or UpdateTables() methods.
Parameters:
pName CHARACTER
Returns IPartitionPolicyDetail
Top

PUBLIC IRole NewRole (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get a new role
Expected to be passed to CreateDomain() to be created in the database or added to a new or
existing IRoleSet collection, to be submitted to the database with the collection.
Parameters:
pcRoleName CHARACTER
Returns IRole
IRole The new role
Top

PUBLIC IRoleSet NewRoles ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Get an empty role collection
Add new roles to the collection and pass it to CreateRoles() to create the roles in the database.
Returns IRoleSet
IRoleSet A new empty colleciton of roles
Top

PUBLIC ISequence NewSequence (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns ISequence
Top

PUBLIC ISequenceSet NewSequences ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ISequenceSet
Top

PUBLIC ITenant NewTenant (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns ITenant
Top

PUBLIC ITenantGroup NewTenantGroup (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns ITenantGroup
Top

PUBLIC ITenantGroupMember NewTenantGroupMember ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ITenantGroupMember
Top

PUBLIC ITenantGroupSet NewTenantGroups ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ITenantGroupSet
Top

PUBLIC ITenantSet NewTenants ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns ITenantSet
Top

PUBLIC IUser NewUser (character)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pname CHARACTER
Returns IUser
Top

PUBLIC IUserSet NewUsers ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IUserSet
Top

PUBLIC Progress.Lang.Error RemoveError ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns Progress.Lang.Error
Top

PROTECTED ISaveRequest SaveData (ISaveRequest)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
msg ISaveRequest
Returns ISaveRequest
Top

PUBLIC ThrowError ()

Inherited from OpenEdge.DataAdmin.DataAdminService
Top

PUBLIC LOGICAL UpdateAdministrator (IAdministrator)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
admin IAdministrator
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateArea (IArea)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
area IArea
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateAreas (IAreaSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
areas IAreaSet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateAuthenticationSystem (IAuthenticationSystem)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
authenticationsystem IAuthenticationSystem
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateAuthenticationSystems (IAuthenticationSystemSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
authenticationsystems IAuthenticationSystemSet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateCdcTablePolicies (ICdcTablePolicySet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
policy ICdcTablePolicySet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateCdcTablePolicy (ICdcTablePolicy)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
policy ICdcTablePolicy
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateCollection (IDataAdminCollection)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update a collection
Parameters:
pccol IDataAdminCollection
Returns LOGICAL
Top

PROTECTED LOGICAL UpdateCollection (IDataAdminCollection, IDataAdminContext)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* base update method
Parameters:
inst IDataAdminCollection
cntxt IDataAdminContext
Returns LOGICAL
Top

PROTECTED LOGICAL UpdateContext (IDataAdminContext)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* base update method (not used by all)
Parameters:
cntxt IDataAdminContext
Returns LOGICAL
Top

PROTECTED LOGICAL UpdateContext (IDataAdminContext, character)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* base update method
Parameters:
cntxt IDataAdminContext
pSourceId CHARACTER
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateDatabaseOption (IDatabaseOption)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with a changed dboption
Parameters:
poDbOption IDatabaseOption
Returns LOGICAL
logical TRUE if the option was updated
Top

PUBLIC LOGICAL UpdateDatabaseOptions (IDatabaseOptionSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with changes for many dboptions
Parameters:
poDbOptions IDatabaseOptionSet
Returns LOGICAL
logical TRUE if the options were updated
Top

PUBLIC LOGICAL UpdateDataSecurity (IDataSecurity)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pinst IDataSecurity
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateDomain (IDomain)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
domain IDomain
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateDomains (IDomainSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
domains IDomainSet
Returns LOGICAL
Top

PROTECTED LOGICAL UpdateElement (character, IDataAdminElement, IDataAdminContext)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* base update method (not used by all)
Parameters:
pkey CHARACTER
inst IDataAdminElement
cntxt IDataAdminContext
Returns LOGICAL
Top

PROTECTED LOGICAL UpdateElement (IDataAdminElement, IDataAdminModel)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* base update method (not used by all)
Parameters:
inst IDataAdminElement
cntxt IDataAdminModel
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateGrantedRole (IGrantedRole)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with a changed role grant
Parameters:
poGrant IGrantedRole
Returns LOGICAL
logical TRUE if the option was updated
Top

PUBLIC LOGICAL UpdateGrantedRoles (IGrantedRoleSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with changes for many granted roles
Parameters:
poGrants IGrantedRoleSet
Returns LOGICAL
logical TRUE if the options were updated
Top

PUBLIC LOGICAL UpdatePartitionPolicies (IPartitionPolicySet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with partition policies with changes
Parameters:
policy IPartitionPolicySet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdatePartitionPolicy (IPartitionPolicy)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with partition policy changes
Parameters:
policy IPartitionPolicy
IPartitionPolicy to be created */
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateRole (IRole)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with a changed security role
Parameters:
poRole IRole
Returns LOGICAL
logical TRUE if the option was updated
Top

PUBLIC LOGICAL UpdateRoles (IRoleSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Purpose: Update the database with changes for many roles
Parameters:
poRoles IRoleSet
Returns LOGICAL
logical TRUE if the options were updated
Top

PUBLIC LOGICAL UpdateSchema (ISchema)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pschema ISchema
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateSchemaChanges (ISchema)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
pschema ISchema
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateSecurityOptions (ISecurityOptions)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
secopt ISecurityOptions
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateSequence (ISequence)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
seq ISequence
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateSequences (ISequenceSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
sequences ISequenceSet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTable (ITable)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tableimpl ITable
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTablePermission (ITablePermission)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tableperm ITablePermission
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTablePermissions (ITablePermissionSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tableperms ITablePermissionSet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTables (ITableSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
Tables OpenEdge.DataAdmin.ITableSet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTenant (ITenant)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
ptnt ITenant
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTenantGroup (ITenantGroup)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenantGroup ITenantGroup
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTenantGroups (ITenantGroupSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenantGroups ITenantGroupSet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateTenants (ITenantSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
tenants ITenantSet
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateUser (IUser)

Inherited from OpenEdge.DataAdmin.DataAdminService
/* method public logical AttachPartitions(partitions as IPartitionMap):
do on error undo, throw:
partitions:Attach(ContextFactory:PartitionContext). Attach(ContextFactory:PartitionContext).
/* SaveData(PartitionContext).
catch e as Progress.Lang.Error:
ErrorHandler(e).
return false.
end catch.
end.
return true.
end method.
Parameters:
usr IUser
Returns LOGICAL
Top

PUBLIC LOGICAL UpdateUsers (IUserSet)

Inherited from OpenEdge.DataAdmin.DataAdminService
Parameters:
users IUserSet
Returns LOGICAL


Constructor Detail
Top

PUBLIC RestService ()

Purpose:
Notes:
Top

PUBLIC RestService (character)

Parameters:
name CHARACTER
Top

PUBLIC RestService (character, character)

Parameters:
path CHARACTER
name CHARACTER


Event Detail
Top

PUBLIC ServiceDeleted ()

Inherited from OpenEdge.DataAdmin.DataAdminService


Property Detail
Top

PUBLIC CHARACTER Name

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns CHARACTER
Top

PUBLIC IPasswordPolicy PasswordPolicy

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IPasswordPolicy
Top

PUBLIC LOGICAL ThrowDataErrors

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns LOGICAL
Top

PUBLIC FileLogger TransactionLogger

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns FileLogger
Top

PUBLIC CHARACTER URL

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns CHARACTER
Top

PUBLIC IUtilityFactory UtilityFactory

Inherited from OpenEdge.DataAdmin.DataAdminService
Returns IUtilityFactory


Copyright © 2020 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 12.2.0