A B C D E F G I J M N P R S T U W 
All Classes All Packages

A

AdapterConfigurationBase<P extends ProcessServiceImplementation<?>> - Class in io.vanillabp.springboot.adapter
 
AdapterConfigurationBase() - Constructor for class io.vanillabp.springboot.adapter.AdapterConfigurationBase
 
allClasses(String, Predicate<MetadataReader>...) - Static method in class io.vanillabp.springboot.utils.ClasspathScanner
 
allClasses(ResourceLoader, String, Predicate<MetadataReader>...) - Static method in class io.vanillabp.springboot.utils.ClasspathScanner
 
allResources(String, Predicate<Resource>...) - Static method in class io.vanillabp.springboot.utils.ClasspathScanner
 
allResources(Predicate<Resource>...) - Static method in class io.vanillabp.springboot.utils.ClasspathScanner
 
allResources(ResourceLoader, String, Predicate<Resource>...) - Static method in class io.vanillabp.springboot.utils.ClasspathScanner
 
allResources(ResourceLoader, Predicate<Resource>...) - Static method in class io.vanillabp.springboot.utils.ClasspathScanner
 
applicationContext - Variable in class io.vanillabp.springboot.adapter.TaskWiringBase
 
applicationName - Variable in class io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment
 

B

bean - Variable in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
BpDeploymentConfiguration - Interface in io.vanillabp.springboot.adapter
 

C

camelToKebap(String) - Static method in class io.vanillabp.springboot.utils.CaseUtils
 
CaseUtils - Class in io.vanillabp.springboot.utils
 
CaseUtils() - Constructor for class io.vanillabp.springboot.utils.CaseUtils
 
ClasspathScanner - Class in io.vanillabp.springboot.utils
 
configureProfiles(ConfigurableEnvironment, String[]) - Method in class io.vanillabp.springboot.ModuleAndWorkerAwareSpringApplication
 
Connectable - Interface in io.vanillabp.springboot.adapter
 
connectToBpms(String, Class<DE>, String) - Method in class io.vanillabp.springboot.adapter.TaskWiringBase
 
connectToBpms(PS, Object, T, Method, List<MethodParameter>) - Method in class io.vanillabp.springboot.adapter.TaskWiringBase
 

D

DEFAULT_BASE_PACKAGE_NAME - Static variable in class io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment
 
deployAllWorkflowModules() - Method in class io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment
 
determineWorkflowAggregateClass(Object) - Method in class io.vanillabp.springboot.adapter.TaskWiringBase
 
doDeployment(String, Resource[], Resource[], Resource[]) - Method in class io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment
 

E

execute(String, Function<String, Object>, Function<String, Object>, Supplier<String>, Supplier<TaskEvent.Event>) - Method in class io.vanillabp.springboot.adapter.TaskHandlerBase
 

F

firstCharacterToUpperCase(String) - Static method in class io.vanillabp.springboot.utils.CaseUtils
 

G

getBpmnProcessId() - Method in interface io.vanillabp.springboot.adapter.Connectable
 
getConnectableServices() - Method in class io.vanillabp.springboot.adapter.AdapterConfigurationBase
 
getElement() - Method in class io.vanillabp.springboot.adapter.MultiInstance
 
getElementId() - Method in interface io.vanillabp.springboot.adapter.Connectable
 
getEvents() - Method in class io.vanillabp.springboot.parameters.TaskEventMethodParameter
 
getId(Object) - Method in interface io.vanillabp.springboot.adapter.SpringDataUtil
Determine the entity's object identifier.
getId(Object) - Method in class io.vanillabp.springboot.utils.JpaSpringDataUtil
 
getIndex() - Method in class io.vanillabp.springboot.adapter.MultiInstance
 
getLogger() - Method in class io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment
 
getLogger() - Method in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
getMultiInstance(String, Function<String, Object>) - Method in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
getMultiInstanceElement(String, Function<String, Object>) - Method in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
getMultiInstanceElementMethodParameter(String) - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getMultiInstanceIndex(String, Function<String, Object>) - Method in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
getMultiInstanceIndexMethodParameter(String) - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getMultiInstanceTotal(String, Function<String, Object>) - Method in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
getMultiInstanceTotalMethodParameter(String) - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getName() - Method in class io.vanillabp.springboot.parameters.NameBasedMethodParameter
 
getProcessesLocation() - Method in interface io.vanillabp.springboot.adapter.BpDeploymentConfiguration
 
getPropertiesClass() - Method in class io.vanillabp.springboot.modules.WorkflowModuleProperties
 
getRepository(Class<O>) - Method in interface io.vanillabp.springboot.adapter.SpringDataUtil
Determine the repository for the given type.
getRepository(Class<O>) - Method in class io.vanillabp.springboot.utils.JpaSpringDataUtil
 
