- getAction() - Method in class com.apigee.flow.execution.ExecutionResult
-
- getCause() - Method in class com.apigee.flow.execution.ExecutionResult
-
- getClientConnection() - Method in interface com.apigee.flow.message.MessageContext
-
- getContent() - Method in interface com.apigee.flow.message.Message
-
Do not use this method with large payloads as this will load up the
entire payload of the message into the memory
- getContentAsStream() - Method in interface com.apigee.flow.message.Message
-
- getErrorMessage() - Method in interface com.apigee.flow.message.MessageContext
-
- getErrorResponse() - Method in class com.apigee.flow.execution.ExecutionResult
-
- getErrorResponseHeaders() - Method in class com.apigee.flow.execution.ExecutionResult
-
- getFault() - Method in interface com.apigee.flow.execution.ExecutionContext
-
- getFaults() - Method in interface com.apigee.flow.execution.ExecutionContext
-
- getFlowInfo(String) - Method in interface com.apigee.flow.message.MessageContext
-
Get the flow data that was previously added on to the flow.
- getHeader(String) - Method in interface com.apigee.flow.message.Message
-
Get the header value.
- getHeader(String, int) - Method in interface com.apigee.flow.message.Message
-
Get a particular value of a multivalued header
- getHeaderNames() - Method in interface com.apigee.flow.message.Message
-
- getHeaders(String) - Method in interface com.apigee.flow.message.Message
-
Get all the values of a header
- getHeadersAsObject(String) - Method in interface com.apigee.flow.message.Message
-
- getHeadersAsString(String) - Method in interface com.apigee.flow.message.Message
-
Get all the values of a header as string.
- getMarker() - Method in interface com.apigee.flow.execution.ExecutionContext
-
- getMessage(FlowContext) - Method in interface com.apigee.flow.message.MessageContext
-
- getMessage() - Method in interface com.apigee.flow.message.MessageContext
-
- getProperties() - Method in class com.apigee.flow.execution.ExecutionResult
-
some execution results that other executions can use - to be supported in future
- getQueryParam(String) - Method in interface com.apigee.flow.message.Message
-
Get the query param value.
- getQueryParam(String, int) - Method in interface com.apigee.flow.message.Message
-
Get a particular value of a multivalued query param
- getQueryParamNames() - Method in interface com.apigee.flow.message.Message
-
Get all the query param names
- getQueryParams(String) - Method in interface com.apigee.flow.message.Message
-
Get all the values of a query param
- getQueryParamsAsString(String) - Method in interface com.apigee.flow.message.Message
-
Get all the values of a query param as string.
- getQueryParamsCount() - Method in interface com.apigee.flow.message.Message
-
Get the number of query parameters if the message is a request
- getQueryParamValuesCount(String) - Method in interface com.apigee.flow.message.Message
-
Get the number of values the particular query param has
- getRequestMessage() - Method in interface com.apigee.flow.message.MessageContext
-
- getResponseMessage() - Method in interface com.apigee.flow.message.MessageContext
-
- getTargetConnection() - Method in interface com.apigee.flow.message.MessageContext
-
- getTransportMessage() - Method in interface com.apigee.flow.message.Message
-
- getVariable(String) - Method in interface com.apigee.flow.message.Message
-
Retrieve a specific variable associated with the message
- getVariable(String) - Method in interface com.apigee.flow.message.MessageContext
-
The flow may accumulate a lot of data during is life-cycle.
- getVariableAsString(String) - Method in interface com.apigee.flow.message.MessageContext
-
This is similar to getVariable(String name) except that the
output will always be a String.