Uses of Class
com.suncode.pwfl.component.ComponentSource
Packages that use ComponentSource
-
Uses of ComponentSource in com.suncode.pwfl.component
Methods in com.suncode.pwfl.component that return ComponentSourceMethods in com.suncode.pwfl.component with parameters of type ComponentSource -
Uses of ComponentSource in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component with parameters of type ComponentSourceModifier and TypeMethodDescriptionWorkflowComponentRegistry.registerComponents(ComponentDiscovery strategy, InstanceFactory instanceFactory, ComponentSource source) Registers all components found by given strategy.voidWorkflowComponentRegistry.unregisterComponents(ComponentSource componentSource) Removes every component registered under givenComponentSourcefrom registry.