Uses of Class
com.uc4.api.objects.ProcessFlowGeneral.DeploymentDependency
-
Packages that use ProcessFlowGeneral.DeploymentDependency Package Description com.uc4.api.objects -
-
Uses of ProcessFlowGeneral.DeploymentDependency in com.uc4.api.objects
Methods in com.uc4.api.objects that return ProcessFlowGeneral.DeploymentDependency Modifier and Type Method Description ProcessFlowGeneral.DeploymentDependency
ProcessFlowGeneral. getDeploymentDependency()
Returns the dependency of the component process worflow.static ProcessFlowGeneral.DeploymentDependency
ProcessFlowGeneral.DeploymentDependency. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ProcessFlowGeneral.DeploymentDependency[]
ProcessFlowGeneral.DeploymentDependency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.uc4.api.objects with parameters of type ProcessFlowGeneral.DeploymentDependency Modifier and Type Method Description void
ProcessFlowGeneral. setDeploymentDependency(ProcessFlowGeneral.DeploymentDependency deploymentDependency)
Sets the dependency of the component process workflow.
-