Uses of Interface
com.suncode.pwfl.component.support.InstanceFactory
Packages that use InstanceFactory
Package
Description
-
Uses of InstanceFactory in com.suncode.pwfl.component.support
Classes in com.suncode.pwfl.component.support that implement InstanceFactoryModifier and TypeClassDescriptionclass
InstanceFactory
that creates components using givenApplicationContext
.class
InstanceFactory
that creates components using default constructor. -
Uses of InstanceFactory in com.suncode.pwfl.core.function
Methods in com.suncode.pwfl.core.function with parameters of type InstanceFactoryModifier and TypeMethodDescriptionFunctionRegistry.registerFunctions
(ComponentDiscovery strategy, InstanceFactory instanceFactory) Registers all functions discovered using given strategy. -
Uses of InstanceFactory in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component with parameters of type InstanceFactoryModifier and TypeMethodDescriptionWorkflowComponentRegistry.registerComponents
(ComponentDiscovery strategy, InstanceFactory instanceFactory, ComponentSource source) Registers all components found by given strategy.