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 aUC4TimezoneNameusing 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 UC4TimezoneNameAttributesSLO. getTimezone()Returns the time zone of this SLO Object.UC4TimezoneNameClient. getTimezone()Returns the time zone of this client.UC4TimezoneNameEventAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameFileTransferAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameGroup. getTimezone()Deprecated.use attributes.getTimezone of this group insteadUC4TimezoneNameGroupAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameJobAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameJobPlanAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameJobPlanCheckpoint. getTimezone()Deprecated.Returns the TimeZone that is to be used.UC4TimezoneNameJobPlanDependencies. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameJobPlanEarliest. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameMaximumRuntime. getTimezone()Returns the time zone which is used for the current date.UC4TimezoneNameNotificationAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameProcessFlowGeneral. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameQueueAttributes. getTimezone()UC4TimezoneNameQueueManagerAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameScheduleAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameScriptAttributes. getTimezone()Returns the TimeZone that is to be used.UC4TimezoneNameUserAttributes. getTimezone()Returns the TimeZone to be used for this user following System logon.UC4TimezoneNameExecuteRecurring. getTimeZone()Methods in com.uc4.api.objects with parameters of type UC4TimezoneName Modifier and Type Method Description voidMaximumRuntime. setMethodDate(int days, Time time, UC4TimezoneName timezone)Sets date and time for the maximum runtime.voidAttributesSLO. setTimezone(UC4TimezoneName timezone)Sets the time zone of this SLO Object.voidClient. setTimezone(UC4TimezoneName timezone)Sets the time zone of this client.voidEventAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this job.voidFileTransferAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this job.voidGroup. setTimezone(UC4TimezoneName timezone)Deprecated.use attributes.setTimezone of this group insteadvoidGroupAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this job.voidJobAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this job.voidJobPlanAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this JobPlan.voidJobPlanCheckpoint. setTimezone(UC4TimezoneName timezone)Deprecated.Sets the TimeZone that is to be used.voidJobPlanDependencies. setTimezone(UC4TimezoneName timezone)Sets the TimeZone that is to be used.voidJobPlanEarliest. setTimezone(UC4TimezoneName timezone)Sets the TimeZone that is to be used.voidNotificationAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this Notification.voidProcessFlowGeneral. setTimezone(UC4TimezoneName timezone)Sets the TimeZone that is to be used.voidQueueAttributes. setTimezone(UC4TimezoneName timezone)Sets the timezone of the Queue object.voidQueueManagerAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this job.voidScheduleAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this Schedule.voidScriptAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone for this Script.voidUserAttributes. setTimezone(UC4TimezoneName timezone)Sets the TimeZone to be used for this user following System logon.voidExecuteRecurring. 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 UC4TimezoneNameUserListItem. getSessionTimeZone()Returns the timeZone of the session.UC4TimezoneNameClientListItem. getTimezone()Time zone valid in this client.UC4TimezoneNameUserListItem. 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 UC4TimezoneNameTimeSettings. 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 voidTimeSettings. 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 UC4TimezoneNameGetSessionTZ. getName()Returns the name of the Session TimeZone.UC4TimezoneNameGetExecuteOnce. getTimezone()Methods in com.uc4.communication.requests with parameters of type UC4TimezoneName Modifier and Type Method Description voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options)Executes a task only once.voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue)Executes a task only once.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 UC4TimezoneName Constructor Description ModifyStartTime(int runID, DateTime start, DateTime logicalDatetime, UC4TimezoneName timeZone)Constructs a newModifyStartTimerequest to change the start time of a task.ModifyStartTime(int runID, DateTime start, UC4TimezoneName timeZone)Constructs a newModifyStartTimerequest to change the start time of a task. 
 -