OpenEdge.DataAdmin.DataAdminService
- Last Updated: January 15, 2026
- 20 minute read
- OpenEdge
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| AssertCreate (IDataAdminCollection, IDataAdminContext) |
|
||
| AssertCreate (IDataAdminElement, IDataAdminContext) |
|
||
| AssertNotRequested (character, IRequestInfo) |
|
||
| AssertUpdate (IDataAdminCollection, IDataAdminContext) |
|
||
| AssertUpdate (IDataAdminElement, IDataAdminContext) |
|
||
| LOGICAL CancelSchemaChanges () |
/* the service only supports one active context retrieved with GetShemaChanges */
|
||
| LOGICAL CreateArea (IArea) |
|
||
| LOGICAL CreateAreas (IAreaSet) |
|
||
| LOGICAL CreateAuthenticationSystem (IAuthenticationSystem) |
|
||
| LOGICAL CreateAuthenticationSystems (IAuthenticationSystemSet) |
|
||
| LOGICAL CreateAuthTag (IAuthTag) |
|
||
| LOGICAL CreateAuthTags (IAuthTagSet) |
|
||
| LOGICAL CreateCdcTablePolicies (ICdcTablePolicySet) |
|
||
| LOGICAL CreateCdcTablePolicy (ICdcTablePolicy) |
|
||
| LOGICAL CreateCollection (IDataAdminCollection) |
/** Create a collection */
|
||
| LOGICAL CreateCollection (IDataAdminCollection, IDataAdminModel) |
|
||
| LOGICAL CreateDatabaseOption (IDatabaseOption) |
/** Create a new database option
@param IDatabaseOption The option to be created
@return logical TRUE if the dboption was created */
|
||
| LOGICAL CreateDatabaseOptions (IDatabaseOptionSet) |
/** Create new database options
@param IDatabaseOptionSet A collection of options to create
@return logical TRUE if the dboptions were created */
|
||
| LOGICAL CreateDomain (IDomain) |
|
||
| LOGICAL CreateDomains (IDomainSet) |
|
||
| LOGICAL CreateElement (IDataAdminElement, IDataAdminModel) |
|
||
| LOGICAL CreateGrantedRole (IGrantedRole) |
/** Create a new role grant
@param IGrantRole The role to be created
@return logical TRUE if the grant was created */
|
||
| LOGICAL CreateGrantedRoles (IGrantedRoleSet) |
/** Create new role grants
@param IGrantedRoleSet A collection of roles to create
@return logical TRUE if the grant was created */
|
||
| LOGICAL CreatePartitionPolicies (IPartitionPolicySet) |
/** Create a new partition policy
@param policies IPartitionPolicySet with policies to be created */
|
||
| LOGICAL CreatePartitionPolicy (IPartitionPolicy) |
/** Create a new partition policy
@param policy IPartitionPolicy to be created */
|
||
| LOGICAL CreateRole (IRole) |
/** Create a new role
@param IRole The role to be created */
|
||
| LOGICAL CreateRoles (IRoleSet) |
/** Create new roles
@param IRoleSet A collection of roles to create */
|
||
| LOGICAL CreateSequence (ISequence) |
|
||
| LOGICAL CreateSequences (ISequenceSet) |
|
||
| LOGICAL CreateTenant (ITenant) |
|
||
| LOGICAL CreateTenantGroup (ITenantGroup) |
|
||
| LOGICAL CreateTenantGroups (ITenantGroupSet) |
|
||
| LOGICAL CreateTenants (ITenantSet) |
|
||
| LOGICAL CreateUser (IUser) |
|
||
| LOGICAL CreateUsers (IUserSet) |
|
||
| LOGICAL DeleteAuthenticationSystem (character) |
|
||
| LOGICAL DeleteAuthTag (character, character) |
|
||
| LOGICAL DeleteCdcTablePolicy (character) |
|
||
| LOGICAL DeleteDomain (character) |
|
||
| LOGICAL DeleteElement (character, IDataAdminElement, IDataAdminModel) |
/* base update method (not used by all) */
|
||
| LOGICAL DeleteGrantedRole (character) |
/** Delete granted role
@param character The ID of the granted role to delete
@throws NotFoundError if role does not exist */
|
||
| LOGICAL DeletePartitionPolicy (character) |
/** Delete PartitionPolicy
@param policyName name of policy to delete.
@throws NotFoundError if policy does not exist. */
|
||
| LOGICAL DeleteRole (character) |
|
||
| LOGICAL DeleteRole (IRole) |
|
||
| LOGICAL DeleteSequence (character) |
|
||
| LOGICAL DeleteTenant (character) |
|
||
| LOGICAL DeleteTenantGroup (character) |
|
||
| LOGICAL DeleteUser (character) |
|
||
| ErrorHandler (Error) |
|
||
| ExecuteUtility (IDataAdminUtility) |
|
||
| OpenEdge.DataAdmin.IAdministrator GetAdministrator () |
|
||
| OpenEdge.DataAdmin.IArea GetArea (character) |
|
||
| OpenEdge.DataAdmin.IArea GetArea (integer) |
|
||
| OpenEdge.DataAdmin.IArea GetArea (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.IAreaSet GetAreas () |
|
||
| OpenEdge.DataAdmin.IAreaSet GetAreas (character) |
|
||
| OpenEdge.DataAdmin.IAreaSet GetAreas (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.IAuthenticationSystem GetAuthenticationSystem (character) |
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet GetAuthenticationSystems () |
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet GetAuthenticationSystems (character) |
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet GetAuthenticationSystems (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.IAuthTag GetAuthTag (character, character) |
|
||
| OpenEdge.DataAdmin.IAuthTagSet GetAuthTags (character) |
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies () |
/** Get a collection of all partition policies details in the database */
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies (character) |
/** Get a collection of partition policies details
@param filter */
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies (IRequestInfo) |
/** Get a collection of partition policies details
@param request IRequestInfo*/
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies () |
/** Get a collection of allpartition policies in the database
@param name char of PartitionPolicy*/
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies (character) |
/** Get a collection of partition policies
@param filter */
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies (IRequestInfo) |
/** Get a collection of partition policies
@param request IRequestInfo*/
|
||
| OpenEdge.DataAdmin.ICdcTablePolicy GetCdcTablePolicy (character) |
|
||
| OpenEdge.DataAdmin.ICdcTablePolicy GetCdcTablePolicy (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.IDataAdminCollection GetCollection (character) |
/** Get a collection of the specified serializename, entity name or physical database filename */
|
||
| OpenEdge.DataAdmin.IDataAdminCollection GetCollection (IRequestInfo) |
/** Get a collection specified by the request in the database */
|
||
| OpenEdge.DataAdmin.IDatabaseOption GetDatabaseOption (character) |
/* Get a db option record by code
@param character The db option code
@return IDatabaseOption The database option */
|
||
| OpenEdge.DataAdmin.IDatabaseOptionSet GetDatabaseOptions () |
/* Get a collection of db options
@return IDatabaseOptionSet A colletion of the dboptions */
|
||
| OpenEdge.DataAdmin.IDatabaseOptionSet GetDatabaseOptions (character) |
/** Get a collection of database options
@param filter a character query expression of db options */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.IDataSecurity GetDataSecurity (character) |
|
||
| OpenEdge.DataAdmin.IDomain GetDomain (character) |
|
||
| OpenEdge.DataAdmin.IDomain GetDomain (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.IDomainSet GetDomains () |
|
||
| OpenEdge.DataAdmin.IDomainSet GetDomains (character) |
|
||
| OpenEdge.DataAdmin.IDomainSet GetDomains (IRequestInfo) |
|
||
| Progress.Lang.Error GetError () |
|
||
| GetFieldDDMConfig (character, character, character, character) |
/* method to get DDM config for a field */
|
||
| OpenEdge.DataAdmin.IGrantedRole GetGrantedRole (character) |
/** Get a granted role
@param character The id of the grant role to retrieve*/
|
||
| OpenEdge.DataAdmin.IGrantedRoleSet GetGrantedRoles () |
/* Get a collection of all role grants in the database
@return IGrantedRoleSet A set of grants */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.IPartitionPolicySet GetPartitionPolicies () |
/** Get a collection of allpartition policies in the database
@param name char of PartitionPolicy*/
|
||
| OpenEdge.DataAdmin.IPartitionPolicySet GetPartitionPolicies (character) |
/** Get a collection of partition policies
@param filter */
|
||
| OpenEdge.DataAdmin.IPartitionPolicySet GetPartitionPolicies (IRequestInfo) |
/** Get a collection of partition policies
@param request IRequestInfo*/
|
||
| OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (character) |
|
||
| OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (integer) |
|
||
| OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.IPartitionPolicyDetailSet GetPartitionPolicyDetails () |
/** Get a collection of all partition policies details in the database */
|
||
| OpenEdge.DataAdmin.IPartitionPolicyDetailSet GetPartitionPolicyDetails (character) |
/** Get a collection of partition policies details
@param filter */
|
||
| OpenEdge.DataAdmin.IPartitionPolicyDetailSet GetPartitionPolicyDetails (IRequestInfo) |
/** Get a collection of partition policies details
@param request IRequestInfo*/
|
||
| OpenEdge.DataAdmin.IUserTablePermissionSet GetPermissions (character) |
|
||
| CHARACTER GetPropertyValues (IDataAdminElement, character) |
|
||
| OpenEdge.DataAdmin.IRole GetRole (character) |
/** Get a role
@param character The name of the role to retrieve*/
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.IRoleSet GetRoles () |
/** Get a collection of all security roles domains in the database */
|
||
| OpenEdge.DataAdmin.IRoleSet GetRoles (character) |
/** Get a collection of roles in the database *
@param filter a character query expression of domain properties */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.Binding.IRow GetRowInfo (IDataAdminElement, IDataAdminModel) |
|
||
| OpenEdge.DataAdmin.ISchema GetSchema () |
/* the service only supports "pub" schema so no key parameter */
|
||
| OpenEdge.DataAdmin.ISchema GetSchema (character) |
/* the service only supports "pub" schema so no key parameter */
|
||
| OpenEdge.DataAdmin.ISchema GetSchema (IRequestInfo) |
/* the service only supports "pub" schema so no key parameter */
|
||
| OpenEdge.DataAdmin.ISchema GetSchemaChanges (character) |
/* the service only supports "pub" schema so no key parameter */
|
||
| OpenEdge.DataAdmin.ISecurityOptions GetSecurityOptions () |
|
||
| OpenEdge.DataAdmin.ISequence GetSequence (character) |
|
||
| OpenEdge.DataAdmin.ISequence GetSequence (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.ISequenceSet GetSequences () |
|
||
| OpenEdge.DataAdmin.ISequenceSet GetSequences (character) |
|
||
| OpenEdge.DataAdmin.ISequenceSet GetSequences (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.ITable GetTable (character) |
|
||
| OpenEdge.DataAdmin.ITable GetTable (character, character) |
/* This method is introduced to support retrieval of PUB and non-PUB tables as part of CDC feature */
|
||
| OpenEdge.DataAdmin.ITable GetTable (integer) |
/* id mapped to field-number */
|
||
| OpenEdge.DataAdmin.ITable GetTable (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.ITablePermission GetTablePermission (character) |
|
||
| OpenEdge.DataAdmin.ITablePermissionSet GetTablePermissions () |
|
||
| OpenEdge.DataAdmin.ITablePermissionSet GetTablePermissions (character) |
|
||
| OpenEdge.DataAdmin.ITableSet GetTables () |
|
||
| OpenEdge.DataAdmin.ITableSet GetTables (character) |
|
||
| OpenEdge.DataAdmin.ITableSet GetTables (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.ITenant GetTenant (character) |
|
||
| OpenEdge.DataAdmin.ITenant GetTenant (integer) |
|
||
| OpenEdge.DataAdmin.ITenant GetTenant (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.ITenant GetTenantByExternalId (character) |
|
||
| OpenEdge.DataAdmin.ITenantGroup GetTenantGroup (character) |
|
||
| OpenEdge.DataAdmin.ITenantGroup GetTenantGroup (integer) |
|
||
| OpenEdge.DataAdmin.ITenantGroup GetTenantGroup (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.ITenantGroupSet GetTenantGroups () |
|
||
| OpenEdge.DataAdmin.ITenantGroupSet GetTenantGroups (character) |
|
||
| OpenEdge.DataAdmin.ITenantGroupSet GetTenantGroups (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.ITenantSet GetTenants () |
|
||
| OpenEdge.DataAdmin.ITenantSet GetTenants (character) |
|
||
| OpenEdge.DataAdmin.ITenantSet GetTenants (IRequestInfo) |
|
||
| OpenEdge.DataAdmin.IUser GetUser (character) |
|
||
| OpenEdge.DataAdmin.IUserPermission GetUserPermission (character) |
|
||
| OpenEdge.DataAdmin.IUserPermissionSet GetUserPermissions () |
|
||
| OpenEdge.DataAdmin.IUserPermissionSet GetUserPermissions (character) |
|
||
| OpenEdge.DataAdmin.IUserSet GetUsers () |
|
||
| OpenEdge.DataAdmin.IUserSet GetUsers (character) |
|
||
| OpenEdge.DataAdmin.IUserSet GetUsers (IRequestInfo) |
|
||
| LOGICAL LoadSchemaChanges (character) |
|
||
| OpenEdge.DataAdmin.IArea NewArea (character) |
|
||
| OpenEdge.DataAdmin.IAreaSet NewAreas () |
|
||
| OpenEdge.DataAdmin.IAuthenticationSystem NewAuthenticationSystem (character) |
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet NewAuthenticationSystems () |
|
||
| OpenEdge.DataAdmin.IAuthTag NewAuthTag (character) |
|
||
| OpenEdge.DataAdmin.IAuthTagSet NewAuthTags () |
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicy NewCdcFieldPolicy () |
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet NewCdcTablePolicies () |
|
||
| OpenEdge.DataAdmin.ICdcTablePolicy NewCdcTablePolicy (character) |
|
||
| OpenEdge.DataAdmin.IDataAdminCollection NewCollection (character) |
/** returns a new collection of the specified serializename, entity name or physical database filename */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.IDomain NewDomain (character) |
|
||
| OpenEdge.DataAdmin.IDomainSet NewDomains () |
|
||
| OpenEdge.DataAdmin.IDataAdminElement NewEntity (character, character) |
|
||
| OpenEdge.DataAdmin.IExtent NewExtent () |
|
||
| OpenEdge.DataAdmin.IGrantedRole NewGrantedRole () |
/** Get a new granted role
@param character The Role name
@return IGrantedRole The new grant role */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.IIndex NewIndex () |
|
||
| OpenEdge.DataAdmin.IPartitionPolicySet NewPartitionPolicies () |
|
||
| OpenEdge.DataAdmin.IPartitionPolicy NewPartitionPolicy (character) |
|
||
| OpenEdge.DataAdmin.IPartitionPolicyDetail NewPartitionPolicyDetail (character) |
/* using the service's UpdateTable() or UpdateTables() methods.*/
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.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 */
|
||
| OpenEdge.DataAdmin.ISequence NewSequence (character) |
|
||
| OpenEdge.DataAdmin.ISequenceSet NewSequences () |
|
||
| OpenEdge.DataAdmin.ITenant NewTenant (character) |
|
||
| OpenEdge.DataAdmin.ITenantGroup NewTenantGroup (character) |
|
||
| OpenEdge.DataAdmin.ITenantGroupMember NewTenantGroupMember () |
|
||
| OpenEdge.DataAdmin.ITenantGroupSet NewTenantGroups () |
|
||
| OpenEdge.DataAdmin.ITenantSet NewTenants () |
|
||
| OpenEdge.DataAdmin.IUser NewUser (character) |
|
||
| OpenEdge.DataAdmin.IUserSet NewUsers () |
|
||
| Progress.Lang.Error RemoveError () |
|
||
| OpenEdge.DataAdmin.Message.ISaveRequest SaveData (ISaveRequest) |
|
||
| LOGICAL setDDMConfig (character, character, character, character) |
/* method to set DDM config for a Specific table & field which includes mask value and authorization tag */
|
||
| ThrowError () |
|
||
| LOGICAL unsetDDMAuthTag (character, character) |
/* method to reset authorization tag for a Specific table & field.
Whenever user will reset tag value, then corresponding mask value also needs to be reset */
|
||
| LOGICAL unsetDDMMask (character, character) |
/* method to reset mask value for a Specific table & field */
|
||
| LOGICAL UpdateAdministrator (IAdministrator) |
|
||
| LOGICAL UpdateArea (IArea) |
|
||
| LOGICAL UpdateAreas (IAreaSet) |
|
||
| LOGICAL UpdateAuthenticationSystem (IAuthenticationSystem) |
|
||
| LOGICAL UpdateAuthenticationSystems (IAuthenticationSystemSet) |
|
||
| LOGICAL UpdateAuthTag (IAuthTag) |
|
||
| LOGICAL UpdateAuthTags (IAuthTagSet) |
|
||
| LOGICAL UpdateCdcTablePolicies (ICdcTablePolicySet) |
|
||
| LOGICAL UpdateCdcTablePolicy (ICdcTablePolicy) |
|
||
| LOGICAL UpdateCollection (IDataAdminCollection) |
/** Update a collection */
|
||
| LOGICAL UpdateCollection (IDataAdminCollection, IDataAdminContext) |
/* base update method */
|
||
| LOGICAL UpdateContext (IDataAdminContext) |
/* base update method (not used by all) */
|
||
| LOGICAL UpdateContext (IDataAdminContext, character) |
/* base update method */
|
||
| LOGICAL UpdateDatabaseOption (IDatabaseOption) |
/** Update the database with a changed dboption
@param IDatabaseOption The updated db option
@return logical TRUE if the option was updated */
|
||
| 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 */
|
||
| LOGICAL UpdateDataSecurity (IDataSecurity) |
|
||
| LOGICAL UpdateDomain (IDomain) |
|
||
| LOGICAL UpdateDomains (IDomainSet) |
|
||
| LOGICAL UpdateElement (character, IDataAdminElement, IDataAdminContext) |
/* base update method (not used by all) */
|
||
| LOGICAL UpdateElement (IDataAdminElement, IDataAdminModel) |
/* base update method (not used by all) */
|
||
| LOGICAL UpdateGrantedRole (IGrantedRole) |
/** Update the database with a changed role grant
@param IGrantRole The updated grant
@return logical TRUE if the option was updated */
|
||
| 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 */
|
||
| LOGICAL UpdatePartitionPolicies (IPartitionPolicySet) |
/** Update the database with partition policies with changes
@param policies IPartitionPolicySet with policies to be updated */
|
||
| LOGICAL UpdatePartitionPolicy (IPartitionPolicy) |
/** Update the database with partition policy changes
@param policy IPartitionPolicy to be created */
|
||
| LOGICAL UpdatePartitions () |
/*todo - pass iPartitioncollection */
|
||
| LOGICAL UpdateRole (IRole) |
/** Update the database with a changed security role
@param IRole The updated role
@return logical TRUE if the option was updated */
|
||
| 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 */
|
||
| LOGICAL UpdateSchema (ISchema) |
|
||
| LOGICAL UpdateSchemaChanges (ISchema) |
|
||
| LOGICAL UpdateSecurityOptions (ISecurityOptions) |
|
||
| LOGICAL UpdateSequence (ISequence) |
|
||
| LOGICAL UpdateSequences (ISequenceSet) |
|
||
| LOGICAL UpdateTable (ITable) |
|
||
| LOGICAL UpdateTablePermission (ITablePermission) |
|
||
| LOGICAL UpdateTablePermissions (ITablePermissionSet) |
|
||
| LOGICAL UpdateTables (ITableSet) |
|
||
| LOGICAL UpdateTenant (ITenant) |
|
||
| LOGICAL UpdateTenantGroup (ITenantGroup) |
|
||
| LOGICAL UpdateTenantGroups (ITenantGroupSet) |
|
||
| LOGICAL UpdateTenants (ITenantSet) |
|
||
| 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.
*/
|
||
| LOGICAL UpdateUsers (IUserSet) |
|
||
| ValidUserId (character, character, character) |
/* todo - use UserContext somehow */
|
Constructor Summary
| Options | Name | Purpose | |
|---|---|---|---|
| DataAdminService () |
|
||
| DataAdminService (character) |
|
||
| DataAdminService (character, character) |
|
Event Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ServiceDeleted () |
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| OpenEdge.DataAdmin.Binding.SchemaChanges CurrentSchemaChanges |
|
||
| OpenEdge.DataAdmin.Error.OperationError Error |
|
||
| CHARACTER Name |
|
||
| OpenEdge.DataAdmin.Core.IPasswordPolicy PasswordPolicy |
|
||
| LOGICAL ThrowDataErrors |
|
||
| OpenEdge.DataAdmin.Core.FileLogger TransactionLogger |
|
||
| CHARACTER URL |
|
||
| OpenEdge.DataAdmin.Util.IUtilityFactory UtilityFactory |
|
Method Detail
Constructor Detail
DataAdminService () |
||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
DataAdminService (character)
|
||||||||||||||
DataAdminService (character, character)
|
||||||||||||||
Event Detail
ServiceDeleted () |
||||
|---|---|---|---|---|
Property Detail
OpenEdge.DataAdmin.Binding.SchemaChanges CurrentSchemaChanges |
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.Error.OperationError Error |
||||||||
CHARACTER Name
|
||||||||
OpenEdge.DataAdmin.Core.IPasswordPolicy PasswordPolicy |
||||||||
LOGICAL ThrowDataErrors
|
||||||||
OpenEdge.DataAdmin.Core.FileLogger TransactionLogger |
||||||||
CHARACTER URL
|
||||||||
OpenEdge.DataAdmin.Util.IUtilityFactory UtilityFactory |
||||||||