Interface IInitialNodePrototypeModel

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    InitialNodePrototypeModel

    public interface IInitialNodePrototypeModel
    extends Serializable
    Interface for the node prototypes that should be set when a new task is created.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    • Method Detail

      • getForFirstTime

        Object getForFirstTime()
        Returns:
        Node prototype to add when it is the user's first time with the flowchart.
      • getForStandard

        Object getForStandard()
        Returns:
        Node prototype to add when the user is already acquainted with the flowchart.