Skip navigation links
A B C D E F G I J L M O P R S V 

A

addHandler(String, OutcomeMapper<T>) - Method in class de.adorsys.opba.protocol.bpmnshared.service.eventbus.ProcessEventHandlerRegistrar
Adds handler for BPMN event.
authContext() - Method in class de.adorsys.opba.protocol.bpmnshared.dto.ContextBasedConsentIncompatibleWithValidationErrorResult
 
authContext() - Method in class de.adorsys.opba.protocol.bpmnshared.dto.ContextBasedValidationErrorResult
 

B

BaseContext - Class in de.adorsys.opba.protocol.bpmnshared.dto.context
General context.
BaseContext() - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.context.BaseContext
 

C

canSerialize(String) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableProperties.Serialization
 
canSerialize(String, List<String>) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.SerializerUtil
 
ConfigConst - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
Configuration constant names.
ConfigConst() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.ConfigConst
 
ConsentAcquired - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
The event that is typically sent when consent is acquired and user should be redirected back to FinTech.
ConsentAcquired(Redirect) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.ConsentAcquired
 
CONTEXT - Static variable in class de.adorsys.opba.protocol.bpmnshared.GlobalConst
Flowable context variable name.
ContextBasedConsentIncompatibleWithValidationErrorResult<T> - Class in de.adorsys.opba.protocol.bpmnshared.dto
The result that represents that we need certain fields to be served as required inputs from the user.
ContextBasedConsentIncompatibleWithValidationErrorResult(URI, String, AuthStateBody) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.ContextBasedConsentIncompatibleWithValidationErrorResult
 
ContextBasedValidationErrorResult<T> - Class in de.adorsys.opba.protocol.bpmnshared.dto
The result that represents that we need certain fields to be served as required inputs from the user.
ContextBasedValidationErrorResult(URI, String, AuthStateBody) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.ContextBasedValidationErrorResult
 
ContextMode - Enum in de.adorsys.opba.protocol.bpmnshared.dto.context
The mode of current context.
ContextUtil - Class in de.adorsys.opba.protocol.bpmnshared.service.context
Utility class to work with Flowable BPMN engine process context.
ContextUtil() - Constructor for class de.adorsys.opba.protocol.bpmnshared.service.context.ContextUtil
 

D

de.adorsys.opba.protocol.bpmnshared - package de.adorsys.opba.protocol.bpmnshared
 
de.adorsys.opba.protocol.bpmnshared.config.flowable - package de.adorsys.opba.protocol.bpmnshared.config.flowable
 
de.adorsys.opba.protocol.bpmnshared.config.flowable.expirable - package de.adorsys.opba.protocol.bpmnshared.config.flowable.expirable
 
de.adorsys.opba.protocol.bpmnshared.dto - package de.adorsys.opba.protocol.bpmnshared.dto
 
de.adorsys.opba.protocol.bpmnshared.dto.context - package de.adorsys.opba.protocol.bpmnshared.dto.context
 
de.adorsys.opba.protocol.bpmnshared.dto.messages - package de.adorsys.opba.protocol.bpmnshared.dto.messages
 
de.adorsys.opba.protocol.bpmnshared.outcome - package de.adorsys.opba.protocol.bpmnshared.outcome
 
de.adorsys.opba.protocol.bpmnshared.service.context - package de.adorsys.opba.protocol.bpmnshared.service.context
 
de.adorsys.opba.protocol.bpmnshared.service.eventbus - package de.adorsys.opba.protocol.bpmnshared.service.eventbus
 
de.adorsys.opba.protocol.bpmnshared.service.exec - package de.adorsys.opba.protocol.bpmnshared.service.exec
 
deserialize(byte[], ValueFields) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.LargeJsonCustomSerializer
 
deserialize(byte[], ObjectMapper, List<String>, RequestScopedServicesProvider) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.SerializerUtil
 
doAfterCall(DelegateExecution, T) - Method in class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
Is called as a finishing operation to i.e.
doMockedExecution(DelegateExecution, T) - Method in class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
Mock ASPSP API function call template.
doPrepareContext(DelegateExecution, T) - Method in class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
Used to update BPMN context before any execution.
doRealExecution(DelegateExecution, T) - Method in class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
Real ASPSP call function template.
doValidate(DelegateExecution, T) - Method in class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
Validation function template for BPMN context.
DtoMapper<F,T> - Interface in de.adorsys.opba.protocol.bpmnshared.dto
Mapper interface from one DTO to another.
DtoUpdatingMapper<F,T> - Interface in de.adorsys.opba.protocol.bpmnshared.dto
Mapper interface that updates one DTO using another.

E

EnableSharedFlowableBpmn - Annotation Type in de.adorsys.opba.protocol.bpmnshared
 
evaluateSpelForCtx(String, DelegateExecution, T) - Method in class de.adorsys.opba.protocol.bpmnshared.service.context.ContextUtil
Allows to perform string interpolation like '/ais/#{ctx.getName}' using the process context.
evaluateSpelForCtx(String, DelegateExecution, T, Class<R>) - Method in class de.adorsys.opba.protocol.bpmnshared.service.context.ContextUtil
Allows to perform string interpolation like '/ais/#{ctx.getName}' using the process context of defined class.
execute(DelegateExecution) - Method in class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
Entrypoint for Flowable BPMN to call the service.
executionId - Variable in class de.adorsys.opba.protocol.bpmnshared.dto.messages.InternalProcessResult
 
Expirable() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableProperties.Expirable
 
ExpirableDataConfig - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable.expirable
This class manages transient data that expires after some time.
ExpirableDataConfig() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.expirable.ExpirableDataConfig
 

F

FLOWABLE_SHARED_CONFIG_PREFIX - Static variable in class de.adorsys.opba.protocol.bpmnshared.config.flowable.ConfigConst
Flowable protocol engine ConfigurationProperties prefix.
FlowableConfig - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
 
FlowableConfig() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableConfig
 
FlowableJobEventListener - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
 
FlowableJobEventListener(ApplicationEventPublisher) - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableJobEventListener
 
FlowableObjectMapper - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
Wrapper for ObjectMapper to clearly identify which container is used.
FlowableObjectMapper() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableObjectMapper
 
FlowableProperties - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
 
FlowableProperties() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableProperties
 
FlowableProperties.Expirable - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
 
FlowableProperties.Serialization - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
 

G

getAndUpdateContext(DelegateExecution, Consumer<T>) - Method in class de.adorsys.opba.protocol.bpmnshared.service.context.ContextUtil
Get and update context of current execution in single operation with retry support for optimistic exceptions.
getContext(DelegateExecution, Class<T>) - Method in class de.adorsys.opba.protocol.bpmnshared.service.context.ContextUtil
Read context from current execution.
getTypeName() - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.JsonCustomSerializer
 
getTypeName() - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.LargeJsonCustomSerializer
 
getValue(ValueFields) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.JsonCustomSerializer
 
GlobalConst - Class in de.adorsys.opba.protocol.bpmnshared
Global constant names.
GlobalConst() - Constructor for class de.adorsys.opba.protocol.bpmnshared.GlobalConst
 

I

InternalProcessResult - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
Class that represents some generic internal process result.
InternalProcessResult() - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.InternalProcessResult
 
InternalReturnableProcessError - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
 
InternalReturnableProcessError(String, String, String) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.InternalReturnableProcessError
 
isAbleToStore(Object) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.JsonCustomSerializer
 
isAbleToStore(Object) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.LargeJsonCustomSerializer
 
isCachable() - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.JsonCustomSerializer
 
isCachable() - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.LargeJsonCustomSerializer
 

J

JacksonMixin<T,C> - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
Mostly to support HBCI.
JacksonMixin() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.JacksonMixin
 
jobExecutionFailure(FlowableEngineEntityEvent) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableJobEventListener
 
JsonCustomSerializer - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
JSON serializer for small classes (small resulting strings).
JsonCustomSerializer() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.JsonCustomSerializer
 

L

LargeJsonCustomSerializer - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
JSON serializer for large classes (large resulting strings).
LargeJsonCustomSerializer() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.LargeJsonCustomSerializer
 
LastRedirectionTarget - Class in de.adorsys.opba.protocol.bpmnshared.dto.context
Object to store where the protocol was requesting user to redirect to.
LastRedirectionTarget() - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.context.LastRedirectionTarget
 

M

map(F) - Method in interface de.adorsys.opba.protocol.bpmnshared.dto.DtoMapper
 
map(F, T) - Method in interface de.adorsys.opba.protocol.bpmnshared.dto.DtoUpdatingMapper
 
MIN_EXPIRE_SECONDS - Static variable in class de.adorsys.opba.protocol.bpmnshared.config.flowable.expirable.ExpirableDataConfig
To avoid wrong configuration it is meaningful to require that expirable data will be alive for at least this amount of time.

O

