Class InitialElementHandlerTypeSet

  • All Implemented Interfaces:
    Serializable

    public final class InitialElementHandlerTypeSet
    extends Object
    implements Serializable
    Contains the additional workflow element handlers that should be loaded when the flowchart is loaded. Note that handlers for all known prototypes are loaded automatically.
    Since:
    7.1.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • InitialElementHandlerTypeSet

        public InitialElementHandlerTypeSet​(Set<String> triggerTypes,
                                            Set<String> nodeTypes)
        Creates a new set with the given node and trigger handler types to load when the flowchart is loaded.
        Parameters:
        triggerTypes - The trigger types of the handlers to load.
        nodeTypes - The node types of the handlers to load.