Schnittstelle PluginDependency


public interface PluginDependency
A plug-in may optionally implement the interface 'PluginDependency' to indicate dependencies on other plug-ins. Plug-in dependencies are validated by the WorkflowKernel during processing a workflow event. If a plug-in defined by the BPMN model signals dependencies which are not reflected by the current model definition, a warning message is logged.
Version:
1.0
Autor:
Ralph Soika
Siehe auch:
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    Returns a String list of plugin class names which the currend implementation depends on.
  • Methodendetails

    • dependsOn

      List<String> dependsOn()
      Returns a String list of plugin class names which the currend implementation depends on.