Namespace: OpenEdge.DataAdmin.Rest
Interface
IRestRequestInfo
Parent classes:
Inherits: OpenEdge.DataAdmin.Rest.IRestRequestFileInfo

/* Copyright (c) 2012 by Progress Software Corporation.
/*
/* All rights reserved. No part of this program or document
/* may be reproduced in any form or by any means without
/* permission in writing from Progress Software Corporation.
Purpose:Connection and file info for rest request
Author(s):hdaniels




Method Summary
Options Name Purpose
InitFromJson (character, JsonObject) /** initialize from json object */
InitFromJsonFile (character) /** initialize from json file */

Property Summary
Options Name Purpose
CHARACTER Collection /** rest collection - the first */
CHARACTER Connection /** connection - db connection */
INTEGER ConnectionsPos /** the slash entry position of the the connections collection in the URL */
CHARACTER Method /** URL method - POST, PUT, GET, DELETE */
CHARACTER ProcedureName /** run procedure */
CHARACTER Url /** request URL */


Method Detail
Top

InitFromJson (character, JsonObject)

Purpose: initialize from json object
Parameters:
pcPath CHARACTER
pJson Progress.Json.ObjectModel.JsonObject
Top

InitFromJsonFile (character)

Purpose: initialize from json file
Parameters:
pcChar CHARACTER


Property Detail
Top

CHARACTER Collection

Purpose: rest collection - the first
Returns CHARACTER
Top

CHARACTER Connection

Purpose: connection - db connection
Returns CHARACTER
Top

INTEGER ConnectionsPos

Purpose: the slash entry position of the the connections collection in the URL
Returns INTEGER
Top

CHARACTER Method

Purpose: URL method - POST, PUT, GET, DELETE
Returns CHARACTER
Top

CHARACTER ProcedureName

Purpose: run procedure
Returns CHARACTER
Top

CHARACTER Url

Purpose: request URL
Returns CHARACTER


Copyright © 2017 Progress Software Corporation. All rights Reserved.

Progress® OpenEdge® Release 11.7