A C D E F G H I J M P R S T 
All Classes All Packages

A

AbstractFunctionHandler<IN,​OUT> - Class in step.functions.handler
 
AbstractFunctionHandler() - Constructor for class step.functions.handler.AbstractFunctionHandler
 
addAdditionalMeasuresToOutput(Output<?>, List<Measure>) - Method in class step.functions.handler.FunctionMessageHandler
 
addCustomTypeToOutputMeasures(List<Measure>) - Method in class step.functions.handler.FunctionMessageHandler
 
ATTRIBUTE_TYPE - Static variable in class step.functions.handler.MeasureTypes
 

C

create(ClassLoader, String, TokenSession, TokenReservationSession, Map<String, String>) - Method in class step.functions.handler.FunctionHandlerFactory
Creates a new instance of AbstractFunctionHandler
createObjectMapper() - Static method in class step.functions.handler.FunctionInputOutputObjectMapperFactory
 
customMeasureData() - Method in class step.functions.handler.FunctionMessageHandler
 

D

delegate(String, String, Input<IN>) - Method in class step.functions.handler.AbstractFunctionHandler
Delegate the execution of the function to the AbstractFunctionHandler specified in the arguments in the context of the specified branch
delegate(String, Input<IN>) - Method in class step.functions.handler.AbstractFunctionHandler
Delegate the execution of the function to the AbstractFunctionHandler specified in the arguments in the context of the default branch

E

EXECUTION_CONTEXT_KEY - Static variable in class step.functions.handler.AbstractFunctionHandler
 

F

FORKED_BRANCH - Static variable in class step.functions.handler.AbstractFunctionHandler
 
FUNCTION_HANDLER_KEY - Static variable in class step.functions.handler.FunctionMessageHandler
 
FUNCTION_HANDLER_PACKAGE_KEY - Static variable in class step.functions.handler.FunctionMessageHandler
 
functionHandlerFactory - Variable in class step.functions.handler.FunctionMessageHandler
 
FunctionHandlerFactory - Class in step.functions.handler
 
FunctionHandlerFactory(ApplicationContextBuilder, FileManagerClient) - Constructor for class step.functions.handler.FunctionHandlerFactory
 
FunctionInputOutputObjectMapperFactory - Class in step.functions.handler
Factory used to create the ObjectMapper used to serialize/deserialize Input and Output instances
FunctionInputOutputObjectMapperFactory() - Constructor for class step.functions.handler.FunctionInputOutputObjectMapperFactory
 
FunctionMessageHandler - Class in step.functions.handler
 
FunctionMessageHandler() - Constructor for class step.functions.handler.FunctionMessageHandler
 

G

getCurrentContext() - Method in class step.functions.handler.AbstractFunctionHandler
 
getCurrentContext(String) - Method in class step.functions.handler.AbstractFunctionHandler
 
getFileVersionId(String, Map<String, String>) - Method in class step.functions.handler.AbstractFunctionHandler
 
getFunctionHandlerFactory() - Method in class step.functions.handler.AbstractFunctionHandler
 
getInputPayloadClass() - Method in class step.functions.handler.AbstractFunctionHandler
 
getInputPayloadClass() - Method in class step.functions.handler.JsonBasedFunctionHandler
 
getOutputPayloadClass() - Method in class step.functions.handler.AbstractFunctionHandler
 
getOutputPayloadClass() - Method in class step.functions.handler.JsonBasedFunctionHandler
 
getProperties() - Method in class step.functions.handler.AbstractFunctionHandler
 
getTokenReservationSession() - Method in class step.functions.handler.AbstractFunctionHandler
 
getTokenSession() - Method in class step.functions.handler.AbstractFunctionHandler
 

H

handle(Input<IN>) - Method in class step.functions.handler.AbstractFunctionHandler
 
handle(AgentTokenWrapper, InputMessage) - Method in class step.functions.handler.FunctionMessageHandler
 

I

init(AgentTokenServices) - Method in class step.functions.handler.FunctionMessageHandler
 
initialize() - Method in class step.functions.handler.AbstractFunctionHandler
 
initialize(AbstractFunctionHandler, TokenSession, TokenReservationSession, Map<String, String>) - Method in class step.functions.handler.FunctionHandlerFactory
Initializes an instance of AbstractFunctionHandler

J

JsonBasedFunctionHandler - Class in step.functions.handler
 
JsonBasedFunctionHandler() - Constructor for class step.functions.handler.JsonBasedFunctionHandler
 

M

MeasureTypes - Class in step.functions.handler
 
MeasureTypes() - Constructor for class step.functions.handler.MeasureTypes
 
mergeAllProperties(Input<?>) - Method in class step.functions.handler.AbstractFunctionHandler
 

P

PARENTREPORTID_KEY - Static variable in class step.functions.handler.AbstractFunctionHandler
 
pushLocalApplicationContext(ClassLoader, String) - Method in class step.functions.handler.AbstractFunctionHandler
Push a new context based on a local file (jar or zip) to the default branch.
pushLocalApplicationContext(String, ClassLoader, String) - Method in class step.functions.handler.AbstractFunctionHandler
Push a new context based on a local file (jar or zip) to the branch specified as argument.
pushLocalFolderApplicationContext(File) - Method in class step.functions.handler.AbstractFunctionHandler
Push a new context based on a local folder containing a list of jars to the master branch.
pushLocalFolderApplicationContext(String, File) - Method in class step.functions.handler.AbstractFunctionHandler
Push a new context based on a local folder containing a list of jars to the branch specified as argument.
pushRemoteApplicationContext(String, String, Map<String, String>) - Method in class step.functions.handler.AbstractFunctionHandler
Push a new remote context to the branch specified as argument.
pushRemoteApplicationContext(String, Map<String, String>) - Method in class step.functions.handler.AbstractFunctionHandler
Push a new remote context to the default branch.

R

retrieveFileVersion(String, Map<String, String>) - Method in class step.functions.handler.AbstractFunctionHandler
 
runInContext(String, Callable<T>) - Method in class step.functions.handler.AbstractFunctionHandler
Executes the callable in the current context of the branch specified as argument
runInContext(Callable<T>) - Method in class step.functions.handler.AbstractFunctionHandler
Executes the callable using the ClassLoader associated to the current ApplicationContextBuilder.ApplicationContext as context classloader

S

setApplicationContextBuilder(ApplicationContextBuilder) - Method in class step.functions.handler.AbstractFunctionHandler
 
setFileManagerClient(FileManagerClient) - Method in class step.functions.handler.AbstractFunctionHandler
 
setFunctionHandlerFactory(FunctionHandlerFactory) - Method in class step.functions.handler.AbstractFunctionHandler
 
setProperties(Map<String, String>) - Method in class step.functions.handler.AbstractFunctionHandler
 
setTokenReservationSession(TokenReservationSession) - Method in class step.functions.handler.AbstractFunctionHandler
 
setTokenSession(TokenSession) - Method in class step.functions.handler.AbstractFunctionHandler
 
STEP_NODE_KEY - Static variable in class step.functions.handler.AbstractFunctionHandler
 
step.functions.handler - package step.functions.handler
 

T

TYPE_CUSTOM - Static variable in class step.functions.handler.MeasureTypes
 
TYPE_KEYWORD - Static variable in class step.functions.handler.MeasureTypes
 
A C D E F G H I J M P R S T 
All Classes All Packages