|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkflowPersistor
Nested Class Summary | |
---|---|
static class |
WorkflowPersistor.ConnectionContainerTemplate
Helper class representing a connection. |
static class |
WorkflowPersistor.LoadResult
|
static class |
WorkflowPersistor.LoadResultEntry
|
static class |
WorkflowPersistor.WorkflowLoadResult
|
static class |
WorkflowPersistor.WorkflowPortTemplate
|
Field Summary | |
---|---|
static String |
KEY_CONNECTIONS
Key for connections. |
static String |
KEY_ID
Key for this node's internal ID. |
static String |
KEY_NODES
Key for nodes. |
static String |
KEY_UI_INFORMATION
|
static String |
SAVED_WITH_DATA_FILE
File used to signal that workflow was saved in usual manner. |
static String |
WORKFLOW_FILE
Identifier for KNIME workflows when saved to disc. |
Method Summary | |
---|---|
Set<WorkflowPersistor.ConnectionContainerTemplate> |
getConnectionSet()
|
HashMap<Integer,ContainerTable> |
getGlobalTableRepository()
|
UIInformation |
getInPortsBarUIInfo()
Get UI information for workflow input ports. |
WorkflowPersistor.WorkflowPortTemplate[] |
getInPortTemplates()
|
String |
getLoadVersion()
|
String |
getName()
|
Map<Integer,NodeContainerPersistor> |
getNodeLoaderMap()
|
UIInformation |
getOutPortsBarUIInfo()
Get UI information for workflow output ports. |
WorkflowPersistor.WorkflowPortTemplate[] |
getOutPortTemplates()
|
List<FlowVariable> |
getWorkflowVariables()
Get the workflow variables associated with this meta node/workflow. |
boolean |
mustWarnOnDataLoadError()
|
Methods inherited from interface org.knime.core.node.workflow.NodeContainerPersistor |
---|
getMetaPersistor, getNodeContainer, isDirtyAfterLoad, loadNodeContainer, mustComplainIfStateDoesNotMatch, needsResetAfterLoad, preLoadNodeContainer |
Field Detail |
---|
static final String KEY_NODES
static final String KEY_CONNECTIONS
static final String KEY_UI_INFORMATION
static final String KEY_ID
static final String WORKFLOW_FILE
static final String SAVED_WITH_DATA_FILE
Method Detail |
---|
String getLoadVersion()
Map<Integer,NodeContainerPersistor> getNodeLoaderMap()
Set<WorkflowPersistor.ConnectionContainerTemplate> getConnectionSet()
HashMap<Integer,ContainerTable> getGlobalTableRepository()
String getName()
List<FlowVariable> getWorkflowVariables()
WorkflowPersistor.WorkflowPortTemplate[] getInPortTemplates()
WorkflowPersistor.WorkflowPortTemplate[] getOutPortTemplates()
UIInformation getInPortsBarUIInfo()
UIInformation getOutPortsBarUIInfo()
boolean mustWarnOnDataLoadError()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |