Uses of Class
com.uc4.api.UC4Alias
-
Packages that use UC4Alias Package Description com.uc4.api com.uc4.api.objects com.uc4.communication.requests -
-
Uses of UC4Alias in com.uc4.api
Fields in com.uc4.api declared as UC4Alias Modifier and Type Field Description protected UC4Alias
AbstractTask. alias
static UC4Alias
UC4Alias. EMPTY
Represents an empty UC4Alias.Methods in com.uc4.api that return UC4Alias Modifier and Type Method Description static UC4Alias
UC4Alias. aliasOf(java.lang.String value)
Creates an alias from a String value.UC4Alias
AbstractTask. getAlias()
In contrast togetName
this method returns always the alias if used.UC4Alias
HasAlias. getAlias()
Provides an alias. -
Uses of UC4Alias in com.uc4.api.objects
Methods in com.uc4.api.objects that return UC4Alias Modifier and Type Method Description UC4Alias
ExecuteObjectAction. getAlias()
Returns the alias ornull
if none is set.UC4Alias
ExecuteRecurring. getAlias()
Returns the alias ornull
if it has not been set.UC4Alias
JobPlanExternal. getAlias()
Returns the alias name of this task ornull
if no alias is set.UC4Alias
ProcessFlowGeneral. getAlias()
Returns the alias name of this task ornull
if no alias is set.UC4Alias
JobPlanExternal. getParentAlias()
Methods in com.uc4.api.objects with parameters of type UC4Alias Modifier and Type Method 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, usenull
to remove the alias.void
ProcessFlowGeneral. setAlias(UC4Alias alias)
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 UC4Alias Modifier and Type Method Description UC4Alias
GetExecuteOnce. getAlias()
Returns the alias of the object or an empty instance if not set.Methods in com.uc4.communication.requests with parameters of type UC4Alias Modifier and Type Method Description void
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 UC4Alias Constructor Description AddJobPlanTask(UC4ObjectName objectName, UC4Alias alias)
Constructs aAddJobPlanTask
using the specified UC4 Object name and alias.
-