Uses of Class
com.uc4.api.DateTime
-
Packages that use DateTime Package Description com.uc4.api com.uc4.api.objects com.uc4.api.prompt com.uc4.api.servicefulfillment com.uc4.api.systemoverview com.uc4.communication com.uc4.communication.requests -
-
Uses of DateTime in com.uc4.api
Fields in com.uc4.api declared as DateTime Modifier and Type Field Description protected DateTime
AbstractTask. activationTime
protected DateTime
AbstractTask. endTime
protected DateTime
Task. estimatedEndTime
protected DateTime
AbstractTask. startTime
Methods in com.uc4.api that return DateTime Modifier and Type Method Description DateTime
DateTime. addDays(int days)
Adds the specified number of days to thisDateTime
.DateTime
DateTime. addMinutes(int minutes)
Adds the specified number of minutes to thisDateTime
.DateTime
DateTime. addMonth(int numberOfMonth)
Adds the specified number of month.DateTime
DateTime. addSeconds(int seconds)
Adds the specified number of seconds to thisDateTime
.DateTime
DateTime. addYears(int years)
Adds the specified number of years to thisDateTime
.DateTime
DateTime. copy()
DateTime
AbstractTask. getActivationTime()
Returns the date and time of object activation.DateTime
FolderListItem. getDateModified()
Returns the date of the last modification.DateTime
AbstractTask. getEndTime()
Returns the date and time of object end.DateTime
Task. getEstimatedEndTime()
Returns the Estimated End TimeDateTime
ServiceLevelObjectiveListItem. getModifiationDate()
Provides the date of the last modification of this SLO Object.DateTime
SearchResultItem. getModified()
Returns the date and time of the last modification.DateTime
StorageItem. getModifiedDate()
Returns the modified date of the file in local time zone of the user who uploaded the file.DateTime
VersionControlListItem. getModifiedDate()
DateTime
AbstractTask. getStart()
Deprecated.use getStartTime() insteadDateTime
AbstractTask. getStartTime()
Returns the date and time of object start.DateTime
TaskFilter. getTimestampFrom()
Returns the From timestamp for the Activation.DateTime
TaskFilter. getTimestampTo()
Returns the To timestamp for the Activation.static DateTime
DateTime. now()
Constructs a newDateTime
object and sets the date and time to the current date and time.static DateTime
DateTime. now(java.util.TimeZone tz)
Constructs a newDateTime
object and sets the date and time to the current date and time.static DateTime
DateTime. nowDate()
Constructs a newDateTime
object and sets the date to the current date and sets all time fields to 0.Methods in com.uc4.api with parameters of type DateTime Modifier and Type Method Description int
DateTime. compareTo(DateTime other)
void
TaskFilter. setTimestampFrom(DateTime timestampFrom)
Sets the From timestamp for the Activation.void
TaskFilter. setTimestampTo(DateTime timestampTo)
Sets the To timestamp for the Activation.Constructors in com.uc4.api with parameters of type DateTime Constructor Description DateTime(DateTime copy)
Copy constructor. -
Uses of DateTime in com.uc4.api.objects
Methods in com.uc4.api.objects that return DateTime Modifier and Type Method Description DateTime
YearlyCalendarKeyword. getIntervalEndDate()
Returns the end date of the interval.DateTime
YearlyCalendarKeyword. getIntervalStartDate()
Returns the start date of the interval.DateTime
VariableAttributes. getMaximumDate()
Returns the maximum date ornull
if not set.DateTime
VariableAttributes. getMaximumTimestamp()
Returns the maximum timestamp ornull
if not set.DateTime
VariableAttributes. getMinimumDate()
Returns the minimum date ornull
if not set.DateTime
VariableAttributes. getMinimumTimestamp()
Returns the minimum timestamp ornull
if not set.DateTime
ExecuteRecurring. getRangeEndDate()
Returns the end date of the date range which has been set using the methodsetDateRange
.DateTime
Period. getRangeEndDate()
Deprecated.Use getExecuteRecurring() insteadDateTime
ExecuteRecurring. getRangeStartDate()
Returns the start date of of the date range which has been set using the methodsetDateRange
.DateTime
Period. getRangeStartDate()
Deprecated.Use getExecuteRecurring() insteadDateTime
SAPQueueManagerFilter. getScheduledStartGreater()
DateTime
SAPQueueManagerFilter. getScheduledStartLower()
DateTime
StaticCalendarKeyword. getValidFrom()
Returns the start date of the validity period.DateTime
StaticCalendarKeyword. getValidTo()
Returns the end date of the validity period.Methods in com.uc4.api.objects that return types with arguments of type DateTime Modifier and Type Method Description java.util.SortedSet<DateTime>
CalendarKeyword. getPreCalculatedDates()
java.util.Iterator<DateTime>
StaticCalendarKeyword. iterator()
Returns an iterator overDateTime
.java.util.Iterator<DateTime>
YearlyCalendarKeyword. selectedDates()
Returns an iterator overDateTime
.Methods in com.uc4.api.objects with parameters of type DateTime Modifier and Type Method Description void
StaticCalendarKeyword. add(DateTime date)
Adds a new date to this static calendar keyword.void
YearlyCalendarKeyword. addDate(DateTime date)
Adds a date to the selected dates.boolean
CalendarKeyword. containsDate(DateTime date)
Checks if a date matches this keyword.void
YearlyCalendarKeyword. inDefinedInterval(int everyNday, boolean beginOfYear, DateTime start, DateTime end)
Defines an interval for this yearly keyword.boolean
StaticCalendarKeyword. remove(DateTime date)
Removes the specified date from this static calendar keyword.boolean
YearlyCalendarKeyword. removeDate(DateTime date)
Removes the specified date from the selected dates.void
ExecuteRecurring. setDateRange(DateTime startDate, int runs)
Sets a date range using a start date and a number of runs.void
ExecuteRecurring. setDateRange(DateTime startDate, DateTime endDate)
Sets the date range for the interval.void
Period. setDateRange(DateTime startDate, int runs)
Deprecated.Use setExecuteRecurring() insteadvoid
Period. setDateRange(DateTime startDate, DateTime endDate)
Deprecated.Use setExecuteRecurring() insteadvoid
VariableAttributes. setOutputFormatDate(DateTime min, DateTime max, java.lang.String format)
Sets the output format for the datatype date.void
VariableAttributes. setOutputFormatTimestamp(DateTime min, DateTime max, java.lang.String format)
Sets the output format for the datatype timestamp.void
ExecuteRecurring. setRangeWithoutEnd(DateTime startDate)
Sets a date range with a start date and an open end date.void
Period. setRangeWithoutEnd(DateTime startDate)
Deprecated.Use setExecuteRecurring() insteadvoid
SAPQueueManagerFilter. setScheduledStartGreater(DateTime scheduledStartGreater)
void
SAPQueueManagerFilter. setScheduledStartLower(DateTime scheduledStartLower)
void
StaticCalendarKeyword. setValidFrom(DateTime validFrom)
Sets the start date of the validity period.void
StaticCalendarKeyword. setValidTo(DateTime validTo)
Sets the end date of the validity period.Constructors in com.uc4.api.objects with parameters of type DateTime Constructor Description StaticCalendarKeyword(UC4ObjectName name, DateTime from, DateTime to)
Constructs a newStaticCalendarKeyword
using the specified name and date range. -
Uses of DateTime in com.uc4.api.prompt
Methods in com.uc4.api.prompt that return DateTime Modifier and Type Method Description DateTime
DateElement. getMaximumValue()
Deprecated.use getMaxValue insteadDateTime
TimeStampElement. getMaximumValue()
Returns the maximum value.DateTime
DateElement. getMaxValue()
DateTime
DateElement. getMinimumValue()
Deprecated.use getMinValue insteadDateTime
TimeStampElement. getMinimumValue()
Returns the minimum value.DateTime
DateElement. getMinValue()
Methods in com.uc4.api.prompt with parameters of type DateTime Modifier and Type Method Description void
DateElement. setMaximumValue(DateTime value)
Deprecated.use setMaxValue insteadvoid
TimeStampElement. setMaximumValue(DateTime value)
Sets the maximum value.void
DateElement. setMaxValue(DateTime maxValue)
void
DateElement. setMinimumValue(DateTime value)
Deprecated.use setMinValue insteadvoid
TimeStampElement. setMinimumValue(DateTime value)
Sets the minimum value.void
DateElement. setMinValue(DateTime minValue)
void
DateElement. setValue(DateTime value)
Sets the default value. -
Uses of DateTime in com.uc4.api.servicefulfillment
Methods in com.uc4.api.servicefulfillment that return DateTime Modifier and Type Method Description DateTime
ServiceFulfillmentItem. getDetectionTime()
Returns the detection time. -
Uses of DateTime in com.uc4.api.systemoverview
Methods in com.uc4.api.systemoverview that return DateTime Modifier and Type Method Description DateTime
ILMHistoryItem. getEnd()
Returns the time up to when data records have been stored in the partition.DateTime
CheckILMPartitionItem. getEndTime()
Returns the date and time of object end.DateTime
LicenseListItem. getExpireDate()
Deprecated.Returns the date on which the license will expire.DateTime
AgentListItem. getLastCheck()
Returns the time of last check ornull
if this host is not active.DateTime
AgentListItem. getLastLogoff()
DateTime
UserListItem. getLastSession()
Date and time of the last logon ornull
.DateTime
ServerListItem. getServerTime()
Returns the Date and time of the computer on which the server process is running ornull
if the server process is not active.DateTime
ILMHistoryItem. getStart()
Returns the time as of when data records have been stored in the partition.DateTime
ILMPartitionItem. getStart()
Returns the time as of when data records have been stored in the partition.DateTime
CheckILMPartitionItem. getStartTime()
Returns the date and time of object start.DateTime
MessageListItem. getTimestamp()
DateTime
QuarantineListItem. getTimestamp()
-
Uses of DateTime in com.uc4.communication
Methods in com.uc4.communication that return DateTime Modifier and Type Method Description DateTime
AsyncMessage. getDate()
Returns the date for this message.Constructors in com.uc4.communication with parameters of type DateTime Constructor Description AsyncMessage(DateTime date, int nr, java.lang.String ins, com.uc4.translate.Message translator)
Creates a new asynchronous message. -
Uses of DateTime in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return DateTime Modifier and Type Method Description DateTime
GetObjectProperties. getCreatedDate()
Returns the date and time when the object was created.DateTime
JobPlanMonitor.Task. getEarliestStart()
Returns the earliest start time if configured.DateTime
ActiveNotifications.Entry. getEscalation()
Returns the date and time on which the Notification escalates.DateTime
NotificationMonitor. getEscalation()
Returns the date and time on which the Notification escalates.DateTime
GetExecuteOnce. getExecutionDateTime()
Returns the scheduled start time if the task does not start immediately.DateTime
GenericStatistics. getFromDate()
Returns the from date for the selection.DateTime
SearchObject. getFromDate()
Returns the begin of the date range.DateTime
GetObjectProperties. getLastModifiedDate()
Returns the time stamp when the object was last modified.DateTime
GetObjectProperties. getLastUsedDate()
Returns the time stamp when the object was last used.DateTime
GetExecuteOnce. getLogicalDateTime()
DateTime
GetSyncMonitor. getModifiedDate()
Returns the last modification time of this SYNC.DateTime
ScheduleMonitor.Task. getNextCheck()
Returns the timestamp of the next check.DateTime
ScheduleMonitor.Task. getNextStart()
Returns the timstamp of the next start.DateTime
GetObjectProperties. getOpenSince()
Returns aDateTime
instance that contains the time when the User started editing the object.DateTime
ActiveNotifications.Entry. getStartTime()
Returns the start time of this notification.DateTime
GroupMonitor.Task. getStartTime()
Return the start time of the task.DateTime
NotificationMonitor. getStartTime()
Returns the start time of this notification.DateTime
JobPlanMonitor.Task. getStartTimestamp()
DateTime
GetChangeLog.Entry. getTimestamp()
Returns the timestamp of this event.DateTime
GetComments.Comment. getTimestamp()
Returns the timestamp of the comment.DateTime
GenericStatistics. getToDate()
Returns the until date for the selection.DateTime
SearchObject. getToDate()
Returns the end of the date range.Methods in com.uc4.communication.requests with parameters of type DateTime Modifier and Type Method Description void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options)
Executes a task only once.void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue)
Executes a task only once.void
ExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue, UC4Alias aliasName)
Executes a task only once.void
SearchObject. setDateSelectionCreated(DateTime from, DateTime to)
Select objects which are created within the specified date range.void
SearchObject. setDateSelectionModified(DateTime from, DateTime to)
Select objects which are modified within the specified date range.void
TaskList. setDateSelectionRange(TaskList.DateRange type, DateTime from, DateTime to)
Sets a time interval.void
SearchObject. setDateSelectionUsed(DateTime from, DateTime to)
Select objects which are used within the specified date range.void
ServiceFulfillmentList.Filter. setDetectionTimeSelectionRange(DateTime from, DateTime to)
Sets a detection time interval.void
GenericStatistics. setFromDate(DateTime fromDate)
Sets the from date for the selection.void
GetChangeLog. setMessagesBefore(DateTime offsetTimestamp)
Sets a filter for the message timestamp.void
MessageList. setTimeRange(DateTime from, DateTime to)
Sets the filter the message timestamp.void
GenericStatistics. setToDate(DateTime toDate)
Sets the end date of the selection.Constructors in com.uc4.communication.requests with parameters of type DateTime Constructor Description ModifyStartTime(int runID, DateTime start, DateTime logicalDatetime, UC4TimezoneName timeZone)
Constructs a newModifyStartTime
request to change the start time of a task.ModifyStartTime(int runID, DateTime start, UC4TimezoneName timeZone)
Constructs a newModifyStartTime
request to change the start time of a task.
-