Uses of Class
com.uc4.api.UC4Alias
Packages that use UC4Alias
-
Uses of UC4Alias in com.uc4.api
Fields in com.uc4.api declared as UC4AliasModifier and TypeFieldDescriptionprotected UC4Alias
AbstractTask.alias
static final UC4Alias
UC4Alias.EMPTY
Represents an empty UC4Alias.Methods in com.uc4.api that return UC4Alias -
Uses of UC4Alias in com.uc4.api.objects
Methods in com.uc4.api.objects that return UC4AliasModifier and TypeMethodDescriptionExecuteObjectAction.getAlias()
Returns the alias ornull
if none is set.ExecuteRecurring.getAlias()
Returns the alias ornull
if it has not been set.JobPlanExternal.getAlias()
Returns the alias name of this task ornull
if no alias is set.ProcessFlowGeneral.getAlias()
Returns the alias name of this task ornull
if no alias is set.JobPlanExternal.getParentAlias()
Methods in com.uc4.api.objects with parameters of type UC4AliasModifier and TypeMethodDescriptionvoid
Sets the alias of the task.void
Sets the alias of a recurring task.void
Sets the alias name, usenull
to remove the alias.void
Sets the alias, usenull
to remove the alias.void
JobPlanExternal.setParentAlias
(UC4Alias parentAlias) Sets the parent alias. -
Uses of UC4Alias in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return UC4AliasModifier and TypeMethodDescriptionGetExecuteOnce.getAlias()
Returns the alias of the object or an empty instance if not set.Methods in com.uc4.communication.requests with parameters of type UC4AliasModifier and TypeMethodDescriptionvoid
ExecuteObject.executeOnce
(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue, UC4Alias aliasName) Executes a task only once.Constructors in com.uc4.communication.requests with parameters of type UC4AliasModifierConstructorDescriptionAddJobPlanTask
(UC4ObjectName objectName, UC4Alias alias) Constructs aAddJobPlanTask
using the specified UC4 Object name and alias.