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 |
---|
FolderListItem(ConnectionAttributes session,
Element row,
String folderID)
Constructs a
FolderListItem from the specified element. |
SearchResultItem(ConnectionAttributes session,
Element row)
Constructs a
SearchResultItem using the specified XML element. |
StatisticSearchItem(Element row,
boolean logging,
ConnectionAttributes session,
com.uc4.util.XMLDocument doc)
Constructs a
StatisticSearchItem from the speficied XML element. |
StorageItem(ConnectionAttributes session,
Element e)
Constructs a
StorareRessource using a XML Element. |
Task(Element row,
ConnectionAttributes session)
Constructs a new
Task using the specified element. |
VersionControlListItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
Internal use, creates a new instance of this class from the specified XML element.
|
Modifier and Type | Method and Description |
---|---|
void |
UC4Object.load(com.uc4.util.XMLDocument doc,
ConnectionAttributes session)
Fills the object from a XML document.
|
void |
UC4Object.store(com.uc4.util.XMLDocument doc,
Element request,
ConnectionAttributes sessionInfo,
boolean override)
Fills the XML document with the values from the object.
|
Constructor and Description |
---|
JobPlanTask(com.uc4.util.XMLDocument doc,
Element task,
ConnectionAttributes session)
Constructs a
JobPlanTask from the specified XML document. |
OCVPanel(com.uc4.util.XMLDocument doc,
Element citPanel,
ConnectionAttributes session)
Internal use only.
|
Constructor and Description |
---|
AgentListItem(com.uc4.util.XMLDocument doc,
Element row,
int simulationOffset,
ConnectionAttributes session)
Constructs a
AgentListItem using the specified Element . |
CheckILMPartitionItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
Internal use only.
|
ILMHistoryItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
Internal use only.
|
ILMPartitionItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
Internal use only.
|
LicenseListItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
Deprecated.
Constructs a
LicenseListItem using the specified Element . |
MessageListItem(Element row,
ConnectionAttributes session)
Internal use only.
|
QuarantineListItem(com.uc4.util.XMLDocument doc,
Element row,
ConnectionAttributes session)
Internal use only.
|
ServerListItem(Element row,
ConnectionAttributes session)
Constructs a
ServerListEntry from an Element . |
UserListItem(Element row,
ConnectionAttributes session)
Constructs a
UserListItem using a XML Element. |
Modifier and Type | Method and Description |
---|---|
ConnectionAttributes |
Connection.getSessionInfo()
Returns information about the current UC4 Session.
|
ConnectionAttributes |
AEConnection.getSessionInfo()
Returns information about the current UC4 Session.
|
Modifier and Type | Method and Description |
---|---|
void |
IResponseHandler.handleResponse(com.uc4.util.XMLDocument xml,
ConnectionAttributes session)
An implemenation of this class should call the
handleResponse
method of the corresponding request. |
void |
Settings.store(com.uc4.util.XMLDocument doc,
Element parent,
ConnectionAttributes sessionInfo)
Internal use only.
|
Constructor and Description |
---|
AsyncMessage(Document doc,
ConnectionAttributes session)
Creates an asynchronous message from an XML Document.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLRequest.handleResponse(com.uc4.util.XMLDocument doc,
ConnectionAttributes session)
Handles the response from the server.
|
void |
XMLRequest.send(Document doc,
ConnectionAttributes sessioninfo,
String nr)
Prepares the request for sending.
|
Constructor and Description |
---|
Task(boolean srcEH,
int runID,
Element task,
ConnectionAttributes session)
Creates an instance from a DOM element.
|
Copyright © 2019. All rights reserved.