Uses of Enum Class
com.kingsrook.qqq.backend.core.model.metadata.processes.ProcessStepFlow
Packages that use ProcessStepFlow
-
Uses of ProcessStepFlow in com.kingsrook.qqq.backend.core.model.metadata.processes
Subclasses with type arguments of type ProcessStepFlow in com.kingsrook.qqq.backend.core.model.metadata.processesModifier and TypeClassDescriptionenumPossible ways the steps of a process can flow.Methods in com.kingsrook.qqq.backend.core.model.metadata.processes that return ProcessStepFlowModifier and TypeMethodDescriptionQProcessMetaData.getStepFlow()Getter for stepFlowstatic ProcessStepFlowReturns the enum constant of this class with the specified name.static ProcessStepFlow[]ProcessStepFlow.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.kingsrook.qqq.backend.core.model.metadata.processes with parameters of type ProcessStepFlowModifier and TypeMethodDescriptionvoidQProcessMetaData.setStepFlow(ProcessStepFlow stepFlow) Setter for stepFlowQProcessMetaData.withStepFlow(ProcessStepFlow stepFlow) Fluent setter for stepFlow