Interface BpmnInscriptionEditor


@Deprecated(since="9.2", forRemoval=true) public interface BpmnInscriptionEditor
Deprecated, for removal: This API element is subject to removal in a future version.
Use IBpmnProcessElementUi instead.
A custom inscription editor UI for thirdparty process elements.
Since:
7.3.0
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Deprecated, for removal: This API element is subject to removal in a future version.
    Specifies the URL path to the help page of this inscription editor.
    boolean
    isResponsible(String processElementIdentifier)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    default boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • isResponsible

      boolean isResponsible(String processElementIdentifier)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
      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.