A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

C

CacheList - Class in com.uc4.communication.requests
Cache list.
CacheList() - Constructor for class com.uc4.communication.requests.CacheList
 
CacheListItem - Class in com.uc4.api.systemoverview
One row of the cache list.
CacheListItem(Element) - Constructor for class com.uc4.api.systemoverview.CacheListItem
Constructs a CacheListItem from a XML element.
CalculateForecast - Class in com.uc4.communication.requests
Creates a new Forecast.
CalculateForecast(int, UC4ObjectName) - Constructor for class com.uc4.communication.requests.CalculateForecast
Creates a Forecast of a task.
CalculateForecast(UC4ObjectName, UC4ObjectName, DateTime, Time) - Constructor for class com.uc4.communication.requests.CalculateForecast
Calculates the Forecast of an object.
CALE - Static variable in class com.uc4.api.Template
Template for Calendar objects.
Calendar - Class in com.uc4.api.objects
Calendar object.
Calendar() - Constructor for class com.uc4.api.objects.Calendar
 
calendar() - Method in interface com.uc4.api.objects.ITaskItem
Gets the calendar condition of this task.
calendar() - Method in class com.uc4.api.objects.JobPlanTask
Gets the calendar condition of this JobPlan task.
calendar() - Method in class com.uc4.api.objects.ScheduleTask
 
calendar() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Gets the calendar condition of this JobPlan task.
CalendarCondition - Class in com.uc4.api.objects
This class represents a calendar condition.
CalendarCondition(CalendarList.CalendarListItem, String) - Constructor for class com.uc4.api.objects.CalendarCondition
Constructs a new CalendarCondition using the specified calendar name and keyword.
CalendarCondition(UC4ObjectName, UC4ObjectName) - Constructor for class com.uc4.api.objects.CalendarCondition
Deprecated.
potentially dangerous as a keyword does not adhere to uc4objectName standards and skip_name_check is implicitly expected
CalendarCondition(UC4ObjectName, String) - Constructor for class com.uc4.api.objects.CalendarCondition
Constructs a new CalendarCondition using the specified calendar name and keyword.
CalendarKeyword - Class in com.uc4.api.objects
Calendar Keyword.
CalendarKeyword() - Constructor for class com.uc4.api.objects.CalendarKeyword
 
