|
| Options | Name | Purpose | |
|---|---|---|---|
| HANDLE GetSchema (character) |
/* Returns a schema handle for a named schema for this operation (only).
@param character The schema name
@return handle A schema handle. UNKNOWN if the schema cannot be found */
|
||
| LOGICAL HasSchema (character) |
/* Returns TRUE if there is a named schema for this operation (only).
@param character The schema name
@return logical TRUE if the schema exists for this operation, FALSE otherwise */
|
||
| CHARACTER ToString () |
|
| Options | Name | Purpose | |
|---|---|---|---|
| MappedOperation (character, MethodEnum, character, character, character, character, character, OperationOptions, integer) |
/* Constructor
@param character The service URI
@param MethodEnum The HTTP method
@param character The content-type to return
@param character The ABL target of the operation
@param character The name of the target (class/procedure/etc)
@param character The entity type (what type of object should this be)
@param character The name of the function (method/internal-proc/etc)
@param OperationOptions Any options pertaining to this operatiion
@param integer The HTTP status code to return in case of success */
|
||
| MappedOperation (character, MethodEnum, character, character, character, character, character, OperationOptions, integer, IList) |
/* Constructor
@param character The service URI
@param MethodEnum The HTTP method
@param character The content-type to return
@param character The ABL target of the operation
@param character The name of the target (class/procedure/etc)
@param character The entity type (what type of object should this be)
@param character The name of the function (method/internal-proc/etc)
@param OperationOptions Any options pertaining to this operatiion
@param integer The HTTP status code to return in case of success
@param IList The parameter definitions for this operation */
|
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER AccessControl |
|
||
| CHARACTER ContentType |
|
||
| OpenEdge.Net.HTTP.CookieCollection Cookies |
|
||
| Progress.Lang.Class EntityType |
|
||
| OpenEdge.Net.HTTP.HttpHeaderCollection Headers |
|
||
| OpenEdge.Net.HTTP.MethodEnum Method |
|
||
| CHARACTER Name |
|
||
| OpenEdge.Web.DataObject.OperationOptions Options |
|
||
| OpenEdge.Core.Collections.IList Parameters |
|
||
| OpenEdge.Web.DataObject.OperationParameter ReturnValue |
|
||
| OpenEdge.Core.Collections.IStringKeyedMap Schemas |
|
||
| CHARACTER ServiceURI |
|
||
| INTEGER StatusCode |
|
||
| CHARACTER TargetFunction |
|
||
| CHARACTER TargetName |
|
||
| CHARACTER TargetType |
|
HANDLE GetSchema (character)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
LOGICAL HasSchema (character)
|
||||||||||||||||
CHARACTER ToString ()
|
||||||||||||||||
MappedOperation (character, MethodEnum, character, character, character, character, character, OperationOptions, integer)
|
||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
MappedOperation (character, MethodEnum, character, character, character, character, character, OperationOptions, integer, IList)
|
||||||||||||||||||||||||||||||||||||||||||||||||
CHARACTER AccessControl
|
||||||||
|---|---|---|---|---|---|---|---|---|
CHARACTER ContentType
|
||||||||
OpenEdge.Net.HTTP.CookieCollection Cookies |
||||||||
Progress.Lang.Class EntityType
|
||||||||
OpenEdge.Net.HTTP.HttpHeaderCollection Headers |
||||||||
OpenEdge.Net.HTTP.MethodEnum Method
|
||||||||
CHARACTER Name
|
||||||||
OpenEdge.Web.DataObject.OperationOptions Options |
||||||||
OpenEdge.Core.Collections.IList Parameters
|
||||||||
OpenEdge.Web.DataObject.OperationParameter ReturnValue |
||||||||
OpenEdge.Core.Collections.IStringKeyedMap Schemas |
||||||||
CHARACTER ServiceURI
|
||||||||
INTEGER StatusCode
|
||||||||
CHARACTER TargetFunction
|
||||||||
CHARACTER TargetName
|
||||||||
CHARACTER TargetType
|
||||||||