Uses of Class
com.suncode.pwfl.datasource.InvocableDataSource
Packages that use InvocableDataSource
-
Uses of InvocableDataSource in com.suncode.pwfl.workflow.component
Methods in com.suncode.pwfl.workflow.component that return InvocableDataSourceModifier and TypeMethodDescriptionWorkflowComponentRegistry.getDataSource(Class<?> clazz) Returns data source with given class or null if data source is not registered.WorkflowComponentRegistry.getDataSource(String id) Returns data source with given id or null if data source is not registered.Methods in com.suncode.pwfl.workflow.component that return types with arguments of type InvocableDataSourceModifier and TypeMethodDescriptionWorkflowComponentRegistry.getDataSources()Returns all registered data sources.