Namespace: Consultingwerk.OERA
Class 
BusinessTaskMethodData Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.OERA.IBusinessTaskMethodData

File:BusinessTaskMethodData
Purpose:Describes a Business Task Method for REST/JSDO Catalog
generation
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Aug 08 11:33:58 CEST 2016
Notes:Not serializable, as the Dataset Handle Parameters would
not be serializable
Purpose: Gets and sets the array of the dataset handles (empty datasets
to describe the interface)
Notes:


Top Constructor Summary
Options Name Purpose
+ BusinessTaskMethodData () Constructor for the BusinessTaskMethodData class
+ BusinessTaskMethodData (character, handle[], DatasetParameterModeEnum[], Class) Constructor for the BusinessTaskMethodData class
+ BusinessTaskMethodData (character, handle[], DatasetParameterModeEnum[], Class, logical) Constructor for the BusinessTaskMethodData class
+ BusinessTaskMethodData (character, Class) Constructor for the BusinessTaskMethodData class

Top Property Summary
Options Name Purpose
+ HANDLE DatasetHandles
+ Consultingwerk.OERA.DatasetParameterModeEnum DatasetParameterMode
+ CHARACTER MethodName
+ Progress.Lang.Class ParameterClass
+ LOGICAL UseBeforeImage


Constructor Detail
Top

PUBLIC BusinessTaskMethodData ()

Purpose: Constructor for the BusinessTaskMethodData class
Notes:

Top

PUBLIC BusinessTaskMethodData (character, handle[], DatasetParameterModeEnum[], Class)

Purpose: Constructor for the BusinessTaskMethodData class
Notes:

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandles HANDLE
The array of the dataset handles (empty datasets to describe the interface)
poDatasetParameterMode Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
Top

PUBLIC BusinessTaskMethodData (character, handle[], DatasetParameterModeEnum[], Class, logical)

Purpose: Constructor for the BusinessTaskMethodData class
Notes:

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
phDatasetHandles HANDLE
The array of the dataset handles (empty datasets to describe the interface)
poDatasetParameterMode Consultingwerk.OERA.DatasetParameterModeEnum
The mode of the dataset parameter (input, output, input-output)
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?
plUseBeforeImage LOGICAL
The method supports the Dataset Before Image
Top

PUBLIC BusinessTaskMethodData (character, Class)

Purpose: Constructor for the BusinessTaskMethodData class
Notes:

Parameters:
pcMethodName CHARACTER
The name of the Business Task Method
poParameterClass Progress.Lang.Class
The name of the class for the parameter object (non abstract, non interface) or ?


Property Detail
Top

PUBLIC HANDLE DatasetHandles


Returns HANDLE
Top

PUBLIC Consultingwerk.OERA.DatasetParameterModeEnum DatasetParameterMode


Returns Consultingwerk.OERA.DatasetParameterModeEnum
Top

PUBLIC CHARACTER MethodName


Returns CHARACTER
Top

PUBLIC Progress.Lang.Class ParameterClass


Returns Progress.Lang.Class
Top

PUBLIC LOGICAL UseBeforeImage


Returns LOGICAL


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 05:52:12