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 DateTimeAbstractTask. activationTimeprotected DateTimeAbstractTask. endTimeprotected DateTimeTask. estimatedEndTimeprotected DateTimeAbstractTask. startTimeMethods in com.uc4.api that return DateTime Modifier and Type Method Description DateTimeDateTime. addDays(int days)Adds the specified number of days to thisDateTime.DateTimeDateTime. addMinutes(int minutes)Adds the specified number of minutes to thisDateTime.DateTimeDateTime. addMonth(int numberOfMonth)Adds the specified number of month.DateTimeDateTime. addSeconds(int seconds)Adds the specified number of seconds to thisDateTime.DateTimeDateTime. addYears(int years)Adds the specified number of years to thisDateTime.DateTimeDateTime. copy()DateTimeAbstractTask. getActivationTime()Returns the date and time of object activation.DateTimeFolderListItem. getDateModified()Returns the date of the last modification.DateTimeAbstractTask. getEndTime()Returns the date and time of object end.DateTimeTask. getEstimatedEndTime()Returns the Estimated End TimeDateTimeServiceLevelObjectiveListItem. getModifiationDate()Provides the date of the last modification of this SLO Object.DateTimeSearchResultItem. getModified()Returns the date and time of the last modification.DateTimeStorageItem. getModifiedDate()Returns the modified date of the file in local time zone of the user who uploaded the file.DateTimeVersionControlListItem. getModifiedDate()DateTimeAbstractTask. getStart()Deprecated.use getStartTime() insteadDateTimeAbstractTask. getStartTime()Returns the date and time of object start.DateTimeTaskFilter. getTimestampFrom()Returns the From timestamp for the Activation.DateTimeTaskFilter. getTimestampTo()Returns the To timestamp for the Activation.static DateTimeDateTime. now()Constructs a newDateTimeobject and sets the date and time to the current date and time.static DateTimeDateTime. now(java.util.TimeZone tz)Constructs a newDateTimeobject and sets the date and time to the current date and time.static DateTimeDateTime. nowDate()Constructs a newDateTimeobject 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 intDateTime. compareTo(DateTime other)voidTaskFilter. setTimestampFrom(DateTime timestampFrom)Sets the From timestamp for the Activation.voidTaskFilter. 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 DateTimeYearlyCalendarKeyword. getIntervalEndDate()Returns the end date of the interval.DateTimeYearlyCalendarKeyword. getIntervalStartDate()Returns the start date of the interval.DateTimeVariableAttributes. getMaximumDate()Returns the maximum date ornullif not set.DateTimeVariableAttributes. getMaximumTimestamp()Returns the maximum timestamp ornullif not set.DateTimeVariableAttributes. getMinimumDate()Returns the minimum date ornullif not set.DateTimeVariableAttributes. getMinimumTimestamp()Returns the minimum timestamp ornullif not set.DateTimeExecuteRecurring. getRangeEndDate()Returns the end date of the date range which has been set using the methodsetDateRange.DateTimePeriod. getRangeEndDate()Deprecated.Use getExecuteRecurring() insteadDateTimeExecuteRecurring. getRangeStartDate()Returns the start date of of the date range which has been set using the methodsetDateRange.DateTimePeriod. getRangeStartDate()Deprecated.Use getExecuteRecurring() insteadDateTimeSAPQueueManagerFilter. getScheduledStartGreater()DateTimeSAPQueueManagerFilter. getScheduledStartLower()DateTimeStaticCalendarKeyword. getValidFrom()Returns the start date of the validity period.DateTimeStaticCalendarKeyword. 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 voidStaticCalendarKeyword. add(DateTime date)Adds a new date to this static calendar keyword.voidYearlyCalendarKeyword. addDate(DateTime date)Adds a date to the selected dates.booleanCalendarKeyword. containsDate(DateTime date)Checks if a date matches this keyword.voidYearlyCalendarKeyword. inDefinedInterval(int everyNday, boolean beginOfYear, DateTime start, DateTime end)Defines an interval for this yearly keyword.booleanStaticCalendarKeyword. remove(DateTime date)Removes the specified date from this static calendar keyword.booleanYearlyCalendarKeyword. removeDate(DateTime date)Removes the specified date from the selected dates.voidExecuteRecurring. setDateRange(DateTime startDate, int runs)Sets a date range using a start date and a number of runs.voidExecuteRecurring. setDateRange(DateTime startDate, DateTime endDate)Sets the date range for the interval.voidPeriod. setDateRange(DateTime startDate, int runs)Deprecated.Use setExecuteRecurring() insteadvoidPeriod. setDateRange(DateTime startDate, DateTime endDate)Deprecated.Use setExecuteRecurring() insteadvoidVariableAttributes. setOutputFormatDate(DateTime min, DateTime max, java.lang.String format)Sets the output format for the datatype date.voidVariableAttributes. setOutputFormatTimestamp(DateTime min, DateTime max, java.lang.String format)Sets the output format for the datatype timestamp.voidExecuteRecurring. setRangeWithoutEnd(DateTime startDate)Sets a date range with a start date and an open end date.voidPeriod. setRangeWithoutEnd(DateTime startDate)Deprecated.Use setExecuteRecurring() insteadvoidSAPQueueManagerFilter. setScheduledStartGreater(DateTime scheduledStartGreater)voidSAPQueueManagerFilter. setScheduledStartLower(DateTime scheduledStartLower)voidStaticCalendarKeyword. setValidFrom(DateTime validFrom)Sets the start date of the validity period.voidStaticCalendarKeyword. 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 newStaticCalendarKeywordusing 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 DateTimeDateElement. getMaximumValue()Deprecated.use getMaxValue insteadDateTimeTimeStampElement. getMaximumValue()Returns the maximum value.DateTimeDateElement. getMaxValue()DateTimeDateElement. getMinimumValue()Deprecated.use getMinValue insteadDateTimeTimeStampElement. getMinimumValue()Returns the minimum value.DateTimeDateElement. getMinValue()Methods in com.uc4.api.prompt with parameters of type DateTime Modifier and Type Method Description voidDateElement. setMaximumValue(DateTime value)Deprecated.use setMaxValue insteadvoidTimeStampElement. setMaximumValue(DateTime value)Sets the maximum value.voidDateElement. setMaxValue(DateTime maxValue)voidDateElement. setMinimumValue(DateTime value)Deprecated.use setMinValue insteadvoidTimeStampElement. setMinimumValue(DateTime value)Sets the minimum value.voidDateElement. setMinValue(DateTime minValue)voidDateElement. 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 DateTimeServiceFulfillmentItem. 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 DateTimeILMHistoryItem. getEnd()Returns the time up to when data records have been stored in the partition.DateTimeCheckILMPartitionItem. getEndTime()Returns the date and time of object end.DateTimeLicenseListItem. getExpireDate()Deprecated.Returns the date on which the license will expire.DateTimeAgentListItem. getLastCheck()Returns the time of last check ornullif this host is not active.DateTimeAgentListItem. getLastLogoff()DateTimeUserListItem. getLastSession()Date and time of the last logon ornull.DateTimeServerListItem. getServerTime()Returns the Date and time of the computer on which the server process is running ornullif the server process is not active.DateTimeILMHistoryItem. getStart()Returns the time as of when data records have been stored in the partition.DateTimeILMPartitionItem. getStart()Returns the time as of when data records have been stored in the partition.DateTimeCheckILMPartitionItem. getStartTime()Returns the date and time of object start.DateTimeMessageListItem. getTimestamp()DateTimeQuarantineListItem. getTimestamp() - 
Uses of DateTime in com.uc4.communication
Methods in com.uc4.communication that return DateTime Modifier and Type Method Description DateTimeAsyncMessage. 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 DateTimeGetObjectProperties. getCreatedDate()Returns the date and time when the object was created.DateTimeJobPlanMonitor.Task. getEarliestStart()Returns the earliest start time if configured.DateTimeActiveNotifications.Entry. getEscalation()Returns the date and time on which the Notification escalates.DateTimeNotificationMonitor. getEscalation()Returns the date and time on which the Notification escalates.DateTimeGetExecuteOnce. getExecutionDateTime()Returns the scheduled start time if the task does not start immediately.DateTimeGenericStatistics. getFromDate()Returns the from date for the selection.DateTimeSearchObject. getFromDate()Returns the begin of the date range.DateTimeGetObjectProperties. getLastModifiedDate()Returns the time stamp when the object was last modified.DateTimeGetObjectProperties. getLastUsedDate()Returns the time stamp when the object was last used.DateTimeGetExecuteOnce. getLogicalDateTime()DateTimeGetSyncMonitor. getModifiedDate()Returns the last modification time of this SYNC.DateTimeScheduleMonitor.Task. getNextCheck()Returns the timestamp of the next check.DateTimeScheduleMonitor.Task. getNextStart()Returns the timstamp of the next start.DateTimeGetObjectProperties. getOpenSince()Returns aDateTimeinstance that contains the time when the User started editing the object.DateTimeActiveNotifications.Entry. getStartTime()Returns the start time of this notification.DateTimeGroupMonitor.Task. getStartTime()Return the start time of the task.DateTimeNotificationMonitor. getStartTime()Returns the start time of this notification.DateTimeJobPlanMonitor.Task. getStartTimestamp()DateTimeGetChangeLog.Entry. getTimestamp()Returns the timestamp of this event.DateTimeGetComments.Comment. getTimestamp()Returns the timestamp of the comment.DateTimeGenericStatistics. getToDate()Returns the until date for the selection.DateTimeSearchObject. getToDate()Returns the end of the date range.Methods in com.uc4.communication.requests with parameters of type DateTime Modifier and Type Method Description voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options)Executes a task only once.voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue)Executes a task only once.voidExecuteObject. executeOnce(DateTime startDate, DateTime logicalDate, UC4TimezoneName tz, boolean waitForManualRelease, ExecuteTestOptions options, UC4ObjectName queue, UC4Alias aliasName)Executes a task only once.voidSearchObject. setDateSelectionCreated(DateTime from, DateTime to)Select objects which are created within the specified date range.voidSearchObject. setDateSelectionModified(DateTime from, DateTime to)Select objects which are modified within the specified date range.voidTaskList. setDateSelectionRange(TaskList.DateRange type, DateTime from, DateTime to)Sets a time interval.voidSearchObject. setDateSelectionUsed(DateTime from, DateTime to)Select objects which are used within the specified date range.voidServiceFulfillmentList.Filter. setDetectionTimeSelectionRange(DateTime from, DateTime to)Sets a detection time interval.voidGenericStatistics. setFromDate(DateTime fromDate)Sets the from date for the selection.voidGetChangeLog. setMessagesBefore(DateTime offsetTimestamp)Sets a filter for the message timestamp.voidMessageList. setTimeRange(DateTime from, DateTime to)Sets the filter the message timestamp.voidGenericStatistics. 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 newModifyStartTimerequest to change the start time of a task.ModifyStartTime(int runID, DateTime start, UC4TimezoneName timeZone)Constructs a newModifyStartTimerequest to change the start time of a task. 
 -