Class OldWorkflowModifiedEvent
java.lang.Object
de.xima.fc.gui.bean.designer.event.OldWorkflowModifiedEvent
- All Implemented Interfaces:
IDesignerConversationEvent
,IApplicationEvent
,ISessionConversationEvent
,ISessionEvent
,IEvent
,Serializable
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:
-
Constructor Summary
ConstructorsConstructorDescriptionOldWorkflowModifiedEvent
(EContentView contentView, ENodeTypes nodeType, long entityId) Deprecated.OldWorkflowModifiedEvent
(String sourceTabId, ENodeTypes nodeType, long entityId) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionlong
Deprecated.Deprecated.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
-
OldWorkflowModifiedEvent
Deprecated. -
OldWorkflowModifiedEvent
Deprecated.
-
-
Method Details
-
getEntityId
public long getEntityId()Deprecated. -
getNodeType
Deprecated. -
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.
-