OpenEdge.DataAdmin.IDataAdminService
- Last Updated: January 15, 2026
- 34 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| LOGICAL CancelSchemaChanges () |
/** Cancel current schema changes
The service only supports one active context retrieved with GetShemaChanges().
Use this before calling GetShemaChanges again if the returned schema was not passed to
UpdateSchemaChanges() */
|
||
| LOGICAL CreateArea (IArea) |
/** Create a new area
@param IArea to be created */
|
||
| LOGICAL CreateAreas (IAreaSet) |
/** Create new areas
@param IAreaSet with a collection of areas to create */
|
||
| LOGICAL CreateAuthenticationSystem (IAuthenticationSystem) |
/** Create a new authentication system
@param system IAuthenticationSystem to be created */
|
||
| LOGICAL CreateAuthenticationSystems (IAuthenticationSystemSet) |
/** Create new authentication systems
@param systems IAuthenticationSystemSet with a collection of authentication systems to create */
|
||
| LOGICAL CreateAuthTag (IAuthTag) |
/** Create a new auth tag
@param IAuthTag to be created */
|
||
| LOGICAL CreateAuthTags (IAuthTagSet) |
/** Create new auth tags
@param IAuthTagSet with a collection of areas to create */
|
||
| LOGICAL CreateCdcTablePolicies (ICdcTablePolicySet) |
/** Create a new cdc table policy
@param policies ICdcTablePolicySet with policies to be created */
|
||
| LOGICAL CreateCdcTablePolicy (ICdcTablePolicy) |
/** Create a new cdc table policy
@param policy ICdcTablePolicy to be created */
|
||
| LOGICAL CreateCollection (IDataAdminCollection) |
/** create a collection */
|
||
| LOGICAL CreateDatabaseOption (IDatabaseOption) |
/** Create a new database option
@param IDatabaseOption The role to be created
@return logical TRUE if the dboption was created */
|
||
| LOGICAL CreateDatabaseOptions (IDatabaseOptionSet) |
/** Create new database options
@param IDatabaseOptionSet A collection of roles to create
@return logical TRUE if the dboptions were created */
|
||
| LOGICAL CreateDomain (IDomain) |
/** Create a new domain
@param domain IDomain to be created */
|
||
| LOGICAL CreateDomains (IDomainSet) |
/** Create new domains
@param domains IDomainSet with a collection of domains to create */
|
||
| 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) |
/** Create a new sequence
@param sequence ISequence to be created */
|
||
| LOGICAL CreateSequences (ISequenceSet) |
/** Create new sequences
@param sequences ISequenceSet with a collection of sequences to create */
|
||
| LOGICAL CreateTenant (ITenant) |
/** Create a new tenant
@param ITenant to be created */
|
||
| LOGICAL CreateTenantGroup (ITenantGroup) |
/** Create a new group
@param group ITenantGroup to be created */
|
||
| LOGICAL CreateTenantGroups (ITenantGroupSet) |
/** Create new groups
@param groups ITenantGroupSet with a collection of groups to create */
|
||
| LOGICAL CreateTenants (ITenantSet) |
/** Create new tenants
@param tenants ITenantSet with a collection of tenants to create */
|
||
| LOGICAL CreateUser (IUser) |
/** Create a new user
@param user IUser to be created */
|
||
| LOGICAL CreateUsers (IUserSet) |
/** Create new users
@param users IUserSet with a collection of users to create */
|
||
| LOGICAL DeleteAuthenticationSystem (character) |
/** Delete authentication system
@param authenticationsystemName name of authentication system to delete.
@throws NotFoundError if authentication system does not exist. */
|
||
| LOGICAL DeleteAuthTag (character, character) |
/** Delete a role and auth tag relation
@param character The name of the role to delete
@param character The name of the auth tag to delete
@throws NotFoundError if auth tag record does not exist */
|
||
| LOGICAL DeleteCdcTablePolicy (character) |
/** Delete CdcTablePolicy
@param cdc table policyName name of policy to delete.
@throws NotFoundError if policy does not exist. */
|
||
| LOGICAL DeleteDomain (character) |
/** Delete domain
@param domainName name of domain to delete
@throws NotFoundError if domain does not exist */
|
||
| 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) |
/** Delete a role
@param character The role to delete
@throws NotFoundError if role does not exist. */
|
||
| LOGICAL DeleteRole (IRole) |
/** Delete a role
@param IRole The role to delete
@throws NotFoundError if role does not exist. */
|
||
| LOGICAL DeleteSequence (character) |
/** Delete sequence
@param sequenceName name of sequence to delete.
@throws NotFoundError if sequence does not exist. */
|
||
| LOGICAL DeleteTenant (character) |
/** Delete tenant
@param tenantName name of tenant to delete.
@throws NotFoundError if tenant does not exist. */
|
||
| LOGICAL DeleteTenantGroup (character) |
/** Delete group
@param groupName name of group to delete.
@throws NotFoundError if group does not exist. */
|
||
| LOGICAL DeleteUser (character) |
/** Delete domain
@param domainName name of domain to delete
@throws NotFoundError if user does not exist */
|
||
| ExecuteUtility (IDataAdminUtility) |
/** Execute the ulitility */
|
||
| OpenEdge.DataAdmin.IAdministrator GetAdministrator () |
/* get administrator - has administrator user ids */
|
||
| OpenEdge.DataAdmin.IArea GetArea (character) |
/** Get an area
@param areaname name of area */
|
||
| OpenEdge.DataAdmin.IArea GetArea (integer) |
/** Get an area
@param areaName Number of area */
|
||
| OpenEdge.DataAdmin.IArea GetArea (IRequestInfo) |
/** Get an area
@param IRequestinfo that defines an expression that uniqely identifies an area */
|
||
| OpenEdge.DataAdmin.IAreaSet GetAreas () |
/** Get a collection of all areas in the database */
|
||
| OpenEdge.DataAdmin.IAreaSet GetAreas (character) |
/** Get a collection of areas in the database *
@param filter a character query expression of area properties */
|
||
| OpenEdge.DataAdmin.IAreaSet GetAreas (IRequestInfo) |
/** Get a collection of all areas in the database
@param IRequestinfo with a QueryString that defines an expression of area properties */
|
||
| OpenEdge.DataAdmin.IAuthenticationSystem GetAuthenticationSystem (character) |
/** Get a authentication system
@param systemName name of authentication system */
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet GetAuthenticationSystems () |
/** Get a collection of all authentication systems in the database */
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet GetAuthenticationSystems (character) |
/** Get a collection of authentication systems in the database *
@param filter a character query expression of authentication system properties */
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet GetAuthenticationSystems (IRequestInfo) |
/** Get a collection of authentication systems in the database *
@param IRequestinfo with a QueryString that defines an expression of authentication system properties */
|
||
| OpenEdge.DataAdmin.IAuthTag GetAuthTag (character, character) |
/** Get an auth tag
@param rolename name of role
@param authtag name of tag */
|
||
| OpenEdge.DataAdmin.IAuthTagSet GetAuthTags (character) |
/** Get a collection of authtage in the database *
@param filter a character query expression of role names to tag names */
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies () |
/** Get a collection of all CdcField policies in the database */
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies (character) |
/** Get a collection of CdcField policies
@param filter */
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies (IRequestInfo) |
/** Get a collection of CdcField policies
@param request IRequestInfo*/
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies () |
/** Get a collection of all CdcTable policies in the database */
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies (character) |
/** Get a collection of CdcField policies
@param filter */
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies (IRequestInfo) |
/** Get a collection of CdcTable policies
@param request IRequestInfo*/
|
||
| OpenEdge.DataAdmin.ICdcTablePolicy GetCdcTablePolicy (character) |
/** Get a CdcTablePolicy
@param name char of CdcTablePolicy*/
|
||
| OpenEdge.DataAdmin.ICdcTablePolicy GetCdcTablePolicy (IRequestInfo) |
/** Get a CdcTablePolicy
@param request 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) |
/** Get data security
@param domainName name of data security */
|
||
| OpenEdge.DataAdmin.IDomain GetDomain (character) |
/** Get a domain
@param domainName name of domain */
|
||
| OpenEdge.DataAdmin.IDomain GetDomain (IRequestInfo) |
/** Get a domain
@param IRequestinfo that defines an expression that uniqely identifies a domain
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.IDomainSet GetDomains () |
/** Get a collection of all domains in the database */
|
||
| OpenEdge.DataAdmin.IDomainSet GetDomains (character) |
/** Get a collection of domains in the database *
@param filter a character query expression of domain properties */
|
||
| OpenEdge.DataAdmin.IDomainSet GetDomains (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 */
|
||
| Progress.Lang.Error GetError () |
/** Get the last error from a failed operation when ThrowDataErrors is false. */
|
||
| 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 all partition policies in the database */
|
||
| 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) |
/** Get a PartitionPolicy
@param name char of PartitionPolicy*/
|
||
| OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (integer) |
/** Get a PartitionPolicy
@param object number int of PartitionPolicy*/
|
||
| OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (IRequestInfo) |
/** Get a PartitionPolicy
@param request 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) |
/** Get a collection of permissions for the specified collections
@param collections a comma separated list of collections known by the service */
|
||
| 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.ISchema GetSchema () |
/** Get the Schema - the service only supports "PUB" schema */
|
||
| OpenEdge.DataAdmin.ISchema GetSchema (IRequestInfo) |
/** the service only supports "pub" schema so no key parameter */
|
||
| OpenEdge.DataAdmin.ISchema GetSchemaChanges (character) |
/** Get a schema with changes from the specified schema file (.df)
The Partitions property will have all new partitions that were created after
the schema is passed to LoadSchemaChanges */
|
||
| OpenEdge.DataAdmin.ISequence GetSequence (character) |
/** Get a sequence
@param sequenceName name of sequence */
|
||
| OpenEdge.DataAdmin.ISequence GetSequence (IRequestInfo) |
/** Get a sequence
@param IRequestinfo that defines an expression that uniqely identifies a sequence
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.ISequenceSet GetSequences () |
/** Get a collection of sequences in the database */
|
||
| OpenEdge.DataAdmin.ISequenceSet GetSequences (character) |
/** Get a collection of sequences in the database
@param filter a character query expression of sequence properties */
|
||
| OpenEdge.DataAdmin.ISequenceSet GetSequences (IRequestInfo) |
/** Get a collection of sequences in the database
@param filter a character query expression of sequence properties
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.ITable GetTable (character) |
/** Get a table
@param tableName name of table */
|
||
| OpenEdge.DataAdmin.ITable GetTable (character, character) |
/** Get a table
@param tableName name of table
@param owner name of the table owner*/
|
||
| OpenEdge.DataAdmin.ITable GetTable (integer) |
/** Get a table
@param id (_field-number) */
|
||
| OpenEdge.DataAdmin.ITable GetTable (IRequestInfo) |
/** Get a table
@param IRequestinfo that defines an expression that uniqely identifies a tenant group
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.ITablePermission GetTablePermission (character) |
/** Get a table permission
@param tableName name of table permission */
|
||
| OpenEdge.DataAdmin.ITablePermissionSet GetTablePermissions () |
/** Get a collection of all table permissions in the database */
|
||
| OpenEdge.DataAdmin.ITablePermissionSet GetTablePermissions (character) |
/** Get a collection of table permissions in the database *
@param filter a character query expression of table permission properties */
|
||
| OpenEdge.DataAdmin.ITableSet GetTables () |
/** Get a collection of all tables in the database */
|
||
| OpenEdge.DataAdmin.ITableSet GetTables (character) |
/** Get a collection of tables in the database *
@param filter a character query expression of table properties */
|
||
| OpenEdge.DataAdmin.ITableSet GetTables (IRequestInfo) |
/** Get a collection of tables in the database *
@param filter a character query expression of table properties
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.ITenant GetTenant (character) |
/** Get a tenant
@param tenantName name of tenant */
|
||
| OpenEdge.DataAdmin.ITenant GetTenant (integer) |
/** Get a tenant
@param tenantId integer of of tenant */
|
||
| OpenEdge.DataAdmin.ITenant GetTenant (IRequestInfo) |
/** Get a tenant
@param IRequestinfo that defines an expression that uniqely identifies a tenant
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.ITenant GetTenantByExternalId (character) |
/** Get a tenant by external id
@param external id that uniquely identifes a tenant
Use GetTenants() with filter or Requestinfo with query expression on the
external id if the value is not unique */
|
||
| OpenEdge.DataAdmin.ITenantGroup GetTenantGroup (character) |
/** Get a tenant group
@param groupName name of tenant group */
|
||
| OpenEdge.DataAdmin.ITenantGroup GetTenantGroup (integer) |
/** Get a tenant group
@param groupId Id of tenant group */
|
||
| OpenEdge.DataAdmin.ITenantGroup GetTenantGroup (IRequestInfo) |
/** Get a tenant group
@param IRequestinfo that defines an expression that uniqely identifies a tenant group
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.ITenantGroupSet GetTenantGroups () |
/** Get a collection of all tenant groups in the database */
|
||
| OpenEdge.DataAdmin.ITenantGroupSet GetTenantGroups (character) |
/** Get a collection of tenant groups in the database *
@param filter a character query expression of group properties */
|
||
| OpenEdge.DataAdmin.ITenantGroupSet GetTenantGroups (IRequestInfo) |
/** Get a collection of tenant groups in the database *
@param filter a character query expression of group properties
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.ITenantSet GetTenants () |
/** Get a collection of all tenants in the database */
|
||
| OpenEdge.DataAdmin.ITenantSet GetTenants (character) |
/** Get a collection of tenants in the database
@param filter a character query expression of tenant properties */
|
||
| OpenEdge.DataAdmin.ITenantSet GetTenants (IRequestInfo) |
/** Get a collection of tenants in the database
@param filter a character query expression of tenant properties
with optional request info children with QueryStrings for child collections */
|
||
| OpenEdge.DataAdmin.IUser GetUser (character) |
/** Get a user
@param userid user id of user in the form <name>@<domain> */
|
||
| OpenEdge.DataAdmin.IUserPermission GetUserPermission (character) |
/** Get a user permission
@param userid user id of user in the form <name>@<domain>
the user id does not need to exist */
|
||
| OpenEdge.DataAdmin.IUserPermissionSet GetUserPermissions () |
/** Get a collection of all user permissions in the database */
|
||
| OpenEdge.DataAdmin.IUserPermissionSet GetUserPermissions (character) |
/** Get a collection of user permissions in the database
@param filter a character query expression of user permission properties */
|
||
| OpenEdge.DataAdmin.IUserSet GetUsers () |
/** Get a collection of all users in the database */
|
||
| OpenEdge.DataAdmin.IUserSet GetUsers (character) |
/** Get a collection of users in the database *
@param filter a character query expression of user properties */
|
||
| OpenEdge.DataAdmin.IUserSet GetUsers (IRequestInfo) |
/** Get a collection of users in the database *
@param filter a character query expression of user properties. */
|
||
| LOGICAL LoadSchemaChanges (character) |
/** Load schema changes in the datbase from the specified schema file (.df) */
|
||
| OpenEdge.DataAdmin.IArea NewArea (character) |
/** Get a new area
Expected to be passed to CreateArea() to be created in the database or added to a new or
existing IAreaSet collection to be submitted to the database with the collection.
@param areaname name of the new area */
|
||
| OpenEdge.DataAdmin.IAreaSet NewAreas () |
/** Get an empty area collection
Add new areas to the collection and pass it to CreateAreas() to create the areas in the database. */
|
||
| OpenEdge.DataAdmin.IAuthenticationSystem NewAuthenticationSystem (character) |
/** Get a new authentication system
Expected to be passed to CreateAuthenticationSystem() to be created in the database
or added to a new or existing IAuthenticationSystemSet collection to be submitted to the
database with the collection.
@param systemName name of the new authentication system */
|
||
| OpenEdge.DataAdmin.IAuthenticationSystemSet NewAuthenticationSystems () |
/** Get an empty authentication system collection
Add new authentication systems to the collection and pass it to CreateAuthenticationSystems()
to create the authentication systems in the database. */
|
||
| OpenEdge.DataAdmin.IAuthTag NewAuthTag (character) |
/** Get a new auth tag
Expected to be passed to CreateAuthTag() to be created in the database or added to a new or
existing IAuthTagSet collection to be submitted to the database with the collection.
@param tagname name of the new auth tag */
|
||
| OpenEdge.DataAdmin.IAuthTagSet NewAuthTags () |
/** Get an empty auth tag collection
Add new auth tags to the collection and pass it to CreateAuthTags() to create the auth tags in the database. */
|
||
| OpenEdge.DataAdmin.ICdcFieldPolicy NewCdcFieldPolicy () |
/* using the service's UpdateTable() or UpdateTables() methods.*/
|
||
| OpenEdge.DataAdmin.ICdcTablePolicySet NewCdcTablePolicies () |
/** Get an empty cdc table policy collection */
|
||
| OpenEdge.DataAdmin.ICdcTablePolicy NewCdcTablePolicy (character) |
/** Get an empty cdc table policy */
|
||
| OpenEdge.DataAdmin.IDataAdminCollection NewCollection (character) |
/** Get 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 roles 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) |
/** Get a new domain
Expected to be passed to CreateDomain() to be created in the database or added to a new or
existing IDomainSet collection, including the ITenant:Domains, to be submitted to the
database with the collection.
@param domainName name of the new domain */
|
||
| OpenEdge.DataAdmin.IDomainSet NewDomains () |
/** Get an empty domain collection
Add new domains to the collection and pass it to CreateDomains() to create the domains in the database. */
|
||
| OpenEdge.DataAdmin.IExtent NewExtent () |
/** Get a new extent
Expected to be added to an IArea:Extents collection to be submitted to the database
using the service's CreateArea() or UpdateAreas() methods.*/
|
||
| 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 () |
/** Get a new index
Expected to be added to an ITable:Indexes collection to be submitted to the database
using the service's CreateTable() or UpdateTables() methods.*/
|
||
| OpenEdge.DataAdmin.IPartitionPolicySet NewPartitionPolicies () |
/** Get an empty partition policy collection */
|
||
| OpenEdge.DataAdmin.IPartitionPolicy NewPartitionPolicy (character) |
/** Get an empty partition policy */
|
||
| 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 CreateRole() 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) |
/** Get a new sequence
Expected to be passed to CreateSequence to be created in the database or added to a new
or existing ISequenceSet collection to be submitted to the database with the collection.
@param userid user id of user in the form <name>@<domain> */
|
||
| OpenEdge.DataAdmin.ISequenceSet NewSequences () |
/** Get an empty sequence collection
Add new sequences to the collection and pass it to CreateSequences() to create the sequences
in the database. */
|
||
| OpenEdge.DataAdmin.ITenant NewTenant (character) |
/** Get a new tenant
Expected to be passed to CreateTenant() to be created in the database or added to a new
or existing ITenantSet collection to be submitted to the database with the collection.
@param tenantName name of the new tenant */
|
||
| OpenEdge.DataAdmin.ITenantGroup NewTenantGroup (character) |
/** Get a new tenant group
Expected to be passed to CreateTenantGroup() to be created in the database or added to a new
or existing ITenantGroupSet collection to be submitted to the database with the collection.
@param groupName name of the new tenant group */
|
||
| OpenEdge.DataAdmin.ITenantGroupMember NewTenantGroupMember () |
/** Get a new tenant group member
Expected to be added to an ITenant or ITenantGroup TenantGroupMembers collection to be
submitted to the database using the service's CreateTenants() or UpdateTenants() methods.*/
|
||
| OpenEdge.DataAdmin.ITenantGroupSet NewTenantGroups () |
/** Get an empty tenant group collection
Add new tenant groups to the collection and pass it to CreateTenantGroups() to create the tenants
in the database. */
|
||
| OpenEdge.DataAdmin.ITenantSet NewTenants () |
/** Get an empty tenant collection
Add new tenants to the collection and pass it to CreateTenants() to create the tenants
in the database. */
|
||
| OpenEdge.DataAdmin.IUser NewUser (character) |
/** Get a new user
Expected to be passed to CreateUser to be created in the database or added to a new
or existing IUserSet collection, including ITenant:Users or IDomin:Users to be submitted
to the database with the collection.
@param userid user id of user in the form <name>@<domain> */
|
||
| OpenEdge.DataAdmin.IUserSet NewUsers () |
/** Get an empty user collection
Add new users to the collection and pass it to CreateUsers() to create the users
in the database. */
|
||
| Progress.Lang.Error RemoveError () |
/** Removes and returns the last error from a failed operation when ThrowDataErrors is false. */
|
||
| ThrowError () |
/** Throw the last error from a failed operation when ThrowDataErrors is false.
The error is also removed from the service. */
|
||
| LOGICAL UpdateAdministrator (IAdministrator) |
/** Update the database with administrator changes
@param admin IAdministrator */
|
||
| LOGICAL UpdateArea (IArea) |
/** Update the database with new extents added to the area
@param area IArea */
|
||
| LOGICAL UpdateAreas (IAreaSet) |
/** Update the database with new extents added to the areas in the collection
@param areas IAreaSet collection */
|
||
| LOGICAL UpdateAuthenticationSystem (IAuthenticationSystem) |
/** Update the database with authentication system changes
@param authenticationSystem IAuthenticationSystem */
|
||
| LOGICAL UpdateAuthenticationSystems (IAuthenticationSystemSet) |
/** Update the database with changes for many authentication systems
@param authenticationSystems IAuthenticationSystemSet collection */
|
||
| LOGICAL UpdateAuthTag (IAuthTag) |
/** Update a single auth tag record
@param area IAuthTag */
|
||
| LOGICAL UpdateAuthTags (IAuthTagSet) |
/** Update multiple auth tag records
@param areas IAuthTagSet collection */
|
||
| LOGICAL UpdateCdcTablePolicies (ICdcTablePolicySet) |
/** Update the database with cdc table policies with changes
@param policies ICdcTablePolicySet with policies to be updated */
|
||
| LOGICAL UpdateCdcTablePolicy (ICdcTablePolicy) |
/** Update the database with cdc table policy changes
@param policy ICdcTablePolicy to be created */
|
||
| LOGICAL UpdateCollection (IDataAdminCollection) |
/** Update a collection */
|
||
| 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) |
/** Update the database with security changes
@param securityInstance IDataSecurity */
|
||
| LOGICAL UpdateDomain (IDomain) |
/** Update the database with domain changes
@param domain IDomain */
|
||
| LOGICAL UpdateDomains (IDomainSet) |
/** Update the database with changes for many domains
@param domains IDomainSet collection */
|
||
| 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 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) |
/** Update the database with partition changes on new partitions created when the
schema definitions were added to the database with pdateSchemaChanges
@param schema ISchema */
|
||
| LOGICAL UpdateSchemaChanges (ISchema) |
/** Update the database with schema changes returned from GetSchemaChanges
@param schema ISchema */
|
||
| LOGICAL UpdateSequence (ISequence) |
/** Update the database with sequence changes
@param sequence ISequence */
|
||
| LOGICAL UpdateSequences (ISequenceSet) |
/** Update the database with changes for many sequences
@param sequences ISequenceSet collection */
|
||
| LOGICAL UpdateTable (ITable) |
/** Update the database with table changes
@param table ITable */
|
||
| LOGICAL UpdateTablePermission (ITablePermission) |
/** Update the database with table permission changes
@param tablePermission ITablePermission */
|
||
| LOGICAL UpdateTablePermissions (ITablePermissionSet) |
/** Update the database with changes for many table permissions
@param tablePermissions ITablePermissionSet collection */
|
||
| LOGICAL UpdateTables (ITableSet) |
/** Update the database with changes for many tables
@param sequences ITableSet collection */
|
||
| LOGICAL UpdateTenant (ITenant) |
/** Update the database with tenant changes
@param tenant ITenant */
|
||
| LOGICAL UpdateTenantGroup (ITenantGroup) |
/** Update the database with tenant group changes
@param group ITenantGroup */
|
||
| LOGICAL UpdateTenantGroups (ITenantGroupSet) |
/** Update the database with changes for many tenant groups
@param tenantGroups ITenantGroupSet collection */
|
||
| LOGICAL UpdateTenants (ITenantSet) |
/** Update the database with changes for many tenants
@param tenants ITenantSet collection */
|
||
| LOGICAL UpdateUser (IUser) |
/** Update the database with table permission changes
@param tablePermission ITablePermission */
|
||
| LOGICAL UpdateUsers (IUserSet) |
/** Update the database with changes for many table permissions
@param tablePermissions ITablePermissionSet collection */
|
Event Summary
| Options | Name | Purpose | |
|---|---|---|---|
| ServiceDeleted () |
/** published when the service is deleted - considered internal */
|
Property Summary
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER Name |
|
||
| OpenEdge.DataAdmin.Core.IPasswordPolicy PasswordPolicy |
|
||
| LOGICAL ThrowDataErrors |
|
||
| OpenEdge.DataAdmin.Core.FileLogger TransactionLogger |
|
||
| CHARACTER Url |
|
||
| OpenEdge.DataAdmin.Util.IUtilityFactory UtilityFactory |
|
Method Detail
LOGICAL CancelSchemaChanges ()
|
||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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)
|
||||||||||||||||||||||
LOGICAL CreateDatabaseOption (IDatabaseOption)
|
||||||||||||||||||||||
LOGICAL CreateDatabaseOptions (IDatabaseOptionSet)
|
||||||||||||||||||||||
LOGICAL CreateDomain (IDomain)
|
||||||||||||||||||||||
LOGICAL CreateDomains (IDomainSet)
|
||||||||||||||||||||||
LOGICAL CreateGrantedRole (IGrantedRole)
|
||||||||||||||||||||||
LOGICAL CreateGrantedRoles (IGrantedRoleSet)
|
||||||||||||||||||||||
LOGICAL CreatePartitionPolicies (IPartitionPolicySet)
|
||||||||||||||||||||||
LOGICAL CreatePartitionPolicy (IPartitionPolicy)
|
||||||||||||||||||||||
LOGICAL CreateRole (IRole)
|
||||||||||||||||||||||
LOGICAL CreateRoles (IRoleSet)
|
||||||||||||||||||||||
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 DeleteGrantedRole (character)
|
||||||||||||||||||||||
LOGICAL DeletePartitionPolicy (character)
|
||||||||||||||||||||||
LOGICAL DeleteRole (character)
|
||||||||||||||||||||||
LOGICAL DeleteRole (IRole)
|
||||||||||||||||||||||
LOGICAL DeleteSequence (character)
|
||||||||||||||||||||||
LOGICAL DeleteTenant (character)
|
||||||||||||||||||||||
LOGICAL DeleteTenantGroup (character)
|
||||||||||||||||||||||
LOGICAL DeleteUser (character)
|
||||||||||||||||||||||
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 ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ICdcFieldPolicySet GetCdcFieldPolicies (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ICdcTablePolicySet GetCdcTablePolicies (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ICdcTablePolicy GetCdcTablePolicy (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ICdcTablePolicy GetCdcTablePolicy (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminCollection GetCollection (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDataAdminCollection GetCollection (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDatabaseOption GetDatabaseOption (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDatabaseOptionSet GetDatabaseOptions ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDatabaseOptionSet GetDatabaseOptions (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDatabaseOptionSet GetDatabaseOptions (IRequestInfo)
|
||||||||||||||||||||||
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 ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IGrantedRole GetGrantedRole (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IGrantedRoleSet GetGrantedRoles ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IGrantedRoleSet GetGrantedRoles (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IGrantedRoleSet GetGrantedRoles (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicySet GetPartitionPolicies ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicySet GetPartitionPolicies (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicySet GetPartitionPolicies (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (integer)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicy GetPartitionPolicy (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicyDetailSet GetPartitionPolicyDetails ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicyDetailSet GetPartitionPolicyDetails (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicyDetailSet GetPartitionPolicyDetails (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IUserTablePermissionSet GetPermissions (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IRole GetRole (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IRole GetRole (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IRoleSet GetRoles ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IRoleSet GetRoles (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IRoleSet GetRoles (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ISchema GetSchema ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ISchema GetSchema (IRequestInfo)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ISchema GetSchemaChanges (character)
|
||||||||||||||||||||||
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)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.ITable GetTable (integer)
|
||||||||||||||||||||||
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)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDatabaseOption NewDatabaseOption (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDatabaseOptionSet NewDatabaseOptions ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDomain NewDomain (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IDomainSet NewDomains ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IExtent NewExtent ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IGrantedRole NewGrantedRole ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IGrantedRoleSet NewGrantedRoles ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IIndex NewIndex ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicySet NewPartitionPolicies ()
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicy NewPartitionPolicy (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IPartitionPolicyDetail NewPartitionPolicyDetail (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IRole NewRole (character)
|
||||||||||||||||||||||
OpenEdge.DataAdmin.IRoleSet NewRoles ()
|
||||||||||||||||||||||
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 ()
|
||||||||||||||||||||||
ThrowError ()
|
||||||||||||||||||||||
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)
|
||||||||||||||||||||||
LOGICAL UpdateDatabaseOption (IDatabaseOption)
|
||||||||||||||||||||||
LOGICAL UpdateDatabaseOptions (IDatabaseOptionSet)
|
||||||||||||||||||||||
LOGICAL UpdateDataSecurity (IDataSecurity)
|
||||||||||||||||||||||
LOGICAL UpdateDomain (IDomain)
|
||||||||||||||||||||||
LOGICAL UpdateDomains (IDomainSet)
|
||||||||||||||||||||||
LOGICAL UpdateGrantedRole (IGrantedRole)
|
||||||||||||||||||||||
LOGICAL UpdateGrantedRoles (IGrantedRoleSet)
|
||||||||||||||||||||||
LOGICAL UpdatePartitionPolicies (IPartitionPolicySet)
|
||||||||||||||||||||||
LOGICAL UpdatePartitionPolicy (IPartitionPolicy)
|
||||||||||||||||||||||
LOGICAL UpdateRole (IRole)
|
||||||||||||||||||||||
LOGICAL UpdateRoles (IRoleSet)
|
||||||||||||||||||||||
LOGICAL UpdateSchema (ISchema)
|
||||||||||||||||||||||
LOGICAL UpdateSchemaChanges (ISchema)
|
||||||||||||||||||||||
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)
|
||||||||||||||||||||||
LOGICAL UpdateUsers (IUserSet)
|
||||||||||||||||||||||
Event Detail
ServiceDeleted ()
|
||||||
|---|---|---|---|---|---|---|
Property Detail
CHARACTER Name
|
||||||||
|---|---|---|---|---|---|---|---|---|
OpenEdge.DataAdmin.Core.IPasswordPolicy PasswordPolicy |
||||||||
LOGICAL ThrowDataErrors
|
||||||||
OpenEdge.DataAdmin.Core.FileLogger TransactionLogger |
||||||||
CHARACTER Url
|
||||||||
OpenEdge.DataAdmin.Util.IUtilityFactory UtilityFactory |
||||||||