Interface BpmnInscriptionEditor


  • public interface BpmnInscriptionEditor
    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)
        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()
        Returns:
        true if the 'PI' tab to configure timeout behaviour should be displayed.
        API:
        This public API is available in Java.