|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
interface NodeContainerMetaPersistor
| Field Summary | |
|---|---|
static String |
KEY_CUSTOM_DESCRIPTION
Key for this node's custom description. |
static String |
KEY_CUSTOM_NAME
Key for this node's user name. |
| Method Summary | |
|---|---|
String |
getCustomDescription()
|
NodeExecutionJobManager |
getExecutionJobManager()
|
NodeSettingsRO |
getExecutionJobSettings()
|
WorkflowLoadHelper |
getLoadHelper()
|
NodeAnnotationData |
getNodeAnnotationData()
|
ReferencedFile |
getNodeContainerDirectory()
File reference to the node container directory. |
int |
getNodeIDSuffix()
|
NodeMessage |
getNodeMessage()
|
NodeContainer.State |
getState()
|
NodeUIInformation |
getUIInfo()
|
boolean |
isDeletable()
|
boolean |
isDirtyAfterLoad()
|
boolean |
load(NodeSettingsRO settings,
NodeSettingsRO parentSettings,
WorkflowPersistor.LoadResult loadResult)
Load content, gets both the current settings (first argument) and the "parent settings", which are only used in 1.3.x flows and will be ignored in any version after that. |
void |
setNodeIDSuffix(int nodeIDSuffix)
|
void |
setUIInfo(NodeUIInformation uiInfo)
|
| Field Detail |
|---|
static final String KEY_CUSTOM_DESCRIPTION
static final String KEY_CUSTOM_NAME
| Method Detail |
|---|
WorkflowLoadHelper getLoadHelper()
ReferencedFile getNodeContainerDirectory()
int getNodeIDSuffix()
void setNodeIDSuffix(int nodeIDSuffix)
NodeAnnotationData getNodeAnnotationData()
String getCustomDescription()
NodeExecutionJobManager getExecutionJobManager()
NodeSettingsRO getExecutionJobSettings()
NodeContainer.State getState()
NodeUIInformation getUIInfo()
NodeMessage getNodeMessage()
boolean isDeletable()
boolean isDirtyAfterLoad()
void setUIInfo(NodeUIInformation uiInfo)
boolean load(NodeSettingsRO settings,
NodeSettingsRO parentSettings,
WorkflowPersistor.LoadResult loadResult)
settings - The settings object that is usually read fromparentSettings - The parent settings, mostly ignored.loadResult - Where to add errors and warnings to.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||