Uses of Class
com.uc4.api.UC4TimezoneName
Packages that use UC4TimezoneName
Package
Description
-
Uses of UC4TimezoneName in com.uc4.api
Constructors in com.uc4.api with parameters of type UC4TimezoneNameModifierConstructorDescriptionConstructs aUC4TimezoneName
using the specified parameters. -
Uses of UC4TimezoneName in com.uc4.api.objects
Methods in com.uc4.api.objects that return UC4TimezoneNameModifier and TypeMethodDescriptionAttributesSLO.getTimezone()
Returns the time zone of this SLO Object.Client.getTimezone()
Returns the time zone of this client.EventAttributes.getTimezone()
Returns the TimeZone that is to be used.FileTransferAttributes.getTimezone()
Returns the TimeZone that is to be used.Group.getTimezone()
Deprecated.use attributes.getTimezone of this group insteadGroupAttributes.getTimezone()
Returns the TimeZone that is to be used.JobAttributes.getTimezone()
Returns the TimeZone that is to be used.JobPlanAttributes.getTimezone()
Returns the TimeZone that is to be used.JobPlanCheckpoint.getTimezone()
Deprecated.Returns the TimeZone that is to be used.JobPlanDependencies.getTimezone()
Returns the TimeZone that is to be used.JobPlanEarliest.getTimezone()
Returns the TimeZone that is to be used.MaximumRuntime.getTimezone()
Returns the time zone which is used for the current date.NotificationAttributes.getTimezone()
Returns the TimeZone that is to be used.ProcessFlowGeneral.getTimezone()
Returns the TimeZone that is to be used.QueueAttributes.getTimezone()
QueueManagerAttributes.getTimezone()
Returns the TimeZone that is to be used.ScheduleAttributes.getTimezone()
Returns the TimeZone that is to be used.ScriptAttributes.getTimezone()
Returns the TimeZone that is to be used.UserAttributes.getTimezone()
Returns the TimeZone to be used for this user following System logon.ExecuteRecurring.getTimeZone()
Methods in com.uc4.api.objects with parameters of type UC4TimezoneNameModifier and TypeMethodDescriptionvoid
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 UC4TimezoneNameModifier and TypeMethodDescriptionUserListItem.getSessionTimeZone()
Returns the timeZone of the session.ClientListItem.getTimezone()
Time zone valid in this client.UserListItem.getUserTimeZone()
Returns the TimeZone specified in User object. -
Uses of UC4TimezoneName in com.uc4.communication
Methods in com.uc4.communication that return UC4TimezoneNameModifier and TypeMethodDescriptionTimeSettings.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 UC4TimezoneNameModifier and TypeMethodDescriptionvoid
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 UC4TimezoneNameModifier and TypeMethodDescriptionGetSessionTZ.getName()
Returns the name of the Session TimeZone.GetExecuteOnce.getTimezone()
Methods in com.uc4.communication.requests with parameters of type UC4TimezoneNameModifier and TypeMethodDescriptionvoid
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 UC4TimezoneNameModifierConstructorDescriptionModifyStartTime
(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.