See: Description
Interface | Description |
---|---|
AEConnection |
Interface for a connection to the Automation Engine.
|
DebugAndTraceListener |
A debug and trace listener for the connection process and communication between
a
Connection and the One Automation Engine communication process. |
IKickEventListener |
Listener can implement this interface to be notified on kicks.
|
INotificationListener |
Listener can implement this interface to be notified on events.
|
IResponseHandler |
Used to handle the response of asynchronous requests.
|
TraceListener |
Callback interface for trace messages.
|
Class | Description |
---|---|
AccessTokenConfiguration |
Configuration containing an access token
|
ActivationProtocol |
Activation Protocol Message.
|
ActivitySettings |
This class represents the settings for the activity refresh.
|
AEConnectionPool |
Maintains a pool of connections.
|
AsyncMessage |
Represents an asynchronous message.
|
CheckBackSettings |
This class represents the check-back settings.
|
Connection |
This class represents a connection to the UC4 Server with a specific UC4 user.
|
ConnectionAttributes |
This class contains information about the connection to the UC4 Server.
|
ConnectProperties |
Contains all properties which are required to connect to the Automation Engine.
|
CreateFolder |
Creates objects like die Dialog Client
|
DefaultNotificationListener |
Default Implementation of the
INotificationListener interface. |
EditorSettings |
This class represents the Script Editor settings.
|
ERPFormsSettings |
This class represents the ERP Forms settings.
|
FontSettings |
This class represents the Font settings.
|
GeneralSettings |
This class represents the general settings.
|
KickEvent |
Represents a KickEvent which is passed to a
IKickEventListener |
MessageSettings |
This class represents the message window settings.
|
ProcessFlowSettings |
This class represents the Process Flow settings.
|
SamlConfiguration |
Configuration for SAML
An instance of this class must be passed to the Connection.login() method.
|
Settings |
This class represents the settings in the User Interface.
|
SSOConfiguration |
Configuration for Single Sign on.
|
StatisticsSettings |
This class represents the Process Flow settings.
|
TimeSettings |
This class represents the Process Flow settings.
|
WebSocketConnection |
This class represents a WebSocketConnection to the UC4 Server.
|
Enum | Description |
---|---|
FontSettings.Size |
Font size.
|
FontSettings.Style |
Font style.
|
GeneralSettings.MagneticWindows |
Setting for magnetic windows.
|
GeneralSettings.ToolbarLabel |
Toolbar label location.
|
KickEventType |
Represents a KickEventType of a
KickEventType to distinguish which KickEvent is performed. |
MessageSettings.OpenMessages |
Automatically open messages.
|
ProcessFlowSettings.AskForAlias |
Open dialog box for alias input when a task is added to a process flow.
|
ProcessFlowSettings.ElseAction |
Default Else action of tasks in a ProcessFlow.
|
ProcessFlowSettings.ExternalTaskStatus |
Status for external tasks.
|
TimeSettings.CalendarView |
Display setting for calendars.
|
TimeSettings.FirstWeekOfYear |
Display setting for the first week of the year.
|
TimeSettings.TimeFormat |
Display format of times.
|
Exception | Description |
---|---|
ConnectionException |
Is thrown when a connection error occurs.
|
InternalException |
An InternalException is thrown if there is an Error in the API.
|
TimeoutException |
This exception is thrown if a Connection.sendRequestAndWait() call timed out.
|