Namespace: Consultingwerk.OERA.BusinessEntityDescriptor
Interface 
IInvokableMethodDescriptor Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implemented by: Consultingwerk.OERA.BusinessEntityDescriptor.InvokableMethodDescriptor

File:IInvokableMethodDescriptor
Purpose:Describes an Invokable Method
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Wed Jul 08 15:46:37 CEST 2015
Notes:http://confluence.consultingwerkcloud.com/wiki/display/SCL/Business+Entity+Descriptor


Top Property Summary
Options Name Purpose
+ LOGICAL DatasetInput Returns if the ProDataset parameter is expected in INPUT direction
+ LOGICAL DatasetOutput Returns if the ProDataset parameter is expected in OUTPUT direction
+ CHARACTER Name Returns the method name
+ CHARACTER ParameterClassName Returns the class name of the parameter class


Property Detail
Top

PUBLIC LOGICAL DatasetInput

Purpose: Returns if the ProDataset parameter is expected in INPUT direction
Notes:

Returns LOGICAL
Top

PUBLIC LOGICAL DatasetOutput

Purpose: Returns if the ProDataset parameter is expected in OUTPUT direction
Notes:

Returns LOGICAL
Top

PUBLIC CHARACTER Name

Purpose: Returns the method name
Notes:

Returns CHARACTER
Top

PUBLIC CHARACTER ParameterClassName

Purpose: Returns the class name of the parameter class
Notes: The JSDO Generic Service uses this to deserialize the JSON parameter
string without the need to rely on the SerializedTypeInfo in the JSON
String

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:29:40