public interface StepConfigRegistry
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);
| Modifier and Type | Method and Description |
|---|---|
void |
register(java.lang.String stepFactoryId,
StepConfigFactory factory) |
void register(java.lang.String stepFactoryId,
StepConfigFactory factory)