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