Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<JobPlanTaskDependency> |
JobPlanDependencies.iterator()
Returns an iterator over
JobPlanTaskDependency This iterator
cannot be used to remove dependencies. |
Modifier and Type | Method and Description |
---|---|
boolean |
JobPlanDependencies.removeDependency(JobPlanTaskDependency dependency)
Removes the specified dependency.
|