Uses of Class
com.uc4.api.objects.JobPlanTaskDependency
-
Packages that use JobPlanTaskDependency Package Description com.uc4.api.objects -
-
Uses of JobPlanTaskDependency in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type JobPlanTaskDependency Modifier and Type Method Description java.util.Iterator<JobPlanTaskDependency>
JobPlanDependencies. iterator()
Returns an iterator overJobPlanTaskDependency
This iterator cannot be used to remove dependencies.Methods in com.uc4.api.objects with parameters of type JobPlanTaskDependency Modifier and Type Method Description boolean
JobPlanDependencies. removeDependency(JobPlanTaskDependency dependency)
Removes the specified dependency.
-