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 TypeClassDescriptionenum
Possible 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 ProcessStepFlow
Returns 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 TypeMethodDescriptionvoid
QProcessMetaData.setStepFlow
(ProcessStepFlow stepFlow) Setter for stepFlowQProcessMetaData.withStepFlow
(ProcessStepFlow stepFlow) Fluent setter for stepFlow