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 Time
Time.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 theTime
for the latest end of this task.SloFulfillment.getLatestEndTime()
JobPlanDependencies.getLatestStartTime()
Returns theTime
for the latest start of this task.SloFulfillment.getLatestStartTime()
VariableAttributes.getMaximumTime()
Returns the maximum time ornull
if not set.VariableAttributes.getMinimumTime()
Returns the minimum time ornull
if 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()
istrue
this method returns the lower limit of the allowed logon time.UserAttributes.getValidTimeTo()
IfhasLogonTimeSpan()
istrue
this method returns the upper limit of the allowed logon time.Methods in com.uc4.api.objects with parameters of type TimeModifier and TypeMethodDescriptionvoid
Sets the start time of the task.void
Deprecated.Use setExecuteRecurring() insteadvoid
Sets the start time.void
JobPlanDependencies.setLatestEndTime
(Time latestEndTime) Sets theTime
for the latest end of this task.void
SloFulfillment.setLatestEndTime
(Time latestEndTime) Defines latest end time for fulfillment.void
JobPlanDependencies.setLatestStartTime
(Time latestStartTime) Sets theTime
for the latest start of this task.void
SloFulfillment.setLatestStartTime
(Time latestStartTime) Defines latest start time for fulfillment.void
UserAttributes.setLogonTimeSpan
(Time from, Time to) Sets the time span in which a logon is allowed.void
MaximumRuntime.setMethodDate
(int days, Time time, UC4TimezoneName timezone) Sets date and time for the maximum runtime.void
Sets the time of the once fieldvoid
AttributesSLO.setOperationWindowFrom
(Time operationWindowFrom) Sets "From" time of operation window.void
AttributesSLO.setOperationWindowTo
(Time operationWindowTo) Sets "To" time of operation window.void
VariableAttributes.setOutputFormatTime
(Time min, Time max, String format) Sets the output format for the datatype time.void
ScheduleTask.setStartTime
(Time startTime) Sets the start time of this task.void
void
Deprecated.Sets the Checkpoint time.void
Sets the earliest start time.void
Sets the Checkpoint time.void
void
Sets the time for the time condition.void
ExecuteRecurring.setTimeframe
(Time start, Time end, boolean forceAdjustment) Sets the execution time frame.void
Period.setTimeframe
(Time start, Time end, boolean forceAdjustment) Deprecated.Use setExecuteRecurring() insteadvoid
CheckHistoryCondition.setTimeOffset
(Time timeOffset) void
EventSettings.setTimerControlStartTime
(Time start) Sets the start time of the event.void
FileSystem.setTimerControlStartTime
(Time start) Sets the start time of the event.void
Sets the end time.void
ScheduleAttributes.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 newEventCalendarItem
using 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 TypeMethodDescriptionvoid
TimeElement.setMaxValue
(Time maxValue) void
TimeElement.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.