Uses of Class
com.oracle.bmc.goldengate.model.StepStatusType
-
Packages that use StepStatusType Package Description com.oracle.bmc.goldengate.model -
-
Uses of StepStatusType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return StepStatusType Modifier and Type Method Description static StepStatusTypeStepStatusType. create(String key)StepStatusTypePipelineInitializationStep. getStatus()Status of the steps in a recipe.static StepStatusTypeStepStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static StepStatusType[]StepStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type StepStatusType Modifier and Type Method Description PipelineInitializationStep.BuilderPipelineInitializationStep.Builder. status(StepStatusType status)Status of the steps in a recipe.Constructors in com.oracle.bmc.goldengate.model with parameters of type StepStatusType Constructor Description PipelineInitializationStep(String name, StepStatusType status, Integer percentComplete, Date timeStarted, Date timeFinished, List<StepMessage> messages)Deprecated.
-