getRepository(O) - Method in interface io.vanillabp.springboot.adapter.SpringDataUtil
Determine the repository for the given object.
getRepository(O) - Method in class io.vanillabp.springboot.utils.JpaSpringDataUtil
 
getResolverBasedMultiInstanceMethodParameter(MultiInstanceElementResolver<?, ?>) - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getResolverBean() - Method in class io.vanillabp.springboot.parameters.ResolverBasedMultiInstanceMethodParameter
 
getTaskDefinition() - Method in interface io.vanillabp.springboot.adapter.Connectable
 
getTaskIdParameter() - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getTaskParameter(String) - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getTotal() - Method in class io.vanillabp.springboot.adapter.MultiInstance
 
getUserTaskEventParameter(TaskEvent.Event[]) - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getWorkflowAggregateClass() - Method in interface io.vanillabp.springboot.adapter.ProcessServiceImplementation
 
getWorkflowAggregateMethodParameter() - Method in class io.vanillabp.springboot.parameters.MethodParameterFactory
 
getWorkflowAggregateRepository() - Method in interface io.vanillabp.springboot.adapter.ProcessServiceImplementation
 
getWorkflowModuleId() - Method in interface io.vanillabp.springboot.modules.WorkflowModuleIdAwareProperties
 
getWorkflowModuleId() - Method in class io.vanillabp.springboot.modules.WorkflowModuleProperties
 

I

io.vanillabp.springboot - package io.vanillabp.springboot
 
io.vanillabp.springboot.adapter - package io.vanillabp.springboot.adapter
 
io.vanillabp.springboot.modules - package io.vanillabp.springboot.modules
 
io.vanillabp.springboot.parameters - package io.vanillabp.springboot.parameters
 
io.vanillabp.springboot.utils - package io.vanillabp.springboot.utils
 
isExecutableProcess() - Method in interface io.vanillabp.springboot.adapter.Connectable
 

J

jpaSpringDataUtil() - Method in class io.vanillabp.springboot.utils.JpaSpringDataUtilConfiguration
 
JpaSpringDataUtil - Class in io.vanillabp.springboot.utils
 
JpaSpringDataUtil(ApplicationContext, LocalContainerEntityManagerFactoryBean) - Constructor for class io.vanillabp.springboot.utils.JpaSpringDataUtil
 
JpaSpringDataUtilConfiguration - Class in io.vanillabp.springboot.utils
 
JpaSpringDataUtilConfiguration() - Constructor for class io.vanillabp.springboot.utils.JpaSpringDataUtilConfiguration
 

M

method - Variable in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
MethodParameter - Class in io.vanillabp.springboot.parameters
 
MethodParameter() - Constructor for class io.vanillabp.springboot.parameters.MethodParameter
 
methodParameterFactory - Variable in class io.vanillabp.springboot.adapter.TaskWiringBase
 
MethodParameterFactory - Class in io.vanillabp.springboot.parameters
 
MethodParameterFactory() - Constructor for class io.vanillabp.springboot.parameters.MethodParameterFactory
 
ModuleAndWorkerAwareSpringApplication - Class in io.vanillabp.springboot
 
ModuleAndWorkerAwareSpringApplication(Class<?>) - Constructor for class io.vanillabp.springboot.ModuleAndWorkerAwareSpringApplication
 
ModuleAwareBpmnDeployment - Class in io.vanillabp.springboot.adapter
 
ModuleAwareBpmnDeployment() - Constructor for class io.vanillabp.springboot.adapter.ModuleAwareBpmnDeployment
 
MultiInstance<E> - Class in io.vanillabp.springboot.adapter
 
MultiInstance(E, int, int) - Constructor for class io.vanillabp.springboot.adapter.MultiInstance
 
MultiInstanceElementMethodParameter - Class in io.vanillabp.springboot.parameters
 
MultiInstanceElementMethodParameter(String) - Constructor for class io.vanillabp.springboot.parameters.MultiInstanceElementMethodParameter
 
MultiInstanceIndexMethodParameter - Class in io.vanillabp.springboot.parameters
 
MultiInstanceIndexMethodParameter(String) - Constructor for class io.vanillabp.springboot.parameters.MultiInstanceIndexMethodParameter
 
MultiInstanceTotalMethodParameter - Class in io.vanillabp.springboot.parameters
 
MultiInstanceTotalMethodParameter(String) - Constructor for class io.vanillabp.springboot.parameters.MultiInstanceTotalMethodParameter
 

N

name - Variable in class io.vanillabp.springboot.parameters.NameBasedMethodParameter
 
