Namespace: OpenEdge.DataAdmin.Rest
Type: Interface IRestRequest
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.
File:IRestRequest
Purpose:Connection and file info and rest info for rest request
Author(s):hdaniels
Created:Thu Mar 15 13:27:26 EDT 2012



Method Summary
  Options Name Purpose
  OpenEdge.DataAdmin.Rest.IPageRequest GetPageRequest () /** returns an optional pagerequest (Based on url query properties) */
  CHARACTER GetQueryValue (character) /** returns the value of a Url Query property */
  Validate () /** validate data/properties */

Property Summary
  Options Name Purpose
  CHARACTER CollectionName
  CHARACTER ConnectionName
  CHARACTER ConnectionUrl
  CHARACTER KeyValue
  INTEGER NumLevels
  CHARACTER Query
  CHARACTER RequestUrl
  INTEGER StartEntry


Method Detail
Top

OpenEdge.DataAdmin.Rest.IPageRequest GetPageRequest ()

Purpose: returns an optional pagerequest (Based on url query properties)
Returns OpenEdge.DataAdmin.Rest.IPageRequest
 
Top

CHARACTER GetQueryValue (character)

Purpose: returns the value of a Url Query property
Parameters:
pcQuery CHARACTER
 
Returns CHARACTER
 
Top

Validate ()

Purpose: validate data/properties


Property Detail
Top

CHARACTER CollectionName

Returns CHARACTER
 
Top

CHARACTER ConnectionName

Returns CHARACTER
 
Top

CHARACTER ConnectionUrl

Returns CHARACTER
 
Top

CHARACTER KeyValue

Returns CHARACTER
 
Top

INTEGER NumLevels

Returns INTEGER
 
Top

CHARACTER Query

Returns CHARACTER
 
Top

CHARACTER RequestUrl

Returns CHARACTER
 
Top

INTEGER StartEntry

Returns INTEGER