Interface 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
Author:
Ralph Soika
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a String list of plugin class names which the currend implementation depends on.
  • Method Details

    • dependsOn

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