|
|
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
OpenEdge.DataAdmin.Error.UnsupportedOperationError AddDetailError (character) |
|
|||||
|
|
LOGICAL AddDetailsFromData () |
/* populate Details from data */ |
|||||
|
|
LOGICAL AddDetailsFromData (character) |
/* populate Details from data using token string to assign name
@param TokenString format XX${<property>}X} where X is any fixed mask char
(except "$~{" or "~}" )
example "$~{TableName~}-$~{PartitionPolicyName~}-$~{Values[3]}-$~{Values[2]}".
valid properties are TableName PartitionPolicyName Values[i] (i = field number)
*/ |
|||||
|
|
LOGICAL AddDetailsFromData (character, character) |
/* populate Details from data using substitute string and comma separated list
of properties to assign name
@param TokenString tokens in &n format as ABL substitute statement (max 9)
@param Propertiesg comma separated list of props
valid properties are TableName PartitionPolicyName Values[i] (i = field number)
*/ |
|||||
|
|
AssertLoadFromData () |
|
|||||
|
|
Attach (IDataAdminContext) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL CanAttach (IDataAdminContext) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ConvertTokensToSubstitute (character, character, character) |
|
|||||
|
|
OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext () |
Overrides OpenEdge.DataAdmin.Entity:CreateLocalContext () |
|||||
|
|
IRow CreateRowInfo () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL Equals (Object) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Export () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Export (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportAsProcedure (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportAsProcedure (character, character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportData (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportTree (character) |
/** override to handle collections for this */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ExportTree (character, character) |
/** override to check for indexes -which will be found, but cause error when building dataset with bad join */ Overrides OpenEdge.DataAdmin.Entity:ExportTree (character, character) |
|||||
|
|
IDataAdminCollection GetChildCollection (character) |
/** use IRow to pass state and info
@todo deprecate the overloads below this */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
IDataAdminExporter GetCodeExporter () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
IDataAdminExporter GetExporter (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetFileExtension (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
JSONObject GetJSONExport (IContextTree) |
/* optional call back from context tree.
called when parse is complete
override to return json to export instead of dataset
returns unknown to use standard dataset. write-json */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetKeyValue () |
/** @todo - deprecate - use GetKeyValues
workaround due to inconsistent key definition (and property reflection)
override in classes that does not use name */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetKeyValues () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
OpenEdge.DataAdmin.IDataAdminService GetLookupService () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER GetValidDefaultAllocationList () |
Overrides OpenEdge.DataAdmin.AbstractPartitionParent:GetValidDefaultAllocationList () |
|||||
|
|
Import (character) |
/* @TODO - call context:ImportRow with GetKeyValue() and remove all override */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
ImportTree (character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL NeedsRefresh () |
/* if lazy datasource none of the arename fields will have data
it is sufficent to check one of them - super does not have
area - default may have... */ Overrides OpenEdge.DataAdmin.Entity:NeedsRefresh () |
|||||
|
|
NewContext (IDataAdminModel) |
/* the context we attached to changed */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
Refresh () |
/* Refresh if necessary */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
RowDeleted () |
/* the context we attached to deleted something changed */ Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
INTEGER Serialize (handle) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
LOGICAL SetProperty (character, character) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
CHARACTER ToString () |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
WriteTree (IContextTree) |
Inherited from OpenEdge.DataAdmin.Entity |
|||||
|
|
WriteTree (IContextTree, character) |
Inherited from OpenEdge.DataAdmin.Entity |
| Options | Name | Purpose | |||||
|---|---|---|---|---|---|---|---|
|
|
PartitionPolicy (character) |
|
|||||
|
|
PartitionPolicy (IDataAdminModel) |
|
|||||
|
|
PartitionPolicy (IDataAdminModel, IRequestInfo) |
|
|
Top
PRIVATE OpenEdge.DataAdmin.Error.UnsupportedOperationError AddDetailError (character)
|
|||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL AddDetailsFromData ()
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL AddDetailsFromData (character)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL AddDetailsFromData (character, character)
|
|||||||||||||||||||||||||||
PRIVATE AssertLoadFromData ()
|
|||||||||||||||||||||||||||
PUBLIC Attach (IDataAdminContext)
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL CanAttach (IDataAdminContext)
|
|||||||||||||||||||||||||||
PRIVATE ConvertTokensToSubstitute (character, character, character)
|
|||||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IDataAdminModel CreateLocalContext ()
|
|||||||||||||||||||||||||||
PROTECTED IRow CreateRowInfo ()
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL Equals (Object)
|
|||||||||||||||||||||||||||
PUBLIC Export ()
|
|||||||||||||||||||||||||||
PUBLIC Export (character)
|
|||||||||||||||||||||||||||
PUBLIC ExportAsProcedure (character)
|
|||||||||||||||||||||||||||
PUBLIC ExportAsProcedure (character, character)
|
|||||||||||||||||||||||||||
PROTECTED ExportData (character)
|
|||||||||||||||||||||||||||
PUBLIC ExportTree (character)
|
|||||||||||||||||||||||||||
PUBLIC ExportTree (character, character)
|
|||||||||||||||||||||||||||
PROTECTED IDataAdminCollection GetChildCollection (character)
|
|||||||||||||||||||||||||||
PROTECTED IDataAdminExporter GetCodeExporter ()
|
|||||||||||||||||||||||||||
PROTECTED IDataAdminExporter GetExporter (character)
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetFileExtension (character)
|
|||||||||||||||||||||||||||
PUBLIC JSONObject GetJSONExport (IContextTree)
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValue ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetKeyValues ()
|
|||||||||||||||||||||||||||
PROTECTED OpenEdge.DataAdmin.IDataAdminService GetLookupService ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER GetValidDefaultAllocationList ()
|
|||||||||||||||||||||||||||
PUBLIC Import (character)
|
|||||||||||||||||||||||||||
PUBLIC ImportTree (character)
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL NeedsRefresh ()
|
|||||||||||||||||||||||||||
PROTECTED NewContext (IDataAdminModel)
|
|||||||||||||||||||||||||||
PROTECTED Refresh ()
|
|||||||||||||||||||||||||||
PROTECTED RowDeleted ()
|
|||||||||||||||||||||||||||
PUBLIC INTEGER Serialize (handle)
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL SetProperty (character, character)
|
|||||||||||||||||||||||||||
PUBLIC CHARACTER ToString ()
|
|||||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree)
|
|||||||||||||||||||||||||||
PUBLIC WriteTree (IContextTree, character)
|
|||||||||||||||||||||||||||
PUBLIC PartitionPolicy (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC PartitionPolicy (IDataAdminModel)
|
||||||||||||||||
PUBLIC PartitionPolicy (IDataAdminModel, IRequestInfo)
|
||||||||||||||||
PUBLIC LOGICAL Attached
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER CodeExtension
|
|||||||||
PROTECTED OpenEdge.DataAdmin.Binding.IDataAdminModel Context
|
|||||||||
PUBLIC CHARACTER ContextId
|
|||||||||
PUBLIC LOGICAL Created
|
|||||||||
PUBLIC CHARACTER DefaultAllocation
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IArea DefaultDataArea
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IArea DefaultIndexArea
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IArea DefaultLobArea
|
|||||||||
PUBLIC CHARACTER Description
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IPartitionPolicyDetailSet Details
|
|||||||||
PUBLIC Progress.Lang.error Error
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IFieldList Fields
|
|||||||||
PUBLIC LOGICAL HasComposite
|
|||||||||
PUBLIC LOGICAL HasRange
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IIndexSet Indexes
|
|||||||||
PUBLIC LOGICAL IsCompositeReadOnly
|
|||||||||
PUBLIC LOGICAL IsReadOnly
|
|||||||||
PUBLIC LOGICAL Modified
|
|||||||||
PUBLIC CHARACTER Name
|
|||||||||
PUBLIC INTEGER NumFields
|
|||||||||
PRIVATE OpenEdge.DataAdmin.Binding.PartitionPolicyContext PartitionPolicyContext
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IRequestInfo RequestInfo
|
|||||||||
PUBLIC CHARACTER SerializeName
|
|||||||||
PUBLIC OpenEdge.DataAdmin.IDataAdminService Service
|
|||||||||
PROTECTED CHARACTER ShortContextName
|
|||||||||
PROTECTED CHARACTER ShortTypeName
|
|||||||||
PUBLIC OpenEdge.DataAdmin.ITable Table
|
|||||||||
PUBLIC LOGICAL Type
|
|||||||||
PROTECTED CHARACTER ValidDefaultAllocationList
|
|||||||||
Progress® OpenEdge® Release 12.2.0