Package | Description |
---|---|
com.uc4.api |
This package contains classes which are generally used.
|
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 | Field and Description |
---|---|
protected UC4Alias |
AbstractTask.alias |
static UC4Alias |
UC4Alias.EMPTY
Represents an empty UC4Alias.
|
Modifier and Type | Method and Description |
---|---|
static UC4Alias |
UC4Alias.aliasOf(java.lang.String value)
Creates an alias from a String value.
|
UC4Alias |
AbstractTask.getAlias()
In contrast to
getName this method
returns always the alias if used. |
UC4Alias |
HasAlias.getAlias()
Provides an alias.
|
Modifier and Type | Method and Description |
---|---|
UC4Alias |
ExecuteObjectAction.getAlias()
Returns the alias or
null if none is set. |
UC4Alias |
ExecuteRecurring.getAlias()
Returns the alias or
null if it has not been set. |
UC4Alias |
JobPlanExternal.getAlias()
Returns the alias name of this task or
null if no alias is set. |
UC4Alias |
ProcessFlowGeneral.getAlias()
Returns the alias name of this task or
null if no alias is
set. |
UC4Alias |
JobPlanExternal.getParentAlias() |
Modifier and Type | Method and Description |
---|---|
void |
ExecuteObjectAction.setAlias(UC4Alias alias)
Sets the alias of the task.
|
void |
ExecuteRecurring.setAlias(UC4Alias alias)
Sets the alias of a recurring task.
|
void |
JobPlanExternal.setAlias(UC4Alias alias)
Sets the alias name, use
null to remove the alias. |
void |
ProcessFlowGeneral.setAlias(UC4Alias alias)
Sets the alias, use
null to remove the alias. |
void |
JobPlanExternal.setParentAlias(UC4Alias parentAlias)
Sets the parent alias.
|
Modifier and Type | Method and Description |
---|---|
UC4Alias |
GetExecuteOnce.getAlias()
Returns the alias of the object or an empty instance if not set.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecuteObject.executeOnce(DateTime startDate,
DateTime logicalDate,
UC4TimezoneName tz,
boolean waitForManualRelease,
ExecuteTestOptions options,
UC4ObjectName queue,
UC4Alias aliasName)
Executes a task only once.
|
Constructor and Description |
---|
AddJobPlanTask(UC4ObjectName objectName,
UC4Alias alias)
Constructs a
AddJobPlanTask using the specified UC4 Object name and alias. |