onConsentAcquired(ConsentAcquired) - Method in interface de.adorsys.opba.protocol.bpmnshared.outcome.OutcomeMapper
 
onError() - Method in interface de.adorsys.opba.protocol.bpmnshared.outcome.OutcomeMapper
 
onRedirect(Redirect) - Method in interface de.adorsys.opba.protocol.bpmnshared.outcome.OutcomeMapper
 
onReturnableProcessError(InternalReturnableProcessError) - Method in interface de.adorsys.opba.protocol.bpmnshared.outcome.OutcomeMapper
 
onSuccess(ProcessResponse) - Method in interface de.adorsys.opba.protocol.bpmnshared.outcome.OutcomeMapper
 
onValidationProblem(ValidationProblem) - Method in interface de.adorsys.opba.protocol.bpmnshared.outcome.OutcomeMapper
 
OutcomeMapper<T> - Interface in de.adorsys.opba.protocol.bpmnshared.outcome
Mapper to convert from internal protocol result to facade facing protocol result.

P

PaymentAcquired - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
The event that is typically sent when payment is acquired and user should be redirected back to FinTech.
PaymentAcquired(Redirect) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.PaymentAcquired
 
processCompletedWithErrorEnd(FlowableEngineEntityEvent) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableJobEventListener
 
ProcessError - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
General response that represents that unrecoverable error happened.
ProcessError(String, String, String, boolean) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.ProcessError
 
ProcessErrorWithRootProcessId - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
 
ProcessErrorWithRootProcessId(String, String, String, boolean) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.ProcessErrorWithRootProcessId
 
ProcessEventHandlerRegistrar - Class in de.adorsys.opba.protocol.bpmnshared.service.eventbus
Naive implementation of internal event bus.
ProcessEventHandlerRegistrar() - Constructor for class de.adorsys.opba.protocol.bpmnshared.service.eventbus.ProcessEventHandlerRegistrar
 
processId - Variable in class de.adorsys.opba.protocol.bpmnshared.dto.messages.InternalProcessResult
 
ProcessResponse - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
The event that is typically sent when data from ASPSP is acquired.
ProcessResponse(String, String, Object) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.ProcessResponse
 

R

Redirect - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
Generic response that represents we need to redirect user somewhere.
Redirect(String, String, Object, URI) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.Redirect
 
RedirectToAspsp - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
The event that is typically sent just before redirect to ASPSP.
RedirectToAspsp(Redirect) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.RedirectToAspsp
 
result - Variable in class de.adorsys.opba.protocol.bpmnshared.dto.messages.InternalProcessResult
 

S

Serialization() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.FlowableProperties.Serialization
 
serialize(Object, ValueFields) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.LargeJsonCustomSerializer
 
serialize(Object, ObjectMapper) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.SerializerUtil
 
SerializerUtil - Class in de.adorsys.opba.protocol.bpmnshared.config.flowable
Utility class for JSON serialization/deserialization with encryption provided by RequestScopedServicesProvider and RequestScoped that has EncryptionService itself.
SerializerUtil() - Constructor for class de.adorsys.opba.protocol.bpmnshared.config.flowable.SerializerUtil
 
setValue(Object, ValueFields) - Method in class de.adorsys.opba.protocol.bpmnshared.config.flowable.JsonCustomSerializer
 
SPRING_KEYWORD - Static variable in class de.adorsys.opba.protocol.bpmnshared.GlobalConst
Commonly used keyword for DTO mappers.

V

ValidatedExecution<T extends BaseContext> - Class in de.adorsys.opba.protocol.bpmnshared.service.exec
Class that provides generic functionality for Services that can be called in Validation(ContextMode.MOCK_REAL_CALLS execution mode and Real ASPSP API calls (ContextMode.REAL_CALLS.
ValidatedExecution() - Constructor for class de.adorsys.opba.protocol.bpmnshared.service.exec.ValidatedExecution
 
ValidationProblem - Class in de.adorsys.opba.protocol.bpmnshared.dto.messages
General response that represents that we need some input from user (i.e.
ValidationProblem(String, String, Object, boolean, URI, Set<ValidationIssue>) - Constructor for class de.adorsys.opba.protocol.bpmnshared.dto.messages.ValidationProblem
 
valueOf(String) - Static method in enum de.adorsys.opba.protocol.bpmnshared.dto.context.ContextMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum de.adorsys.opba.protocol.bpmnshared.dto.context.ContextMode
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I J L M O P R S V 
Skip navigation links

Copyright © 2020. All rights reserved.