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 UC4AliasAbstractTask. aliasstatic UC4AliasUC4Alias. EMPTYRepresents an empty UC4Alias.Methods in com.uc4.api that return UC4Alias Modifier and Type Method Description static UC4AliasUC4Alias. aliasOf(java.lang.String value)Creates an alias from a String value.UC4AliasAbstractTask. getAlias()In contrast togetNamethis method returns always the alias if used.UC4AliasHasAlias. 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 UC4AliasExecuteObjectAction. getAlias()Returns the alias ornullif none is set.UC4AliasExecuteRecurring. getAlias()Returns the alias ornullif it has not been set.UC4AliasJobPlanExternal. getAlias()Returns the alias name of this task ornullif no alias is set.UC4AliasProcessFlowGeneral. getAlias()Returns the alias name of this task ornullif no alias is set.UC4AliasJobPlanExternal. getParentAlias()Methods in com.uc4.api.objects with parameters of type UC4Alias Modifier and Type Method Description voidExecuteObjectAction. setAlias(UC4Alias alias)Sets the alias of the task.voidExecuteRecurring. setAlias(UC4Alias alias)Sets the alias of a recurring task.voidJobPlanExternal. setAlias(UC4Alias alias)Sets the alias name, usenullto remove the alias.voidProcessFlowGeneral. setAlias(UC4Alias alias)Sets the alias, usenullto remove the alias.voidJobPlanExternal. 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 UC4AliasGetExecuteOnce. 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 voidExecuteObject. 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 aAddJobPlanTaskusing the specified UC4 Object name and alias.
-