Interface StepConfigRegistry
-
- All Known Implementing Classes:
SFCDesignerHook
public interface StepConfigRegistry
This is where you register yourStepConfigFactory
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
register(java.lang.String stepFactoryId, StepConfigFactory factory)
-
-
-
Method Detail
-
register
void register(java.lang.String stepFactoryId, StepConfigFactory factory)
-
-