Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Class and Description |
---|---|
class |
CheckActivitiesCondition
Checks the status of an activity.
|
class |
CheckConnectionCondition
Checks the connection to a remote system, if the tasks has a connection.
|
class |
CheckFileCondition
Checks if a file exists.
|
class |
CheckHistoryCondition
Checks if the last execution of an object satisfies the
defined status and the defined satisfaction lead time.
|
class |
CheckProcessCondition
Checks if a particular process is running on the host system.
|
class |
CurrentQueueCondition
Checks the Queue the task will run in.
|
class |
CurrentTimeCondition
Checks the (physical) time in the timezone the object was started in.
|
class |
ReturnCodeCondition
Checks the return code of the task.
|
class |
StatusCondition
Checks the 'ENDED' status of the task.
|
class |
TimeSinceActivationCondition
Checks time that has passed since the activation of the task.
|
class |
UserDefinedCondition
Compares two values.
|
Modifier and Type | Method and Description |
---|---|
static Condition |
ConditionOrAction.createConditionFromId(java.lang.String id)
Creates a condition according to the id.
|