Namespace: OpenEdge.DataAdmin
Class
Administrator
Parent classes:
Inherits: OpenEdge.DataAdmin.Entity
Implements: OpenEdge.DataAdmin.IDataAdminElement, OpenEdge.DataAdmin.IDataAdminSerializable, OpenEdge.DataAdmin.IAdministrator

/* Copyright (c) 2011 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:Administrator
Purpose:Manage administrators
Author(s):hdaniels
Created:Fri Jun 03 12:38:03 EDT 2011
Notes:This manages the can-do string that is propagated to
several can* fields in several records in the database.
- Somewhat of an overkill for a single string...
Could be extended to support list of adminstrators - users
- it is an open question if this then would be a header with a
collection of users or if this class will extend user.
- The former would allow us to keep the get in dataadminserver
with no parameter and is more consistent with current
usage.
- The latter can be handled by getAdministrators()
that returns a collection of these(and no header)




Method Summary
Options Name Purpose
OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () /* No local context needed - no child collections */
Export (character)
Import (character)

Constructor Summary
Options Name Purpose
Administrator (IDataAdminModel)
Administrator (IDataAdminModel, IRequestInfo)

Property Summary
Options Name Purpose
CHARACTER Administrators


Method Detail
Top

OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext ()

/* No local context needed - no child collections
Returns OpenEdge.DataAdmin.Binding.IDataAdminModel
Top

Export (character)

Parameters:
pcfile CHARACTER
Top

Import (character)

Parameters:
pcfile CHARACTER


Constructor Detail
Top

Administrator (IDataAdminModel)

Purpose:
Notes:
Parameters:
cntxt OpenEdge.DataAdmin.Binding.IDataAdminModel
Top

Administrator (IDataAdminModel, IRequestInfo)

Parameters:
cntxt OpenEdge.DataAdmin.Binding.IDataAdminModel
pReq OpenEdge.DataAdmin.IRequestInfo


Property Detail
Top

CHARACTER Administrators

Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7