Uses of Class
com.apiflows.model.Step
Packages that use Step
-
Uses of Step in com.apiflows.model
Methods in com.apiflows.model that return StepModifier and TypeMethodDescriptionStep.description(String description) Step.onFailure(List<FailureAction> onFailure) Step.onSuccess(List<SuccessAction> onSuccess) Step.operation(io.swagger.v3.oas.models.Operation operation) Step.operationId(String operationId) Step.operationRef(String operationRef) Step.parameters(List<Parameter> parameters) Step.successCriteria(List<Criterion> successCriteria) Step.workflowId(String workflowId) Methods in com.apiflows.model that return types with arguments of type StepMethods in com.apiflows.model with parameters of type StepMethod parameters in com.apiflows.model with type arguments of type Step -
Uses of Step in com.apiflows.parser
Method parameters in com.apiflows.parser with type arguments of type StepModifier and TypeMethodDescriptionOpenAPIWorkflowValidator.validateStepsOperationIds(List<Step> steps, boolean multipleOpenApiFiles)