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.api.servicefulfillment | |
com.uc4.api.systemoverview |
This package contains classes to get information from the system overview.
|
com.uc4.communication |
This package contains classes for the communication with the UC4 Server.
|
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Field and Description |
---|---|
protected DateTime |
AbstractTask.activationTime |
protected DateTime |
AbstractTask.endTime |
protected DateTime |
Task.estimatedEndTime |
protected DateTime |
AbstractTask.startTime |
Modifier and Type | Method and Description |
---|---|
DateTime |
DateTime.addDays(int days)
Adds the specified number of days to this
DateTime . |
DateTime |
DateTime.addMinutes(int minutes)
Adds the specified number of minutes to this
DateTime . |
DateTime |
DateTime.addMonth(int numberOfMonth)
Adds the specified number of month.
|
DateTime |
DateTime.addSeconds(int seconds)
Adds the specified number of seconds to this
DateTime . |
DateTime |
DateTime.addYears(int years)
Adds the specified number of years to this
DateTime . |
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 Time
|
DateTime |
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() instead
|
DateTime |
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 new
DateTime object and sets the date and time to the current date and time. |
static DateTime |
DateTime.now(java.util.TimeZone tz)
Constructs a new
DateTime object and sets the date and time to the current date and time. |
static DateTime |
DateTime.nowDate()
Constructs a new
DateTime object and sets the date to the current date and sets all time fields to 0. |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
DateTime(DateTime copy)
Copy constructor.
|
Modifier and Type | Method and 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 or
null if not set. |
DateTime |
VariableAttributes.getMaximumTimestamp()
Returns the maximum timestamp or
null if not set. |
DateTime |
VariableAttributes.getMinimumDate()
Returns the minimum date or
null if not set. |
DateTime |
VariableAttributes.getMinimumTimestamp()
Returns the minimum timestamp or
null if not set. |
DateTime |
ExecuteRecurring.getRangeEndDate()
Returns the end date of the date range which has been set using
the method
setDateRange . |
DateTime |
Period.getRangeEndDate()
Deprecated.
Use getExecuteRecurring() instead
|
DateTime |
ExecuteRecurring.getRangeStartDate()
Returns the start date of of the date range which has been set using
the method
setDateRange . |
DateTime |
Period.getRangeStartDate()
Deprecated.
Use getExecuteRecurring() instead
|
DateTime |
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<DateTime> |
CalendarKeyword.getPreCalculatedDates() |
java.util.Iterator<DateTime> |
StaticCalendarKeyword.iterator()
Returns an iterator over
DateTime . |
java.util.Iterator<DateTime> |
YearlyCalendarKeyword.selectedDates()
Returns an iterator over
DateTime . |
Modifier and Type | Method and 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,
DateTime endDate)
Sets the date range for the interval.
|
void |
Period.setDateRange(DateTime startDate,
DateTime endDate)
Deprecated.
Use setExecuteRecurring() instead
|
void |
ExecuteRecurring.setDateRange(DateTime startDate,
int runs)
Sets a date range using a start date and a number of runs.
|
void |
Period.setDateRange(DateTime startDate,
int runs)
Deprecated.
Use setExecuteRecurring() instead
|
void |
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() instead
|
void |
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.
|
Constructor and Description |
---|
StaticCalendarKeyword(UC4ObjectName name,
DateTime from,
DateTime to)
Constructs a new
StaticCalendarKeyword using the specified name and date range. |
Modifier and Type | Method and Description |
---|---|
DateTime |
DateElement.getMaximumValue()
Deprecated.
use getMaxValue instead
|
DateTime |
TimeStampElement.getMaximumValue()
Returns the maximum value.
|
DateTime |
DateElement.getMaxValue() |
DateTime |
DateElement.getMinimumValue()
Deprecated.
use getMinValue instead
|
DateTime |
TimeStampElement.getMinimumValue()
Returns the minimum value.
|
DateTime |
DateElement.getMinValue() |
Modifier and Type | Method and Description |
---|---|
void |
DateElement.setMaximumValue(DateTime value)
Deprecated.
use setMaxValue instead
|
void |
TimeStampElement.setMaximumValue(DateTime value)
Sets the maximum value.
|
void |
DateElement.setMaxValue(DateTime maxValue) |
void |
DateElement.setMinimumValue(DateTime value)
Deprecated.
use setMinValue instead
|
void |
TimeStampElement.setMinimumValue(DateTime value)
Sets the minimum value.
|
void |
DateElement.setMinValue(DateTime minValue) |
void |
DateElement.setValue(DateTime value)
Sets the default value.
|
Modifier and Type | Method and Description |
---|---|
DateTime |
ServiceFulfillmentItem.getDetectionTime()
Returns the detection time.
|
Modifier and Type | Method and 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 or
null if this host is not active. |
DateTime |
AgentListItem.getLastLogoff() |
DateTime |
UserListItem.getLastSession()
Date and time of the last logon or
null . |
DateTime |
ServerListItem.getServerTime()
Returns the Date and time of the computer on which the server process is running
or
null 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() |
Modifier and Type | Method and Description |
---|---|
DateTime |
AsyncMessage.getDate()
Returns the date for this message.
|
Constructor and Description |
---|
AsyncMessage(DateTime date,
int nr,
java.lang.String ins,
com.uc4.translate.Message translator)
Creates a new asynchronous message.
|
Modifier and Type | Method and Description |
---|---|
DateTime |
GetObjectProperties.getCreatedDate()
Returns the date and time when the object was created.
|
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 a
DateTime 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ModifyStartTime(int runID,
DateTime start,
DateTime logicalDatetime,
UC4TimezoneName timeZone)
Constructs a new
ModifyStartTime request to change
the start time of a task. |
ModifyStartTime(int runID,
DateTime start,
UC4TimezoneName timeZone)
Constructs a new
ModifyStartTime request to change
the start time of a task. |