Index

A C E F G H I J L O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

addHardwiredEnvironmentVariable(String, String) - Static method in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
 

C

call - Variable in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
clearHardwiredEnvironmentVariable() - Static method in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
 
completeJob(JobClient, ActivatedJob, ConnectorResult) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
CONNECTOR_FUNCTION_PATTERN - Static variable in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
Pattern describing the connector env configuration pattern.
ConnectorHelper - Class in io.camunda.connector.runtime.util
The ConnectorHelper provide utility functions used to build connector runtimes.
ConnectorHelper() - Constructor for class io.camunda.connector.runtime.util.ConnectorHelper
 
ConnectorJobHandler - Class in io.camunda.connector.runtime.util.outbound
JobHandler that wraps an OutboundConnectorFunction
ConnectorJobHandler(OutboundConnectorFunction) - Constructor for class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
Create a handler wrapper for the specified connector function.
ConnectorResult - Class in io.camunda.connector.runtime.util.outbound
Result container for the ConnectorJobHandler
ConnectorResult() - Constructor for class io.camunda.connector.runtime.util.outbound.ConnectorResult
 
createOutputVariables(Object, Map<String, String>) - Static method in class io.camunda.connector.runtime.util.ConnectorHelper
 

E

ERROR_EXPRESSION_HEADER_NAME - Static variable in class io.camunda.connector.runtime.util.ConnectorHelper
 
evaluate(String, Object) - Method in class io.camunda.connector.runtime.util.feel.FeelEngineWrapper
Evaluates an expression with the FEEL engine with the given variables.
evaluateToJson(String, Object) - Method in class io.camunda.connector.runtime.util.feel.FeelEngineWrapper
Evaluates an expression to a JSON String.
examineErrorExpression(Object, Map<String, String>) - Static method in class io.camunda.connector.runtime.util.ConnectorHelper
 

F

failJob(JobClient, ActivatedJob, Exception) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
FEEL_ENGINE_WRAPPER - Static variable in class io.camunda.connector.runtime.util.ConnectorHelper
 
FeelConnectorFunctionProvider - Class in io.camunda.connector.runtime.util.feel
Provider of Connector-related FEEL functions like 'bpmnError'.
FeelConnectorFunctionProvider() - Constructor for class io.camunda.connector.runtime.util.feel.FeelConnectorFunctionProvider
 
FeelEngineWrapper - Class in io.camunda.connector.runtime.util.feel
Wrapper for the FEEL engine, handling type conversions and expression evaluations.
FeelEngineWrapper() - Constructor for class io.camunda.connector.runtime.util.feel.FeelEngineWrapper
Default constructor, creating an ObjectMapper and a FeelEngine with default configuration.
FeelEngineWrapper(FeelEngine, ObjectMapper) - Constructor for class io.camunda.connector.runtime.util.feel.FeelEngineWrapper
Injection constructor allowing to pass in the FeelEngine and ObjectMapper to use.
FeelEngineWrapperException - Exception in io.camunda.connector.runtime.util.feel
Exception class indicating issues in a FeelEngineWrapper call
FeelEngineWrapperException(String, String, Object) - Constructor for exception io.camunda.connector.runtime.util.feel.FeelEngineWrapperException
 
FeelEngineWrapperException(String, String, Object, Throwable) - Constructor for exception io.camunda.connector.runtime.util.feel.FeelEngineWrapperException
 

G

getEnvironmentVariables() - Static method in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
 
getEnvSecretProvider() - Method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
getException() - Method in class io.camunda.connector.runtime.util.outbound.ConnectorResult
 
getFunctionNames() - Method in class io.camunda.connector.runtime.util.feel.FeelConnectorFunctionProvider
 
getResponseValue() - Method in class io.camunda.connector.runtime.util.outbound.ConnectorResult
 
getSecretProvider() - Method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
getVariables() - Method in class io.camunda.connector.runtime.util.outbound.ConnectorResult
 
getVariables() - Method in class io.camunda.connector.runtime.util.outbound.JobHandlerContext
 
getVariablesAsType(Class<T>) - Method in class io.camunda.connector.runtime.util.outbound.JobHandlerContext
 

H

handle(JobClient, ActivatedJob) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
hardwiredEnvironmentVariables - Static variable in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
 

I

InboundJobHandlerContext - Class in io.camunda.connector.runtime.util.inbound
Implementation of InboundConnectorContext
InboundJobHandlerContext(SecretProvider) - Constructor for class io.camunda.connector.runtime.util.inbound.InboundJobHandlerContext
 
io.camunda.connector.runtime.util - package io.camunda.connector.runtime.util
 
io.camunda.connector.runtime.util.feel - package io.camunda.connector.runtime.util.feel
 
io.camunda.connector.runtime.util.inbound - package io.camunda.connector.runtime.util.inbound
 
io.camunda.connector.runtime.util.outbound - package io.camunda.connector.runtime.util.outbound
 
isEnvConfigured() - Static method in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
 
isSuccess() - Method in class io.camunda.connector.runtime.util.outbound.ConnectorResult
 

J

JobHandlerContext - Class in io.camunda.connector.runtime.util.outbound
Implementation of OutboundConnectorContext passed on to a OutboundConnectorFunction when called from the ConnectorJobHandler.
JobHandlerContext(ActivatedJob, SecretProvider) - Constructor for class io.camunda.connector.runtime.util.outbound.JobHandlerContext
 

L

logError(ActivatedJob, Exception) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 

O

OBJECT_MAPPER - Static variable in class io.camunda.connector.runtime.util.ConnectorHelper
 
OutboundConnectorRegistrationHelper - Class in io.camunda.connector.runtime.util.outbound
Configuration class holding information of a connector.
OutboundConnectorRegistrationHelper() - Constructor for class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
 

P

parse() - Static method in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
Parses the connector registrations from the environment.
parseFromEnv() - Static method in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
Parses the connector registrations configured through via environment variables.
parseFromSPI() - Static method in class io.camunda.connector.runtime.util.outbound.OutboundConnectorRegistrationHelper
Parses connectors registered via SPI ("auto discovery")

R

resolveFunction(String) - Method in class io.camunda.connector.runtime.util.feel.FeelConnectorFunctionProvider
 
RESULT_EXPRESSION_HEADER_NAME - Static variable in class io.camunda.connector.runtime.util.ConnectorHelper
 
RESULT_VARIABLE_HEADER_NAME - Static variable in class io.camunda.connector.runtime.util.ConnectorHelper
 

S

setException(Exception) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorResult
 
setResponseValue(Object) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorResult
 
setVariables(Map<String, Object>) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorResult
 

T

throwBpmnError(JobClient, ActivatedJob, BpmnError) - Method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
toMap(Exception) - Static method in class io.camunda.connector.runtime.util.outbound.ConnectorJobHandler
 
A C E F G H I J L O P R S T 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form