Uses of Class
com.apiflows.model.SuccessAction
Packages that use SuccessAction
-
Uses of SuccessAction in com.apiflows.model
Methods in com.apiflows.model that return SuccessActionMethods in com.apiflows.model that return types with arguments of type SuccessActionModifier and TypeMethodDescriptionStep.getOnSuccess()Components.getSuccessActions()Workflow.getSuccessActions()Method parameters in com.apiflows.model with type arguments of type SuccessActionModifier and TypeMethodDescriptionStep.onSuccess(List<SuccessAction> onSuccess) voidStep.setOnSuccess(List<SuccessAction> onSuccess) voidComponents.setSuccessActions(Map<String, SuccessAction> successActions) voidWorkflow.setSuccessActions(List<SuccessAction> successActions)