@Dependent public class DataSetEditorWorkflowFactory extends Object
Main entry point for editing or creating a data set definition instance.
It provides the workflow beans for each driver & editor.
Constructor and Description |
---|
DataSetEditorWorkflowFactory(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager,
DataSetProviderTypeWorkflow providerTypeWorkflow,
org.jboss.errai.ioc.client.api.ManagedInstance<DataSetEditorPlugin> dataSetEditorPlugin) |
Modifier and Type | Method and Description |
---|---|
DataSetBasicAttributesWorkflow |
basicAttributes(org.dashbuilder.dataprovider.DataSetProviderType type)
Obtain the bean for creating (editing basic attributes to be able to perform a lookup) a data set definition for a given type.
|
void |
dispose(DataSetEditorWorkflow workflow)
Dispose the given workflow instance.
|
DataSetEditWorkflow |
edit(org.dashbuilder.dataprovider.DataSetProviderType type)
Obtain the bean for editing a data set definition for a given type.
|
DataSetProviderTypeWorkflow |
providerType()
Obtain the bean for editing the data set definition's provider type.
|
@Inject public DataSetEditorWorkflowFactory(org.jboss.errai.ioc.client.container.SyncBeanManager beanManager, DataSetProviderTypeWorkflow providerTypeWorkflow, org.jboss.errai.ioc.client.api.ManagedInstance<DataSetEditorPlugin> dataSetEditorPlugin)
public DataSetEditWorkflow edit(org.dashbuilder.dataprovider.DataSetProviderType type)
type
- The data set definition provider type to edit.public void dispose(DataSetEditorWorkflow workflow)
public DataSetProviderTypeWorkflow providerType()
public DataSetBasicAttributesWorkflow basicAttributes(org.dashbuilder.dataprovider.DataSetProviderType type)
type
- The data set definition provider type to edit the basic attributes.Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.