Uses of Class
com.uc4.api.Time
-
Packages that use Time Package Description com.uc4.api com.uc4.api.objects com.uc4.api.prompt com.uc4.communication.requests -
-
Uses of Time in com.uc4.api
Methods in com.uc4.api that return Time Modifier and Type Method Description Time
Time. 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 Modifier and Type Method Description boolean
Time. after(Time time)
Returnstrue
if the thisTime
object contains a time which is later the time in the parametertime
. -
Uses of Time in com.uc4.api.objects
Methods in com.uc4.api.objects that return Time Modifier and Type Method Description Time
EventCalendarItem. getFrom()
Time
QueueExceptionCondition. getFrom()
Returns the start of the validity period.Time
JobPlanDependencies. getLatestEndTime()
Returns theTime
for the latest end of this task.Time
SloFulfillment. getLatestEndTime()
Time
JobPlanDependencies. getLatestStartTime()
Returns theTime
for the latest start of this task.Time
SloFulfillment. getLatestStartTime()
Time
VariableAttributes. getMaximumTime()
Returns the maximum time ornull
if not set.Time
VariableAttributes. getMinimumTime()
Returns the minimum time ornull
if not set.Time
AttributesSLO. getOperationWindowFrom()
Returns "From" time of operation window.Time
AttributesSLO. getOperationWindowTo()
Returns "To" time of operation window.Time
ScheduleTask. getStartTime()
Returns the start time of this task.Time
CurrentTimeCondition. getTime()
Time
JobPlanCheckpoint. getTime()
Deprecated.Returns the checkpoint time.Time
JobPlanEarliest. getTime()
Returns the earliest start time.Time
MaximumRuntime. getTime()
Returns the time when the task must be finished.Time
ProcessFlowGeneral. getTime()
Returns the checkpoint time.Time
ReEvaluateAtAction. getTime()
Time
TimeSinceActivationCondition. getTime()
Time
ExecuteRecurring. getTimeframeEnd()
Returns the end time which was set using the methodsetTimeframe
.Time
Period. getTimeframeEnd()
Deprecated.Use getExecuteRecurring() insteadTime
ExecuteRecurring. getTimeframeStart()
Returns the start time which was set using the methodsetTimeframe
.Time
Period. getTimeframeStart()
Deprecated.Use getExecuteRecurring() insteadTime
CheckHistoryCondition. getTimeOffset()
Time
ExecuteRecurring. getTimeOfSingleExecution()
Returns the start time that has been set using the methodsetAtTime
.Time
Period. getTimeOfSingleExecution()
Deprecated.Use getExecuteRecurring() insteadTime
EventSettings. getTimerControlStartTime()
Gets the start time of the event.Time
FileSystem. getTimerControlStartTime()
Gets the start time of the event.Time
EventCalendarItem. getTo()
Time
QueueExceptionCondition. getTo()
Returns the end of the validity period.Time
ScheduleAttributes. getTurnaround()
Returns the turn around time of the Schedule.Time
UserAttributes. getValidTimeFrom()
IfhasLogonTimeSpan()
istrue
this method returns the lower limit of the allowed logon time.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 Time Modifier and Type Method Description void
ExecuteRecurring. setAtTime(Time time)
Sets the start time of the task.void
Period. setAtTime(Time time)
Deprecated.Use setExecuteRecurring() insteadvoid
QueueExceptionCondition. setFrom(Time from)
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
ExecuteRecurring. setOnce(Time time)
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, java.lang.String format)
Sets the output format for the datatype time.void
ScheduleTask. setStartTime(Time startTime)
Sets the start time of this task.void
CurrentTimeCondition. setTime(Time time)
void
JobPlanCheckpoint. setTime(Time time)
Deprecated.Sets the Checkpoint time.void
JobPlanEarliest. setTime(Time time)
Sets the earliest start time.void
ProcessFlowGeneral. setTime(Time time)
Sets the Checkpoint time.void
ReEvaluateAtAction. setTime(Time time)
void
TimeSinceActivationCondition. setTime(Time time)
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
QueueExceptionCondition. setTo(Time to)
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 Time Constructor Description EventCalendarItem(CalendarCondition cond, Time from, Time to)
Constructs a newEventCalendarItem
using the specfied parameters.QueueExceptionCondition(CalendarCondition cale, Time from, Time to, int maxSlots, int priority, java.lang.String description)
Creates a newQueueExceptionCondition
. -
Uses of Time in com.uc4.api.prompt
Methods in com.uc4.api.prompt that return Time Modifier and Type Method Description Time
TimeElement. getMaxValue()
Time
TimeElement. getMinValue()
Methods in com.uc4.api.prompt with parameters of type Time Modifier and Type Method Description void
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 Time Modifier and Type Method Description Time
JobPlanMonitor.Task. getStartTime()
Time
ScheduleMonitor.Task. getStartTime()
Return the start time of the task.
-