| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.component |
| Modifier and Type | Method and Description |
|---|---|
InvocableDataSource |
WorkflowComponentRegistry.getDataSource(Class<?> clazz)
Returns data source with given class or null if data source is not registered.
|
InvocableDataSource |
WorkflowComponentRegistry.getDataSource(String id)
Returns data source with given id or null if data source is not registered.
|
| Modifier and Type | Method and Description |
|---|---|
List<InvocableDataSource> |
WorkflowComponentRegistry.getDataSources()
Returns all registered data sources.
|
Copyright © 2023 Suncode. All rights reserved.