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:
  • Constructor Details

    • OldWorkflowModifiedEvent

      public OldWorkflowModifiedEvent(EContentView contentView, ENodeTypes nodeType, long entityId)
      Deprecated.
    • OldWorkflowModifiedEvent

      public OldWorkflowModifiedEvent(String sourceTabId, ENodeTypes nodeType, long entityId)
      Deprecated.
  • Method Details

    • getEntityId

      public long getEntityId()
      Deprecated.
    • getNodeType

      public ENodeTypes getNodeType()
      Deprecated.
    • getSourceTabId

      public String getSourceTabId()
      Specified by:
      getSourceTabId in interface IDesignerConversationEvent
      Returns:
      ID of the tab (see TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame.