Uses of Class
com.uc4.api.UC4TimezoneName
-
Packages that use UC4TimezoneName Package Description com.uc4.api com.uc4.api.objects com.uc4.api.systemoverview com.uc4.communication com.uc4.communication.requests -
-
Uses of UC4TimezoneName in com.uc4.api
Constructors in com.uc4.api with parameters of type UC4TimezoneName Constructor Description UC4TimezoneName(UC4TimezoneName name)
Constructs aUC4TimezoneName
using the specified parameters. -
Uses of UC4TimezoneName in com.uc4.api.objects
Methods in com.uc4.api.objects that return UC4TimezoneName Modifier and Type Method Description UC4TimezoneName
AttributesSLO. getTimezone()
Returns the time zone of this SLO Object.UC4TimezoneName
Client. getTimezone()
Returns the time zone of this client.UC4TimezoneName
EventAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
FileTransferAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
Group. getTimezone()
Deprecated.use attributes.getTimezone of this group insteadUC4TimezoneName
GroupAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
JobAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
JobPlanAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
JobPlanCheckpoint. getTimezone()
Deprecated.Returns the TimeZone that is to be used.UC4TimezoneName
JobPlanDependencies. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
JobPlanEarliest. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
MaximumRuntime. getTimezone()
Returns the time zone which is used for the current date.UC4TimezoneName
NotificationAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
ProcessFlowGeneral. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
QueueAttributes. getTimezone()
UC4TimezoneName
QueueManagerAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
ScheduleAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
ScriptAttributes. getTimezone()
Returns the TimeZone that is to be used.UC4TimezoneName
UserAttributes. getTimezone()
Returns the TimeZone to be used for this user following System logon.UC4TimezoneName
ExecuteRecurring. getTimeZone()
Methods in com.uc4.api.objects with parameters of type UC4TimezoneName Modifier and Type Method Description void
MaximumRuntime. setMethodDate(int days, Time time, UC4TimezoneName timezone)
Sets date and time for the maximum runtime.void
AttributesSLO. setTimezone(UC4TimezoneName timezone)
Sets the time zone of this SLO Object.void
Client. setTimezone(UC4TimezoneName timezone)
Sets the time zone of this client.void
EventAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.void
FileTransferAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.void
Group. setTimezone(UC4TimezoneName timezone)
Deprecated.use attributes.setTimezone of this group insteadvoid
GroupAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.void
JobAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.void
JobPlanAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this JobPlan.void
JobPlanCheckpoint. setTimezone(UC4TimezoneName timezone)
Deprecated.Sets the TimeZone that is to be used.void
JobPlanDependencies. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone that is to be used.void
JobPlanEarliest. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone that is to be used.void
NotificationAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this Notification.void
ProcessFlowGeneral. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone that is to be used.void
QueueAttributes. setTimezone(UC4TimezoneName timezone)
Sets the timezone of the Queue object.void
QueueManagerAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.void
ScheduleAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this Schedule.void
ScriptAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this Script.void
UserAttributes. setTimezone(UC4TimezoneName timezone)
Sets the TimeZone to be used for this user following System logon.void
ExecuteRecurring. setTimeZone(UC4TimezoneName tz)
Sets the time zone of all dates used in this class. -
Uses of UC4TimezoneName in com.uc4.api.systemoverview
Methods in com.uc4.api.systemoverview that return UC4TimezoneName Modifier and Type Method Description UC4TimezoneName
UserListItem. getSessionTimeZone()
Returns the timeZone of the session.UC4TimezoneName
ClientListItem. getTimezone()
Time zone valid in this client.UC4TimezoneName
UserListItem. getUserTimeZone()
Returns the TimeZone specified in User object. -
Uses of UC4TimezoneName in com.uc4.communication
Methods in com.uc4.communication that return UC4TimezoneName Modifier and Type Method Description UC4TimezoneName
TimeSettings. getTimezone()
The TimeZone that is specified here only serves display reasons (for example, for the Message Wwindow).Methods in com.uc4.communication with parameters of type UC4TimezoneName Modifier and Type Method Description void
TimeSettings. setTimezone(UC4TimezoneName timezone)
The TimeZone that is specified here only serves display reasons (for example, for the Message Wwindow). -
Uses of UC4TimezoneName in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return UC4TimezoneName Modifier and Type Method Description UC4TimezoneName
GetSessionTZ. getName()
Returns the name of the Session TimeZone.UC4TimezoneName
GetExecuteOnce. getTimezone()
Methods in com.uc4.communication.requests with parameters of type UC4TimezoneName Modifier and Type Method Description void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options)
Executes a task only once.void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue)
Executes a task only once.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 UC4TimezoneName Constructor Description ModifyStartTime(int runID, DateTime start, DateTime logicalDatetime, UC4TimezoneName timeZone)
Constructs a newModifyStartTime
request to change the start time of a task.ModifyStartTime(int runID, DateTime start, UC4TimezoneName timeZone)
Constructs a newModifyStartTime
request to change the start time of a task.
-