Class InsertWorkflowNodeEvent
java.lang.Object
de.xima.fc.gui.bean.designer.event.InsertWorkflowNodeEvent
- All Implemented Interfaces:
IDesignerConversationEvent
,IApplicationEvent
,ISessionConversationEvent
,ISessionEvent
,IEvent
,Serializable
When a new action needs to be created in the workflow flowchart.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInsertWorkflowNodeEvent
(EContentView contentView, InsertOrUpdateNodeData data) A new event with the given data.InsertWorkflowNodeEvent
(String sourceTabId, InsertOrUpdateNodeData data) A new event with the given data. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.gui.bean.designer.event.IDesignerConversationEvent
getSourceTabView
-
Constructor Details
-
InsertWorkflowNodeEvent
A new event with the given data.- Parameters:
contentView
- Content view whoseEContentView.getId()
will be returned byIDesignerConversationEvent.getSourceTabId()
.data
- Value as returned bygetData()
.
-
InsertWorkflowNodeEvent
A new event with the given data.- Parameters:
sourceTabId
- Value as returned byIDesignerConversationEvent.getSourceTabId()
.data
- Value as returned bygetData()
.
-
-
Method Details
-
getData
- Returns:
- Details about the node to be updated or inserted.
-
getSourceTabId
- Specified by:
getSourceTabId
in interfaceIDesignerConversationEvent
- Returns:
- ID of the tab (see
TabModel.getId()
) that issued the event. Empty string if the event was issued by the designer parent frame.
-