Uses of Class
com.uc4.api.DateTime
Packages that use DateTime
Package
Description
-
Uses of DateTime in com.uc4.api
Fields in com.uc4.api declared as DateTimeModifier and TypeFieldDescriptionprotected DateTime
AbstractTask.activationTime
protected DateTime
AbstractTask.endTime
protected DateTime
Task.estimatedEndTime
protected DateTime
AbstractTask.startTime
Methods in com.uc4.api that return DateTimeModifier and TypeMethodDescriptionDateTime.addDays
(int days) Adds the specified number of days to thisDateTime
.DateTime.addMinutes
(int minutes) Adds the specified number of minutes to thisDateTime
.DateTime.addMonth
(int numberOfMonth) Adds the specified number of month.DateTime.addSeconds
(int seconds) Adds the specified number of seconds to thisDateTime
.DateTime.addYears
(int years) Adds the specified number of years to thisDateTime
.DateTime.copy()
AbstractTask.getActivationTime()
Returns the date and time of object activation.FolderListItem.getDateModified()
Returns the date of the last modification.AbstractTask.getEndTime()
Returns the date and time of object end.Task.getEstimatedEndTime()
Returns the Estimated End TimeServiceLevelObjectiveListItem.getModifiationDate()
Provides the date of the last modification of this SLO Object.SearchResultItem.getModified()
Returns the date and time of the last modification.StorageItem.getModifiedDate()
Returns the modified date of the file in local time zone of the user who uploaded the file.VersionControlListItem.getModifiedDate()
final DateTime
AbstractTask.getStart()
Deprecated.use getStartTime() insteadAbstractTask.getStartTime()
Returns the date and time of object start.TaskFilter.getTimestampFrom()
Returns the From timestamp for the Activation.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
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 DateTimeModifier and TypeMethodDescriptionint
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 -
Uses of DateTime in com.uc4.api.objects
Methods in com.uc4.api.objects that return DateTimeModifier and TypeMethodDescriptionYearlyCalendarKeyword.getIntervalEndDate()
Returns the end date of the interval.YearlyCalendarKeyword.getIntervalStartDate()
Returns the start date of the interval.VariableAttributes.getMaximumDate()
Returns the maximum date ornull
if not set.VariableAttributes.getMaximumTimestamp()
Returns the maximum timestamp ornull
if not set.VariableAttributes.getMinimumDate()
Returns the minimum date ornull
if not set.VariableAttributes.getMinimumTimestamp()
Returns the minimum timestamp ornull
if not set.ExecuteRecurring.getRangeEndDate()
Returns the end date of the date range which has been set using the methodsetDateRange
.Period.getRangeEndDate()
Deprecated.Use getExecuteRecurring() insteadExecuteRecurring.getRangeStartDate()
Returns the start date of of the date range which has been set using the methodsetDateRange
.Period.getRangeStartDate()
Deprecated.Use getExecuteRecurring() insteadSAPQueueManagerFilter.getScheduledStartGreater()
SAPQueueManagerFilter.getScheduledStartLower()
StaticCalendarKeyword.getValidFrom()
Returns the start date of the validity period.StaticCalendarKeyword.getValidTo()
Returns the end date of the validity period.Methods in com.uc4.api.objects that return types with arguments of type DateTimeModifier and TypeMethodDescriptionCalendarKeyword.getPreCalculatedDates()
StaticCalendarKeyword.iterator()
Returns an iterator overDateTime
.YearlyCalendarKeyword.selectedDates()
Returns an iterator overDateTime
.Methods in com.uc4.api.objects with parameters of type DateTimeModifier and TypeMethodDescriptionvoid
Adds a new date to this static calendar keyword.void
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
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, String format) Sets the output format for the datatype date.void
VariableAttributes.setOutputFormatTimestamp
(DateTime min, DateTime max, 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 DateTimeModifierConstructorDescriptionStaticCalendarKeyword
(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 DateTimeModifier and TypeMethodDescriptionDateElement.getMaximumValue()
Deprecated.use getMaxValue insteadTimeStampElement.getMaximumValue()
Returns the maximum value.DateElement.getMaxValue()
DateElement.getMinimumValue()
Deprecated.use getMinValue insteadTimeStampElement.getMinimumValue()
Returns the minimum value.DateElement.getMinValue()
Methods in com.uc4.api.prompt with parameters of type DateTimeModifier and TypeMethodDescriptionvoid
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
Sets the default value. -
Uses of DateTime in com.uc4.api.servicefulfillment
Methods in com.uc4.api.servicefulfillment that return DateTimeModifier and TypeMethodDescriptionServiceFulfillmentItem.getDetectionTime()
Returns the detection time. -
Uses of DateTime in com.uc4.api.systemoverview
Methods in com.uc4.api.systemoverview that return DateTimeModifier and TypeMethodDescriptionILMHistoryItem.getEnd()
Returns the time up to when data records have been stored in the partition.CheckILMPartitionItem.getEndTime()
Returns the date and time of object end.LicenseListItem.getExpireDate()
Deprecated.Returns the date on which the license will expire.AgentListItem.getLastCheck()
Returns the time of last check ornull
if this host is not active.AgentListItem.getLastLogoff()
UserListItem.getLastSession()
Date and time of the last logon ornull
.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.ILMHistoryItem.getStart()
Returns the time as of when data records have been stored in the partition.ILMPartitionItem.getStart()
Returns the time as of when data records have been stored in the partition.CheckILMPartitionItem.getStartTime()
Returns the date and time of object start.MessageListItem.getTimestamp()
QuarantineListItem.getTimestamp()
-
Uses of DateTime in com.uc4.communication
Methods in com.uc4.communication that return DateTimeConstructors in com.uc4.communication with parameters of type DateTimeModifierConstructorDescriptionAsyncMessage
(DateTime date, int nr, 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 DateTimeModifier and TypeMethodDescriptionGetObjectProperties.getCreatedDate()
Returns the date and time when the object was created.JobPlanMonitor.Task.getEarliestStart()
Returns the earliest start time if configured.ActiveNotifications.Entry.getEscalation()
Returns the date and time on which the Notification escalates.NotificationMonitor.getEscalation()
Returns the date and time on which the Notification escalates.GetExecuteOnce.getExecutionDateTime()
Returns the scheduled start time if the task does not start immediately.GenericStatistics.getFromDate()
Returns the from date for the selection.SearchObject.getFromDate()
Returns the begin of the date range.GetObjectProperties.getLastModifiedDate()
Returns the time stamp when the object was last modified.GetObjectProperties.getLastUsedDate()
Returns the time stamp when the object was last used.GetExecuteOnce.getLogicalDateTime()
GetSyncMonitor.getModifiedDate()
Returns the last modification time of this SYNC.ScheduleMonitor.Task.getNextCheck()
Returns the timestamp of the next check.ScheduleMonitor.Task.getNextStart()
Returns the timstamp of the next start.GetObjectProperties.getOpenSince()
Returns aDateTime
instance that contains the time when the User started editing the object.ActiveNotifications.Entry.getStartTime()
Returns the start time of this notification.GroupMonitor.Task.getStartTime()
Return the start time of the task.NotificationMonitor.getStartTime()
Returns the start time of this notification.JobPlanMonitor.Task.getStartTimestamp()
GetChangeLog.Entry.getTimestamp()
Returns the timestamp of this event.GetComments.Comment.getTimestamp()
Returns the timestamp of the comment.GenericStatistics.getToDate()
Returns the until date for the selection.SearchObject.getToDate()
Returns the end of the date range.Methods in com.uc4.communication.requests with parameters of type DateTimeModifier and TypeMethodDescriptionvoid
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
Sets the end date of the selection.Constructors in com.uc4.communication.requests with parameters of type DateTimeModifierConstructorDescriptionModifyStartTime
(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.