NameBasedMethodParameter - Class in io.vanillabp.springboot.parameters
 
NameBasedMethodParameter(String) - Constructor for class io.vanillabp.springboot.parameters.NameBasedMethodParameter
 

P

parameters - Variable in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
ProcessServiceImplementation<DE> - Interface in io.vanillabp.springboot.adapter
 
propertySourcesPlaceholderConfigurer(Environment, List<WorkflowModuleProperties>) - Static method in class io.vanillabp.springboot.modules.WorkflowModulePropertiesConfiguration
 

R

registerProcessService(SpringDataUtil, InjectionPoint, BiFunction<CrudRepository<DE, String>, Class<DE>, P>) - Method in class io.vanillabp.springboot.adapter.AdapterConfigurationBase
 
ResolverBasedMultiInstanceMethodParameter - Class in io.vanillabp.springboot.parameters
 
ResolverBasedMultiInstanceMethodParameter(MultiInstanceElementResolver<?, ?>) - Constructor for class io.vanillabp.springboot.parameters.ResolverBasedMultiInstanceMethodParameter
 
resolverBean - Variable in class io.vanillabp.springboot.parameters.ResolverBasedMultiInstanceMethodParameter
 
run(String...) - Method in class io.vanillabp.springboot.ModuleAndWorkerAwareSpringApplication
 

S

SpringDataUtil - Interface in io.vanillabp.springboot.adapter
Utility to handle Spring data repositories.

T

TaskEventMethodParameter - Class in io.vanillabp.springboot.parameters
 
TaskEventMethodParameter(TaskEvent.Event[]) - Constructor for class io.vanillabp.springboot.parameters.TaskEventMethodParameter
 
TaskHandlerBase - Class in io.vanillabp.springboot.adapter
 
TaskHandlerBase(CrudRepository<Object, String>, Object, Method, List<MethodParameter>) - Constructor for class io.vanillabp.springboot.adapter.TaskHandlerBase
 
TaskIdMethodParameter - Class in io.vanillabp.springboot.parameters
 
TaskIdMethodParameter() - Constructor for class io.vanillabp.springboot.parameters.TaskIdMethodParameter
 
TaskParameter - Class in io.vanillabp.springboot.parameters
 
TaskParameter(String) - Constructor for class io.vanillabp.springboot.parameters.TaskParameter
 
TaskWiringBase<T extends Connectable,​PS extends ProcessServiceImplementation<?>> - Class in io.vanillabp.springboot.adapter
 
TaskWiringBase(ApplicationContext) - Constructor for class io.vanillabp.springboot.adapter.TaskWiringBase
 
TaskWiringBase(ApplicationContext, MethodParameterFactory) - Constructor for class io.vanillabp.springboot.adapter.TaskWiringBase
 

U

unproxy(O) - Method in interface io.vanillabp.springboot.adapter.SpringDataUtil
Unproxy the entity.
unproxy(O) - Method in class io.vanillabp.springboot.utils.JpaSpringDataUtil
 

W

wireService(String, String) - Method in class io.vanillabp.springboot.adapter.TaskWiringBase
 
wireTask(PS, T) - Method in class io.vanillabp.springboot.adapter.TaskWiringBase
 
WORKER_ID_ENV_NAME - Static variable in class io.vanillabp.springboot.ModuleAndWorkerAwareSpringApplication
 
WORKER_ID_PROPERTY_NAME - Static variable in class io.vanillabp.springboot.ModuleAndWorkerAwareSpringApplication
 
WorkflowAggregateMethodParameter - Class in io.vanillabp.springboot.parameters
 
WorkflowAggregateMethodParameter() - Constructor for class io.vanillabp.springboot.parameters.WorkflowAggregateMethodParameter
 
workflowAggregateRepository - Variable in class io.vanillabp.springboot.adapter.TaskHandlerBase
 
WorkflowModuleIdAwareProperties - Interface in io.vanillabp.springboot.modules
 
WorkflowModuleProperties - Class in io.vanillabp.springboot.modules
 
WorkflowModuleProperties(Class<? extends WorkflowModuleIdAwareProperties>, String) - Constructor for class io.vanillabp.springboot.modules.WorkflowModuleProperties
 
WorkflowModuleProperties(Class<? extends WorkflowModuleIdAwareProperties>, String, boolean) - Constructor for class io.vanillabp.springboot.modules.WorkflowModuleProperties
 
WorkflowModulePropertiesConfiguration - Class in io.vanillabp.springboot.modules
 
WorkflowModulePropertiesConfiguration() - Constructor for class io.vanillabp.springboot.modules.WorkflowModulePropertiesConfiguration
 
A B C D E F G I J M N P R S T U W 
All Classes All Packages