Uses of Class
com.morpheusdata.model.ConfigurationWorkflowStep
Packages that use ConfigurationWorkflowStep
-
Uses of ConfigurationWorkflowStep in com.morpheusdata.core.providers
Methods in com.morpheusdata.core.providers that return types with arguments of type ConfigurationWorkflowStepModifier and TypeMethodDescriptionConfigurationWorkflowProvider.getWorkflowSteps()Returns the ordered list of configuration workflow steps that make up this workflow.Methods in com.morpheusdata.core.providers with parameters of type ConfigurationWorkflowStepModifier and TypeMethodDescriptiondefault booleanConfigurationWorkflowProvider.shouldShowStep(ConfigurationWorkflowStep step, Map<String, Object> configurationWorkflowState, Map<String, Object> opts) Optional method to determine if a specific step should be shown based on the current configuration workflow state. -
Uses of ConfigurationWorkflowStep in com.morpheusdata.model
Fields in com.morpheusdata.model declared as ConfigurationWorkflowStepModifier and TypeFieldDescriptionprotected ConfigurationWorkflowStepWizard.configurationWorkflowStepFields in com.morpheusdata.model with type parameters of type ConfigurationWorkflowStepModifier and TypeFieldDescriptionprotected List<ConfigurationWorkflowStep>ConfigurationWorkflow.stepsMethods in com.morpheusdata.model that return ConfigurationWorkflowStepMethods in com.morpheusdata.model that return types with arguments of type ConfigurationWorkflowStepMethods in com.morpheusdata.model with parameters of type ConfigurationWorkflowStepModifier and TypeMethodDescriptionvoidWizard.setConfigurationWorkflowStep(ConfigurationWorkflowStep configurationWorkflowStep) Method parameters in com.morpheusdata.model with type arguments of type ConfigurationWorkflowStepModifier and TypeMethodDescriptionvoidConfigurationWorkflow.setSteps(List<ConfigurationWorkflowStep> steps)