|
Options |
Name |
Purpose |
|
|
|
LOGICAL AppendEventHandlerMethod (character, character, character, RepositoryEventDescriptor)
|
Appends a client-side event handler method to a Logic Object class
|
|
|
|
LOGICAL AppendServerSideEventHandlerMethod (character, character, character, character, RepositoryEventDescriptor)
|
Appends a server-side event handler method to a Business Task class
|
|
|
|
CHARACTER CollapseSpaces (character)
|
Returns the given string with tabs converted to blanks and runs of blanks collapsed
|
|
|
|
INTEGER FindEndClassLine (longchar)
|
Returns the line number of the closing end class statement
|
|
|
|
CHARACTER FindIncludeFile (character, character)
|
Returns the PROPATH relative name of a dataset include file when it exists
|
|
|
|
INTEGER FindMethodLine (longchar, character)
|
Returns the line number of the declaration of the given method
|
|
|
|
CHARACTER GenerateLogicObject (character, character, character, character, logical)
|
Generates the Logic Object class of a repository container
|
|
|
|
CHARACTER GenerateServerSideEventHandler (character, character, character, character, character, character, logical)
|
Generates the server-side event handler Business Task of a repository container
|
|
|
|
CHARACTER GetDatasetName (character)
|
Returns the name of the ProDataset a server-side event handler class operates on
|
|
|
|
CHARACTER GetDataSourceEntityName (character)
|
Returns the Business Entity a MetaDataSource object master is bound to
|
|
|
|
CHARACTER GetEventSource (character)
|
Returns the description of the source of an event for the method documentation
|
|
|
|
INTEGER GetMethodLineNumber (character, character)
|
Returns the line number a method of the given class file is declared in
|
|
|
|
CHARACTER GetOutputFileName (character, character)
|
Returns the name of the class file to generate
|
|
|
|
CHARACTER GetPackageFolder (character)
|
Returns the package folder of a fully qualified class name
|
|
|
|
LOGICAL HasMethod (character, character)
|
Returns if the given class file already declares a method of that name
|
|
|
|
LOGICAL InsertMethod (character, longchar, character)
|
Inserts a method into a class file, before the closing end class statement
|
|
|
|
CHARACTER MaskLine (character, integer)
|
Returns a copy of the given source line with comments and string literals blanked out
|
|
|
|
LONGCHAR MaskSource (longchar)
|
Returns a copy of the source with all comments and string literals blanked out
|
|
|
|
CHARACTER ProposeMethodName (character, character, character, character)
|
Returns the proposed name of an event handler method
|
|
|
|
LONGCHAR ReadSource (character)
|
Reads a class file with the line endings normalized to CHR(10)
|
|
|
|
ResolveDataset (character, character, character)
|
Resolves the ProDataset include file and dataset name of a Business Entity
|
|
|
|
ResolveDatasetFromBusinessEntity (character, character, character)
|
Resolves the ProDataset from the Business Entity itself
|
|
|
|
ResolveDatasetFromModelFile (character, character, character)
|
Resolves the ProDataset from the .bedgm model file of the Business Entity
|
|
|
|
WriteFile (character, longchar)
|
Writes the generated source to the given file
|