Skip navigation links
Java API Reference for Oracle API Platform Cloud Service Runtime Context
Release 17.2.1

E81296-01
A B C D G I O S T W 

A

ApiRequest - Interface in oracle.apiplatform.policies.sdk.context
Api Request
ApiResponse - Interface in oracle.apiplatform.policies.sdk.context
Api Response
ApiRuntimeContext - Interface in oracle.apiplatform.policies.sdk.context
The API Runtime Context that can be used to access and manipulate the Request and response of both API and Service.
ApplicationContext - Interface in oracle.apiplatform.policies.sdk.context
app context
asJSONArray() - Method in interface oracle.apiplatform.policies.sdk.context.Body
 
asJSONArray() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 
asJSONArray() - Method in class oracle.apiplatform.policies.sdk.context.StringBodyImpl
 
asJSONObject() - Method in interface oracle.apiplatform.policies.sdk.context.Body
 
asJSONObject() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 
asJSONObject() - Method in class oracle.apiplatform.policies.sdk.context.StringBodyImpl
 
asNode() - Method in interface oracle.apiplatform.policies.sdk.context.Body
 
asNode() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 
asNode() - Method in class oracle.apiplatform.policies.sdk.context.StringBodyImpl
 
asStream() - Method in interface oracle.apiplatform.policies.sdk.context.Body
 
asStream() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 
asStream() - Method in class oracle.apiplatform.policies.sdk.context.StringBodyImpl
 
asString() - Method in interface oracle.apiplatform.policies.sdk.context.Body
 
asString() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 
asString() - Method in class oracle.apiplatform.policies.sdk.context.StringBodyImpl
 

B

Body - Interface in oracle.apiplatform.policies.sdk.context
The body of the request or response.

C

close() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 

D

disableBuffering() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 

G

getApiId() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getApiRequest() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getApiResponse() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getAppId() - Method in interface oracle.apiplatform.policies.sdk.context.ApplicationContext
 
getAppKey() - Method in interface oracle.apiplatform.policies.sdk.context.ApplicationContext
 
getApplicationContext() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getAttribute(String) - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getBody() - Method in interface oracle.apiplatform.policies.sdk.context.IncomingMessage
 
getContentType() - Method in interface oracle.apiplatform.policies.sdk.context.Body
 
getContentType() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 
getContentType() - Method in class oracle.apiplatform.policies.sdk.context.StringBodyImpl
 
getEdr(String) - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getHeader(String) - Method in interface oracle.apiplatform.policies.sdk.context.IncomingMessage
 
getHeaders() - Method in interface oracle.apiplatform.policies.sdk.context.IncomingMessage
 
getMethod() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRequest
 
getMethod() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
getOrDefaultBody() - Method in interface oracle.apiplatform.policies.sdk.context.OutgoingMessage
 
getOrDefaultHeaders() - Method in interface oracle.apiplatform.policies.sdk.context.OutgoingMessage
 
getOrDefaultMethod() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
getOrDefaultQueryParams() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
getPathInfo() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRequest
 
getPathInfo() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
getQueryParams() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRequest
 
getQueryParams() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
getQueryString() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRequest
 
getRequestURI() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRequest
 
getRequestURL() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
getServiceRequest() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getServiceResponse() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
getStatusCode() - Method in interface oracle.apiplatform.policies.sdk.context.ApiResponse
 
getStatusCode() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceResponse
 
getStatusText() - Method in interface oracle.apiplatform.policies.sdk.context.ApiResponse
 
getStatusText() - Method in interface oracle.apiplatform.policies.sdk.context.ServiceResponse
 

I

IncomingMessage - Interface in oracle.apiplatform.policies.sdk.context
The incoming message.
InputStreamBodyImpl - Class in oracle.apiplatform.policies.sdk.context
Implementation of Body interface based on the InputStream as the source of payload
InputStreamBodyImpl(InputStream, String) - Constructor for class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 
isRequest() - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 

O

oracle.apiplatform.policies.sdk.context - package oracle.apiplatform.policies.sdk.context
 
OutgoingMessage - Interface in oracle.apiplatform.policies.sdk.context
The outgoing message.

S

ServiceRequest - Interface in oracle.apiplatform.policies.sdk.context
Service Request
ServiceResponse - Interface in oracle.apiplatform.policies.sdk.context
Service Response
setAttribute(String, Object) - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
setBody(Body) - Method in interface oracle.apiplatform.policies.sdk.context.OutgoingMessage
 
setEdr(String, Object) - Method in interface oracle.apiplatform.policies.sdk.context.ApiRuntimeContext
 
setHeader(String, String) - Method in interface oracle.apiplatform.policies.sdk.context.OutgoingMessage
Adds or overrides a header with a given name for outbound request
setHeaders(Map<String, List<String>>) - Method in interface oracle.apiplatform.policies.sdk.context.OutgoingMessage
Overrides the set of headers to be used for outbound request with the given map
setMethod(String) - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
setPathInfo(String) - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
setQueryParam(String, String) - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
setQueryParams(Map<String, List<String>>) - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
 
setRequestURL(String) - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
sets the request url to the given value
setStatusCode(int) - Method in interface oracle.apiplatform.policies.sdk.context.ApiResponse
 
setStatusText(String) - Method in interface oracle.apiplatform.policies.sdk.context.ApiResponse
 
StringBodyImpl - Class in oracle.apiplatform.policies.sdk.context
Implementation of Body interface based on the String as the source of payload
StringBodyImpl(String, String) - Constructor for class oracle.apiplatform.policies.sdk.context.StringBodyImpl
 

T

toString() - Method in class oracle.apiplatform.policies.sdk.context.InputStreamBodyImpl
 

W

withoutHeader(String) - Method in interface oracle.apiplatform.policies.sdk.context.OutgoingMessage
Send the message without this header.
withoutQueryParam(String) - Method in interface oracle.apiplatform.policies.sdk.context.ServiceRequest
Send the message without this query parameter.
A B C D G I O S T W 
Skip navigation links
Java API Reference for Oracle API Platform Cloud Service Runtime Context
Release 17.2.1

E81296-01

Copyright © 2017, Oracle and/or its affiliates. All rights reserved.