Class OldWorkflowModifiedEvent
- java.lang.Object
-
- de.xima.fc.gui.bean.designer.event.OldWorkflowModifiedEvent
-
- All Implemented Interfaces:
IDesignerConversationEvent
,IApplicationEvent
,ISessionConversationEvent
,ISessionEvent
,IEvent
,Serializable
@Deprecated public class OldWorkflowModifiedEvent extends Object
Deprecated.Can be removed once the old workflow is removed.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)
Deprecated.OldWorkflowModifiedEvent(String sourceTabId, ENodeTypes nodeType, long entityId)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description long
getEntityId()
Deprecated.ENodeTypes
getNodeType()
Deprecated.String
getSourceTabId()
-
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)
Deprecated.
-
OldWorkflowModifiedEvent
public OldWorkflowModifiedEvent(String sourceTabId, ENodeTypes nodeType, long entityId)
Deprecated.
-
-
Method Detail
-
getEntityId
public long getEntityId()
Deprecated.
-
getNodeType
public ENodeTypes getNodeType()
Deprecated.
-
getSourceTabId
public String 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.
-
-