RESTDefinition

Sepasoft MES Module Suite

Description

The RESTDefinition object holds all of the information defining a type of RESTful configuration. 


 

Object Functions

 

getRequestHeaderVariables()

Description

Gets the request header variables for the RESTful configuration.

Syntax

getRequestHeaderVariables()


  • Parameters

 None

  • Returns

List<WSVariable> requestHeaderVariables - The request header variables for the RESTful configuration.

  • Scope

All

getRequestItems()

Description

 Gets the request items.

Syntax

getRequestItems()


  • Parameters

 None

  • Returns

RESTItems requestItems - The request items for the RESTful configuration.

  • Scope

All

getResponseBodyVariables()

Description

Gets the response body variables for the RESTful configuration.

Syntax

getResponseBodyVariables()


  • Parameters

 None

  • Returns

List<WSVariable> responseBodyVariables - The response body variables for the RESTful configuration.

  • Scope

All

getResponseItems()

Description

 Gets the response items.

Syntax

getResponseItems()


  • Parameters

 None

  • Returns

RESTItems responseItems - The response items for the RESTful configuration.

  • Scope

All

setRequestItems(requestItems)

Description

 Sets the request items.

Syntax

setRequestItems(requestItems)


  • Parameters

RESTItems requestItems - The request items for the RESTful configuration.

  • Returns

Nothing

  • Scope

All

setResponseItems(responseItems)

Description

 Sets the response items.

Syntax

setResponseItems(responseItems)


  • Parameters

 RESTItems responseItems - The response items for the RESTful configuration.

  • Returns

Nothing

  • Scope

All

Sepasoft MES Module Suite