Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
ConditionsSet |
WorkflowIF.condition()
Returns the condition of the IF.
|
ConditionsSet |
ConditionsSet.copy()
Creates a deep copy of this object
|
ConditionsSet |
JobPlanTask.postConditions()
This method provides access to the "Post-Conditions" of a JobPlan task.
|
ConditionsSet |
JobPlanTask.preConditions()
This method provides access to the "Pre-Conditions" of a JobPlan task.
|
Modifier and Type | Method and Description |
---|---|
ConditionsSet |
JobPlanMonitor.Task.postConditions()
Gets postconditions of this JobPlanMonitor task.
|
ConditionsSet |
JobPlanMonitor.Task.preConditions()
Gets preconditions of this JobPlanMonitor task.
|