Class InitialNodePrototypeClientModel

  • All Implemented Interfaces:
    Serializable

    public final class InitialNodePrototypeClientModel
    extends Object
    implements Serializable
    JSON-convertible client POJO model for the node prototypes that should be set when a new task is created.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getForFirstTime

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

        @Nullable
        public ElementPrototypeModel getForStandard()
        Returns:
        Node prototype to add when the user is already acquainted with the flowchart.