Interface StepConfigRegistry

All Known Implementing Classes:
SFCDesignerHook

public interface StepConfigRegistry
This is where you register your StepConfigFactory in the designer if you're implementing a new type of step. You get an instance of the registry like this:

 StepConfigRegistry registry = (StepConfigRegistry) designerContext.getModule(SFCModule.MODULE_ID);
 
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    register(String stepFactoryId, StepConfigFactory factory)