Interface ScriptEditorProvider

All Superinterfaces:
org.springframework.core.Ordered
All Known Implementing Classes:
ActionControllerEditorProviderImpl, ActionControllerV2EditorProviderImpl, BpmnVariableWithValueScriptEditorProvider, ValidationControllerEditorProviderImpl

public interface ScriptEditorProvider extends org.springframework.core.Ordered
Author:
Abdulin Ildar
  • Field Summary

    Fields inherited from interface org.springframework.core.Ordered

    HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accept(Script script)
     
    create(Script script, Object context, Runnable onModified)
     
    int
     
  • Method Details

    • accept

      boolean accept(Script script)
    • create

      ScriptEditor create(Script script, Object context, Runnable onModified)
    • getOrder

      int getOrder()
      Specified by:
      getOrder in interface org.springframework.core.Ordered