Class OldWorkflowModifiedEvent
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.event.OldWorkflowModifiedEvent
 
 
- 
- All Implemented Interfaces:
 IDesignerConversationEvent,IApplicationEvent,ISessionConversationEvent,ISessionEvent,Serializable
public class OldWorkflowModifiedEvent extends Object
When a new action needs to be created in the workflow flowchart.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description OldWorkflowModifiedEvent(EContentView contentView, ENodeTypes nodeType, long entityId)OldWorkflowModifiedEvent(String sourceTabId, ENodeTypes nodeType, long entityId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetEntityId()ENodeTypesgetNodeType()StringgetSourceTabId()- 
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 Detail
- 
OldWorkflowModifiedEvent
public OldWorkflowModifiedEvent(EContentView contentView, ENodeTypes nodeType, long entityId)
 
- 
OldWorkflowModifiedEvent
public OldWorkflowModifiedEvent(String sourceTabId, ENodeTypes nodeType, long entityId)
 
 - 
 
- 
Method Detail
- 
getEntityId
public long getEntityId()
 
- 
getNodeType
public ENodeTypes getNodeType()
 
- 
getSourceTabId
public String getSourceTabId()
- Specified by:
 getSourceTabIdin 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. 
 
 - 
 
 -