Interface BpmnInscriptionEditor
-
@Deprecated public interface BpmnInscriptionEditor
Deprecated.UseIBpmnProcessElementUiinstead.A custom inscription editor UI for thirdparty process elements.- Since:
- 7.3.0
- API:
- This is a public API.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default StringgetHelpPath()Deprecated.Specifies the URL path to the help page of this inscription editor.booleanisResponsible(String processElementIdentifier)Deprecated.default booleanshowDefaultTabs()Deprecated.
-
-
-
Method Detail
-
isResponsible
boolean isResponsible(String processElementIdentifier)
Deprecated.- Parameters:
processElementIdentifier- that matches registered thirdparty names of theIExtensibleProcessElementFactory.- Returns:
trueif the current implementation is responsible to show tabs- API:
- This public API is available in Java.
-
showDefaultTabs
default boolean showDefaultTabs()
Deprecated.- Returns:
trueif 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.
-
-