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.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. |
Constructor and Description |
---|
UC4TimezoneName(UC4TimezoneName name)
Constructs a
UC4TimezoneName using the specified parameters. |
Modifier and Type | Method and Description |
---|---|
UC4TimezoneName |
AttributesSLO.getTimezone()
Returns the time zone of this SLO Object.
|
UC4TimezoneName |
Client.getTimezone()
Returns the time zone of this client.
|
UC4TimezoneName |
EventAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
FileTransferAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
Group.getTimezone()
Deprecated.
use attributes.getTimezone of this group instead
|
UC4TimezoneName |
GroupAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
JobAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
JobPlanAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
JobPlanCheckpoint.getTimezone()
Deprecated.
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
JobPlanDependencies.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
JobPlanEarliest.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
MaximumRuntime.getTimezone()
Returns the time zone which is used for the current date.
|
UC4TimezoneName |
NotificationAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
ProcessFlowGeneral.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
QueueAttributes.getTimezone() |
UC4TimezoneName |
QueueManagerAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
ScheduleAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
ScriptAttributes.getTimezone()
Returns the TimeZone that is to be used.
|
UC4TimezoneName |
UserAttributes.getTimezone()
Returns the TimeZone to be used for this user following System logon.
|
UC4TimezoneName |
ExecuteRecurring.getTimeZone() |
Modifier and Type | Method and Description |
---|---|
void |
MaximumRuntime.setMethodDate(int days,
Time time,
UC4TimezoneName timezone)
Sets date and time for the maximum runtime.
|
void |
AttributesSLO.setTimezone(UC4TimezoneName timezone)
Sets the time zone of this SLO Object.
|
void |
Client.setTimezone(UC4TimezoneName timezone)
Sets the time zone of this client.
|
void |
EventAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.
|
void |
FileTransferAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.
|
void |
Group.setTimezone(UC4TimezoneName timezone)
Deprecated.
use attributes.setTimezone of this group instead
|
void |
GroupAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.
|
void |
JobAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.
|
void |
JobPlanAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this JobPlan.
|
void |
JobPlanCheckpoint.setTimezone(UC4TimezoneName timezone)
Deprecated.
Sets the TimeZone that is to be used.
|
void |
JobPlanDependencies.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone that is to be used.
|
void |
JobPlanEarliest.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone that is to be used.
|
void |
NotificationAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this Notification.
|
void |
ProcessFlowGeneral.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone that is to be used.
|
void |
QueueAttributes.setTimezone(UC4TimezoneName timezone)
Sets the timezone of the Queue object.
|
void |
QueueManagerAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this job.
|
void |
ScheduleAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this Schedule.
|
void |
ScriptAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone for this Script.
|
void |
UserAttributes.setTimezone(UC4TimezoneName timezone)
Sets the TimeZone to be used for this user following System logon.
|
void |
ExecuteRecurring.setTimeZone(UC4TimezoneName tz)
Sets the time zone of all dates used in this class.
|
Modifier and Type | Method and Description |
---|---|
UC4TimezoneName |
UserListItem.getSessionTimeZone()
Returns the timeZone of the session.
|
UC4TimezoneName |
ClientListItem.getTimezone()
Time zone valid in this client.
|
UC4TimezoneName |
UserListItem.getUserTimeZone()
Returns the TimeZone specified in User object.
|
Modifier and Type | Method and Description |
---|---|
UC4TimezoneName |
TimeSettings.getTimezone()
The TimeZone that is specified here only serves display reasons (for example, for the Message Wwindow).
|
Modifier and Type | Method and Description |
---|---|
void |
TimeSettings.setTimezone(UC4TimezoneName timezone)
The TimeZone that is specified here only serves display reasons (for example, for the Message Wwindow).
|
Modifier and Type | Method and Description |
---|---|
UC4TimezoneName |
GetSessionTZ.getName()
Returns the name of the Session TimeZone.
|
UC4TimezoneName |
GetExecuteOnce.getTimezone() |
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.
|
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. |