Package | Description |
---|---|
com.uc4.api |
This package contains classes which are generally used.
|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
com.uc4.api.prompt |
This package contains prompt element classes.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
Time |
Time.clone() |
static Time |
Time.now()
Creates a new Time instance which is set to the current time.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Time.after(Time time)
Returns
true if the this Time object contains a time
which is later the time in the parameter time . |
Modifier and Type | Method and Description |
---|---|
Time |
EventCalendarItem.getFrom() |
Time |
QueueExceptionCondition.getFrom()
Returns the start of the validity period.
|
Time |
JobPlanDependencies.getLatestEndTime()
Returns the
Time for the latest end of this task. |
Time |
SloFulfillment.getLatestEndTime() |
Time |
JobPlanDependencies.getLatestStartTime()
Returns the
Time for the latest start of this task. |
Time |
SloFulfillment.getLatestStartTime() |
Time |
VariableAttributes.getMaximumTime()
Returns the maximum time or
null if not set. |
Time |
VariableAttributes.getMinimumTime()
Returns the minimum time or
null 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 method
setTimeframe . |
Time |
Period.getTimeframeEnd()
Deprecated.
Use getExecuteRecurring() instead
|
Time |
ExecuteRecurring.getTimeframeStart()
Returns the start time which was set using the method
setTimeframe . |
Time |
Period.getTimeframeStart()
Deprecated.
Use getExecuteRecurring() instead
|
Time |
CheckHistoryCondition.getTimeOffset() |
Time |
ExecuteRecurring.getTimeOfSingleExecution()
Returns the start time that has been set using the method
setAtTime . |
Time |
Period.getTimeOfSingleExecution()
Deprecated.
Use getExecuteRecurring() instead
|
Time |
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()
If
hasLogonTimeSpan() is true this method returns the lower limit of the allowed logon time. |
Time |
UserAttributes.getValidTimeTo()
If
hasLogonTimeSpan() is true this method returns the upper limit of the allowed logon time. |
Modifier and Type | Method and Description |
---|---|
void |
ExecuteRecurring.setAtTime(Time time)
Sets the start time of the task.
|
void |
Period.setAtTime(Time time)
Deprecated.
Use setExecuteRecurring() instead
|
void |
QueueExceptionCondition.setFrom(Time from)
Sets the start time.
|
void |
JobPlanDependencies.setLatestEndTime(Time latestEndTime)
Sets the
Time for the latest end of this task. |
void |
SloFulfillment.setLatestEndTime(Time latestEndTime)
Defines latest end time for fulfillment.
|
void |
JobPlanDependencies.setLatestStartTime(Time latestStartTime)
Sets the
Time 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 field
|
void |
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() instead
|
void |
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.
|
Constructor and Description |
---|
EventCalendarItem(CalendarCondition cond,
Time from,
Time to)
Constructs a new
EventCalendarItem using the specfied parameters. |
QueueExceptionCondition(CalendarCondition cale,
Time from,
Time to,
int maxSlots,
int priority,
java.lang.String description)
Creates a new
QueueExceptionCondition . |
Modifier and Type | Method and Description |
---|---|
Time |
TimeElement.getMaxValue() |
Time |
TimeElement.getMinValue() |
Modifier and Type | Method and Description |
---|---|
void |
TimeElement.setMaxValue(Time maxValue) |
void |
TimeElement.setMinValue(Time minValue) |
Modifier and Type | Method and Description |
---|---|
Time |
JobPlanMonitor.Task.getStartTime() |
Time |
ScheduleMonitor.Task.getStartTime()
Return the start time of the task.
|