Interface NewStructureTemplateStep
public interface NewStructureTemplateStep
- Author:
- alexeypegov
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetNextStep(Map<String, Object> params, NewStructureTemplateStep.Direction direction, NewStructureTemplateContext context) voidvalidateStep(Map<String, Object> params, NewStructureTemplateContext context)
-
Field Details
-
END_STEP
- See Also:
-
START_STEP
- See Also:
-
CREATE_STRUCTURE
- See Also:
-
-
Method Details
-
getTitleI18nKey
-
validateStep
-
getNextStep
@NotNull String getNextStep(@NotNull Map<String, Object> params, @NotNull NewStructureTemplateStep.Direction direction, @NotNull NewStructureTemplateContext context)
-