CalendarList - Class in com.uc4.communication.requests
Lists CALE object names or keywords of a specified calendar.
CalendarList() - Constructor for class com.uc4.communication.requests.CalendarList
Creates a new CalendarList request in order to get a list of calendar names.
CalendarList(CalendarList.CalendarListItem) - Constructor for class com.uc4.communication.requests.CalendarList
Creates a new CalendarList request which returns all keywords of the specified calendar.
CalendarList.CalendarListItem - Class in com.uc4.communication.requests
Stores the name of a calendar/keyword its unique id.
CALL - Static variable in class com.uc4.api.Template
Template for Notification objects.
CALL_ALARM - Static variable in class com.uc4.api.Template
Template for alarm Notification objects.
CALL_MAIL - Static variable in class com.uc4.api.Template
Template for Notification objects.
CALL_STANDARD - Static variable in class com.uc4.api.Template
Template for Notification objects.
CancelForm - Class in com.uc4.communication.requests
Cancels a pending Read Request.
CancelForm(Form) - Constructor for class com.uc4.communication.requests.CancelForm
Creates a CancelForm Object.
CANCELLED - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Cancelled.
CancelProcessFlowAction - Class in com.uc4.api.objects
Cancels a ProcessFlow without checking of further conditions.
CancelProcessFlowAction() - Constructor for class com.uc4.api.objects.CancelProcessFlowAction
Creates a new CancelProcessFlowAction Action with OWN as Scope.
CancelProcessFlowAction.Scope - Enum in com.uc4.api.objects
Scope.
CancelTask - Class in com.uc4.communication.requests
Cancels a task.
CancelTask(int, boolean) - Constructor for class com.uc4.communication.requests.CancelTask
Constructs a CancelTask using the specified RunID.
CancelTask(int[], boolean) - Constructor for class com.uc4.communication.requests.CancelTask
Constructs a CancelTask using multiple RunIds.
CauDeploy - Class in com.uc4.communication.requests
Upgrades agents to a specific version via Central Agent Upgrade (CAU) functionality.
CauDeploy(List<UC4HostName>, String) - Constructor for class com.uc4.communication.requests.CauDeploy
Creates new CAU deploy request, using a list of agents and a version or storage reference.
CauSkipWaiting - Class in com.uc4.communication.requests
Host that are registered for CAU can be skipped with this class.
CauSkipWaiting(List<UC4HostName>) - Constructor for class com.uc4.communication.requests.CauSkipWaiting
Creates new CauSkipWaiting request.
changedIterator() - Method in class com.uc4.communication.requests.SetHostAuthorizations
Returns an Iterator that can be used to read a list of successful modified host names.
changedWithin(int) - Method in class com.uc4.api.objects.FileSystem
Adds an additional condition for the event: The file modification that must have changed within the specified amount of seconds.
ChangeLogging - Class in com.uc4.communication.requests
Change Server or Agent/AgentGroup logging.
ChangeLogging(ServerListItem) - Constructor for class com.uc4.communication.requests.ChangeLogging
Creates a request to change the logging of a server process.
ChangeLogging(AgentListItem) - Constructor for class com.uc4.communication.requests.ChangeLogging
Creates a request to change the logging of a agent process.
ChangeLogging(CheckILMPartitionItem) - Constructor for class com.uc4.communication.requests.ChangeLogging
Creates a request to change the logging from the ILM list.
ChangeLogging(AgentGroupListItem) - Constructor for class com.uc4.communication.requests.ChangeLogging
Creates a request to change the logging of all Agents in the specified AgentGroup.
ChangePassword - Class in com.uc4.communication.requests
Changes the password of the currently logged on user.
ChangePassword(String, String) - Constructor for class com.uc4.communication.requests.ChangePassword
Changes the password of the logged on user.
ChangeQueueAction - Class in com.uc4.api.objects
Changes the Queue defined in the task.
ChangeQueueAction() - Constructor for class com.uc4.api.objects.ChangeQueueAction
Creates a new ChangeQueueAction.
ChangeServerMode - Class in com.uc4.communication.requests
Switches a Server processes between WP, Dialog and Primary.
ChangeServerMode(ServerListItem, char) - Constructor for class com.uc4.communication.requests.ChangeServerMode
Switches the mode of a WP.
changeValue(String, String) - Method in class com.uc4.api.objects.OCVPanel
Modifies the value of an xmlName.
CheckActivitiesCondition - Class in com.uc4.api.objects
Checks the status of an activity.
CheckActivitiesCondition() - Constructor for class com.uc4.api.objects.CheckActivitiesCondition
Creates a new CheckActivitiesCondition.
CheckAuthorizations - Class in com.uc4.communication.requests
Checks object authorizations of the currently logged on UC4 user.
CheckAuthorizations(CheckAuthorizations.Candidate...) - Constructor for class com.uc4.communication.requests.CheckAuthorizations
Creates a new CheckUserAuthorizations request.
CheckAuthorizations.Candidate - Class in com.uc4.communication.requests
This class represents a candidate to test.
CheckAuthorizations.Candidate(UC4ObjectName, UserRight.Type, char) - Constructor for class com.uc4.communication.requests.CheckAuthorizations.Candidate
Creates a new Candidate instance.
CheckAuthorizations.Candidate(GetObjectProperties, UserRight.Type, char) - Constructor for class com.uc4.communication.requests.CheckAuthorizations.Candidate
Creates a new Candidate instance based on the result of the GetObjectProperties request.
checkBack() - Method in class com.uc4.communication.Settings
This method provides access to the Check-back settings.
CheckBackSettings - Class in com.uc4.communication
This class represents the check-back settings.
CheckConnectionCondition - Class in com.uc4.api.objects
Checks the connection to a remote system, if the tasks has a connection.
CheckConnectionCondition() - Constructor for class com.uc4.api.objects.CheckConnectionCondition
Creates a new CheckConnectionCondition.
CheckFileCondition - Class in com.uc4.api.objects
Checks if a file exists.
CheckFileCondition() - Constructor for class com.uc4.api.objects.CheckFileCondition
Creates a new CheckFileCondition.
CheckGroupElement - Class in com.uc4.api.prompt
This class represents a group of check boxes.
CheckGroupElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.CheckGroupElement
Creates a new CheckGroupElement.
CheckHistoryCondition - Class in com.uc4.api.objects
Checks if the last execution of an object satisfies the defined status and the defined satisfaction lead time.
CheckHistoryCondition() - Constructor for class com.uc4.api.objects.CheckHistoryCondition
Creates a new CheckHistoryCondition.
CheckILMPartition - Class in com.uc4.communication.requests
Checks whether the specified partition includes active objects.
CheckILMPartition(ILMPartitionItem) - Constructor for class com.uc4.communication.requests.CheckILMPartition
Creates a new CheckILMPartition request.
CheckILMPartitionItem - Class in com.uc4.api.systemoverview
This class represents one row in the ILM check partition table.
CheckILMPartitionItem(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.CheckILMPartitionItem
Internal use only.
CheckListElement - Class in com.uc4.api.prompt
This class represents a check list prompt element.
CheckListElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.CheckListElement
Creates a new CheckListElement.
checkpoint() - Method in class com.uc4.api.objects.JobPlanTask
Deprecated.
use the method general() instead
CheckProcessCondition - Class in com.uc4.api.objects
Checks if a particular process is running on the host system.
CheckProcessCondition() - Constructor for class com.uc4.api.objects.CheckProcessCondition
Creates a new CheckProcessCondition.
CheckProcessCondition.ProcessStatus - Enum in com.uc4.api.objects
Process status.
CheckUserPrivileges - Class in com.uc4.communication.requests
Checks privileges of users.
CheckUserPrivileges(CheckUserPrivileges.Candidate...) - Constructor for class com.uc4.communication.requests.CheckUserPrivileges
Creates a new CheckUserPrivileges request.
CheckUserPrivileges.Candidate - Class in com.uc4.communication.requests
Stores the name of the user, a privilege to check and the result of the check after the request has been sent.
CheckUserPrivileges.Candidate(UC4UserName, UserPrivileges.Privilege) - Constructor for class com.uc4.communication.requests.CheckUserPrivileges.Candidate
Creates a new Candidate.
childIterator() - Method in interface com.uc4.api.ITreeItem
Returns an Iterator which can be used to step through the children of this ITreeItem.
childIterator() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentNode
 
childIterator() - Method in class com.uc4.communication.requests.NavigatorCATree.CustomAttributeNode
 
childIterator() - Method in class com.uc4.communication.requests.NavigatorQueueTree.QueueNode
 
childIterator() - Method in class com.uc4.communication.requests.NavigatorStatusTree.StatusNode
 
childIterator() - Method in class com.uc4.communication.requests.NavigatorZDUTree.ZDUNode
 
ChildStatistics - Class in com.uc4.communication.requests
Reads the child statistics of a specified RunID.
ChildStatistics(int) - Constructor for class com.uc4.communication.requests.ChildStatistics
Reads the child statistics of a specified RunID.
ChildStatistics(int, int) - Constructor for class com.uc4.communication.requests.ChildStatistics
Reads the child statistics of a specified RunID.
clear() - Method in class com.uc4.api.objects.AgentAssignmentFilter
Removes all filters.
clear() - Method in class com.uc4.api.objects.Authorizations
Sets the Read, Write and Execute permission for each client to false.
clear() - Method in class com.uc4.api.objects.ConditionsSet
Removes all conditions.
clear() - Method in class com.uc4.api.objects.ConsoleSAP
Removes all filter entries.
clear() - Method in class com.uc4.api.objects.ConsoleWindows
Removes all filters.
clear() - Method in class com.uc4.api.objects.EventCalendar
Removes all EventCalendarItem from this object.
clear() - Method in class com.uc4.api.objects.HostGroup
Removes all filter and host definitions from this HostGroup.
clear() - Method in class com.uc4.api.objects.JobPlan
Removes all tasks.
clear() - Method in class com.uc4.api.objects.JobPlanDependencies
Removes all dependencies.
clear() - Method in class com.uc4.api.objects.ObjectAuthorizations
Clears the list of authorizations.
clear() - Method in class com.uc4.api.objects.OCVPanel
Removes all values from this connection object.
clear() - Method in class com.uc4.api.objects.Operator
Removes all recipients.
clear() - Method in class com.uc4.api.objects.OutputFiles
Removes all registered files.
clear() - Method in class com.uc4.api.objects.PromptDesigner
Removes all PromptElements from this PromptSet.
clear() - Method in class com.uc4.api.objects.SecureSQLVariable
Removes all bind Parameters.
clear() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Removes all bind Parameters.
clear() - Method in class com.uc4.api.objects.StaticCalendarKeyword
Removes all dates from this static calendar keyword.
clear() - Method in class com.uc4.api.objects.SyncList
Removes all sync references.
clear() - Method in class com.uc4.api.objects.UserAuthorizations
Clears the list of authorizations.
clear() - Method in class com.uc4.api.objects.WorkflowIF
Removes all tasks from the true and false branches.
clear() - Method in class com.uc4.api.objects.WorkflowLoop
Removes all tasks in this for each workflow.
clear() - Method in class com.uc4.communication.CheckBackSettings
Disables all checks.
clearCalendarList() - Method in class com.uc4.api.objects.TaskCalendar
Removes all calendar conditions.
clearConnectProperties() - Method in class com.uc4.api.objects.DatabaseConnection
Clears the table of connect properties.
clearConnectStringValues() - Method in class com.uc4.api.objects.DatabaseConnection
Clears the table of the connect string values.
clearDateSelectionFilter() - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Clears the time range filter.
clearExceptionConditons() - Method in class com.uc4.api.objects.QueueAttributes
Clears the list of ExceptionConditons.
clearFilters() - Method in class com.uc4.api.objects.ConsoleBS2000
Removes all existing filter entries.
clearFilters() - Method in class com.uc4.api.objects.ConsoleOS390
Removes all existing filter entries.
clearFilters() - Method in class com.uc4.api.objects.ConsoleOS400
Removes all existing filter entries.
clearParameters() - Method in class com.uc4.api.objects.DynamicExecVariable
Removes all Parameters.
clearSettings() - Method in class com.uc4.api.objects.Client
Removes all client settings .
ClearTransportCase - Class in com.uc4.communication.requests
Removes all objects from the transport folder.
ClearTransportCase() - Constructor for class com.uc4.communication.requests.ClearTransportCase
 
ClearVariableAction - Class in com.uc4.api.objects
Deletes the content of a static variable.
ClearVariableAction() - Constructor for class com.uc4.api.objects.ClearVariableAction
Creates a new ClearVariableAction.
Client - Class in com.uc4.api.objects
This class represents a UC4 CLNT object.
Client() - Constructor for class com.uc4.api.objects.Client
 
ClientList - Class in com.uc4.communication.requests
Client list of the system overview.
ClientList() - Constructor for class com.uc4.communication.requests.ClientList
 
ClientListItem - Class in com.uc4.api.systemoverview
This class represents one row in the client list of the system overview.
ClientListItem(Element) - Constructor for class com.uc4.api.systemoverview.ClientListItem
Constructs a ClientListItem from a XML element.
clone() - Method in class com.uc4.api.objects.CalendarCondition
 
clone() - Method in class com.uc4.api.objects.ExecuteRecurring
 
clone() - Method in class com.uc4.api.objects.TaskCalendar
 
clone() - Method in class com.uc4.api.Time
 
cloneProperties(JobPlanTask) - Method in class com.uc4.api.objects.JobPlanTask
Creates a deep copy of all task properties of the given task for this task, except the task values (prompts and variables).
close() - Method in class com.uc4.communication.Connection
Closes the connection to the UC4 Server.
closeJobPlanTasks(TaskState) - Method in class com.uc4.api.objects.JobPlan
Connects tasks with the START task if they have to predecessor.
CloseObject - Class in com.uc4.communication.requests
Closes an open UC4 Objekt.
CloseObject(UC4Object) - Constructor for class com.uc4.communication.requests.CloseObject
Creates a new CloseObject If the UC4 Object is already closed this request should do nothing.
CloseProcessFlowModification - Class in com.uc4.communication.requests
Commits or resets the changes of a ProcessFlow monitor which is open for modification.
CloseProcessFlowModification(JobPlanMonitor, boolean) - Constructor for class com.uc4.communication.requests.CloseProcessFlowModification
Ends a modification of a ProcessFlow monitor.
ClosePrompt - Class in com.uc4.communication.requests
Close a prompt window.
ClosePrompt(int) - Constructor for class com.uc4.communication.requests.ClosePrompt
Creates a new ClosePrompt request which can be used to cancel a prompt request.
Cockpit - Class in com.uc4.api.objects
Represents the Cockpit object CPIT.
Cockpit() - Constructor for class com.uc4.api.objects.Cockpit
 
CockpitBar - Class in com.uc4.api.objects
Represents the Bar control of the Cockpit.
CockpitBox - Class in com.uc4.api.objects
Represents the Box control of the Cockpit.
CockpitControl - Class in com.uc4.api.objects
CockpitControl.
CockpitControlDataSource - Class in com.uc4.api.objects
Represents the data source of a CockpitControl object.
CockpitControlDataSource() - Constructor for class com.uc4.api.objects.CockpitControlDataSource
Creates a CockpitControlDataSource object.
CockpitDesign - Class in com.uc4.api.objects
Represents the Cockpit tab of the Cockpit object.
CockpitFrame - Class in com.uc4.api.objects
Represents the Frame control of the Cockpit.
CockpitLamp - Class in com.uc4.api.objects
Represents the Lamp control of the Cockpit.
CockpitMonitorDefiniton - Class in com.uc4.communication.requests
Gets the design of the Cockpit monitor.
CockpitMonitorDefiniton(int) - Constructor for class com.uc4.communication.requests.CockpitMonitorDefiniton
Creates a CockpitMontiorDefinition request.
CockpitPie - Class in com.uc4.api.objects
Represents the Pie control of the Cockpit.
CockpitThresholds - Class in com.uc4.api.objects
Represents the Threshold values for the CockpitControl Pie, Bar and TrafficLight.
CockpitTrafficLights - Class in com.uc4.api.objects
Represents the Traffic light control of the Cockpit.
CockpitValueControl - Class in com.uc4.api.objects
Basis for all Cockpit control with values.
CockpitValueControl.ValueFormat - Enum in com.uc4.api.objects
Format of the 2nd caption of the CockpitControl.
CODE - Static variable in class com.uc4.api.Template
Template for Code objects.
CodeTable - Class in com.uc4.api.objects
This class represents a Automic CodeTable object.
CodeTable() - Constructor for class com.uc4.api.objects.CodeTable
 
collionsSize() - Method in class com.uc4.api.objects.RollCalendarKeyword
Returns the number of entries in the collision list.
collisionIterator() - Method in class com.uc4.api.objects.RollCalendarKeyword
Returns an iterator over RollCalendarCollision.
com.uc4.api - package com.uc4.api
This package contains classes which are generally used.
com.uc4.api.objects - package com.uc4.api.objects
This package contains classes related to objects in the Automation Engine.
com.uc4.api.prompt - package com.uc4.api.prompt
This package contains prompt element classes.
com.uc4.api.systemoverview - package com.uc4.api.systemoverview
This package contains classes to get information from the system overview.
com.uc4.communication - package com.uc4.communication
This package contains classes for the communication with the UC4 Server.
com.uc4.communication.requests - package com.uc4.communication.requests
This package contains request classes that can be sent using the Connection class.
ComboElement - Class in com.uc4.api.prompt
This class represents a combo prompt element.
ComboElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.ComboElement
 
compareTo(DateTime) - Method in class com.uc4.api.DateTime
 
COMPLETED - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Completed.
ComponentWorkflowObjectName - Class in com.uc4.api
This class represents a template information of a component workflow.
ComponentWorkflowObjectName(UC4ObjectName, String) - Constructor for class com.uc4.api.ComponentWorkflowObjectName
Creates a new ComponentTemplate instance.
ComponentWorkflowObjectName(UC4ObjectName, String, String) - Constructor for class com.uc4.api.ComponentWorkflowObjectName
Creates a new ComponentTemplate instance.
composite() - Method in class com.uc4.api.objects.Variable
This method provides access to the Composite settings of this VARA object.
CompositeVariable - Class in com.uc4.api.objects
This class represents the panel "Variable" of an VARA Object with the source "Composite".
CompositeVariable.Operation - Enum in com.uc4.api.objects
Operation.
COMPRESSION_DEFAULT - Static variable in class com.uc4.api.objects.FileTransferSettings
Default file compression.
COMPRESSION_NO - Static variable in class com.uc4.api.objects.FileTransferSettings
No compression.
COMPRESSION_YES - Static variable in class com.uc4.api.objects.FileTransferSettings
Enabled File compression.
Condition - Interface in com.uc4.api.objects
Condition of a JobPlan task (PreCondition or PostCondition).
condition() - Method in class com.uc4.api.objects.WorkflowIF
Returns the condition of the IF.
ConditionOrAction - Class in com.uc4.api.objects
Base class of all Conditions or Actions.
ConditionOrAction() - Constructor for class com.uc4.api.objects.ConditionOrAction
 
ConditionsSet - Class in com.uc4.api.objects
Container for conditions.
ConfirmQuarantineMessage - Class in com.uc4.communication.requests
Flags a quarantine message as noted.
ConfirmQuarantineMessage(int) - Constructor for class com.uc4.communication.requests.ConfirmQuarantineMessage
Creates a new ConfirmQuarantineMessage request.
CONN_DB - Static variable in class com.uc4.api.Template
Template for Database Connection.
CONN_SAP - Static variable in class com.uc4.api.Template
SAP Connection Object.
CONN_SQL - Static variable in class com.uc4.api.Template
SQL Connection Object.
Connection - Class in com.uc4.communication
This class represents a connection to the UC4 Server with a specific UC4 user.
ConnectionAttributes - Class in com.uc4.communication
This class contains information about the connection to the UC4 Server.
ConnectionAttributes() - Constructor for class com.uc4.communication.ConnectionAttributes
Creates ConnectionAttributes.
ConnectProperties - Class in com.uc4.communication
Contains all properties which are required to connect to the Automation Engine.
ConnectProperties(int, String, String, String) - Constructor for class com.uc4.communication.ConnectProperties
Creates a new ConnectProperties instance with default values for the CP connection (localhost) and language (english).
console() - Method in class com.uc4.api.objects.ConsoleEvent
Access to the "Console" tab.
ConsoleBS2000 - Class in com.uc4.api.objects
Console settings for BS2000.
ConsoleBS2000() - Constructor for class com.uc4.api.objects.ConsoleBS2000
 
ConsoleEvent - Class in com.uc4.api.objects
Console Event.
ConsoleEvent() - Constructor for class com.uc4.api.objects.ConsoleEvent
 
ConsoleEventSetting - Class in com.uc4.api.objects
Sub classes contain additional fields that are specific for a certain Operating System.
ConsoleEventSetting() - Constructor for class com.uc4.api.objects.ConsoleEventSetting
 
ConsoleOS390 - Class in com.uc4.api.objects
Console Event settings for OS/390.
ConsoleOS390() - Constructor for class com.uc4.api.objects.ConsoleOS390
 
ConsoleOS390.ConsoleOS390Filter - Class in com.uc4.api.objects
This class represents a single filter entry for OS/390 Console Events.
ConsoleOS390.ConsoleOS390Filter(String, String) - Constructor for class com.uc4.api.objects.ConsoleOS390.ConsoleOS390Filter
 
ConsoleOS400 - Class in com.uc4.api.objects
Settings for OS/400.
ConsoleOS400() - Constructor for class com.uc4.api.objects.ConsoleOS400
 
ConsoleOS400.ConsoleOS400Filter - Class in com.uc4.api.objects
This class represents a single filter for a OS/400 Console Event.
ConsoleOS400.ConsoleOS400Filter(String, String) - Constructor for class com.uc4.api.objects.ConsoleOS400.ConsoleOS400Filter
 
ConsoleSAP - Class in com.uc4.api.objects
SAP Console Event.
ConsoleSAP() - Constructor for class com.uc4.api.objects.ConsoleSAP
 
ConsoleSAP.EventHistoryFilter - Class in com.uc4.api.objects
This clas represents a single entry in the SAP ConsoleEvent of DataSource Event History.
ConsoleSAP.EventHistoryFilter(String, String, String) - Constructor for class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
Creates a new filter for the SAP Event history.
ConsoleSAP.JavaEventHistoryFilter - Class in com.uc4.api.objects
This class represents a single entry in the SAP ConsoleEvent of DataSource Java Event History.
ConsoleSAP.JavaEventHistoryFilter(String, String, String) - Constructor for class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
Creates a new filter for the JAVA Event history.
ConsoleSAP.XIChannelFilter - Class in com.uc4.api.objects
An instance of this class represents a single entry in the list of filter for XI Communication channels.
ConsoleSAP.XIChannelFilter(String, String, String, String, String) - Constructor for class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
ConsoleWindows - Class in com.uc4.api.objects
Console Event Settings for Windows.
ConsoleWindows() - Constructor for class com.uc4.api.objects.ConsoleWindows
 
ConsoleWindows.ConsoleWindowsFilter - Class in com.uc4.api.objects
An instance of this class reprensents a single filter line.
ConsoleWindows.ConsoleWindowsFilter(int, int, String, String) - Constructor for class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
containsDate(DateTime) - Method in class com.uc4.api.objects.CalendarKeyword
Checks if a date matches this keyword.
containsVariable() - Method in class com.uc4.api.UC4ObjectName
 
containsVariable(String) - Method in class com.uc4.api.UC4ObjectName
Tests if the supplied name is the valid name of a Script Variable
copy() - Method in class com.uc4.api.objects.ConditionOrAction
Creates a deep copy of this object
copy() - Method in class com.uc4.api.objects.ConditionsSet
Creates a deep copy of this object
copy(JobPlanTask) - Method in class com.uc4.api.objects.JobPlanDependencies
Creates a deep copy of this object and all it's properties except for the predecessor and successor object lists.
copy() - Method in class com.uc4.api.objects.JobPlanEarliest
Creates a deep copy of this object
copy() - Method in class com.uc4.api.objects.JobPlanExternal
Creates a deep copy of this object
copy() - Method in class com.uc4.api.objects.JobPlanTask
Creates a copy of this task with only the properties set.
copy() - Method in class com.uc4.api.objects.MaximumRuntime
This method is used to return the copy of the MaximumRuntime Object.
copy() - Method in class com.uc4.api.objects.MinimumRuntime
This method is used to return the copy of the MinimumRuntime Object.
copy() - Method in class com.uc4.api.objects.OCVPanel.CITValue
Creates a deep copy of this object
copy() - Method in class com.uc4.api.objects.OCVPanel
Creates a deep copy of this object
copy() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Creates a deep copy of this object
copy() - Method in class com.uc4.api.objects.ScheduleTask
This method is used to return the copy of the ScheduleTask.
copy(ScheduleTask) - Method in class com.uc4.api.objects.ScheduleTask
Method to copy the attributes from the provided ScheduleTask
copy() - Method in class com.uc4.api.objects.TaskResult
This method is used to return the copy of the TaskResult Object.
copy() - Method in class com.uc4.api.objects.TaskRuntime
This method is used to return the copy of the TaskRuntime Object.
copy() - Method in class com.uc4.api.objects.TaskValues
This method is used to return the copy of the TaskValues Object.
CPIT - Static variable in class com.uc4.api.Template
Template for Cockpit objects.
cpIterator() - Method in class com.uc4.communication.Connection
This java.util.Iterator can be used to get all CP Addresses in this UC4 System.
CPTraceOptions - Class in com.uc4.api.systemoverview
Data interface between applications.
CPTraceOptions(GetCPProperties) - Constructor for class com.uc4.api.systemoverview.CPTraceOptions
WPTraceOptions are constructed by passing in a GetWPTraceOptions request that was already sent to the server.
create(String, String) - Static method in class com.uc4.api.objects.CalendarCondition
This static method creates a new CalendarCondition.
createActionFromId(String) - Static method in class com.uc4.api.objects.ConditionOrAction
Creates an action according to the id.
createClientList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of clients.
createCodeListForFT() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of CODE objects which can be used for FileTransfers.
createConditionFromId(String) - Static method in class com.uc4.api.objects.ConditionOrAction
Creates a condition according to the id.
createDBConnList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of database connection objects.
createExecutableDisplayTypeList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of display names for executable object types.
createExecutableObjectTypeList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of executable object types.
createExecuteRecurring() - Method in class com.uc4.api.objects.Period
Creates a new ExecuteRecurring instance with the settings copied from this Period object.
createExtendedObjectList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of objects.
createExternalWorkflowTask(UC4ObjectName, UC4ObjectName) - Static method in class com.uc4.api.objects.ObjectFactory
Creates a new external Workflow task.
createFilterList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of OUTPUT filters.
CreateFolder - Class in com.uc4.communication
Creates objects like die Dialog Client
CreateFolder(CreateObject) - Constructor for class com.uc4.communication.CreateFolder
Constructs a new CreateFolder using the specified CreateObject
createForecastList() - Static method in class com.uc4.communication.requests.QueryData
Creates a query for forecast status values.
createGroupCriteriaList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of grouping criteria for the activity window.
createHostList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of Agents.
createHOSTListForFT() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of HOST objects which can be used for FileTransfers.
createHostRoleList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of host roles.
createHostTypeList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of host types.
createHostTypeList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of host types.
createLicenseList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of license categories.
createLoginTypeList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of login types.
CreateObject - Class in com.uc4.communication.requests
Creates a new UC4 Object.
CreateObject(UC4ObjectName, Template, IFolder) - Constructor for class com.uc4.communication.requests.CreateObject
Creates an UC4 Object.
createObjectList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of objects.
createObjectList(String, String, String, String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of objects according to the given parameters.
createObjectTypeList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of object types.
createObjectTypeList(String, String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of object types according to the given parameters.
createParentWorkflowList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of all Workflows that contain task objName
createReportTypeList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of report types.
CreateSession - Class in com.uc4.communication.requests
Login to UC4.
CreateSession(MessageBox) - Constructor for class com.uc4.communication.requests.CreateSession
Internal use.
CreateSession() - Constructor for class com.uc4.communication.requests.CreateSession
Internal use.
createStatusList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of final status values of tasks.
createStatusListWithoutUserReturnCodes() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of final status values of tasks and ignore User Return Codes.
createWorkflowTask(UC4ObjectName, String) - Static method in class com.uc4.api.objects.ObjectFactory
Creates a new Workflow task.
CurrentQueueCondition - Class in com.uc4.api.objects
Checks the Queue the task will run in.
CurrentQueueCondition() - Constructor for class com.uc4.api.objects.CurrentQueueCondition
Creates a new CurrentQueueCondition.
CurrentTimeCondition - Class in com.uc4.api.objects
Checks the (physical) time in the timezone the object was started in.
CurrentTimeCondition() - Constructor for class com.uc4.api.objects.CurrentTimeCondition
Creates a new CurrentTimeCondition.
CurrentTimeCondition.When - Enum in com.uc4.api.objects
When operator.
CustomAttribute - Class in com.uc4.api.objects
Custom Attribute.
CustomAttribute(String, String) - Constructor for class com.uc4.api.objects.CustomAttribute
Creates a new CustomAttribute.
CustomAttributeFilter - Class in com.uc4.api.objects
 
CustomAttributeFilter(CustomAttribute) - Constructor for class com.uc4.api.objects.CustomAttributeFilter
Creates a new filter for a specific custom attribute.
customAttributeFilterIterator() - Method in class com.uc4.api.TaskFilter
Returns an Iterator over all CustomAttributeFilter.
customAttributeFilterIterator() - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Returns an Iterator over all CustomAttributeFilter.
customAttributeFilterIterator() - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
Returns an Iterator over all CustomAttributeFilter.
customAttributeIterator() - Method in class com.uc4.api.objects.XHeader
Returns an java.util.Iterator of CustomAttribute.
CyclicException - Exception in com.uc4.api.objects
A CyclicException is thrown if a JobPlan contains cycles.
CyclicException() - Constructor for exception com.uc4.api.objects.CyclicException
Creates new CyclicException.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z