Interface BpmnInscriptionEditor


  • @Deprecated
    public interface BpmnInscriptionEditor
    Deprecated.
    A custom inscription editor UI for thirdparty process elements.
    Since:
    7.3.0
    API:
    This is a public API.
    • Method Detail

      • isResponsible

        boolean isResponsible​(String processElementIdentifier)
        Deprecated.
        Parameters:
        processElementIdentifier - that matches registered thirdparty names of the IExtensibleProcessElementFactory.
        Returns:
        true if the current implementation is responsible to show tabs
        API:
        This public API is available in Java.
      • showDefaultTabs

        default boolean showDefaultTabs()
        Deprecated.
        Returns:
        true if the 'PI' tab to configure timeout behaviour should be displayed.
        API:
        This public API is available in Java.
      • getHelpPath

        default String getHelpPath()
        Deprecated.
        Specifies the URL path to the help page of this inscription editor.
        Returns:
        The URL help path of this editor or null if undefined
        Since:
        9.2.0
        API:
        This public API is available in Java.