Class ServiceInvocationResultResponseMetadata
java.lang.Object
com.flowable.serviceregistry.api.runtime.ServiceInvocationResultResponseMetadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getBody
(ServiceInvocationResultResponse serviceInvocationResultResponse) static boolean
getBooleanFromMetadata
(ServiceInvocationResultResponse serviceInvocationResultResponse, String key) getHeadersAsMap
(ServiceInvocationResultResponse serviceInvocationResultResponse) static String
getHeadersAsString
(ServiceInvocationResultResponse serviceInvocationResultResponse) static int
getIntFromMetadata
(ServiceInvocationResultResponse serviceInvocationResultResponse, String key) protected static Object
getObjectFromResponseMetadata
(ServiceInvocationResultResponse serviceInvocationResultResponse, String key) static com.fasterxml.jackson.databind.JsonNode
getRawResponse
(ServiceInvocationResultResponse serviceInvocationResultResponse) static String
getServiceInvokerType
(ServiceInvocationResultResponse serviceInvocationResultResponse) static int
getStatusCode
(ServiceInvocationResultResponse serviceInvocationResultResponse) static String
getStatusMessage
(ServiceInvocationResultResponse serviceInvocationResultResponse) protected static String
getStringFromMetadata
(ServiceInvocationResultResponse serviceInvocationResultResponse, String key) static boolean
isJsonContentType
(ServiceInvocationResultResponse serviceInvocationResultResponse)
-
Field Details
-
SERVICE_INVOKER_TYPE
- See Also:
-
RAW_RESPONSE
- See Also:
-
STATUS_CODE
- See Also:
-
STATUS_MESSAGE
- See Also:
-
HEADERS_AS_STRING
- See Also:
-
HEADERS_AS_MAP
- See Also:
-
BODY
- See Also:
-
IS_JSON_CONTENT_TYPE
- See Also:
-
-
Constructor Details
-
ServiceInvocationResultResponseMetadata
public ServiceInvocationResultResponseMetadata()
-
-
Method Details
-
getServiceInvokerType
public static String getServiceInvokerType(ServiceInvocationResultResponse serviceInvocationResultResponse) -
getRawResponse
public static com.fasterxml.jackson.databind.JsonNode getRawResponse(ServiceInvocationResultResponse serviceInvocationResultResponse) -
getStatusCode
-
getStatusMessage
public static String getStatusMessage(ServiceInvocationResultResponse serviceInvocationResultResponse) -
getHeadersAsString
public static String getHeadersAsString(ServiceInvocationResultResponse serviceInvocationResultResponse) -
getHeadersAsMap
public static Map<String,List<String>> getHeadersAsMap(ServiceInvocationResultResponse serviceInvocationResultResponse) -
getBody
-
isJsonContentType
public static boolean isJsonContentType(ServiceInvocationResultResponse serviceInvocationResultResponse) -
getObjectFromResponseMetadata
protected static Object getObjectFromResponseMetadata(ServiceInvocationResultResponse serviceInvocationResultResponse, String key) -
getStringFromMetadata
protected static String getStringFromMetadata(ServiceInvocationResultResponse serviceInvocationResultResponse, String key) -
getIntFromMetadata
public static int getIntFromMetadata(ServiceInvocationResultResponse serviceInvocationResultResponse, String key) -
getBooleanFromMetadata
public static boolean getBooleanFromMetadata(ServiceInvocationResultResponse serviceInvocationResultResponse, String key)
-