Uses of Enum Class
com.uc4.api.objects.ProcessFlowGeneral.DeploymentDependency
Packages that use ProcessFlowGeneral.DeploymentDependency
-
Uses of ProcessFlowGeneral.DeploymentDependency in com.uc4.api.objects
Methods in com.uc4.api.objects that return ProcessFlowGeneral.DeploymentDependencyModifier and TypeMethodDescriptionProcessFlowGeneral.getDeploymentDependency()Returns the dependency of the component process worflow.Returns the enum constant of this class with the specified name.ProcessFlowGeneral.DeploymentDependency.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.api.objects with parameters of type ProcessFlowGeneral.DeploymentDependencyModifier and TypeMethodDescriptionvoidProcessFlowGeneral.setDeploymentDependency(ProcessFlowGeneral.DeploymentDependency deploymentDependency) Sets the dependency of the component process workflow.