Uses of Class
com.uc4.api.Time
Packages that use Time
Package
Description
-
Uses of Time in com.uc4.api
Methods in com.uc4.api that return TimeModifier and TypeMethodDescriptionTime.clone()static TimeTime.now()Creates a new Time instance which is set to the current time.Methods in com.uc4.api with parameters of type Time -
Uses of Time in com.uc4.api.objects
Methods in com.uc4.api.objects that return TimeModifier and TypeMethodDescriptionEventCalendarItem.getFrom()QueueExceptionCondition.getFrom()Returns the start of the validity period.JobPlanDependencies.getLatestEndTime()Returns theTimefor the latest end of this task.SloFulfillment.getLatestEndTime()JobPlanDependencies.getLatestStartTime()Returns theTimefor the latest start of this task.SloFulfillment.getLatestStartTime()VariableAttributes.getMaximumTime()Returns the maximum time ornullif not set.VariableAttributes.getMinimumTime()Returns the minimum time ornullif not set.AttributesSLO.getOperationWindowFrom()Returns "From" time of operation window.AttributesSLO.getOperationWindowTo()Returns "To" time of operation window.ScheduleTask.getStartTime()Returns the start time of this task.CurrentTimeCondition.getTime()JobPlanCheckpoint.getTime()Deprecated.Returns the checkpoint time.JobPlanEarliest.getTime()Returns the earliest start time.MaximumRuntime.getTime()Returns the time when the task must be finished.ProcessFlowGeneral.getTime()Returns the checkpoint time.ReEvaluateAtAction.getTime()TimeSinceActivationCondition.getTime()ExecuteRecurring.getTimeframeEnd()Returns the end time which was set using the methodsetTimeframe.Period.getTimeframeEnd()Deprecated.Use getExecuteRecurring() insteadExecuteRecurring.getTimeframeStart()Returns the start time which was set using the methodsetTimeframe.Period.getTimeframeStart()Deprecated.Use getExecuteRecurring() insteadCheckHistoryCondition.getTimeOffset()ExecuteRecurring.getTimeOfSingleExecution()Returns the start time that has been set using the methodsetAtTime.Period.getTimeOfSingleExecution()Deprecated.Use getExecuteRecurring() insteadEventSettings.getTimerControlStartTime()Gets the start time of the event.FileSystem.getTimerControlStartTime()Gets the start time of the event.EventCalendarItem.getTo()QueueExceptionCondition.getTo()Returns the end of the validity period.ScheduleAttributes.getTurnaround()Returns the turn around time of the Schedule.UserAttributes.getValidTimeFrom()IfhasLogonTimeSpan()istruethis method returns the lower limit of the allowed logon time.UserAttributes.getValidTimeTo()IfhasLogonTimeSpan()istruethis method returns the upper limit of the allowed logon time.Methods in com.uc4.api.objects with parameters of type TimeModifier and TypeMethodDescriptionvoidSets the start time of the task.voidDeprecated.Use setExecuteRecurring() insteadvoidSets the start time.voidJobPlanDependencies.setLatestEndTime(Time latestEndTime) Sets theTimefor the latest end of this task.voidSloFulfillment.setLatestEndTime(Time latestEndTime) Defines latest end time for fulfillment.voidJobPlanDependencies.setLatestStartTime(Time latestStartTime) Sets theTimefor the latest start of this task.voidSloFulfillment.setLatestStartTime(Time latestStartTime) Defines latest start time for fulfillment.voidUserAttributes.setLogonTimeSpan(Time from, Time to) Sets the time span in which a logon is allowed.voidMaximumRuntime.setMethodDate(int days, Time time, UC4TimezoneName timezone) Sets date and time for the maximum runtime.voidSets the time of the once fieldvoidAttributesSLO.setOperationWindowFrom(Time operationWindowFrom) Sets "From" time of operation window.voidAttributesSLO.setOperationWindowTo(Time operationWindowTo) Sets "To" time of operation window.voidVariableAttributes.setOutputFormatTime(Time min, Time max, String format) Sets the output format for the datatype time.voidScheduleTask.setStartTime(Time startTime) Sets the start time of this task.voidvoidDeprecated.Sets the Checkpoint time.voidSets the earliest start time.voidSets the Checkpoint time.voidvoidSets the time for the time condition.voidExecuteRecurring.setTimeframe(Time start, Time end, boolean forceAdjustment) Sets the execution time frame.voidPeriod.setTimeframe(Time start, Time end, boolean forceAdjustment) Deprecated.Use setExecuteRecurring() insteadvoidCheckHistoryCondition.setTimeOffset(Time timeOffset) voidEventSettings.setTimerControlStartTime(Time start) Sets the start time of the event.voidFileSystem.setTimerControlStartTime(Time start) Sets the start time of the event.voidSets the end time.voidScheduleAttributes.setTurnaround(Time startTime) Sets the turn around time of the Schedule.Constructors in com.uc4.api.objects with parameters of type TimeModifierConstructorDescriptionEventCalendarItem(CalendarCondition cond, Time from, Time to) Constructs a newEventCalendarItemusing the specfied parameters.QueueExceptionCondition(CalendarCondition cale, Time from, Time to, int maxSlots, int priority, String description) Creates a newQueueExceptionCondition. -
Uses of Time in com.uc4.api.prompt
Methods in com.uc4.api.prompt that return TimeMethods in com.uc4.api.prompt with parameters of type TimeModifier and TypeMethodDescriptionvoidTimeElement.setMaxValue(Time maxValue) voidTimeElement.setMinValue(Time minValue) -
Uses of Time in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return TimeModifier and TypeMethodDescriptionJobPlanMonitor.Task.getStartTime()ScheduleMonitor.Task.getStartTime()Return the start time of the task.