Skip navigation links
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 

A

AbortAction - Class in com.uc4.api.objects
Condition action that aborts the workflow.
AbortAction() - Constructor for class com.uc4.api.objects.AbortAction
Creates a new AbortAction.
AbstractDocumentation - Class in com.uc4.api.objects
This class is the base class of text and xml documentations.
AbstractFormItem - Class in com.uc4.api
Shared implementation for each concrecte form item.
AbstractFormItem(Element) - Constructor for class com.uc4.api.AbstractFormItem
Constructs a generic form item from the specified XML element.
AbstractTask - Class in com.uc4.api
This is the base class of tasks (active or archived).
AbstractTask(ConnectionAttributes) - Constructor for class com.uc4.api.AbstractTask
 
AccessTokenConfiguration - Class in com.uc4.communication
Configuration containing an access token
AccessTokenConfiguration(int, String, String) - Constructor for class com.uc4.communication.AccessTokenConfiguration
Creates a new AccessToken based login configuration instance for the specified client.
Action - Interface in com.uc4.api.objects
Action on the Pre-Condition or Post-Condition tab of an Automation Engine Workflow task.
actionIterator() - Method in class com.uc4.api.objects.Sync
Returns an iterator over SyncAction.
actionSize() - Method in class com.uc4.api.objects.Sync
Returns the number of defined actions.
ActivateLDAPConnection - Class in com.uc4.communication.requests
Activates the LDAP connection of a user.
ActivateLDAPConnection(UserListItem) - Constructor for class com.uc4.communication.requests.ActivateLDAPConnection
Creates a new request to activate the LDAP connection of a user in the user list.
ActivateLDAPConnection(List<UserListItem>) - Constructor for class com.uc4.communication.requests.ActivateLDAPConnection
Constructs a ActivateLDAPConnection using multiple users.
ActivateObject - Class in com.uc4.communication.requests
Sets an object active or inactive.
ActivateObject(UC4ObjectName) - Constructor for class com.uc4.communication.requests.ActivateObject
Toggles the active state of the given object.
ActivateObject(List<UC4ObjectName>) - Constructor for class com.uc4.communication.requests.ActivateObject
Toggles the active state of the given objects.
activationMessages(int, UC4ObjectName, TranslatedMessage[]) - Method in class com.uc4.communication.DefaultNotificationListener
 
activationMessages(int, UC4ObjectName, TranslatedMessage[]) - Method in interface com.uc4.communication.INotificationListener
This method is called if there is an activation protocol for a task.
ActivationProtocol - Class in com.uc4.communication
Activation Protocol Message.
ActivationProtocol(Document, Message) - Constructor for class com.uc4.communication.ActivationProtocol
 
activationTime - Variable in class com.uc4.api.AbstractTask
 
ActivatorStatistics - Class in com.uc4.communication.requests
Reads the activator statistics of a specified RunID.
ActivatorStatistics(int) - Constructor for class com.uc4.communication.requests.ActivatorStatistics
Reads the activator statistics of the specified RunID.
activeAssignments() - Method in class com.uc4.communication.requests.AgentAssignmentList
Returns an iterator of active Agent assignments.
activeAssignments() - Method in class com.uc4.communication.requests.MoveAgentAssignment
Returns an iterator of moved Active Agent assignments.
ActiveNotifications - Class in com.uc4.communication.requests
Returns a list of active notifications.
ActiveNotifications() - Constructor for class com.uc4.communication.requests.ActiveNotifications
 
ActiveNotifications.Entry - Class in com.uc4.communication.requests
This class represents a row in the table of active notifications.
activePromptSetIterator() - Method in class com.uc4.api.objects.ObjectValues
Returns an iterator over PromptSetDefinition, Iterates over only non deleted entries.
activeSize() - Method in class com.uc4.communication.requests.AgentAssignmentList
 
ActivityList - Class in com.uc4.communication.requests
Returns a list of tasks according to the TaskFilter.
ActivityList(TaskFilter) - Constructor for class com.uc4.communication.requests.ActivityList
Creates a ActivityList using the specified TaskFilter.
ActivityList(TaskFilter, boolean) - Constructor for class com.uc4.communication.requests.ActivityList
Creates a ActivityList using the specified TaskFilter for tree oder list mode.
ActivityList.GroupingType - Enum in com.uc4.communication.requests
Grouping criteria for the activity window.
activityListChanged() - Method in class com.uc4.communication.DefaultNotificationListener
 
activityListChanged() - Method in interface com.uc4.communication.INotificationListener
Deprecated.
use IKickEventListener instead
ActivityNotificationOn - Class in com.uc4.communication.requests
Enables activity Kicks.
ActivityNotificationOn() - Constructor for class com.uc4.communication.requests.ActivityNotificationOn
 
activityRefresh() - Method in class com.uc4.communication.Settings
This method provides access to the activity refresh settings.
ActivitySettings - Class in com.uc4.communication
This class represents the settings for the activity refresh.
add(ConditionOrAction) - Method in class com.uc4.api.objects.ConditionsSet
Adds a new condition.
add(ConsoleOS400.ConsoleOS400Filter) - Method in class com.uc4.api.objects.ConsoleOS400
Adds a single filter entry.
add(EventCalendarItem) - Method in class com.uc4.api.objects.EventCalendar
Adds the EventCalendarItem to this object.
add(OCVPanel.CITValue) - Method in class com.uc4.api.objects.OCVPanel
Adds a new value to this panel.
add(OutputFilter.Entry) - Method in class com.uc4.api.objects.OutputFilter
Adds a new filter definition.
add(PromptElement) - Method in class com.uc4.api.objects.PromptDesigner
Adds a new PromptElement at the end of this PromptSet.
add(int, PromptElement) - Method in class com.uc4.api.objects.PromptDesigner
Inserts the PromptElement at the specified position.
add(String) - Method in class com.uc4.api.objects.SecureSQLVariable
Adds a new bind parameter to the SecureSQLVariableIntern.
add(String) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Adds a new bind parameter to the SecureSQLVariableIntern.
add(DateTime) - Method in class com.uc4.api.objects.StaticCalendarKeyword
Adds a new date to this static calendar keyword.
add(String, String) - Method in class com.uc4.api.objects.Variable
Adds a new entry to this variable.
add(String, String, String, String, String, String) - Method in class com.uc4.api.objects.Variable
Adds a new entry to this static variable.
add(String, String, boolean) - Method in class com.uc4.api.objects.VariableValues
Adds a new key and value to the variables.
add(String, String[], boolean) - Method in class com.uc4.api.objects.VariableValues
Adds a new key and values to the variables.
add(int, T) - Method in class com.uc4.util.ArrayListDecorator
 
add(T) - Method in class com.uc4.util.ArrayListDecorator
 
addAction(SyncAction) - Method in class com.uc4.api.objects.Sync
Adds a new action to this Sync object.
addAll(Collection<? extends T>) - Method in class com.uc4.util.ArrayListDecorator
 
addBeneficiary(SloSelection.Beneficiary) - Method in class com.uc4.api.objects.SloSelection
Adds a Beneficiary to the object.
addCalendarCondition(CalendarCondition) - Method in class com.uc4.api.objects.TaskCalendar
Adds a new CalendarCondition.
addCalendarConditionAll(CalendarCondition) - Method in class com.uc4.api.objects.GroupCalendarKeyword
Adds a calendar condition to the list of conditions where all least one must apply.
addCalendarConditionNone(CalendarCondition) - Method in class com.uc4.api.objects.GroupCalendarKeyword
Adds a calendar condition to the list of conditions where none of the calendar conditions must apply.
addCalendarConditionOne(CalendarCondition) - Method in class com.uc4.api.objects.GroupCalendarKeyword
Adds a calendar condition to the list of conditions where at least one must apply.
addChild(FolderImpl) - Method in class com.uc4.util.FolderImpl
Adds a child to this folder
addChildNode(XMLDocuNode) - Method in class com.uc4.api.objects.XMLDocuNode
Adds a new child node.
addCollision(RollCalendarCollision) - Method in class com.uc4.api.objects.RollCalendarKeyword
Adds a RollCalendarCollision to the list of reactions in case of collision.
AddComment - Class in com.uc4.communication.requests
Adds a comment to a task.
AddComment(int, String) - Constructor for class com.uc4.communication.requests.AddComment
Adds a comment to a task.
addConnectProperties(String, String) - Method in class com.uc4.api.objects.DatabaseConnection
Adds a value for the connect properties at the end of the table.
addConnectString(String, String) - Method in class com.uc4.api.objects.DatabaseConnection
Adds a value for the connect String at the end of the table.
addCustomAttribute(CustomAttribute) - Method in class com.uc4.api.objects.XHeader
Adds a CustomAttribute to the object.
addCustomAttributeFilter(CustomAttributeFilter) - Method in class com.uc4.api.TaskFilter
Adds a CustomAttributeFilter.
addCustomAttributeFilter(CustomAttributeFilter) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Adds a CustomAttributeFilter.
addCustomAttributeFilter(CustomAttributeFilter) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
Adds a CustomAttributeFilter.
addDate(Integer) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Adds a day to the selected days.
addDate(DateTime) - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Adds a date to the selected dates.
addDays(int) - Method in class com.uc4.api.DateTime
Adds the specified number of days to this DateTime.
addDependency(JobPlanTask, TaskState) - Method in class com.uc4.api.objects.JobPlanDependencies
Adds a dependency.
addDependency(JobPlanTask) - Method in class com.uc4.api.objects.JobPlanDependencies
Adds a dependency without a certain status.
addDependency(JobPlanTask, int) - Method in class com.uc4.api.objects.JobPlanDependencies
Adds a dependency without a certain status.
addDependency(JobPlanTask, int, TaskState) - Method in class com.uc4.api.objects.JobPlanDependencies
Adds a dependency with a certain status.
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.CheckConnectionCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.CheckFileCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.CheckHistoryCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.CheckProcessCondition
 
addElse(ConditionOrAction) - Method in interface com.uc4.api.objects.Condition
Adds a condition or action to the list of conditions/actions which should be executed when this condition is false.
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.CurrentQueueCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.CurrentTimeCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.ReturnCodeCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.StatusCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
addElse(ConditionOrAction) - Method in class com.uc4.api.objects.UserDefinedCondition
 
addEmail(String, CalendarCondition) - Method in class com.uc4.api.objects.Operator
Sets an e-mail address to which a notified sent on the specified calendar condition.
addEmail(String) - Method in class com.uc4.api.objects.Operator
Sets an e-mail address to which a notified sent.
addExceptionCondition(QueueExceptionCondition) - Method in class com.uc4.api.objects.QueueAttributes
Adds a new QueueExceptionCondition to the list of exceptions.
addFalse(JobPlanTask) - Method in class com.uc4.api.objects.WorkflowIF
Adds a task to the false branch of this IF workflow.
addFalse(JobPlanTask, int) - Method in class com.uc4.api.objects.WorkflowIF
Adds a task to the false branch of this IF workflow at the specified position.
addFile(String, Boolean) - Method in class com.uc4.api.objects.OutputFiles
Adds a new file.
addFilter(AgentAssignmentFilter.Item) - Method in class com.uc4.api.objects.AgentAssignmentFilter
Adds a new filter row.
addFilter(String) - Method in class com.uc4.api.objects.ConsoleBS2000
Specify the console-output filter to be searched for The wildcard characters "*" and "?" may be used.
addFilter(ConsoleOS390.ConsoleOS390Filter) - Method in class com.uc4.api.objects.ConsoleOS390
Adds a filter.
addFilter(ConsoleSAP.EventHistoryFilter) - Method in class com.uc4.api.objects.ConsoleSAP
Adds a single filter to the list of Event History filters.
addFilter(ConsoleSAP.JavaEventHistoryFilter) - Method in class com.uc4.api.objects.ConsoleSAP
Adds a single filter to the list of Java Event History filters.
addFilter(ConsoleSAP.XIChannelFilter) - Method in class com.uc4.api.objects.ConsoleSAP
Adds a single filter to the list of XI Communication Channel filters.
addFilter(ConsoleWindows.ConsoleWindowsFilter) - Method in class com.uc4.api.objects.ConsoleWindows
Adds a filter for Windows Console Events.
addHost(HostGroupItem) - Method in class com.uc4.api.objects.HostGroup
Adds a host or filter definition to this HostGroup.
addHost(HostGroupItem, int) - Method in class com.uc4.api.objects.HostGroup
Adds a host or filter definition on the specified position the this HostGroup.
addImportedBinary(String, ByteBuffer) - Method in class com.uc4.communication.requests.ImportObject
When importing via ByteBuffer, add additional files to this request
AddJobPlanTask - Class in com.uc4.communication.requests
Returns a JobPlan Task.
AddJobPlanTask(UC4ObjectName) - Constructor for class com.uc4.communication.requests.AddJobPlanTask
Constructs a AddJobPlanTask using the specified UC4 Object name.
AddJobPlanTask(UC4ObjectName, UC4Alias) - Constructor for class com.uc4.communication.requests.AddJobPlanTask
Constructs a AddJobPlanTask using the specified UC4 Object name and alias.
addKeyword(CalendarKeyword) - Method in class com.uc4.api.objects.Calendar
Adds the specified calendar keyword to this calendar.
addKickEventListener(IKickEventListener) - Method in class com.uc4.communication.Connection
Adds a kick event listener.
addLoginDefinition(LoginDefinition) - Method in class com.uc4.api.objects.Login
Adds a login definition.
addMinutes(int) - Method in class com.uc4.api.DateTime
Adds the specified number of minutes to this DateTime.
addMonth(int) - Method in class com.uc4.api.DateTime
Adds the specified number of month.
addNotificationListener(INotificationListener) - Method in class com.uc4.communication.Connection
Adds a notification listener.
addOnChangeResetElement(OnChangeResetElement) - Method in class com.uc4.api.prompt.OnChangeResetElement
Adds a OnChangeReset-children to the PromptElement.
addOperator(UC4ObjectName, CalendarCondition) - Method in class com.uc4.api.objects.Operator
Adds a new Operator which is notified on the specified calendar condition.
addOperator(UC4ObjectName) - Method in class com.uc4.api.objects.Operator
Adds a new Operator without a calendar condition.
addParameter(String, String) - Method in class com.uc4.api.objects.DynamicExecVariable
Adds a new parameter to the Dynamic Executable Variable..
addPredecessor(JobPlanMonitor.Task, TaskState) - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Adds a dependency to this monitor task.
addPromptSet(PromptSetDefinition) - Method in class com.uc4.api.objects.ObjectValues
Adds a new PromptSet to this object.
AddPromptSet - Class in com.uc4.communication.requests
Returns a PromptSet definition.
AddPromptSet(UC4ObjectName) - Constructor for class com.uc4.communication.requests.AddPromptSet
Deprecated.
Use constructor with passed UC4Object
AddPromptSet(UC4ObjectName, UC4Object) - Constructor for class com.uc4.communication.requests.AddPromptSet
Constructs a new AddPromptSet request using the specified PromptSet name.
addQueueFilter(String) - Method in class com.automic.server.api.data.ClientQueueList
Adds the queue filter.
addQueueFilter(String, int) - Method in class com.automic.server.api.data.ClientQueueList
Adds the queue filter.
addQueueFilter(UC4ObjectName) - Method in class com.uc4.api.TaskFilter
Adds a new item to the filter for Queues.
addQueueFilter(UC4ObjectName, int) - Method in class com.uc4.api.TaskFilter
Adds a certain Queue and a client to the filter for Queues.
addReasonFilter(int) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Sets a filter for the violation reason.
addReasonFilter(int, String) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Sets a filter for the violation reason.
addRight(ObjectRight) - Method in class com.uc4.api.objects.ObjectAuthorizations
Adds a new row to the authorizations tab.
addRight(UserRight) - Method in class com.uc4.api.objects.UserAuthorizations
Adds a new row the authorizations tab.
AddScheduleMonitorTask - Class in com.uc4.communication.requests
Adds a task to a started schedule via its monitor.
AddScheduleMonitorTask(UC4ObjectName, int) - Constructor for class com.uc4.communication.requests.AddScheduleMonitorTask
Constructs a AddScheduleMonitorTask request using the specified name and add it to the parent task of given parentIdnr.
AddScheduleTask - Class in com.uc4.communication.requests
Reads a task description.
AddScheduleTask(UC4ObjectName) - Constructor for class com.uc4.communication.requests.AddScheduleTask
Constructs a AddScheduleTask request using the specified name.
addSeconds(int) - Method in class com.uc4.api.DateTime
Adds the specified number of seconds to this DateTime.
addSelectedValue(String) - Method in class com.uc4.api.objects.CustomAttributeFilter
Adds a selected value to the Filter.
addServiceFulfillmentStatusFilter(ServiceFulfillmentStatus) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Adds a filter for ServiceFulfillmentStatus.
addState(SyncState) - Method in class com.uc4.api.objects.Sync
Adds a SyncState to this Sync object.
addSuccessorTask(JobPlanTask) - Method in class com.uc4.api.objects.JobPlanDependencies
Adds the given task to the successor list.
addSyncItem(SyncItem) - Method in class com.uc4.api.objects.SyncList
Adds a single SYNC condition to this job.
addTask(JobPlanTask) - Method in class com.uc4.api.objects.JobPlan
Adds a task to the JobPlan.
addTask(ScheduleTask) - Method in class com.uc4.api.objects.Schedule
Adds a task to the Schedule.
addTask(JobPlanTask) - Method in class com.uc4.api.objects.WorkflowLoop
Adds a task to this for each loop.
addTask(JobPlanTask, int) - Method in class com.uc4.api.objects.WorkflowLoop
Adds a task to this ForEach loop at the specified position.
addTaskAndCreateDependencies(JobPlanTask) - Method in class com.uc4.api.objects.WorkflowLoop
Adds a task to this for each loop and Recreates the dependencies.
addTaskAndCreateDependencies(JobPlanTask, int) - Method in class com.uc4.api.objects.WorkflowLoop
Adds a task to this ForEach loop at the specified position and recreates the dependencies.
addTrue(JobPlanTask) - Method in class com.uc4.api.objects.WorkflowIF
Adds a task to the true branch of this IF workflow.
addTrue(JobPlanTask, int) - Method in class com.uc4.api.objects.WorkflowIF
Adds a task to the true branch of this IF workflow at the specified position.
addUnixCommand(BackendCommand) - Method in class com.uc4.api.objects.BackendVariable
Adds a new BackendCommand to the Unix commands.
addUser(UC4UserName) - Method in class com.uc4.api.objects.UserAssignment
Adds a user to this UserGroup.
addUserToGroup(UC4ObjectName) - Method in class com.uc4.api.objects.UserGroupAssignment
Adds this User to the specified User Group.
addValue(String, String, boolean) - Method in class com.uc4.api.objects.ObjectValues
Adds a new key and value to this object.
addValue(String, String, String, boolean) - Method in class com.uc4.api.objects.ObjectValues
Adds a new key,value and ErtUsage to this object.
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.CheckConnectionCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.CheckFileCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.CheckHistoryCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.CheckProcessCondition
 
addWhen(ConditionOrAction) - Method in interface com.uc4.api.objects.Condition
Adds a condition or action to the list of conditions/actions which should be executed when this condition is true.
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.CurrentQueueCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.CurrentTimeCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.ReturnCodeCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.StatusCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
addWhen(ConditionOrAction) - Method in class com.uc4.api.objects.UserDefinedCondition
 
addWindowsCommand(BackendCommand) - Method in class com.uc4.api.objects.BackendVariable
Adds a new BackendCommand to the Windows commands.
addYears(int) - Method in class com.uc4.api.DateTime
Adds the specified number of years to this DateTime.
AdoptTask - Class in com.uc4.communication.requests
Taskes over a task in the activity window.
AdoptTask(int) - Constructor for class com.uc4.communication.requests.AdoptTask
Creates a new AdoptTask instance using the specified RunID.
AdoptTask(int[]) - Constructor for class com.uc4.communication.requests.AdoptTask
Creates a new AdoptTask instance using multiple RunIds.
AEConnection - Interface in com.uc4.communication
Interface for a connection to the Automation Engine.
AEConnectionPool - Class in com.uc4.communication
Maintains a pool of connections.
AEConnectionPool(int) - Constructor for class com.uc4.communication.AEConnectionPool
Creates a new ConnectionMananger instance with a maximum lifetime of connections.
AES - Class in com.uc4.util
Rijndael.java
AES() - Constructor for class com.uc4.util.AES
 
AES.Mode - Enum in com.uc4.util
encryption operating modes
after(Time) - Method in class com.uc4.api.Time
Returns true if the this Time object contains a time which is later the time in the parameter time.
afterSaveObject() - Method in class com.uc4.api.objects.Cockpit
 
afterSaveObject() - Method in class com.uc4.api.objects.ConsoleEvent
 
afterSaveObject() - Method in class com.uc4.api.objects.DatabaseEvent
 
afterSaveObject() - Method in class com.uc4.api.objects.FileEvent
 
afterSaveObject() - Method in class com.uc4.api.objects.FileTransfer
 
afterSaveObject() - Method in class com.uc4.api.objects.Group
 
afterSaveObject() - Method in class com.uc4.api.objects.Job
 
afterSaveObject() - Method in class com.uc4.api.objects.JobPlan
 
afterSaveObject() - Method in interface com.uc4.api.objects.LifecycleSaveAware
Called after an object is saved.
afterSaveObject() - Method in class com.uc4.api.objects.Notification
 
afterSaveObject() - Method in class com.uc4.api.objects.PSRemoteTaskManager
 
afterSaveObject() - Method in class com.uc4.api.objects.RuleEvent
 
afterSaveObject() - Method in class com.uc4.api.objects.SAPQueueManager
 
afterSaveObject() - Method in class com.uc4.api.objects.Schedule
 
afterSaveObject() - Method in class com.uc4.api.objects.Script
 
afterSaveObject() - Method in class com.uc4.api.objects.TimeEvent
 
afterSaveObject() - Method in class com.uc4.api.objects.WorkflowIF
 
afterSaveObject() - Method in class com.uc4.api.objects.WorkflowLoop
 
AgentAndGroupList - Class in com.uc4.communication.requests
Retrieves a list of agents and agentgroups in the current client matching the specified filter.
AgentAndGroupList(AgentAndGroupList.AgentAndGroupListFilter) - Constructor for class com.uc4.communication.requests.AgentAndGroupList
Constructs a list with a filter.
AgentAndGroupList.AgentAndGroupListFilter - Class in com.uc4.communication.requests
Cut the result of the list by using this filter.
AgentAndGroupList.AgentOrGroupListItem - Class in com.uc4.communication.requests
Represents an agent or an agentgroup in the list.
AgentAndGroupListFilter() - Constructor for class com.uc4.communication.requests.AgentAndGroupList.AgentAndGroupListFilter
Constructs an empty filter
AgentAndGroupListFilter(String) - Constructor for class com.uc4.communication.requests.AgentAndGroupList.AgentAndGroupListFilter
Constructs a name filter.
AgentAssignment - Class in com.uc4.api.objects
This class represents an HSTA object (agent assignment).
AgentAssignment() - Constructor for class com.uc4.api.objects.AgentAssignment
 
AgentAssignmentFilter - Class in com.uc4.api.objects
This class represents the filter tab of an HSTA object.
AgentAssignmentFilter.Item - Class in com.uc4.api.objects
This class represents a row in the filter table.
AgentAssignmentList - Class in com.uc4.communication.requests
List of Agent Assignments in the system overview.
AgentAssignmentList() - Constructor for class com.uc4.communication.requests.AgentAssignmentList
 
AgentAssignmentListItem - Class in com.uc4.api.systemoverview
This class represents a row in the Agent assignment list in the system overview.
AgentAssignmentListItem(Element) - Constructor for class com.uc4.api.systemoverview.AgentAssignmentListItem
Internal use only.
AgentGroupList - Class in com.uc4.communication.requests
Get a list of host groups.
AgentGroupList() - Constructor for class com.uc4.communication.requests.AgentGroupList
 
AgentGroupListItem - Class in com.uc4.api.systemoverview
This class describes one item of the AgentGroup list in the system overview.
AgentGroupListItem(XMLDocument, Element) - Constructor for class com.uc4.api.systemoverview.AgentGroupListItem
Internal use only.
AgentGroupMonitor - Class in com.uc4.communication.requests
Reads monitor of an Agent Group.
AgentGroupMonitor(int) - Constructor for class com.uc4.communication.requests.AgentGroupMonitor
Creates a new AgentGroupMonitor request.
AgentGroupSimulation - Class in com.uc4.communication.requests
Simulation view of an AgentGroup.
AgentGroupSimulation(UC4ObjectName) - Constructor for class com.uc4.communication.requests.AgentGroupSimulation
Creates a new AgentGroupSimulation request.
AgentList - Class in com.uc4.communication.requests
Gets a list of Agents.
AgentList(AgentList.Filter, String...) - Constructor for class com.uc4.communication.requests.AgentList
Requests the Agent list with a filter.
AgentList() - Constructor for class com.uc4.communication.requests.AgentList
Creates a new AgentList request which reads the full agent list (all columns and all agents).
AgentList.Filter - Class in com.uc4.communication.requests
Filter in the Agent list.
AgentListItem - Class in com.uc4.api.systemoverview
This class describes one item of the Agent list in the system overview.
AgentListItem(XMLDocument, Element, int, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.AgentListItem
Constructs a AgentListItem using the specified Element.
agentPropertyKeyIterator() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns an java.util.Iterator over Agent property keys.
agentPropertyKeyIterator() - Method in class com.uc4.communication.requests.GetWPProperties
Returns an java.util.Iterator over Server property keys.
AgentStatus - Enum in com.uc4.api
Status of an Agent.
agentTemplatesOnly() - Static method in class com.uc4.communication.requests.TemplateList
Creates a request for agent templates defined in UC_OBJECT_TEMPLATES of client zero.
alias - Variable in class com.uc4.api.AbstractTask
 
aliasMap - Variable in class com.uc4.api.objects.PromptElement
 
aliasOf(String) - Static method in class com.uc4.api.UC4Alias
Creates an alias from a String value.
allIterator() - Method in class com.uc4.api.objects.GroupCalendarKeyword
Returns an iterator over CalendarCondition where all calendar conditions must apply This iterator can be used to read or remove calendar conditions.
allowImmediateStart(boolean) - Method in class com.uc4.communication.requests.ExecuteObject
This method can be used to set the behaviour in case the start time lies in the past.
allowImmediateStart(boolean) - Method in class com.uc4.communication.requests.ModifyRecurringTask
This method can be used to set the behaviour in case the start time lies in the past.
ANY_ABEND - Static variable in class com.uc4.api.objects.TaskState
Task disrupted.
ANY_ABEND - Static variable in class com.uc4.api.TaskFilter
Job disrupted.
ANY_ABEND_EXCEPT_FAULT - Static variable in class com.uc4.api.objects.TaskState
System return code 1800-1819,1823-1899.
ANY_ACTIVE - Static variable in class com.uc4.api.objects.TaskState
System return code 1300-1799.
ANY_ACTIVE - Static variable in class com.uc4.api.TaskFilter
Job is running.
ANY_BLOCKED - Static variable in class com.uc4.api.objects.TaskState
System return code 1560,1562.
ANY_BLOCKED_OR_STOPPED - Static variable in class com.uc4.api.objects.TaskState
System return code 1560-1564 .
ANY_BLOCKING - Static variable in class com.uc4.api.TaskFilter
Blocking tasks.
ANY_EXCEPT_FAULT - Static variable in class com.uc4.api.objects.TaskState
System return code 1800-1819,1823-1999.
ANY_OK - Static variable in class com.uc4.api.objects.TaskState
Task ended normally.
ANY_OK - Static variable in class com.uc4.api.TaskFilter
Job ended normally.
ANY_OK_OR_UNBLOCKED - Static variable in class com.uc4.api.objects.TaskState
System return code 1900-1999,1899.
ANY_SKIPPED - Static variable in class com.uc4.api.objects.TaskState
Task skipped.
ANY_STOPPED - Static variable in class com.uc4.api.objects.TaskState
System return code 1561,1563-1564.
ANY_WAITING - Static variable in class com.uc4.api.objects.TaskState
System return code 1301,1682-1700,1709-1710.
ANY_WAITING - Static variable in class com.uc4.api.TaskFilter
Job is waiting.
appendRows(XMLDocument, Element, int, int) - Method in class com.uc4.communication.requests.GetReplaceList
Deprecated.
Do not use it. Internal only.
archiveKey1 - Variable in class com.uc4.api.AbstractTask
 
archiveKey2 - Variable in class com.uc4.api.AbstractTask
 
ArrayListDecorator<T> - Class in com.uc4.util
Adds notification behavior to java.util.ArrayList
ArrayListDecorator() - Constructor for class com.uc4.util.ArrayListDecorator
 
assertClientZero(ConnectionAttributes) - Static method in class com.uc4.communication.requests.XMLRequest
 
assertServerVersion(ConnectionAttributes, int) - Static method in class com.uc4.communication.requests.XMLRequest
 
AsyncMessage - Class in com.uc4.communication
Represents an asynchronous message.
AsyncMessage(Document, ConnectionAttributes) - Constructor for class com.uc4.communication.AsyncMessage
Creates an asynchronous message from an XML Document.
AsyncMessage(int, String, Message) - Constructor for class com.uc4.communication.AsyncMessage
Deprecated.
this assumes NOW as the current date. a message should always be created with an actual date
AsyncMessage(DateTime, int, String, Message) - Constructor for class com.uc4.communication.AsyncMessage
Creates a new asynchronous message.
asyncMessage(AsyncMessage) - Method in class com.uc4.communication.DefaultNotificationListener
 
asyncMessage(AsyncMessage) - Method in interface com.uc4.communication.INotificationListener
This method is called if a new message is available.
attr - Variable in class com.uc4.api.objects.Notification
 
attributes() - Method in class com.uc4.api.objects.ConsoleEvent
 
attributes() - Method in class com.uc4.api.objects.DatabaseEvent
 
attributes() - Method in class com.uc4.api.objects.FileEvent
 
attributes() - Method in class com.uc4.api.objects.FileTransfer
Returns the generic attributes of this FileTransfer.
attributes() - Method in class com.uc4.api.objects.Group
 
attributes() - Method in class com.uc4.api.objects.Host
 
attributes() - Method in class com.uc4.api.objects.Job
Returns the generic attributes of this job.
attributes() - Method in class com.uc4.api.objects.JobPlan
Returns attributes of this JobPlan.
attributes() - Method in class com.uc4.api.objects.Notification
Returns a NotificationAttributes object which contains attributes of this Notification.
attributes() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Access to the attributes of the QueueManager.
attributes() - Method in class com.uc4.api.objects.RuleEvent
 
attributes() - Method in class com.uc4.api.objects.SAPQueueManager
Access to the attributes of the QueueManager.
attributes() - Method in class com.uc4.api.objects.Schedule
Returns the attributes of this Schedule.
attributes() - Method in class com.uc4.api.objects.Script
Returns the attributes of this Script.
attributes() - Method in class com.uc4.api.objects.Server
This method provides access to the attributes of the SERV object.
attributes() - Method in class com.uc4.api.objects.ServiceLevelObjective
Returns the SLO attributes data of this object.
attributes() - Method in class com.uc4.api.objects.Sync
Gets attributes of this Sync object.
attributes() - Method in class com.uc4.api.objects.TimeEvent
 
attributes() - Method in class com.uc4.api.objects.TimeZone
Returns the attributes of the TimeZone object.
attributes() - Method in class com.uc4.api.objects.User
This method provides access to the attributes of an USER object.
attributes() - Method in class com.uc4.api.objects.Variable
Returns attributes of this variable.
attributes() - Method in class com.uc4.api.objects.WorkflowIF
Returns attributes of this JobPlan.
attributes() - Method in class com.uc4.api.objects.WorkflowLoop
Returns attributes of this JobPlan.
attributes() - Method in class com.uc4.communication.requests.GetSessionTZ
Returns the attributes of the TimeZone object.
AttributesBS2000 - Class in com.uc4.api.objects
Host attributes for BS2000 Jobs.
AttributesBS2000() - Constructor for class com.uc4.api.objects.AttributesBS2000
 
AttributesGCOS8 - Class in com.uc4.api.objects
Host attributes for GCOS 8.
AttributesGCOS8() - Constructor for class com.uc4.api.objects.AttributesGCOS8
 
AttributesJMX - Class in com.uc4.api.objects
Host attributes for JMX Jobs.
AttributesJMX() - Constructor for class com.uc4.api.objects.AttributesJMX
 
AttributesMPE - Class in com.uc4.api.objects
Host attributes for MPE.
AttributesMPE() - Constructor for class com.uc4.api.objects.AttributesMPE
 
AttributesNSK - Class in com.uc4.api.objects
Host attributes for NSK Jobs.
AttributesNSK() - Constructor for class com.uc4.api.objects.AttributesNSK
 
AttributesOA - Class in com.uc4.api.objects
Host attributes for Oracle Applications Jobs.
AttributesOA() - Constructor for class com.uc4.api.objects.AttributesOA
 
AttributesOS390 - Class in com.uc4.api.objects
Host attributes for OS/390.
AttributesOS390() - Constructor for class com.uc4.api.objects.AttributesOS390
 
AttributesOS400 - Class in com.uc4.api.objects
Host attributes for OS/400 Jobs.
AttributesOS400() - Constructor for class com.uc4.api.objects.AttributesOS400
 
AttributesPS - Class in com.uc4.api.objects
Host attributes for PeopleSoft Jobs.
AttributesPS() - Constructor for class com.uc4.api.objects.AttributesPS
 
AttributesRA - Class in com.uc4.api.objects
Host attributes for RA Jobs.
AttributesRA() - Constructor for class com.uc4.api.objects.AttributesRA
 
AttributesSAP - Class in com.uc4.api.objects
Host attributes for SAP Jobs.
AttributesSAP() - Constructor for class com.uc4.api.objects.AttributesSAP
 
AttributesSiebel - Class in com.uc4.api.objects
Host attributes for Siebel Jobs.
AttributesSiebel() - Constructor for class com.uc4.api.objects.AttributesSiebel
 
AttributesSLO - Class in com.uc4.api.objects
This class represents information of the attributes tab of an object.
AttributesSLO(XMLDocument) - Constructor for class com.uc4.api.objects.AttributesSLO
Constructs a SLO attributes using the specified XML document
AttributesSQL - Class in com.uc4.api.objects
Host attributes for SQL Jobs.
AttributesSQL() - Constructor for class com.uc4.api.objects.AttributesSQL
 
AttributesUnix - Class in com.uc4.api.objects
Host attributes for UNIX Jobs.
AttributesUnix() - Constructor for class com.uc4.api.objects.AttributesUnix
 
AttributesVMS - Class in com.uc4.api.objects
Host attributes for VMS Jobs.
AttributesVMS() - Constructor for class com.uc4.api.objects.AttributesVMS
 
AttributesWin - Class in com.uc4.api.objects
Host attributes for Windows Jobs.
AttributesWin() - Constructor for class com.uc4.api.objects.AttributesWin
 
AuthenticateAgent - Class in com.uc4.communication.requests
This request represents the menu item "Authenticate Agent" in the system overview of client zero.
AuthenticateAgent(AgentListItem) - Constructor for class com.uc4.communication.requests.AuthenticateAgent
Creates a new AuthenticateAgent request.
authorizations() - Method in class com.uc4.api.objects.AgentAssignment
Returns the authorization data of this object.
Authorizations - Class in com.uc4.api.objects
Authorizations of Agents.
Authorizations(XMLDocument, String, boolean) - Constructor for class com.uc4.api.objects.Authorizations
 
authorizations() - Method in class com.uc4.api.objects.Host
Returns the authorization data of this object.
authorizations() - Method in class com.uc4.api.objects.HostGroup
Returns the authorization data of this object.
authorizations() - Method in class com.uc4.api.objects.User
This method provides access to the authorization settings of this user.
authorizations() - Method in class com.uc4.api.objects.UserGroup
This method provides access to the authorization settings of this User Group.
Authorizations.Entry - Interface in com.uc4.api.objects
Represents a single authorization for a client.

B

backend() - Method in class com.uc4.api.objects.Variable
This method provides access to the backend panel.
BackendCommand - Class in com.uc4.api.objects
This class represents a Command (row) on the Variable of the type BACKEND.
BackendCommand(String, String, String, String) - Constructor for class com.uc4.api.objects.BackendCommand
Creates a new BackendCommand object.
BackendVariable - Class in com.uc4.api.objects
Backend Variable.
BackendVariable(XMLDocument) - Constructor for class com.uc4.api.objects.BackendVariable
 
beneficiariesIterator() - Method in class com.uc4.api.objects.SloSelection
Returns an java.util.Iterator of beneficiaries.
Beneficiary(String, String) - Constructor for class com.uc4.api.objects.SloSelection.Beneficiary
Creates a new Beneficiary.
BlockAction - Class in com.uc4.api.objects
Blocks the according branch in the ProcessFlow (as 'else block' in V8 or lower) without checking of further conditions.
BlockAction() - Constructor for class com.uc4.api.objects.BlockAction
Creates a new Block Action with an empty text.

C

C1 - Class in com.uc4.util
This class is used for encryption.
C1(int, byte[]) - Constructor for class com.uc4.util.C1
Constructs a C1 using mode and keyBase
C2 - Class in com.uc4.util
Encryption class
C3 - Class in com.uc4.util
Class C3
C3() - Constructor for class com.uc4.util.C3
 
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.
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(Element) - Constructor for class com.uc4.api.objects.CalendarCondition
 
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.
CalendarListItem(String, String) - Constructor for class com.uc4.communication.requests.CalendarList.CalendarListItem
CalendarListItem is used by api-calls CalendarCondition.
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.
CancelForm(List<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.
Candidate(UC4ObjectName, UserRight.Type, char) - Constructor for class com.uc4.communication.requests.CheckAuthorizations.Candidate
Creates a new Candidate instance.
Candidate(UC4ObjectName, char) - Constructor for class com.uc4.communication.requests.CheckAuthorizations.Candidate
Creates a new Candidate instance.
Candidate(IFolder, UserRight.Type, char) - Constructor for class com.uc4.communication.requests.CheckAuthorizations.Candidate
Creates a new Candidate instance.
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.
Candidate(int, char) - Constructor for class com.uc4.communication.requests.CheckAuthorizations.Candidate
Creates a new Candidate instance considering executions.
Candidate(UC4UserName, UserPrivileges.Privilege) - Constructor for class com.uc4.communication.requests.CheckUserPrivileges.Candidate
Creates a new Candidate.
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.
cauVersion - Variable in class com.uc4.api.AbstractTask
 
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(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(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.
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.
check(ITransportable) - Method in class com.uc4.communication.requests.TransportObject
 
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.
checkAllowedCondition(ConditionOrAction) - Method in class com.uc4.api.objects.ConditionsSet
This method checks if the passed ConditionOrAction is allowed in a Pre/Post Condition tab (included sub conditions/actions).
CheckAuthorizations - Class in com.uc4.communication.requests
Checks object or execution 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.
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.
checkClient(int) - Static method in class com.uc4.communication.requests.XMLRequest
 
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.
checkID(int) - Static method in class com.uc4.communication.requests.XMLRequest
 
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.
checkLnr(int) - Static method in class com.uc4.communication.requests.XMLRequest
 
checkNull(Object, String) - Static method in class com.uc4.communication.requests.XMLRequest
 
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.
checkSelStatisticsPrivilege(ConnectionAttributes) - Static method in class com.uc4.communication.requests.XMLRequest
 
checkSystemOverviewPrivilege(ConnectionAttributes) - Static method in class com.uc4.communication.requests.XMLRequest
 
checkUC4ObjectEmptyName(UC4ObjectName) - Static method in class com.uc4.communication.requests.XMLRequest
 
checkUC4ObjectName(UC4ObjectName) - Static method in class com.uc4.communication.requests.XMLRequest
 
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.
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.
CITEncryption - Class in com.uc4.util
Decrypts passwords in RA connection objects.
CITValue(boolean, boolean, String, String) - Constructor for class com.uc4.api.objects.OCVPanel.CITValue
Creates a new CITValue.
CITValue(boolean, boolean, String, String, boolean) - Constructor for class com.uc4.api.objects.OCVPanel.CITValue
Creates a new CITValue.
CITValue(XMLDocument, Element) - Constructor for class com.uc4.api.objects.OCVPanel.CITValue
 
cleanAfterSave() - Method in class com.uc4.api.objects.ObjectValues
Clear the internal state after a save was performed on the object.
clear() - Method in class com.automic.server.api.data.ClientQueueList
Clear the queueList
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.
ClientQueueList - Class in com.automic.server.api.data
 
ClientQueueList() - Constructor for class com.automic.server.api.data.ClientQueueList
Instantiates a new client queue list.
ClientQueueList.Entry - Class in com.automic.server.api.data
 
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).
clonePropertiesAndTaskValues(JobPlanTask) - Method in class com.uc4.api.objects.JobPlanTask
Creates a deep copy of all task properties of the given task for this task, including the task values (prompts and variables).
close() - Method in class com.uc4.communication.Connection
Closes the connection to the UC4 Server.
close() - Method in class com.uc4.communication.WebSocketConnection
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.
ClosePrompt(List<Integer>) - Constructor for class com.uc4.communication.requests.ClosePrompt
Creates a new ClosePrompt request which can be used to cancel a multiple prompt requests.
CMNDecrypt(byte[], int, int, byte[]) - Method in class com.uc4.util.AES
used to decrypt a byte buffer.
CMNEncrypt(byte[], int, int, byte[]) - Method in class com.uc4.util.AES
used to encrypt a byte buffer.
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.
CockpitBar(XMLDocument, Element) - Constructor for class com.uc4.api.objects.CockpitBar
 
CockpitBox - Class in com.uc4.api.objects
Represents the Box control of the Cockpit.
CockpitBox(XMLDocument, Element) - Constructor for class com.uc4.api.objects.CockpitBox
 
CockpitControl - Class in com.uc4.api.objects
CockpitControl.
CockpitControl() - Constructor for class com.uc4.api.objects.CockpitControl
 
CockpitControl(XMLDocument, Element) - Constructor for class 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.
CockpitDesign(XMLDocument) - Constructor for class com.uc4.api.objects.CockpitDesign
 
CockpitFrame - Class in com.uc4.api.objects
Represents the Frame control of the Cockpit.
CockpitFrame(XMLDocument, Element) - Constructor for class com.uc4.api.objects.CockpitFrame
 
CockpitLamp - Class in com.uc4.api.objects
Represents the Lamp control of the Cockpit.
CockpitLamp(XMLDocument, Element) - Constructor for class com.uc4.api.objects.CockpitLamp
 
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.
CockpitPie(XMLDocument, Element) - Constructor for class com.uc4.api.objects.CockpitPie
 
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.
CockpitTrafficLights(XMLDocument, Element) - Constructor for class com.uc4.api.objects.CockpitTrafficLights
 
CockpitValueControl - Class in com.uc4.api.objects
Basis for all Cockpit control with values.
CockpitValueControl(XMLDocument, Element) - Constructor for class com.uc4.api.objects.CockpitValueControl
 
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.
code(String, String) - Static method in class com.uc4.util.C2
 
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.automic.annotations - package com.automic.annotations
 
com.automic.server.api.data - package com.automic.server.api.data
 
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.servicefulfillment - package com.uc4.api.servicefulfillment
 
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.
com.uc4.util - package com.uc4.util
 
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
 
comment - Variable in class com.uc4.api.AbstractTask
 
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(XMLDocument) - Constructor for class com.uc4.api.objects.CompositeVariable
 
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.
ConditionsSet(boolean, Element, String, String) - Constructor for class com.uc4.api.objects.ConditionsSet
 
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.
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.
ConnectionException - Exception in com.uc4.communication
Is thrown when a connection error occurs.
ConnectionException(IOException, InetSocketAddress) - Constructor for exception com.uc4.communication.ConnectionException
 
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.
ConsoleOS390Filter(String, String) - Constructor for class com.uc4.api.objects.ConsoleOS390.ConsoleOS390Filter
 
ConsoleOS390Filter(Element) - 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.
ConsoleOS400Filter(Element) - Constructor for class com.uc4.api.objects.ConsoleOS400.ConsoleOS400Filter
 
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.JavaEventHistoryFilter - Class in com.uc4.api.objects
This class represents a single entry in the SAP ConsoleEvent of DataSource 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.
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.
ConsoleWindowsFilter(int, int, String, String) - Constructor for class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
ConsoleWindowsFilter(Element) - Constructor for class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
consumption - Variable in class com.uc4.api.Task
 
containsDate(DateTime) - Method in class com.uc4.api.objects.CalendarKeyword
Checks if a date matches this keyword.
containsEmptyQueue() - Method in class com.automic.server.api.data.ClientQueueList
Contains empty queue.
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
convertFromNumber(int) - Static method in enum com.uc4.api.servicefulfillment.ServiceFulfillmentStatus
Returns the status from a number
copy() - Method in class com.uc4.api.DateTime
 
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.
copyWithTaskValues() - Method in class com.uc4.api.objects.JobPlanTask
Creates a copy of this task, inclusive of TaskValues (Variables and PromptSets).
CPIT - Static variable in class com.uc4.api.Template
Template for Cockpit objects.
cpIterator() - Method in class com.uc4.communication.Connection
Deprecated.
There is no CP list in version 21.0 and higher
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.
cpuTime - Variable in class com.uc4.api.Task
 
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.
createCockpitDesign(XMLDocument) - Method in class com.uc4.api.objects.ObjectFactory
Internal use, creates a CockpitDesign object.
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.
createDashObjectList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of Dash Objects considering object rights.
createDBConnList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of database connection objects.
createDocuContainer(XMLDocument) - Method in class com.uc4.api.objects.ObjectFactory
Internal use, creates a new docu container
createEventCollectorList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of Rule Event Objects.
createEventDefinitionList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of Event Definition Objects.
createEventRuleList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of Rule Event 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
Deprecated.
the license check has been removed in version 12.2 and higher
createLoginTypeList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of login types.
createNATFor(XMLRequest, ConnectionAttributes) - Static method in class com.uc4.communication.requests.XMLRequest
 
createNATRequest(ConnectionAttributes) - Method in class com.uc4.communication.requests.DownloadBinary
 
createNATRequest(ConnectionAttributes) - Method in class com.uc4.communication.requests.UploadBinary
 
createNATRequest(ConnectionAttributes) - Method in class com.uc4.communication.requests.XMLRequest
Sub classes may override this method send messages in NAT protocol to the AE.
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.
createObjectAuthorizations(XMLDocument) - Method in class com.uc4.api.objects.ObjectFactory
Internal use, creates a ObjectAuthorizations 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.
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.CreateFolder
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActivateLDAPConnection
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActivateObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActivatorStatistics
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActiveNotifications
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActivityList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActivityNotificationOn
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddComment
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddJobPlanTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddPromptSet
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddScheduleMonitorTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddScheduleTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AdoptTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentAndGroupList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentAssignmentList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentGroupList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentGroupMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.AuthenticateAgent
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CacheList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CalendarList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CancelForm
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CancelTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CauDeploy
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CauSkipWaiting
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ChangeLogging
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ChangePassword
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ChangeServerMode
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CheckAuthorizations
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CheckILMPartition
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CheckUserPrivileges
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ChildStatistics
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ClearTransportCase
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ClientList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CloseObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CloseProcessFlowModification
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ClosePrompt
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CockpitMonitorDefiniton
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ConfirmQuarantineMessage
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CreateObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.CreateSession
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeactivateLDAPConnection
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeactivateTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeepRename
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteAgentAssignment
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteLink
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteMQMemList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteQuarantineMessage
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteStaticVaraRow
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteStorageEntry
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DisconnectAgentGroup
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DisconnectHost
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DisconnectUser
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DownloadBinary
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DropILMPartition
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.DuplicateObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.EnforcePreConditionEvaluation
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExecuteAgentAssignment
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExecuteObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExecuteObjects
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExitList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportAuthenticationPackage
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportCompanyKey
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportWithReferences
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.FindReferencedObjects
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.FolderList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.FolderTree
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ForceMemoryTrace
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GenericStatistics
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetActivitiesFilter
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetAgentGroupProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetAgentProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetCAUAgentVersions
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetChangeLog
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetComments
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetComponentTemplates
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetComponentWorkflows
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetCPProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDeploymentProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDeployObjectProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDynamicComboList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetExecuteOnce
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetExecutePeriod
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetLastRuntimes
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetModifyQueue
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetObjectDocu
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetObjectProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetOutputDirectory
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetQuarantineMessage
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAAgentNames
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAConnectionNames
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAConnectionValues
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAJobNames
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetReplaceList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRestartInformation
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRestEndpoints
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetSessionTZ
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetStaticVaraRows
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetStorageItems
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetSyncMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetSyncUsage
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetUnreadMessages
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetWPProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.GroupMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.IgnoreAgentResources
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.IgnoreConditions
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.IgnoreQueueLimit
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.IgnoreTaskSyncCondition
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ILMList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ImportObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.JobPlanMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.LatestReport
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.LicenseList
Deprecated.
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.LinkTo
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.MessageList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyNotificationMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyProcessFlowMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyQueue
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyQueueStatus
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyRecurringTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyStartTime
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyTaskPriority
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyTaskState
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyUISettings
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.MoveAgentAssignment
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.MoveObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.MoveUserToClient
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.MQMemList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorAgentTree
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorCATree
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorQueueTree
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorStatusTree
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorZDUTree
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.NotificationMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.NotificationState
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ObjectStatistics
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.OpenObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.OpenProcessFlowModification
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ParentStatistics
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.PreviewAssignment
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.PreviewVariable
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.PromptInputHelp
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.QuarantineList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.QueryData
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.QueueList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.QuickSearch
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.QuitTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RefreshCockpitMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RefreshServiceManagerScan
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ReleaseManually
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ReleaseQuarantineMessage
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ReloadNextTurnaround
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RemoteRestart
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RemoveJobPlanBreakPoint
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RenameObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RenewTransferKey
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ReplaceObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.Report
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ReportTypeList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RerunWorkflow
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ResetLastRuntimes
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ResetOpenFlag
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ResetScheduleTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RestartTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RestoreObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RestoreObjectVersion
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ResumeClient
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ResumeTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RollbackTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RollbackTo
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RunJobPlanTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.RunScheduledTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SaveAgentAssignment
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SaveObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ScheduleMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SearchObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ServerList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ServiceFulfillmentList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetAgentGroupMonitorProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetAgentGroupProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetAgentProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetCPProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetGroupMonitorProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetHostAuthorizations
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetJobPlanBreakPoint
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetJobPlanTaskActive
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetJobPlanTaskInactive
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetObjectProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetStaticVaraRows
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetSyncMonitor
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetWPProperties
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetZDUStep
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ShowQuarantineMessage
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.StartHost
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.StartILM
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.StartServer
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.StopILM
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SubmitForm
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SubmitPrompt
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SuspendClient
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SuspendTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SwitchOutILM
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SynchronizeLDAP
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.SystemWorkload
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskDetails
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskPromptSetContent
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskPromptSetNames
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskStatistics
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TemplateList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TerminateAgentGroup
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TerminateHost
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TerminateServer
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.TransportObject
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.UnblockJobPlanTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.UnblockWorkflow
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.UnregisterTask
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.UploadBinary
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.UserList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.VersionControlList
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.XMLRequest
Creates the XML Document for the request.
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ZDUControl
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ZduStep
 
createRequest(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ZduWizard
 
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.
createStoreObjectList(String) - Static method in class com.uc4.communication.requests.QueryData
Creates a list of Store Objects.
createTask(Element, ConnectionAttributes, boolean, int, XMLDocument) - Method in class com.uc4.communication.requests.AddScheduleMonitorTask
Creates a task in the Schedule monitor.
createTask(Element, ConnectionAttributes, JobPlanMonitor) - Method in class com.uc4.communication.requests.JobPlanMonitor
Creates a task in the Workflow monitor.
createTask(Element, ConnectionAttributes, JobPlanMonitor, XMLDocument) - Method in class com.uc4.communication.requests.JobPlanMonitor
Creates a task in the Workflow monitor.
createTask(Element, ConnectionAttributes) - Method in class com.uc4.communication.requests.ScheduleMonitor
Creates a new ScheduleMonitor.Task in the Schedule monitor.
createTimeZoneAttributes(XMLDocument) - Method in class com.uc4.api.objects.ObjectFactory
Internal use, creates a TimeZoneAttributes object.
createVaultAliasProvidersList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of VaultAliasis Providers.
createVaultProvidersList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of Vault Providers.
createVaultSafeProvidersList() - Static method in class com.uc4.communication.requests.QueryData
Creates a list of VaultSafe Providers.
createWorkflowTask(UC4ObjectName, String) - Static method in class com.uc4.api.objects.ObjectFactory
Creates a new Workflow task.
createWorkflowTask(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.util.WorkFlowTaskFactory
Creates a new WorkflowTask.
createWorkflowTasks(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.WorkflowIF
Creates a WorkflowTasks object which holds the tasks of a workflow.
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.
CustomAttribute(Element) - Constructor for class com.uc4.api.objects.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.

D

DASH - Static variable in class com.uc4.api.Template
Template for Dashboard objects.
Dashboard - Class in com.uc4.api.objects
Dashboard object.
Dashboard() - Constructor for class com.uc4.api.objects.Dashboard
 
database() - Method in class com.uc4.api.objects.DatabaseEvent
Provides access to the database tab of this Event Object.
DatabaseConnection - Class in com.uc4.api.objects
This class represents a CONN.DB Object.
DatabaseConnection() - Constructor for class com.uc4.api.objects.DatabaseConnection
 
DatabaseConnection.DatabaseType - Enum in com.uc4.api.objects
Type of the database.
DatabaseEvent - Class in com.uc4.api.objects
Database event.
DatabaseEvent() - Constructor for class com.uc4.api.objects.DatabaseEvent
 
DatabaseEventSettings - Class in com.uc4.api.objects
This class provides acccess to Database Event settings.
DatabaseEventSettings(XMLDocument) - Constructor for class com.uc4.api.objects.DatabaseEventSettings
 
DatabaseEventValue - Class in com.uc4.api.objects
Represents a value in the database event.
DatabaseEventValue(XMLDocument, Element, String) - Constructor for class com.uc4.api.objects.DatabaseEventValue
Internal use only.
dataSource - Variable in class com.uc4.api.objects.CockpitValueControl
 
dataSource() - Method in class com.uc4.api.objects.CockpitValueControl
Returns the CockpitControlDataSource of the CockpitControl.
datasource() - Method in class com.uc4.api.objects.WorkflowLoop
Datasource of the loop.
DateElement - Class in com.uc4.api.prompt
This class represents a date prompt element.
DateElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.DateElement
Creates a new DateElement.
DateTime - Class in com.uc4.api
This class represents a local date and time.
DateTime(String) - Constructor for class com.uc4.api.DateTime
Constructs a DateTime from the specified String.
DateTime(String, TimeZone) - Constructor for class com.uc4.api.DateTime
Constructs a DateTime from the specified String and timezone.
DateTime(int, int, int) - Constructor for class com.uc4.api.DateTime
Constructs a new DateTime from the specified integer values.
DateTime(int, int, int, int, int, int) - Constructor for class com.uc4.api.DateTime
Constructs a new DateTime from the specified integer values.
DateTime(int, int, int, int, int) - Constructor for class com.uc4.api.DateTime
Constructs a new DateTime from the specified integer values.
DateTime(DateTime) - Constructor for class com.uc4.api.DateTime
Copy constructor.
DeactivateCondition - Class in com.uc4.api.objects
This class contains deactivate condititions.
DeactivateCondition(DeactivateCondition.Type) - Constructor for class com.uc4.api.objects.DeactivateCondition
Creates a new instance of a deactivate condition.
DeactivateCondition.Type - Enum in com.uc4.api.objects
Type of the deactivate condition.
DeactivateLDAPConnection - Class in com.uc4.communication.requests
Deactivates the LDAP connection of a user.
DeactivateLDAPConnection(UserListItem) - Constructor for class com.uc4.communication.requests.DeactivateLDAPConnection
Creates a new request to activate the LDAP connection of a user in the user list.
DeactivateLDAPConnection(List<UserListItem>) - Constructor for class com.uc4.communication.requests.DeactivateLDAPConnection
Constructs a DeactivateLDAPConnection using multiple users.
DeactivateTask - Class in com.uc4.communication.requests
Deactivates a task in the UC4 Activity window.
DeactivateTask(int) - Constructor for class com.uc4.communication.requests.DeactivateTask
Constructs a DeactivateTask for the specified RunID.
DeactivateTask(int, boolean) - Constructor for class com.uc4.communication.requests.DeactivateTask
Constructs a DeactivateTask for the specified RunID.
DeactivateTask(int[], boolean) - Constructor for class com.uc4.communication.requests.DeactivateTask
Constructs a DeactivateTask using multiple RunIds.
DebugAndTraceListener - Interface in com.uc4.communication
A debug and trace listener for the connection process and communication between a Connection and the One Automation Engine communication process.
decodeVariableName(String) - Static method in class com.uc4.util.PromptVariableEncoder
See TD 97646 2.4 # -> s.00 $ -> s.01 § -> s.02 (at) -> s.03
decrementPreCounter() - Method in class com.uc4.api.objects.JobPlanDependencies
 
decrypt(String) - Method in class com.uc4.util.C1
Decryption
decrypt(String, boolean) - Method in class com.uc4.util.C1
Decryption
decrypt(byte[]) - Method in class com.uc4.util.C1
Decrypt
decrypt(String, ConnectionAttributes) - Static method in class com.uc4.util.CITEncryption
Decrypts a password in an RA connection object.
decrypt(String, ConnectionAttributes) - Static method in class com.uc4.util.Encryption
Decrypts a AES encrypted password
DeepRename - Class in com.uc4.communication.requests
Rename an object including all objects in the same folder and below.
DeepRename() - Constructor for class com.uc4.communication.requests.DeepRename
Constructs a DeepRename request.
DeepRename.AbortIfNameExistsMode - Enum in com.uc4.communication.requests
AbortIfNameExistsMode.
DeepRename.IncludeFolderNamesMode - Enum in com.uc4.communication.requests
ChangeFolderNameMode.
DefaultNotificationListener - Class in com.uc4.communication
Default Implementation of the INotificationListener interface.
DefaultNotificationListener() - Constructor for class com.uc4.communication.DefaultNotificationListener
 
DeleteAgentAssignment - Class in com.uc4.communication.requests
This class is used to delete the AgentAssignment from the SystemOverview in Client Zero.
DeleteAgentAssignment(AgentAssignmentListItem) - Constructor for class com.uc4.communication.requests.DeleteAgentAssignment
Creates a DeleteAgentAssignment request.
DELETED_LINE_STATE - Static variable in class com.uc4.communication.requests.JobPlanMonitor.Task
Constant for lines that have been deleted.
DeleteLink - Class in com.uc4.communication.requests
Deletes links of UC4 object(s).
DeleteLink(FolderListItem) - Constructor for class com.uc4.communication.requests.DeleteLink
Creates a new request to remove a link to an UC4 object.
DeleteLink(List<FolderListItem>) - Constructor for class com.uc4.communication.requests.DeleteLink
Creates a new request to remove a links of UC4 objects.
DeleteMQMemList - Class in com.uc4.communication.requests
Request to delete one or more entries in the MQMEM table.
DeleteMQMemList(List<String>) - Constructor for class com.uc4.communication.requests.DeleteMQMemList
Creates a new DeleteMQMemList request.
DeleteObject - Class in com.uc4.communication.requests
Deletes an UC4 object.
DeleteObject(UC4ObjectName, IFolder) - Constructor for class com.uc4.communication.requests.DeleteObject
Constructs a DeleteObject using the specified UC4 object name.
DeleteObject(UserListItem) - Constructor for class com.uc4.communication.requests.DeleteObject
Constructs a DeleteObject to remove a user based on the user list in the system overview.
DeleteObject(UserListItem[]) - Constructor for class com.uc4.communication.requests.DeleteObject
Constructs a DeleteObject to remove multiple users.
DeleteObject(String[]) - Constructor for class com.uc4.communication.requests.DeleteObject
Delete all the objects with the matching ids.
DeleteObject(UC4ObjectName[]) - Constructor for class com.uc4.communication.requests.DeleteObject
Deletes UC4 Objects with the specified names.
DeleteObject(UC4ObjectName) - Constructor for class com.uc4.communication.requests.DeleteObject
Deletes the specified object.
DeleteObject(IFolder) - Constructor for class com.uc4.communication.requests.DeleteObject
This constructor is used to delete FOLD objects in UC4.
DeleteObject(IFolder[]) - Constructor for class com.uc4.communication.requests.DeleteObject
This constructor is used to delete multiple FOLD objects in AE.
DeleteObject(UC4ObjectName[], IFolder[]) - Constructor for class com.uc4.communication.requests.DeleteObject
This constructor is used to delete multiple FOLD and UC4Object objects in AE.
DeleteQuarantineMessage - Class in com.uc4.communication.requests
Removes a message from the quarantine list of the system overview.
DeleteQuarantineMessage(int) - Constructor for class com.uc4.communication.requests.DeleteQuarantineMessage
Creates a new DeleteQuarantineMessage request.
DeleteQuarantineMessage(List<Integer>) - Constructor for class com.uc4.communication.requests.DeleteQuarantineMessage
Creates a new DeleteQuarantineMessage request.
deleteReferences(boolean) - Method in class com.uc4.communication.requests.DeleteAgentAssignment
This is used to set whether reference for the agent assignment requires to be deleted or not.
DeleteStaticVaraRow - Class in com.uc4.communication.requests
Deletet a list of variable rows, specified by their keys.
DeleteStaticVaraRow(UC4ObjectName, String...) - Constructor for class com.uc4.communication.requests.DeleteStaticVaraRow
Creates a new instance of the DeleteStaticVaraRow request.
DeleteStorageEntry - Class in com.uc4.communication.requests
DeleteStorageEntry is used to delete the resource item in the storage Storage object.
DeleteStorageEntry(ResourceItem) - Constructor for class com.uc4.communication.requests.DeleteStorageEntry
Constructs a DeleteStorageEntry request using the idnr of the Resource Item of the store object and idnr of the store object.
DeleteStorageEntry(StorageItem) - Constructor for class com.uc4.communication.requests.DeleteStorageEntry
 
dependencies() - Method in class com.uc4.api.objects.JobPlanTask
Gets the dependencies of this JobPlan task.
Deployment - Class in com.uc4.api.objects
This class represents the deployment tab of a ProcessFlow.
Deployment(XMLDocument) - Constructor for class com.uc4.api.objects.Deployment
Constructs a Rollback object from the specified XMLDocument
deployment() - Method in class com.uc4.api.objects.JobPlan
This method provides access to the deployment tab of a ProcessFlow.
design() - Method in class com.uc4.api.objects.Cockpit
Returns the design of the Cockpit.
design() - Method in class com.uc4.communication.requests.CockpitMonitorDefiniton
Returns the design of the Cockpit.
designer() - Method in class com.uc4.api.objects.PromptSet
This method provides access to the designer tab of a PromptSet object.
DetailGroup - Class in com.uc4.api
This class represents a Group in the Detail of a task.
DetailGroup(String, LinkedHashMap<String, String>, String) - Constructor for class com.uc4.api.DetailGroup
Constructs a DetailGroup using the specified parameters.
dirty - Variable in class com.uc4.api.objects.MinimumRuntime
 
disableLogonTimeSpan() - Method in class com.uc4.api.objects.UserAttributes
Disables the logon time span limitation.
disableTextSearch() - Method in class com.uc4.communication.requests.SearchObject
Disable text search.
DisconnectAgentGroup - Class in com.uc4.communication.requests
Disconnects all Agents in the specified AgentGroup.
DisconnectAgentGroup(List<UC4ObjectName>) - Constructor for class com.uc4.communication.requests.DisconnectAgentGroup
Creates a new request to disconnect all Agents in AgentGroups.
DisconnectAgentGroup(UC4ObjectName) - Constructor for class com.uc4.communication.requests.DisconnectAgentGroup
Creates a new request to disconnect all Agents in an AgentGroup.
DisconnectHost - Class in com.uc4.communication.requests
Disconnects the specified Agent.
DisconnectHost(AgentListItem) - Constructor for class com.uc4.communication.requests.DisconnectHost
Creates a new DisconnectHost request.
DisconnectHost(List<String>) - Constructor for class com.uc4.communication.requests.DisconnectHost
Deprecated.
Internal use only.
DisconnectUser - Class in com.uc4.communication.requests
Disconnects a user.
DisconnectUser(UserListItem) - Constructor for class com.uc4.communication.requests.DisconnectUser
Creates a new DisconnectUser request.
DisconnectUser(List<UserListItem>) - Constructor for class com.uc4.communication.requests.DisconnectUser
Creates a new DisconnectUser group request.
DisconnectUser(CheckILMPartitionItem) - Constructor for class com.uc4.communication.requests.DisconnectUser
Creates a new DisconnectUser request.
docu() - Method in class com.uc4.api.objects.UC4Object
This method provides access to the text and structured documentation of an object.
DOCU - Static variable in class com.uc4.api.Template
Template for Documentation objects.
docu() - Method in class com.uc4.communication.requests.GetObjectDocu
This method provides access to the text and structured documentation of an UC4 Object.
DocuContainer - Class in com.uc4.api.objects
This class represents the documentation tab of an Automation Engine object.
Documentation - Class in com.uc4.api.objects
This class represents a DOCU Object.
Documentation() - Constructor for class com.uc4.api.objects.Documentation
 
doNotStore - Variable in class com.uc4.api.objects.TaskResult
 
DownloadBinary - Class in com.uc4.communication.requests
Downloads a file from a STORE object.
DownloadBinary(UC4ObjectName, String, PlatformSwHwType) - Constructor for class com.uc4.communication.requests.DownloadBinary
Creates a new request to download a file from a STORE object.
DownloadBinary(UC4ObjectName, String, PlatformSwHwType, File) - Constructor for class com.uc4.communication.requests.DownloadBinary
Creates a new request to download a file from a STORE object.
DownloadBinary(UC4ObjectName, String, PlatformSwHwType, String) - Constructor for class com.uc4.communication.requests.DownloadBinary
Creates a new request to download a file from STORE object.
DownloadBinary(UC4ObjectName, String, PlatformSwHwType, File, String) - Constructor for class com.uc4.communication.requests.DownloadBinary
Creates a new request to download a file from a STORE object.
DropILMPartition - Class in com.uc4.communication.requests
Deletes the specified ILM partition.
DropILMPartition(ILMPartitionItem) - Constructor for class com.uc4.communication.requests.DropILMPartition
Creates a new request to drop an ILM partition.
DuplicateObject - Class in com.uc4.communication.requests
Duplicates an UC4 Object.
DuplicateObject(UC4ObjectName, UC4ObjectName, IFolder) - Constructor for class com.uc4.communication.requests.DuplicateObject
Creates a new DuplicateObject request.
DuplicateObject(UC4Object, UC4ObjectName, IFolder) - Constructor for class com.uc4.communication.requests.DuplicateObject
Creates a new DuplicateObject request.
DuplicateObject(UC4ObjectName, UC4ObjectName, IFolder, String) - Constructor for class com.uc4.communication.requests.DuplicateObject
Creates a new DuplicateObject request.
DynamicExecVariable - Class in com.uc4.api.objects
Dynamic Executable Variable.
DynamicExecVariable(XMLDocument) - Constructor for class com.uc4.api.objects.DynamicExecVariable
Instantiates a new dynamic Executable variable.
dynamicExecVariable() - Method in class com.uc4.api.objects.Variable
This method provides Dynamic Executable Variable Tab.
DynamicSQLVariable - Class in com.uc4.api.objects
Dynamic Database Variable.
DynamicSQLVariable(XMLDocument) - Constructor for class com.uc4.api.objects.DynamicSQLVariable
 
DynamicSQLVariableIntern - Class in com.uc4.api.objects
Internal database variable.
DynamicSQLVariableIntern(XMLDocument) - Constructor for class com.uc4.api.objects.DynamicSQLVariableIntern
 

E

earliest() - Method in class com.uc4.api.objects.JobPlanTask
Gets the earliest start time settings of this JobPlan task.
EditorSettings - Class in com.uc4.communication
This class represents the Script Editor settings.
ELSE_ABEND - Static variable in class com.uc4.api.objects.SyncItem
Abend .
ELSE_SKIP - Static variable in class com.uc4.api.objects.SyncItem
Skip.
ELSE_WAIT - Static variable in class com.uc4.api.objects.SyncItem
Wait.
elseIterator() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
elseIterator() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
elseIterator() - Method in class com.uc4.api.objects.CheckFileCondition
 
elseIterator() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
elseIterator() - Method in class com.uc4.api.objects.CheckProcessCondition
 
elseIterator() - Method in interface com.uc4.api.objects.Condition
The returned iterator can be used to get the actions/conditions which are executed when this condition is false.
elseIterator() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
elseIterator() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
elseIterator() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
elseIterator() - Method in class com.uc4.api.objects.StatusCondition
 
elseIterator() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
elseIterator() - Method in class com.uc4.api.objects.UserDefinedCondition
 
elseSize() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
elseSize() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
elseSize() - Method in class com.uc4.api.objects.CheckFileCondition
 
elseSize() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
elseSize() - Method in class com.uc4.api.objects.CheckProcessCondition
 
elseSize() - Method in interface com.uc4.api.objects.Condition
Returns the number of action/conditions which should be executed when this condition is false.
elseSize() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
elseSize() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
elseSize() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
elseSize() - Method in class com.uc4.api.objects.StatusCondition
 
elseSize() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
elseSize() - Method in class com.uc4.api.objects.UserDefinedCondition
 
Empty - Static variable in class com.uc4.api.objects.ForecastTaskState
No forecast state.
EMPTY - Static variable in class com.uc4.api.UC4Alias
Represents an empty UC4Alias.
emptyAttributes(NamedNodeMap, Message) - Method in class com.uc4.communication.requests.XMLRequest
Returns true if the attribute map is not empty.
encFree() - Method in class com.uc4.util.AES
used to free allocated resources.
encode(String, boolean, String) - Static method in class com.uc4.util.C2
Encode
encodeVariableName(String) - Static method in class com.uc4.util.PromptVariableEncoder
See TD 97646 2.4 # -> s.00 $ -> s.01 § -> s.02 (at) -> s.03
encrypt(String, boolean) - Method in class com.uc4.util.C1
Encryption
encrypt(String) - Method in class com.uc4.util.C1
Encryption
encrypt(byte[]) - Method in class com.uc4.util.C1
Encryption
Encryption - Class in com.uc4.util
Util class for AES Encryption, which is used for passwords of login objects
ENDED_CANCEL - Static variable in class com.uc4.api.objects.ForecastTaskState
Task canceled.
ENDED_CANCEL - Static variable in class com.uc4.api.objects.TaskState
Task canceled.
ENDED_EMPTY - Static variable in class com.uc4.api.objects.TaskState
Task ended empty.
ENDED_EMPTY_JOB - Static variable in class com.uc4.api.objects.ForecastTaskState
Task ended empty.
ENDED_EMPTY_NOTHING_FOUND - Static variable in class com.uc4.api.objects.ForecastTaskState
-Nothing found.
ENDED_ESCALATED - Static variable in class com.uc4.api.objects.ForecastTaskState
Aborted by escalation.
ENDED_ESCALATED - Static variable in class com.uc4.api.objects.TaskState
Aborted by escalation.
ENDED_INACTIVE - Static variable in class com.uc4.api.objects.TaskState
Task is inactive.
ENDED_INACTIVE_CALENDAR - Static variable in class com.uc4.api.objects.ForecastTaskState
Task ended inactive because of calendar not active today.
ENDED_INACTIVE_MANUAL - Static variable in class com.uc4.api.objects.TaskState
Task was set inactive.
ENDED_INACTIVE_MANUALLY - Static variable in class com.uc4.api.objects.ForecastTaskState
Task was set inactive.
ENDED_INACTIVE_UNDEFINED - Static variable in class com.uc4.api.objects.ForecastTaskState
Task ended undefined.
ENDED_JP_ABEND - Static variable in class com.uc4.api.objects.ForecastTaskState
Not executed because of JobPlan abend.
ENDED_JP_CANCEL - Static variable in class com.uc4.api.objects.ForecastTaskState
JobPlan canceled.
ENDED_LOST - Static variable in class com.uc4.api.objects.ForecastTaskState
Ended undefined (host terminated prematurely).
ENDED_NOT_OK - Static variable in class com.uc4.api.objects.ForecastTaskState
Task aborted (Return Code not 0).
ENDED_NOT_OK - Static variable in class com.uc4.api.objects.TaskState
Task aborted (Return Code not 0).
ENDED_NOT_OK_SYNC - Static variable in class com.uc4.api.objects.ForecastTaskState
Task ended not because of Sync condition.
ENDED_NOT_OK_SYNC - Static variable in class com.uc4.api.objects.TaskState
Task ended not ok beacause of Sync condition.
ENDED_OK - Static variable in class com.uc4.api.objects.ForecastTaskState
Task ended normally.
ENDED_OK - Static variable in class com.uc4.api.objects.TaskState
Task ended normally (Return Code = 0).
ENDED_OK_OR_EMPTY - Static variable in class com.uc4.api.objects.TaskState
Task ended normally or is empty.
ENDED_OK_OR_INACTIVE - Static variable in class com.uc4.api.objects.TaskState
Task ended normally or is inactive.
ENDED_OK_OR_UNBLOCKED - Static variable in class com.uc4.api.objects.TaskState
System return code 1900,1899.
ENDED_QUEUE_CANCEL - Static variable in class com.uc4.api.objects.ForecastTaskState
Queue canceled.
ENDED_QUEUE_END - Static variable in class com.uc4.api.objects.ForecastTaskState
Queue end.
ENDED_SKIPPED - Static variable in class com.uc4.api.objects.TaskState
Task skipped due to the WHEN condition.
ENDED_SKIPPED_CONDITIONS - Static variable in class com.uc4.api.objects.TaskState
System return code 1933.
ENDED_SKIPPED_SYNC - Static variable in class com.uc4.api.objects.ForecastTaskState
Task skipped due to the Sync condition.
ENDED_SKIPPED_SYNC - Static variable in class com.uc4.api.objects.TaskState
Task skipped due to the Sync condition.
ENDED_SKIPPED_WHEN - Static variable in class com.uc4.api.objects.ForecastTaskState
Skipped because of dependency clause.
ENDED_TIMEOUT - Static variable in class com.uc4.api.objects.TaskState
Task was not executed because time had expired (dependency condition).
ENDED_TIMEOUT_EXCEED_START - Static variable in class com.uc4.api.objects.ForecastTaskState
Start time exceeded.
ENDED_TIMEOUT_UNTIMELY - Static variable in class com.uc4.api.objects.ForecastTaskState
Ended timeout.
ENDED_TIMEOUT_WHEN - Static variable in class com.uc4.api.objects.ForecastTaskState
Task was not executed because time had expired (dependency condition).
ENDED_TRUNCATE - Static variable in class com.uc4.api.objects.ForecastTaskState
Transfer incomplete due to line limit.
ENDED_TRUNCATE - Static variable in class com.uc4.api.objects.TaskState
Transfer incomplete due to line limit.
ENDED_UNDEFINED - Static variable in class com.uc4.api.objects.TaskState
Task ended undefined (Agent ended ahead of schedule).
ENDED_VANISHED - Static variable in class com.uc4.api.objects.ForecastTaskState
Task vanished.
ENDED_VANISHED - Static variable in class com.uc4.api.objects.TaskState
Task vanished.
endTime - Variable in class com.uc4.api.AbstractTask
 
EnforcePreConditionEvaluation - Class in com.uc4.communication.requests
Enforeces the evaluation of Pre-Conditions.
EnforcePreConditionEvaluation(int) - Constructor for class com.uc4.communication.requests.EnforcePreConditionEvaluation
Creates a new EnforcePreConditionEvaluation.
Entry() - Constructor for class com.automic.server.api.data.ClientQueueList.Entry
 
Entry(boolean, boolean, String, String) - Constructor for class com.uc4.api.objects.OutputFilter.Entry
Deprecated.
Use the other constructor in order to create a filter for registered job output.
Entry(char, boolean, String, String) - Constructor for class com.uc4.api.objects.OutputFilter.Entry
Creates a new filter condition.
Entry(Element) - Constructor for class com.uc4.api.objects.OutputFilter.Entry
Internal use only.
entryIterator() - Method in class com.uc4.api.objects.VariableValues
 
equals(Object) - Method in class com.uc4.api.DateTime
 
equals(Object) - Method in class com.uc4.api.FolderListItem
 
equals(Object) - Method in class com.uc4.api.objects.CalendarCondition
 
equals(Object) - Method in class com.uc4.api.objects.CalendarKeyword
 
equals(Object) - Method in class com.uc4.api.objects.ConditionOrAction
 
equals(Object) - Method in class com.uc4.api.objects.CustomAttribute
 
equals(Object) - Method in class com.uc4.api.objects.DeactivateCondition
 
equals(Object) - Method in class com.uc4.api.objects.ForecastTaskState
 
equals(Object) - Method in class com.uc4.api.objects.JobPlanTaskDependency
 
equals(Object) - Method in class com.uc4.api.objects.LoginDefinition
 
equals(Object) - Method in class com.uc4.api.objects.MaxParallel
 
equals(Object) - Method in class com.uc4.api.objects.OutputScanFilter
 
equals(Object) - Method in class com.uc4.api.objects.PromptSetDefinition
 
equals(Object) - Method in class com.uc4.api.objects.RollCalendarCollision
 
equals(Object) - Method in class com.uc4.api.objects.SloSelection.Beneficiary
 
equals(Object) - Method in class com.uc4.api.objects.SyncItem
 
equals(Object) - Method in class com.uc4.api.objects.SyncState
 
equals(Object) - Method in class com.uc4.api.objects.TaskState
 
equals(Object) - Method in class com.uc4.api.objects.ValidityKeywordType
 
equals(Object) - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
 
equals(Object) - Method in class com.uc4.api.StatisticSearchItem
 
equals(Object) - Method in class com.uc4.api.systemoverview.AgentGroupListItem
 
equals(Object) - Method in class com.uc4.api.systemoverview.CPTraceOptions
 
equals(Object) - Method in class com.uc4.api.systemoverview.HostTraceOptions
compares 2 instances, returns false if there are differences in data
equals(Object) - Method in class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
 
equals(Object) - Method in class com.uc4.api.systemoverview.ServerListItem
 
equals(Object) - Method in class com.uc4.api.systemoverview.WorkloadItem
 
equals(Object) - Method in class com.uc4.api.systemoverview.WPTraceOptions
 
equals(Object) - Method in class com.uc4.api.Task
Two tasks are equal if their RunID is equal.
equals(Object) - Method in class com.uc4.api.Template
 
equals(Object) - Method in class com.uc4.api.Time
 
equals(Object) - Method in class com.uc4.api.TraceOptions
 
equals(Object) - Method in class com.uc4.api.TraceOptions.TraceFlag
 
equals(Object) - Method in class com.uc4.api.UC4Alias
 
equals(Object) - Method in class com.uc4.api.UC4HostName
 
equals(Object) - Method in class com.uc4.api.UC4ObjectName
 
equals(Object) - Method in class com.uc4.communication.ConnectProperties
 
equals(Object) - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
 
equals(Object) - Method in class com.uc4.communication.requests.CheckUserPrivileges.Candidate
 
equals(Object) - Method in class com.uc4.communication.requests.SetHostAuthorizations.ModificationStatus
 
equals(Object) - Method in class com.uc4.util.FolderImpl
 
erpForms() - Method in class com.uc4.communication.Settings
This method provides access to the ERP Forms settings.
ERPFormsSettings - Class in com.uc4.communication
This class represents the ERP Forms settings.
ERROR - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Error.
ErtUsage - Enum in com.uc4.api.objects
The Enum represent ERT usage value for a Variables.
estimatedEndTime - Variable in class com.uc4.api.Task
 
EstimatedRuntime - Class in com.uc4.api.objects
Estimated Runtime.
EstimatedRuntime(XMLDocument, Element) - Constructor for class com.uc4.api.objects.EstimatedRuntime
 
estimatedRuntime() - Method in class com.uc4.api.objects.Runtime
Returns a EstimatedRuntime which can be used to set the estimated runtime settings.
EventAttributes - Class in com.uc4.api.objects
Attributes of this event object.
EventAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.EventAttributes
 
eventCalendar() - Method in class com.uc4.api.objects.ConsoleEvent
 
eventCalendar() - Method in class com.uc4.api.objects.DatabaseEvent
 
EventCalendar - Class in com.uc4.api.objects
This class represents the calendar tab on an Event object.
EventCalendar(XMLDocument) - Constructor for class com.uc4.api.objects.EventCalendar
 
eventCalendar() - Method in class com.uc4.api.objects.FileEvent
 
eventCalendar() - Method in class com.uc4.api.objects.RuleEvent
 
eventCalendar() - Method in class com.uc4.api.objects.TimeEvent
 
EventCalendarItem - Class in com.uc4.api.objects
This class represents a single line in the "Calendar" tab of an Event object.
EventCalendarItem(Element) - Constructor for class com.uc4.api.objects.EventCalendarItem
 
EventCalendarItem(CalendarCondition, Time, Time) - Constructor for class com.uc4.api.objects.EventCalendarItem
Constructs a new EventCalendarItem using the specfied parameters.
EventHistoryFilter(String, String, String) - Constructor for class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
Creates a new filter for the SAP Event history.
EventHistoryFilter(Element) - Constructor for class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
 
eventHistoryIterator() - Method in class com.uc4.api.objects.ConsoleSAP
Returns an Iterator for all Event History filters.
EventSettings - Class in com.uc4.api.objects
This class represents the "Event" tab of an Event object.
EventSettings(XMLDocument) - Constructor for class com.uc4.api.objects.EventSettings
 
EVNT_CONS - Static variable in class com.uc4.api.Template
Template for Console Events.
EVNT_DB - Static variable in class com.uc4.api.Template
Template for Database Events.
EVNT_FILE - Static variable in class com.uc4.api.Template
Template for File System Events.
EVNT_IA_EVENT_COLLECTOR - Static variable in class com.uc4.api.Template
Template for IA Collector Objects.
EVNT_IA_EVENT_RULE - Static variable in class com.uc4.api.Template
Template for IA Rule Objects.
EVNT_IA_EVENT_WEBHOOK - Static variable in class com.uc4.api.Template
Template for IA Webhook Objects.
EVNT_TIME - Static variable in class com.uc4.api.Template
Template for Time Events.
exceptionIterator() - Method in class com.uc4.api.objects.QueueAttributes
The returned java.util.Iterator can be used to read the list of exception conditions of this Queue.
excludeAgentGroups() - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentAndGroupListFilter
Exclude agentgroups in the result.
excludeGenerics() - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentAndGroupListFilter
Exclude generic agents in the result.
ExecuteAgentAssignment - Class in com.uc4.communication.requests
Executes an Agent Assignment (HSTA).
ExecuteAgentAssignment(UC4ObjectName) - Constructor for class com.uc4.communication.requests.ExecuteAgentAssignment
Creates new ExecuteAgentAssignment request.
executeFirstTimeTask() - Method in class com.uc4.communication.requests.ExecuteObject
This method will set the startImmediate to Zero.
ExecuteObject - Class in com.uc4.communication.requests
Executes an UC4 Object.
ExecuteObject(UC4ObjectName) - Constructor for class com.uc4.communication.requests.ExecuteObject
Constructs a ExecuteObject using the specified object name.
ExecuteObjectAction - Class in com.uc4.api.objects
Starts any Automation Engine object.
ExecuteObjectAction() - Constructor for class com.uc4.api.objects.ExecuteObjectAction
Creates a new ExecuteObjectAction.
ExecuteObjects - Class in com.uc4.communication.requests
Executes list of UC4Objects and returns the corresponding response list
ExecuteObjects(List<UC4ObjectName>) - Constructor for class com.uc4.communication.requests.ExecuteObjects
Constructs a ExecuteObjects using the specified object name list.
ExecuteObjects.ExecuteObjectsResponse - Class in com.uc4.communication.requests
Class hold response data from the executed request
ExecuteObjectsResponse(int, int, String, String) - Constructor for class com.uc4.communication.requests.ExecuteObjects.ExecuteObjectsResponse
 
executeOnce(DateTime, DateTime, UC4TimezoneName, boolean, ExecuteTestOptions) - Method in class com.uc4.communication.requests.ExecuteObject
Executes a task only once.
executeOnce(DateTime, DateTime, UC4TimezoneName, boolean, ExecuteTestOptions, UC4ObjectName) - Method in class com.uc4.communication.requests.ExecuteObject
Executes a task only once.
executeOnce(DateTime, DateTime, UC4TimezoneName, boolean, ExecuteTestOptions, UC4ObjectName, UC4Alias) - Method in class com.uc4.communication.requests.ExecuteObject
Executes a task only once.
ExecuteRecurring - Class in com.uc4.api.objects
Recurring definition of a task.
ExecuteRecurring() - Constructor for class com.uc4.api.objects.ExecuteRecurring
Constructs a new ExecuteRecurring instance with the default setting to execute the task every 30 minutes on each weekday.
ExecuteRecurring(UC4ObjectName) - Constructor for class com.uc4.api.objects.ExecuteRecurring
Constructs a new ExecuteRecurring instance by also providing the uc4 object name of the recurring object with the default setting to execute the task every 30 minutes on each weekday.
executeRecurring(ExecuteRecurring) - Method in class com.uc4.communication.requests.ExecuteObject
Executes a task in a defined period.
ExecuteTestOptions - Class in com.uc4.api
Various test options are available in order to execute objects with options.
ExecuteTestOptions() - Constructor for class com.uc4.api.ExecuteTestOptions
 
ExitList - Class in com.uc4.communication.requests
List of password exits.
ExitList() - Constructor for class com.uc4.communication.requests.ExitList
 
ExitListItem - Class in com.uc4.api.systemoverview
This class represents a row in the password exit list in the system overview.
ExitListItem(Element) - Constructor for class com.uc4.api.systemoverview.ExitListItem
Internal use only.
ExportAuthenticationPackage - Class in com.uc4.communication.requests
Export authentication package of an agent.
ExportAuthenticationPackage(AgentListItem) - Constructor for class com.uc4.communication.requests.ExportAuthenticationPackage
Creates an authentication package for the specified Agent.
ExportAuthenticationPackage(List<AgentListItem>) - Constructor for class com.uc4.communication.requests.ExportAuthenticationPackage
Creates an authentication package for multiple Agents.
ExportCompanyKey - Class in com.uc4.communication.requests
Exports the company key.
ExportCompanyKey() - Constructor for class com.uc4.communication.requests.ExportCompanyKey
 
exportDocument() - Method in class com.uc4.communication.requests.ImportObject
Returns an XML DOM which represents the exported object if this instance was created using the ExportObject.getImportRequest() method.
ExportObject - Class in com.uc4.communication.requests
Exports an UC4 Object.
ExportObject(UC4ObjectName, File) - Constructor for class com.uc4.communication.requests.ExportObject
Exports a single Object.
ExportObject(UC4ObjectName[], File) - Constructor for class com.uc4.communication.requests.ExportObject
Exports a list of UC4 Objects.
ExportObject(UC4ObjectName[], List<IFolder>, File, boolean) - Constructor for class com.uc4.communication.requests.ExportObject
Export given folder list and objects
ExportObject(IFolder, File, boolean) - Constructor for class com.uc4.communication.requests.ExportObject
Exports a single folder structure.
ExportObject(IFolder[], File, boolean) - Constructor for class com.uc4.communication.requests.ExportObject
Exports a list of UC4 Folders.
ExportWithReferences - Class in com.uc4.communication.requests
Exports an object and all its referenced objects.
ExportWithReferences(UC4ObjectName, File) - Constructor for class com.uc4.communication.requests.ExportWithReferences
Creates a new request to export an object with all referenced objects.
ExtendedReports - Enum in com.uc4.api.objects
Extended Reports.
external() - Method in class com.uc4.api.objects.JobPlanTask
Gets properties for external dependencies.
external() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Gets properties for external dependencies.

F

failedIterator() - Method in class com.uc4.communication.requests.SetHostAuthorizations
Returns an Iterator that can be used to read a list of host names that where not modified.
falseTasksIterator() - Method in class com.uc4.api.objects.WorkflowIF
Returns an iterator over tasks in the false branch.
FAULT_ALREADY_RUNNING - Static variable in class com.uc4.api.objects.ForecastTaskState
Group running.
FAULT_ALREADY_RUNNING - Static variable in class com.uc4.api.objects.TaskState
Group running.
FAULT_NO_HOST - Static variable in class com.uc4.api.objects.ForecastTaskState
Job could not start due to unavailable host.
FAULT_NO_HOST - Static variable in class com.uc4.api.objects.TaskState
Job could not start due to unavailable host.
FAULT_OTHER - Static variable in class com.uc4.api.objects.ForecastTaskState
Task could not start due to another error.
FAULT_OTHER - Static variable in class com.uc4.api.objects.TaskState
Task could not start due to another error.
FAULT_POST_PROCESSING - Static variable in class com.uc4.api.objects.ForecastTaskState
Error in post processing.
fieldCount() - Method in class com.uc4.api.objects.AttributesBS2000
 
fieldCount() - Method in class com.uc4.api.objects.AttributesGCOS8
 
fieldCount() - Method in class com.uc4.api.objects.AttributesJMX
 
fieldCount() - Method in class com.uc4.api.objects.AttributesMPE
 
fieldCount() - Method in class com.uc4.api.objects.AttributesNSK
 
fieldCount() - Method in class com.uc4.api.objects.AttributesOA
 
fieldCount() - Method in class com.uc4.api.objects.AttributesOS390
 
fieldCount() - Method in class com.uc4.api.objects.AttributesOS400
 
fieldCount() - Method in class com.uc4.api.objects.AttributesPS
 
fieldCount() - Method in class com.uc4.api.objects.AttributesRA
 
fieldCount() - Method in class com.uc4.api.objects.AttributesSAP
 
fieldCount() - Method in class com.uc4.api.objects.AttributesSiebel
 
fieldCount() - Method in class com.uc4.api.objects.AttributesSQL
 
fieldCount() - Method in class com.uc4.api.objects.AttributesUnix
 
fieldCount() - Method in class com.uc4.api.objects.AttributesVMS
 
fieldCount() - Method in class com.uc4.api.objects.AttributesWin
 
fieldCount() - Method in interface com.uc4.api.objects.IHostAttributes
Returns the number of fields in the host attributes.
FILE_EXISTS_APPEND - Static variable in class com.uc4.api.objects.FileTransferSettings
Append the transfered file to the existing destination file.
FILE_EXISTS_CANCEL - Static variable in class com.uc4.api.objects.FileTransferSettings
Cancel the transfer if the destination file already exists.
FILE_EXISTS_OVERWRITE - Static variable in class com.uc4.api.objects.FileTransferSettings
Overwrite an existing file.
FILE_NONE - Static variable in class com.uc4.api.objects.FileSystem
"None" file type
FILE_SIZE - Static variable in class com.uc4.api.objects.FileSystem
File size.
FileEvent - Class in com.uc4.api.objects
FileEvent.
FileEvent() - Constructor for class com.uc4.api.objects.FileEvent
 
fileList() - Method in class com.uc4.api.objects.OutputFiles
 
fileList() - Method in class com.uc4.api.objects.Variable
This method provides access to the file list panel.
FileListVariable - Class in com.uc4.api.objects
This class represents the panel "Variable" of an VARA Object with the source "Filelist".
FileListVariable(XMLDocument) - Constructor for class com.uc4.api.objects.FileListVariable
 
filesystem() - Method in class com.uc4.api.objects.FileEvent
 
FileSystem - Class in com.uc4.api.objects
This class represents the "FileSystem" tab of an file event object.
FileSystem(XMLDocument) - Constructor for class com.uc4.api.objects.FileSystem
 
FILESYSTEM_SPACE_FREE - Static variable in class com.uc4.api.objects.FileSystem
Free space of volumes (OS/390) or of a drive (Windows).
FileTransfer - Class in com.uc4.api.objects
This class represents a FileTransfer Object.
FileTransfer() - Constructor for class com.uc4.api.objects.FileTransfer
 
FileTransferAttributes - Class in com.uc4.api.objects
Filetransfer attributes.
FileTransferAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.FileTransferAttributes
Constructs a JobAttributes using the specified XML document.
FileTransferSettings - Class in com.uc4.api.objects
This class contains settings for the FileTransfer object ("FileTransfer")-Tab.
FileTransferSettings(XMLDocument) - Constructor for class com.uc4.api.objects.FileTransferSettings
 
fillString(String, String, int) - Static method in class com.uc4.util.C2
fill string
filter() - Method in class com.uc4.api.objects.AgentAssignment
This method provides acccess to the filter tab where Agent filter can be defined.
filter() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Access to the PeopleSoft RemoteTaskManager filters.
filter() - Method in class com.uc4.api.objects.SAPQueueManager
Access to the SAP Queue Manager filters.
Filter() - Constructor for class com.uc4.communication.requests.AgentList.Filter
 
Filter() - Constructor for class com.uc4.communication.requests.ServerList.Filter
 
Filter() - Constructor for class com.uc4.communication.requests.ServiceFulfillmentList.Filter
 
Filter() - Constructor for class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
 
FILTER_OUTPUT - Static variable in class com.uc4.api.Template
Template for Output Filter.
filterList() - Method in class com.uc4.api.objects.OutputScan
Access to the list of Output-Scan filters.
finalize() - Method in class com.uc4.util.AES
Destroy all sensitive information in this object.
find(String) - Method in class com.uc4.communication.requests.CalendarList
Returns CalendarListItem instance for the specified name.
findByName(String) - Method in class com.uc4.communication.requests.FolderList
Returns a FolderListItem for the specified name or null if the name was not found.
findByName(String) - Method in class com.uc4.communication.requests.TaskDetails
Returns the value of the specified property name.
FindReferencedObjects - Class in com.uc4.communication.requests
Returns a list of objects that are used within an executable object.
FindReferencedObjects(UC4ObjectName) - Constructor for class com.uc4.communication.requests.FindReferencedObjects
Creates a request to get a list of object names in an executable object.
FINISHED - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Finished.
firstPage() - Method in class com.uc4.communication.requests.Report
Selects the first page of the report.
fixedValueSeconds - Variable in class com.uc4.api.objects.MinimumRuntime
 
flags - Variable in class com.uc4.api.TraceOptions
 
FOLD - Static variable in class com.uc4.api.Template
Template for Folder.
FolderImpl - Class in com.uc4.util
Implementation of the folder interface
FolderImpl(String, String, String, String, String) - Constructor for class com.uc4.util.FolderImpl
Constructs a new folder using the specified name, id and parent id.
FolderList - Class in com.uc4.communication.requests
Lists the content of a folder.
FolderList(IFolder) - Constructor for class com.uc4.communication.requests.FolderList
Constructs a new FolderList to list the content of the specified folder.
FolderList(IFolder, boolean) - Constructor for class com.uc4.communication.requests.FolderList
Constructs a new FolderList to list the content of the specified folder.
FolderList(IFolder, List<String>) - Constructor for class com.uc4.communication.requests.FolderList
Constructs a new FolderList to list the content of the specified folder.
FolderListItem - Class in com.uc4.api
This class represents one object in a folder.
FolderListItem(ConnectionAttributes, Element, String) - Constructor for class com.uc4.api.FolderListItem
Constructs a FolderListItem from the specified element.
FolderTree - Class in com.uc4.communication.requests
Returns the folder structure of the UC4 client.
FolderTree() - Constructor for class com.uc4.communication.requests.FolderTree
 
FontSettings - Class in com.uc4.communication
This class represents the Font settings.
fontSettings() - Method in class com.uc4.communication.Settings
This method provides access to the Font settings.
FontSettings.Size - Enum in com.uc4.communication
Font size.
FontSettings.Style - Enum in com.uc4.communication
Font style.
ForceMemoryTrace - Class in com.uc4.communication.requests
 
ForceMemoryTrace() - Constructor for class com.uc4.communication.requests.ForceMemoryTrace
 
forEach() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Gets LoopDataSource property of this JobPlanMonitor task.
ForecastTaskState - Class in com.uc4.api.objects
List of valid status values for a forecast.
ForecastTaskState(int) - Constructor for class com.uc4.api.objects.ForecastTaskState
Constructs a new ForecastTaskState from the specified number.
Form - Class in com.uc4.api
Form for interactive user input.
Form(Document) - Constructor for class com.uc4.api.Form
Creates a Read Object from a Document.
format() - Method in class com.uc4.api.objects.JobPlan
Calculates the position of all tasks in this JobPlan.
FormItemLabel - Class in com.uc4.api
This class represents a label in a Form.
FormItemLabel(Element) - Constructor for class com.uc4.api.FormItemLabel
Constructs a FormItemLabel from the specified XML element.
FormItemList - Class in com.uc4.api
This class is used for fields which contain a list of predefined values.
FormItemList(Element) - Constructor for class com.uc4.api.FormItemList
Constructs a FormItemList from the specified XML element.
FormItemNumber - Class in com.uc4.api
This class is used for fields which can only contain numbers.
FormItemNumber(Element) - Constructor for class com.uc4.api.FormItemNumber
Constructs a new FormItemNumber using the specified XML element.
FormItemText - Class in com.uc4.api
This class is used for text input fields and date fields.
FormItemText(Element) - Constructor for class com.uc4.api.FormItemText
Constructs a new FormItemText using the specified XML element.
FREELY_SELECTED - Static variable in class com.uc4.api.objects.ValidityKeywordType
You may choose any term as scope.
fulfillment() - Method in class com.uc4.api.objects.ServiceLevelObjective
This method provides access to the fulfillment tab of SLO objects.
fullPath() - Method in interface com.uc4.api.objects.IFolder
Returns the full path of this folder.
fullPath() - Method in class com.uc4.util.FolderImpl
 

G

general() - Method in class com.uc4.api.objects.JobPlanTask
This methdo provides access to the "General" tab of a ProcessFlow task.
general() - Method in class com.uc4.communication.Settings
This method provides access to the general settings.
GeneralSettings - Class in com.uc4.communication
This class represents the general settings.
GeneralSettings.MagneticWindows - Enum in com.uc4.communication
Setting for magnetic windows.
GeneralSettings.ToolbarLabel - Enum in com.uc4.communication
Toolbar label location.
GenericStatistics - Class in com.uc4.communication.requests
Generic Statistics search.
GenericStatistics() - Constructor for class com.uc4.communication.requests.GenericStatistics
Constructs a GenericStatistics.
get(int) - Method in class com.automic.server.api.data.ClientQueueList
Gets the.
get(String) - Method in class com.uc4.api.objects.OCVPanel
Gets a value from by its unique name.
get(String) - Method in class com.uc4.api.objects.Variable
Returns the value for the given validity keyword.
get(String) - Method in class com.uc4.api.objects.VariableValues
Returns the value for a given key The method returns null if the key does not exist.
get(String) - Static method in enum com.uc4.communication.KickEventType
Converts a Kick type as String to a KickEventType.
get(String) - Method in class com.uc4.communication.requests.GetStaticVaraRows
Returns the value for the given validity keyword.
getAbapConnection() - Method in class com.uc4.api.objects.SAPAgentPanel
 
getAbendAction() - Method in class com.uc4.api.objects.SyncItem
Returns the action that should be carried out when the task ends abnormally.
getAbortCount() - Method in class com.uc4.api.TrafficLight
Returns the number of aborted tasks.
getAccess() - Method in class com.uc4.api.objects.UC4Object
Returns if this object is opened read only.
getAccess() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
Returns the access mode.
getAccessFile() - Method in class com.uc4.api.objects.DatabaseEventValue
 
getAccessFileName() - Method in class com.uc4.api.objects.AttributesSQL
Returns the file name of the Microsoft Access database.
getAccessToken() - Method in class com.uc4.communication.ConnectionAttributes
Access token that will be verified in JWP and used for auto-login.
getAccount() - Method in class com.uc4.api.objects.AttributesOS390
Returns the accounting Information on the Job.
getAct() - Method in class com.uc4.api.objects.XRequest
Returns the script on object execution for XREQ Object
getAction() - Method in class com.uc4.api.objects.SyncAction
Returns the name of the action.
getActivationState() - Method in class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
getActivationTime() - Method in class com.uc4.api.AbstractTask
Returns the date and time of object activation.
GetActivitiesFilter - Class in com.uc4.communication.requests
Returns a list of objects types which can be used to filter tasks.
GetActivitiesFilter() - Constructor for class com.uc4.communication.requests.GetActivitiesFilter
 
getAcv() - Method in class com.uc4.api.Form
Returns the address for the communication.
getAdditonalParamter() - Method in class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
 
getAdjustDays() - Method in class com.uc4.api.objects.RollCalendarCollision
Returns the number of days of adjustment.
getAdjustDays() - Method in class com.uc4.api.objects.RollCalendarKeyword
Returns the number of days of adjustment.
getAdjustmentCalendar() - Method in class com.uc4.api.objects.RollCalendarKeyword
Returns the name and keyword of the calendar which contains valid days for adjustment.
getAdjustSign() - Method in class com.uc4.api.objects.RollCalendarCollision
 
getAdjustSign() - Method in class com.uc4.api.objects.RollCalendarKeyword
 
getAgent() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
getAgent() - Method in class com.uc4.api.objects.CheckFileCondition
Returns the name of the Agent.
getAgent() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getAgentByName(UC4HostName) - Method in class com.uc4.communication.requests.AgentList
Returns the AgentListItem for the specified name or null if not found.
GetAgentGroupMonitorProperties - Class in com.uc4.communication.requests
This class is used to get AgentGroup options of a RunID.
GetAgentGroupMonitorProperties(int) - Constructor for class com.uc4.communication.requests.GetAgentGroupMonitorProperties
Creates a request to read the AgentGroup monitor.
getAgentGroupName() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns the agents name
GetAgentGroupProperties - Class in com.uc4.communication.requests
Returns the properties of an Agent Group.
GetAgentGroupProperties(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetAgentGroupProperties
Creates a new instance of the GetAgentGroupProperties request.
getAgentID() - Method in class com.uc4.api.objects.AttributesJMX
Returns the agent ID.
getAgentKey(String) - Method in class com.uc4.communication.requests.ExportAuthenticationPackage
 
getAgentName() - Method in class com.uc4.api.objects.DatabaseEventValue
 
getAgentName() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the agents name
GetAgentProperties - Class in com.uc4.communication.requests
Returns the properties of an Agent.
GetAgentProperties(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetAgentProperties
Creates a new instance of the GetAgentProperties request.
getAgentProperty(String) - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the value of an Agent property or null if the key was not found.
getAgentType() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the type (HostAttrType) of the agent.
getAgentType() - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentOrGroupListItem
Agent type (technical agent type) e.g.
getAgentTypesFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the agenttype filters.
getAgentVersionFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the version filter.
getAlarmObject() - Method in class com.uc4.api.objects.JobPlanExternal
Returns the name of the alarm object.
getAlias() - Method in class com.uc4.api.AbstractTask
In contrast to getName this method returns always the alias if used.
getAlias() - Method in interface com.uc4.api.HasAlias
Provides an alias.
getAlias() - Method in class com.uc4.api.objects.ExecuteObjectAction
Returns the alias or null if none is set.
getAlias() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the alias or null if it has not been set.
getAlias() - Method in class com.uc4.api.objects.JobPlanExternal
Returns the alias name of this task or null if no alias is set.
getAlias() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns the alias name of this task or null if no alias is set.
getAlias() - Method in class com.uc4.api.objects.RunPathAction
Returns the alias.
getAlias() - Method in class com.uc4.communication.requests.GenericStatistics
Returns a filter for the alias.
getAlias() - Method in class com.uc4.communication.requests.GetExecuteOnce
Returns the alias of the object or an empty instance if not set.
getAlias() - Method in class com.uc4.communication.requests.GroupMonitor.Task
In contrast to getName this method returns always the alias if used.
getAlias() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the Alias of the task.
getAlias() - Method in class com.uc4.communication.requests.LatestReport
Returns the alias if available.
getAlias() - Method in class com.uc4.communication.requests.TaskList
Returns the alias.
getAllDocuNames() - Method in class com.uc4.api.objects.DocuContainer
 
getAllMessageBoxes() - Method in class com.uc4.communication.requests.XMLRequest
Returns a List of all MessageBoxes object if the server returns messages for this request.
getAllOnChangeResetElementIterator() - Method in class com.uc4.api.prompt.OnChangeResetElement
Returns a java.util.Iterator to get all OnChangeReset-children of this PromptElement and all related sub-children (=Recursive get).
getAllowedCharacters() - Method in exception com.uc4.api.InvalidUC4NameException
Returns the allowed characters.
getAllowedChars() - Method in class com.uc4.api.UC4ObjectName
Returns the allowed characters of an object name
getAllowedChars() - Method in class com.uc4.api.UC4UserName
 
getAlternativeCharacter() - Method in class com.uc4.api.objects.CodeTable
Returns the alternative character of this code table.
getAlternativeLogin() - Method in class com.uc4.api.objects.DatabaseConnection
 
getApplicationName() - Method in class com.uc4.api.objects.Deployment
Returns the name of the Application.
getApplicationName() - Method in class com.uc4.communication.requests.GetDeploymentProperties
Returns the name of the Application.
getApplicationName() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the name of the Application.
getArchive1() - Method in class com.uc4.api.AbstractTask
Returns the first archive key of this task.
getArchive1() - Method in class com.uc4.api.FolderListItem
Returns the first archive key of this object.
getArchive1() - Method in class com.uc4.api.objects.HostGroupItem
 
getArchive2() - Method in class com.uc4.api.AbstractTask
Returns the second archive key of this task.
getArchive2() - Method in class com.uc4.api.FolderListItem
Returns the seconds archive key of this object.
getArchive2() - Method in class com.uc4.api.objects.HostGroupItem
 
getArchiveKey1() - Method in class com.uc4.api.AbstractTask
Returns the first archive key of the object.
getArchiveKey1() - Method in class com.uc4.api.objects.Header
Returns the first archive key.
getArchiveKey1() - Method in class com.uc4.api.objects.XHeader
Returns the first archive key.
getArchiveKey1() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the first archive key.
getArchiveKey1() - Method in class com.uc4.api.TaskFilter
Returns the current filter for the first archive key.
getArchiveKey1() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the first archive key.
getArchiveKey1() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the value of the first archive key.
getArchiveKey2() - Method in class com.uc4.api.AbstractTask
Returns the second archive key of the object.
getArchiveKey2() - Method in class com.uc4.api.objects.Header
Returns the second archive key.
getArchiveKey2() - Method in class com.uc4.api.objects.XHeader
Returns the second archive key.
getArchiveKey2() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the second archive key.
getArchiveKey2() - Method in class com.uc4.api.TaskFilter
Returns the current filter for the second archive key.
getArchiveKey2() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the second archive key.
getArchiveKey2() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the value of the second archive key.
getArrayName() - Method in class com.uc4.api.objects.LoopDataSource
Returns the name of the Script Variable which is defined as an array.
getAsHost() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the application server if a direct connection has been used.
getAskForAlias() - Method in class com.uc4.communication.ProcessFlowSettings
Returns if the dialog "Add task" should be displayed when you add ProcessFlow tasks using the drag and drop function.
getAttachFile() - Method in class com.uc4.api.objects.NotificationSettings
 
getAttachReportsFrom() - Method in class com.uc4.api.objects.NotificationSettings
 
getAttribute(String) - Method in class com.uc4.api.objects.XMLDocuNode
 
getAttributeDefaultValue(String, String) - Method in class com.uc4.api.objects.XMLDocumentation
Returns the default value of an attribute.
getAttributeEnumValues(String, String) - Method in class com.uc4.api.objects.XMLDocumentation
Returns the enumeration values of a specified attribute.
getAttributeID() - Method in class com.uc4.api.SearchResultItem
Returns the internal usage id.
getAttributes() - Method in class com.uc4.api.objects.XMLDocuNode
Returns a Map of all attribute names and values which are defined for this element.
getAuthenticatedFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the authentication filter of the Agent.
getAuthorizations() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the rights assigned to the Agent.
getAverageLoad() - Method in class com.uc4.api.systemoverview.WorkloadItem
Returns the average load of this client in percent.
getB01() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the percentage of server process utilization over the last minute.
getB10() - Method in class com.uc4.api.systemoverview.ServerListItem
Percentage of server process utilization over the last 10 minutes.
getB60() - Method in class com.uc4.api.systemoverview.ServerListItem
Percentage of server process utilization over the last 60 minutes.
getBackupDirectory() - Method in class com.uc4.api.objects.Rollback
Returns the backup directory or an empty String if not set.
getBackupObject() - Method in class com.uc4.api.objects.Rollback
Returns the UC4 Object for the backup or an empty instance if not set.
getBIExtendedMonitoring() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the status of the extended monitoring of Info Packages.
getBinaryContent() - Method in class com.uc4.communication.requests.DownloadBinary
Returns the file as ByteBuffer.
getBinaryContent() - Method in class com.uc4.communication.requests.ExportObject
Returns the file content as ByteBuffer.
getBinaryContent() - Method in class com.uc4.communication.requests.ExportWithReferences
Returns the export file content as ByteBuffer.
getBIRepeatChecks() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the number of checks repeated status checks if the extended Info Package monitoring has been set to REPEAT_CHECK.
getBIRepeatDataRequestChecks() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the number of runs for data request checks
getBlockCount() - Method in class com.uc4.api.TrafficLight
Returns the number of blocked tasks.
getCAKey() - Method in class com.uc4.communication.requests.NavigatorCATree.CustomAttributeLeaf
Returns the key of the Custom Attribute specified in the variable UC_CUSTOM_ATTRIBUTES.
getCalendar() - Method in class com.uc4.api.objects.UserAttributes
Returns the authorization check according to the Calendar.
getCalendar() - Method in class com.uc4.communication.requests.NotificationMonitor.CallStatus
Returns the name of the calendar and its keyword.
getCalendarCondition() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the calendar condition which has been set using the method ExecuteRecurring.setCalendarCondition(TaskCalendar).
getCalendarCondition() - Method in interface com.uc4.api.objects.ICallOperatorCondition
Returns the Calendar condition or null if no calendar condition is set.
getCalendarCondition() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getCalendarCondition() - Method in class com.uc4.api.objects.QueueExceptionCondition
Returns the CalendarCondition.
getCalendarCondition() - Method in class com.uc4.api.prompt.DateElement
 
getCalendarkeyword(UC4ObjectName) - Method in class com.uc4.api.objects.Calendar
Gets the specified calendar keyword from this calendar.
getCalendarName() - Method in class com.uc4.api.objects.CalendarKeyword
Returns the parent calendar object name, this is necessary to identify a calendar keyword
getCalendarView() - Method in class com.uc4.communication.TimeSettings
Returns the calendar view.
getCalls() - Method in class com.uc4.api.systemoverview.CacheListItem
Number of input buffer calls.
getCaption() - Method in class com.uc4.api.objects.CockpitControl
Return the caption.
getCaption() - Method in class com.uc4.api.objects.PromptDesigner
Returns the caption of this PromptSet.
getCaption() - Method in class com.uc4.api.prompt.CheckGroupElement
 
getCaption() - Method in class com.uc4.api.prompt.ComboElement
 
getCaption() - Method in class com.uc4.api.prompt.DateElement
 
getCaption() - Method in class com.uc4.api.prompt.LabelElement
Returns the caption of this label.
getCaption() - Method in class com.uc4.api.prompt.NumberElement
 
getCaption() - Method in interface com.uc4.api.prompt.PromptInterfaces.Caption
 
getCaption() - Method in class com.uc4.api.prompt.RadioGroupElement
 
getCaption() - Method in class com.uc4.api.prompt.TextElement
 
getCaption() - Method in class com.uc4.api.prompt.TimeElement
 
getCaption() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the caption of the task.
getCaption(String) - Method in class com.uc4.communication.requests.ReportTypeList
Returns the caption for the report type.
getCategory() - Method in class com.uc4.api.objects.ConsoleWindows
 
getCategory() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the category description of the license (such as Production).
getCategory() - Method in class com.uc4.api.systemoverview.MessageListItem
 
GetCAUAgentVersions - Class in com.uc4.communication.requests
Returns an ordered list of available CAU versions for an agent platform, starting with the latest version.
GetCAUAgentVersions(String) - Constructor for class com.uc4.communication.requests.GetCAUAgentVersions
Construct the request with platform as parameter
getCauVersion() - Method in class com.uc4.api.AbstractTask
Returns the Version of the Agent.
GetChangeLog - Class in com.uc4.communication.requests
Returns a list of recent changes in the current client.
GetChangeLog() - Constructor for class com.uc4.communication.requests.GetChangeLog
Creates a new GetChangeLog request without filters (everything is returned).
GetChangeLog.Entry - Class in com.uc4.communication.requests
Represents a row in the result of the change list.
getChannel() - Method in class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
getCharacter(int, int) - Method in class com.uc4.api.objects.CodeTable
Gets the character at the given position in the code table.
getCheckInterval() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns the interval in seconds in which the Agent Group tries to contact the Automation Engine.
getCheckInterval() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the interval in seconds in which the Agent tries to contact the Automation Engine.
getChecksum() - Method in class com.uc4.api.objects.ResourceItem
Return the checksum of the resource.
getChecksum() - Method in class com.uc4.api.StorageItem
Returns checksum string of the resource content.
getChildCount() - Method in class com.uc4.api.objects.XMLDocuNode
Returns the number of Child elements.
getChildPostProcess() - Method in class com.uc4.api.objects.Job
Deprecated.
Will be removed in future version. Use getChildPostProcessScript() instead.
getChildPostProcess() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Returns the content of the Child Post-Process tab.
getChildPostProcess() - Method in class com.uc4.api.objects.SAPQueueManager
Returns the content of the Child Post-Process tab.
getChildPostProcessScript() - Method in class com.uc4.api.objects.Job
Returns the content of the Child Post-Process Script.
getChildrenQueue() - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.getChildrenQueue of this group instead
getChildrenQueue() - Method in class com.uc4.api.objects.GroupAttributes
Returns the name of the Queue Object for children of this Group.
getChildrenQueue() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the name of the Queue Object for children of this ProcessFlow.
getChildrenQueue() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the name of the Queue Object for children of this Schedule.
getCITName() - Method in class com.uc4.api.objects.HostGroup
Returns the CIT Name for the CIT Host Group Type.
getClient() - Method in class com.automic.server.api.data.ClientQueueList.Entry
Gets the client.
getClient() - Method in class com.uc4.api.AbstractTask
Deprecated.
Use getTaskClient() instead
getClient() - Method in interface com.uc4.api.objects.Authorizations.Entry
 
getClient() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the SAP client.
getClient() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getClient() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
Returns the client of the AgentGroup.
getClient() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the client of the task.
getClient() - Method in class com.uc4.api.systemoverview.ClientListItem
Returns the number of the client.
getClient() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getClient() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the client of the user.
getClient() - Method in class com.uc4.api.systemoverview.WorkloadItem
Returns the number of the client or -1 if this WorkloadItem represents the workload of all clients.
getClient() - Method in class com.uc4.communication.ConnectionAttributes
 
getClient() - Method in class com.uc4.communication.KickEvent
 
getClient() - Method in class com.uc4.communication.requests.CreateSession
 
getClient() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the client number.
getClient() - Method in class com.uc4.communication.requests.GroupMonitor
Returns the client of the group monitor.
getClient() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentNode
Returns the corresponding client of the Agent.
getClientOfEmptyQueue() - Method in class com.automic.server.api.data.ClientQueueList
Gets the client of empty queue.
getClientQueues() - Method in class com.uc4.api.TaskFilter
Gets the client queues.
getCodeName() - Method in class com.uc4.api.objects.JobAttributes
Returns the name of the CodeTable.
getCollisionCalendar() - Method in class com.uc4.api.objects.RollCalendarCollision
Returns the calendar object and keyword with which collisions may occur.
getColumnCount() - Method in class com.uc4.communication.requests.QueryData
Returns the number of columns or -1 if no table was returned.
getColumnNames() - Method in class com.uc4.communication.requests.PreviewAssignment
Returns a String array which contains the names of the columns.
getColumnNames() - Method in class com.uc4.communication.requests.PreviewVariable
Returns a String array which contains the names of the columns.
getColumnNames() - Method in class com.uc4.communication.requests.PromptInputHelp
Returns a String array which contains the names of the columns.
getColumnNames() - Method in class com.uc4.communication.requests.QueryData
Returns an array of columns of this row or null if no table was returned.
getColumns() - Method in class com.uc4.api.objects.BackendCommand
Returns the columns.
getColumnSeparator() - Method in class com.uc4.api.objects.AttributesSQL
Returns the character which is used to separate column values in the Job report.
getCommand() - Method in class com.uc4.api.objects.AttributesUnix
Returns the shell command.
getCommand() - Method in class com.uc4.api.objects.AttributesWin
Returns the program to be executed.
getCommand() - Method in class com.uc4.api.objects.BackendCommand
Returns the command.
getCommandParameters() - Method in class com.uc4.api.FormItemList
Return the map of Command Parameters in case command is true, else returns an empty map.
getCommentFlag() - Method in class com.uc4.communication.requests.TaskList
Returns commented flag.
GetComments - Class in com.uc4.communication.requests
Returns the comments of a task.
GetComments(int) - Constructor for class com.uc4.communication.requests.GetComments
Returns all comments for the specified task.
getComments() - Method in class com.uc4.communication.requests.GetComments
Returns the comments as String.
GetComments.Comment - Class in com.uc4.communication.requests
This class represents a single comment from one user.
getCompareValue() - Method in class com.uc4.api.Task
Value to compare at file events console event: eventcounter job/ft: status counter, also indicates which client is deleted
getCompleteJobLog() - Method in class com.uc4.api.objects.AttributesOS390
Returns the complexity of job log 0 ...
getComponentName() - Method in class com.uc4.api.objects.Deployment
Returns the name of the component .
getComponentName() - Method in class com.uc4.communication.requests.GetDeploymentProperties
Returns the name of the component.
getComponentName() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the name of the component.
getComponentName() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the Component Name of the task.
GetComponentTemplates - Class in com.uc4.communication.requests
Creates a list of objects which are templates for Component Workflows of a specific component type.
GetComponentTemplates(String) - Constructor for class com.uc4.communication.requests.GetComponentTemplates
Creates a new GetComonentTemplates request.
GetComponentWorkflows - Class in com.uc4.communication.requests
Creates a list of existing Component Workflows for a specific application or all applications.
GetComponentWorkflows(String) - Constructor for class com.uc4.communication.requests.GetComponentWorkflows
Creates a new GetComponentWorkflows request.
getCompression() - Method in class com.uc4.api.objects.FileTransferSettings
Returns an integer containing compression setting.
getCompression() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the Compression type.
getCond() - Method in class com.uc4.api.objects.EventCalendarItem
 
getCondition() - Method in class com.uc4.api.objects.OutputScanFilter
Returns true if the filter should match or not match.
getConditions() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the value of the conditions column in the monitor.
getConnectedFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the filter for the connection status.
getConnection() - Method in class com.uc4.api.objects.AttributesSQL
Returns the name of the connection object.
getConnection() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
getConnection() - Method in class com.uc4.api.objects.DynamicSQLVariable
Returns the name of the connection object.
getConnection() - Method in class com.uc4.api.objects.SecureSQLVariable
Returns the name of the connection object.
getConnectionName() - Method in class com.uc4.api.objects.RAConnection
Returns the technical name of the connection within the RA solution.
getConnections() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the number of connections to clients of communication processes.
getConnectionType() - Method in class com.uc4.api.objects.SAPConnection
 
getConnectProperties() - Method in class com.uc4.api.objects.DatabaseConnection
Returns an unmodifiable map which contains all connect properties.
getConnectStringValues() - Method in class com.uc4.api.objects.DatabaseConnection
Returns an unmodifiable map which contains all connect string values.
getConsumption() - Method in class com.uc4.api.objects.FileTransferAttributes
 
getConsumption() - Method in class com.uc4.api.objects.JobAttributes
 
getConsumption() - Method in class com.uc4.api.objects.QueueManagerAttributes
 
getConsumption() - Method in class com.uc4.api.Task
 
getContent() - Method in class com.uc4.api.objects.TextDocumentation
Returns the content of this text documentation.
getContentAsText() - Method in class com.uc4.communication.requests.DownloadBinary
Returns the content of a text file.
getContentAsText(String) - Method in class com.uc4.communication.requests.DownloadBinary
Returns the content of a text file using a specified line line seperator.
getContentId() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Return Content's ID.
getContentLen() - Method in class com.uc4.communication.requests.UploadBinary
Returns the length of the upload-content.
getControl(int) - Method in class com.uc4.api.objects.CockpitDesign
Return the CockpitControl with the specified id.
getCount() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getCount() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the total number of licenses for the platform.
getCount() - Method in class com.uc4.communication.requests.GetDatabaseInfo.MQEntry
 
getCount() - Method in class com.uc4.communication.requests.GetRestEndpoints
Number of REST endpoints found in AE.
getCountDescription() - Method in class com.uc4.communication.requests.GetReplaceList
Returns the description of the item count.
getCp() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the linked communication process.
getCp() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the Communication process to which the user is connected.
getCpAddress() - Method in class com.uc4.communication.Connection
Returns the address of the Java communication process
getCPName() - Method in class com.uc4.communication.requests.GetCPProperties
Returns the CP name.
GetCPProperties - Class in com.uc4.communication.requests
Returns the trace options for a Communication Process using existing XREQ
GetCPProperties(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetCPProperties
Creates an instance of GetWPProperties
GetCPProperties(String) - Constructor for class com.uc4.communication.requests.GetCPProperties
Creates an instance of GetWPProperties
getCPPropertiesElement() - Method in class com.uc4.communication.requests.GetCPProperties
Returns the CP property element
getCPTraceElement() - Method in class com.uc4.communication.requests.GetCPProperties
Returns a value of the Server trace section
getCPTraceOptions() - Method in class com.uc4.communication.requests.GetCPProperties
Returns a CPTraceOptions Object
getCpu() - Method in class com.uc4.api.objects.AttributesNSK
Returns the number of the CPU on which the Job should run or -1 if the system should selects a CPU.
getCpuTime() - Method in class com.uc4.api.Task
Returns the consumed CPU time in seconds.
getCreated() - Method in class com.uc4.api.objects.Header
Indicates user, date and time regarding the creation of an object.
getCreated() - Method in class com.uc4.api.objects.XHeader
Indicates user, date and time regarding the creation of an object.
getCreatedByUser() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the name of the user who created the object.
getCreatedDate() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the date and time when the object was created.
getCurrentERT() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns the current estimated runtime.
getCurrentPage() - Method in class com.uc4.communication.requests.Report
Returns the number of the current page or 0 if this request has not been sent.
getCurrentSize() - Method in class com.uc4.api.systemoverview.CacheListItem
Currently used cache size.
getCurrentState() - Method in class com.uc4.api.objects.SyncAttributes
Returns the name of the current state.
getCurrentState() - Method in class com.uc4.communication.requests.GetSyncMonitor
 
getCustomAttribute() - Method in class com.uc4.api.objects.CustomAttributeFilter
Returns the Custom Attribute.
getCustomField() - Method in class com.uc4.api.objects.PromptElement
Returns the custom field of this Prompt Element.
getDashboard() - Method in class com.uc4.api.objects.Dashboard
Gets the content of the Dashboard tab.
getDatabase() - Method in class com.uc4.api.objects.DatabaseEventValue
 
GetDatabaseInfo - Class in com.uc4.communication.requests
Reads information about the UC4 Database.
GetDatabaseInfo() - Constructor for class com.uc4.communication.requests.GetDatabaseInfo
 
GetDatabaseInfo.MQEntry - Class in com.uc4.communication.requests
This class stores information about a message queue table.
getDatabaseName() - Method in class com.uc4.api.objects.AttributesSQL
Returns the name of the database on the specified database server.
getDatabaseServer() - Method in class com.uc4.api.objects.AttributesSQL
Returns the name and port of the database server.
getDataReference() - Method in class com.uc4.api.prompt.CheckGroupElement
 
getDataReference() - Method in class com.uc4.api.prompt.ComboElement
 
getDataReference() - Method in class com.uc4.api.prompt.DateElement
 
getDataReference() - Method in class com.uc4.api.prompt.NumberElement
 
getDataReference() - Method in interface com.uc4.api.prompt.PromptInterfaces.DataReference
 
getDataReference() - Method in class com.uc4.api.prompt.RadioGroupElement
 
getDataReference() - Method in class com.uc4.api.prompt.TextElement
 
getDataReference() - Method in class com.uc4.api.prompt.TimeElement
 
getDate() - Method in class com.uc4.api.DateTime
Returns the date as String.
getDate() - Method in class com.uc4.communication.AsyncMessage
Returns the date for this message.
getDateFormat() - Method in class com.uc4.api.objects.VariableAttributes
Returns the output format of a date.
getDateModified() - Method in class com.uc4.api.FolderListItem
Returns the date of the last modification.
getDateRangeRuns() - Method in class com.uc4.api.objects.ExecuteRecurring
 
getDateRangeRuns() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getDay() - Method in class com.uc4.api.DateTime
Returns the day of month of this DateTime object.
getDayOffset() - Method in class com.uc4.api.objects.CheckHistoryCondition
Returns the offset in days.
getDayOffset() - Method in class com.uc4.api.objects.ScheduleTask
Returns the number of days which should are added to the start time.
getDayOffset() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the number of days (calendar days serve as a basis) which must have passed after the start of the period.
getDays() - Method in class com.uc4.api.objects.MaximumRuntime
Returns the number of days when the task must be finished.
getDays() - Method in class com.uc4.api.objects.ReEvaluateAtAction
Return the number of days which are added the next evaluation time.
getDaysAfterJobPlanActivation() - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Returns the number of days as of JobPlan activation.
getDaysAfterJobPlanActivation() - Method in class com.uc4.api.objects.JobPlanEarliest
Returns the number of days which should be added to the current date as of activation to get the earliest start time.
getDaysAfterJobPlanActivation() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns the number of days as of JobPlan activation.
getDbmsName() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getDbmsVersion() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getDbName() - Method in class com.uc4.api.objects.DatabaseConnection
Returns the name of the database.
getDbName() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getDbPort() - Method in class com.uc4.api.objects.DatabaseConnection
 
getDbServer() - Method in class com.uc4.api.objects.DatabaseConnection
Returns the host name of the database server.
getDBType() - Method in class com.uc4.api.objects.DatabaseConnection
Returns the database type.
getDbType() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the vendor id of the database.
getDeactivate() - Method in class com.uc4.api.objects.EventAttributes
Returns the deactivate condition for this Job.
getDeactivate() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns the deactivate condition for this Job.
getDeactivate() - Method in class com.uc4.api.objects.GroupAttributes
Returns the deactivate condition for this Job.
getDeactivate() - Method in class com.uc4.api.objects.JobAttributes
Returns the deactivate condition for this Job.
getDeactivate() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the deactivate condition for this JobPlan.
getDeactivate() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the deactivate condition for this Job.
getDeactivate() - Method in class com.uc4.api.objects.ScriptAttributes
Returns the deactivate condition for this Job.
getDefaultJobPlanElse() - Method in class com.uc4.communication.ConnectionAttributes
Returns the default JobPlan task ELSE Action.
getDefaultLogin() - Method in class com.uc4.api.objects.UserAttributes
Returns the Login object for the database access of Variable objects with the source "SQL".
getDefaultLogin() - Method in class com.uc4.communication.ERPFormsSettings
Returns the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution.
getDelay() - Method in class com.uc4.api.objects.DeactivateCondition
Returns the delay for deactivation.
getDeliver() - Method in class com.uc4.api.objects.AttributesSAP
Returns the report send status:
getDepartment() - Method in class com.uc4.communication.ConnectionAttributes
 
getDeploymentDependency() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns the dependency of the component process worflow.
GetDeploymentProperties - Class in com.uc4.communication.requests
read the deployment properties (Deployment Tab) after the task was activated (EH).
GetDeploymentProperties(int) - Constructor for class com.uc4.communication.requests.GetDeploymentProperties
Constructs a GetDeploymentProperties using the specified RunID.
GetDeployObjectProperties - Class in com.uc4.communication.requests
Returns the name of an Application Release Automation ProcessFlow based on the Application and Workflow name.
GetDeployObjectProperties(String, String) - Constructor for class com.uc4.communication.requests.GetDeployObjectProperties
Creates a new ARAProperties.
getDescription() - Method in interface com.uc4.api.objects.Authorizations.Entry
Returns the number of client followed by the description.
getDescription() - Method in class com.uc4.api.objects.QueueExceptionCondition
 
getDescription() - Method in class com.uc4.api.objects.SyncState
Returns the description of the state.
getDescription() - Method in class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
get the trace flag description
getDescription() - Method in class com.uc4.api.Template
Returns the description of the template.
getDescription() - Method in class com.uc4.api.TraceOptions.TraceFlag
get the trace flag description
getDescriptionForTraceFlagValue(int) - Method in class com.uc4.api.TraceOptions.TraceFlag
Fetches the description for the given traceflag value.
getDestination() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the Destination
getDestinationCodeTable() - Method in class com.uc4.api.objects.FileTransferSettings
 
getDestinationFile() - Method in class com.uc4.api.objects.FileTransferSettings
 
getDestinationFileAttributes() - Method in class com.uc4.api.objects.FileTransferSettings
 
getDestinationHost() - Method in class com.uc4.api.objects.FileTransferSettings
 
getDestinationHost() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the selected destination host.
getDestinationLogin() - Method in class com.uc4.api.objects.FileTransferSettings
 
getDetails() - Method in class com.uc4.api.DetailGroup
Returns the details of this group in the same order as sent by the server.
getDetailTab() - Method in class com.uc4.api.DetailGroup
Returns the name of the tab.
getDetectionTime() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the detection time.
getDirectory() - Method in class com.uc4.api.objects.FileListVariable
Returns the directory which is used to get a file list.
getDisplayMessageID() - Method in class com.uc4.api.objects.AbortAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.BlockAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ChangeQueueAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CheckFileCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ClearVariableAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ConditionOrAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ModifyStateAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.PublishValueAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.RestartTaskAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.RollbackAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.RunPathAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.RunTaskAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.SetValueAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.SetVariableAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.SkipTaskAction
 
getDisplayMessageID() - Method in class com.uc4.api.objects.StatusCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
getDisplayMessageID() - Method in class com.uc4.api.objects.UserDefinedCondition
 
getDisplayType() - Method in class com.uc4.communication.requests.GetOutputDirectory.OutputDirectoryItem
Returns the display text of this report.
getDistinguishedName() - Method in class com.uc4.api.objects.UserAttributes
Returns the distinguished name of this user.
getDistinguishedName() - Method in class com.uc4.communication.requests.SynchronizeLDAP
Returns the distinguished name of the user.
getDriverName() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getDriverVersion() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getDSTSavings() - Method in class com.uc4.api.objects.TimeZoneAttributes
Returns the difference between normal time and daylight saving time (DST) in minutes.
GetDynamicComboList - Class in com.uc4.communication.requests
Returns a list of elements for a combo element, radio list or checklist in a PromptSet.
GetDynamicComboList(String, UC4ObjectName, int, TaskPromptSetContent...) - Constructor for class com.uc4.communication.requests.GetDynamicComboList
Creates a new GetDynamicComboList request in order to get the list of values of a dynamic ComboElement in a prompt.
GetDynamicComboList(String, UC4ObjectName, UC4Object, TaskPromptSetContent...) - Constructor for class com.uc4.communication.requests.GetDynamicComboList
Creates a new GetDynamicComboList request in order to get the list of values of a dynamic ComboElement in a prompt.
GetDynamicComboList(String, UC4ObjectName, ITaskItem, TaskPromptSetContent...) - Constructor for class com.uc4.communication.requests.GetDynamicComboList
Creates a new GetDynamicComboList request in order to get the list of values of a dynamic ComboElement in a prompt.
getECCPlugIns() - Static method in class com.uc4.communication.requests.GetStorageItems
Create new object which points to storage with all ECC PlugIns.
getElementIDs() - Method in class com.uc4.api.objects.PromptSetDefinition
Returns an array of Prompt element IDs.
getElseAction() - Method in class com.uc4.api.objects.SyncItem
Returns the task handling if neither Start Action, Abend Action nor End Action can be processed.
getElseAction() - Method in class com.uc4.communication.ProcessFlowSettings
Returns the default else action when tasks are added to a Process Flow.
getElseExecute() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns the object that should be executed when a defined condition does not occur.
getElseExecute() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the object name of the object that is executed when a task ends with a Return Code greater than the max expected return code.
getElseExecute() - Method in class com.uc4.communication.ProcessFlowSettings
Returns the default name of the UC4 Object which should be executed as ELSE action when a task are added to a Process Flow.
getEmail() - Method in interface com.uc4.api.objects.ICallOperatorCondition
Returns an e-mail address or null if a User or UserGroup has been set.
getEmail() - Method in class com.uc4.communication.requests.SynchronizeLDAP
Returns the email address of the user or null if this request has not been sent.
getEmail1() - Method in class com.uc4.api.objects.UserAttributes
Returns the first Email address of this user.
getEmail2() - Method in class com.uc4.api.objects.UserAttributes
Returns the second Email address of this user.
getEmailRecipientFulfillment() - Method in class com.uc4.api.objects.SloFulfillment
Returns the recipient of e-mails on fulfillment.
getEmailRecipientViolation() - Method in class com.uc4.api.objects.SloFulfillment
Returns the recipient of e-mails on violation.
getEncoding() - Method in class com.uc4.communication.ConnectionAttributes
Returns the encoding used for communication between API and CP.
getEncoding() - Method in class com.uc4.communication.requests.CreateSession
Returns the encoding of the XML messages.
getEnd() - Method in class com.uc4.api.systemoverview.ILMHistoryItem
Returns the time up to when data records have been stored in the partition.
getEndAction() - Method in class com.uc4.api.objects.SyncItem
Returns the action that should be carried out when the task ends.
getEndDST() - Method in class com.uc4.api.objects.TimeZoneAttributes
Returns the TimeChangeRule when the daylight saving time (DST) ends.
getEndMonth() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns the number of the end month of the monthly interval.
getEndTask() - Method in class com.uc4.api.objects.JobPlan
Returns the END-task of this JobPlan.
getEndTask() - Method in class com.uc4.api.objects.WorkflowIF
Returns the END task of an IF.
getEndTask() - Method in class com.uc4.api.objects.WorkflowLoop
Returns the END task of this FOR EACH workflow.
getEndTask() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the end task.
getEndTime() - Method in class com.uc4.api.AbstractTask
Returns the date and time of object end.
getEndTime() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the date and time of object end.
getEndWeek() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns the end week for the interval.
getEnterParameter() - Method in class com.uc4.api.objects.AttributesBS2000
Returns enter parameters of this BS2000 Job.
getEnterpriseServer() - Method in class com.uc4.api.objects.AttributesSiebel
Returns the name of the Enterprise Server.
getEntryName() - Method in class com.uc4.communication.requests.UploadBinary
Return the entryName used for the Data to transfer.
getErrorMessageInsert() - Method in class com.uc4.api.objects.CalendarKeyword
Returns the insert string in case errorMessageNumber is not 0.
getErrorMessageNumber() - Method in class com.uc4.api.objects.CalendarKeyword
Returns the number of the error message or 0 if there is no error in this calendar keyword.
getErrorText() - Method in class com.uc4.api.objects.CalendarKeyword
Returns the text of the error message or null if there is no error in this calendar keyword.
getErtUsage(int) - Static method in enum com.uc4.api.objects.ErtUsage
Gets the ERT usage Enum Value.
getErtUsage(String) - Method in class com.uc4.api.objects.ObjectValues
Returns the ertUsage for a given validity keyword The method returns ErtUsage.NONE if the validity keyword does not exist.
getErtUsage(String) - Method in class com.uc4.api.objects.TaskValues
Returns the ErtUsage value for a given validity keyword The method returns ErtUsage.NONE if the validity keyword does not exist.
getErtUsageKeyValues() - Static method in enum com.uc4.api.objects.ErtUsage
Gets the Read Only Map of ERT usage.
getEscalation() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns the date and time on which the Notification escalates.
getEscalation() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the date and time on which the Notification escalates.
getEscalationCallOperator() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the escalation Notification.
getEscalationMinutes() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the time limit in minutes.
getEstimatedEndTime() - Method in class com.uc4.api.Task
Returns the Estimated End Time
getEstimatedRuntime(int) - Method in class com.uc4.communication.requests.GetLastRuntimes
This method returns one of 25 estimated runtimes measured in seconds.
getEstimatedRuntime() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the estimated runtime in seconds.
getEstimatedRunTime() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the estimated runtime in seconds.
getEstimatedRunTime() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the estimated runtime in seconds.
getEstimatedStartTime() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Gets the estimated start time in millis for when the entry is supposed to be executed.
getEventID() - Method in class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
getEventID() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getEventKeyValues() - Method in class com.uc4.api.objects.RuleEventSetting
Provides a Map with all Value-Key pairs for this IA Event
getEventParameter() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getEventProcess() - Method in class com.uc4.api.objects.ConsoleEvent
Returns the content of the "!Process" tab.
getEventProcess() - Method in class com.uc4.api.objects.DatabaseEvent
Returns the content of the "!Process" tab.
getEventProcess() - Method in class com.uc4.api.objects.FileEvent
Returns the content of the "!Process" tab.
getEventProcess() - Method in class com.uc4.api.objects.RuleEvent
Returns the content of the "!Process" tab.
getEventProcess() - Method in class com.uc4.api.objects.TimeEvent
Returns the content of the "!Process" tab.
getEventType() - Method in class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
 
getExceptionCount() - Method in class com.uc4.api.objects.QueueAttributes
 
getExecObject() - Method in class com.uc4.api.objects.DynamicExecVariable
Gets the executable object name.
getExecute() - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Returns the name of the object that is to be started when the checkpoint has been exceeded.
getExecute() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns the name of the object that is to be started when the checkpoint has been exceeded.
getExecuteObject() - Method in class com.uc4.api.objects.OutputScanFilter
Returns the name of the Automation Engine object which should be executed if the filter matches.
getExecuteObject() - Method in class com.uc4.api.objects.Runtime
Returns the object which is executed when the runtime exceeds or falls below the specified limits.
getExecuteObject() - Method in class com.uc4.api.objects.TaskResult
Returns the object that is to be started when the specified status is not reached.
getExecuteObject() - Method in class com.uc4.api.objects.TaskRuntime
Returns the object which is executed when the runtime exceeds or falls below the specified limits.
GetExecuteOnce - Class in com.uc4.communication.requests
Reads the settings of a task that is or will be started with "Execute - Once..."
GetExecuteOnce(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetExecuteOnce
Reads the default settings for a task that will be scheduled.
GetExecuteOnce(int) - Constructor for class com.uc4.communication.requests.GetExecuteOnce
Reads the settings of a task which has already been started.
GetExecutePeriod - Class in com.uc4.communication.requests
Reads Properties of a periodical Task.
GetExecutePeriod(int) - Constructor for class com.uc4.communication.requests.GetExecutePeriod
Constructs a new GetExecutePeriod request.
GetExecutePeriod(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetExecutePeriod
Constructs a new GetExecutePeriod request.
getExecuteRecurring() - Method in class com.uc4.api.objects.Period
This method will return the ExecuteRecurring details.
getExecuteRecurring() - Method in class com.uc4.communication.requests.GetExecutePeriod
Returns ExecuteRecurring of the periodical task.
getExecuteTestOption() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns Execute Test Options.
getExecutionDateTime() - Method in class com.uc4.communication.requests.GetExecuteOnce
Returns the scheduled start time if the task does not start immediately.
getExecutionInterval() - Method in class com.uc4.api.objects.ExecuteRecurring
 
getExecutionInterval() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getExp() - Method in class com.uc4.api.objects.XRequest
Returns the script on exporting object of XREQ Object
getExpandedRunIds() - Method in class com.uc4.communication.requests.TaskList
Gets the expanded RunIds.
getExpectedStatus() - Method in class com.uc4.api.objects.JobPlanExternal
Returns the status expected for the external task's end of execution.
getExpectedStatus() - Method in class com.uc4.api.objects.SloFulfillment
 
getExpireDate() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the date on which the license will expire.
getExportException() - Method in class com.uc4.communication.requests.ExportObject
Returns the Exception that occured during the export or null if the export was successful.
getExportException() - Method in class com.uc4.communication.requests.ExportWithReferences
Returns the Exception that occurred during the export or null if the export was successful.
getExportMessages() - Method in class com.uc4.communication.requests.ExportWithReferences
Returns export messages.
getExtendedReports() - Method in class com.uc4.api.objects.EventAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.GroupAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.JobAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the setting for extended reports.
getExtendedReports() - Method in class com.uc4.api.objects.ScriptAttributes
Returns the setting for extended reports.
getExternalParent() - Method in class com.uc4.api.objects.JobPlanExternal
Returns the parent of the external task.
getExternalParent() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the name of the external parent or an empty UC4ObjectName.
getFailedCount() - Method in class com.uc4.communication.requests.SetHostAuthorizations
 
getFavoritesFolder() - Method in class com.uc4.communication.requests.FolderTree
Returns an IFolder object which represents the "Favorites Folder".
getFile() - Method in class com.uc4.api.objects.CheckFileCondition
Returns the name of the file.
getFile() - Method in class com.uc4.api.systemoverview.ExitListItem
 
getFile() - Method in class com.uc4.communication.requests.GetOutputDirectory.OutputDirectoryItem
Returns the file name of this report or an empty String.
getFileData() - Method in class com.uc4.api.objects.OutputFiles
Returns an unmodifiable map which contains output files data.
getFileException() - Method in class com.uc4.communication.requests.UploadBinary
Returns the Exception that occured during the reading of the inputFile or null if it was successful.
getFileExistsAction() - Method in class com.uc4.api.objects.FileTransferSettings
Returns an integer which indicates the behavior in case of an existing destination file.
getFileGroupTableSpace() - Method in class com.uc4.api.systemoverview.ILMHistoryItem
Returns the name of the filegroup (MS SQL Server) or the tablespace (Oracle).
getFileGroupTableSpace() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the name of the filegroup (MS SQL Server) or the tablespace (Oracle).
getFileIOException() - Method in class com.uc4.communication.requests.DownloadBinary
Returns the Exception that occured during the writing of the outputfile or null if it was successful.
getFileName() - Method in class com.uc4.api.objects.AttributesOS390
Returns the name of the dataset or member.
getFilename() - Method in class com.uc4.api.objects.ResourceItem
Return the filename of the resource.
getFileName() - Method in class com.uc4.api.StorageItem
Returns file name represented by the resource.
getFileNameDestination() - Method in class com.uc4.api.objects.UserRight
Returns the filter for file names.
getFileNameSource() - Method in class com.uc4.api.objects.UserRight
Returns the filter for file names.
getFileTransferSetting() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns File Transfer Restart.
getFileTransferSetting() - Method in class com.uc4.communication.requests.RestartTask
Returns the file transfer restart setting.
getFileType() - Method in class com.uc4.api.objects.FileSystem
Returns the file type.
getFileType() - Method in class com.uc4.api.objects.ResourceItem
Return the type of the resource.
getFileType() - Method in class com.uc4.api.StorageItem
Return the type of data representation.
getFilter() - Method in class com.uc4.api.objects.CustomAttributeFilter
Returns specified filter.
getFilterName() - Method in class com.uc4.api.objects.OutputScanFilter
Name of the filter object.
getFilterText() - Method in class com.uc4.api.objects.OutputFilter.Entry
Returns the filter text.
getFirstName() - Method in class com.uc4.api.objects.UserAttributes
 
getFirstName() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the User's first name.
getFirstName() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the first name of the user who did the change.
getFirstName() - Method in class com.uc4.communication.requests.SynchronizeLDAP
Returns the first name of the user or null if this request has not been sent.
getFirstTaskByName(String) - Method in class com.uc4.api.objects.JobPlan
Returns the first task in the JobPlan monitor which has the specified object name.
getFirstTaskByName(String) - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the first task in the JobPlan monitor which has the specified object name.
getFirstWeekOfYear() - Method in class com.uc4.communication.TimeSettings
Returns the display settings for the first week.
getFixedValue() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns the fixed value in seconds.
getFixedValue() - Method in class com.uc4.api.objects.MinimumRuntime
Returns the fixed value in seconds.
getFlags() - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
getFolder() - Method in class com.uc4.api.SearchResultItem
Returns the folder in which this object can be found.
getFolder() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
Returns the name of the Folder.
getFolder() - Method in class com.uc4.communication.requests.CreateObject
Returns the IFolder where the object should be created.
getFolder(String) - Method in class com.uc4.communication.requests.FolderTree
Returns the folder for the given path or null if the folder was not found.
getFolder() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Return Object's folder path.
getFolderByID(String) - Method in class com.uc4.communication.requests.FolderTree
Returns an folder object with the specified ID or null if not found.
getFolderID() - Method in class com.uc4.api.FolderListItem
Returns the Folder ID.
getFolderID() - Method in interface com.uc4.api.ITransportable
 
getFolderID() - Method in class com.uc4.api.SearchResultItem
 
getFontSize() - Method in class com.uc4.communication.FontSettings
Returns the size in which the caption should be displayed in the UserInterface.
getForecastState() - Method in class com.uc4.api.objects.Runtime
Returns the status, which should be returned by this task when making a forecast.
getFormat() - Method in class com.uc4.communication.TimeSettings
Returns the display time format.
getFormTitle() - Method in class com.uc4.api.Form
Returns the title of this form.
getFrom() - Method in class com.uc4.api.objects.EventCalendarItem
 
getFrom() - Method in class com.uc4.api.objects.QueueExceptionCondition
Returns the start of the validity period.
getFromDate() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the from date for the selection.
getFromDate() - Method in class com.uc4.communication.requests.SearchObject
Returns the begin of the date range.
getGapInterval() - Method in class com.uc4.api.objects.ExecuteRecurring
 
getGapInterval() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getGatewayFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the gateway filter
getGatewayHost() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the Gateway Host.
getGatewayServer() - Method in class com.uc4.api.objects.AttributesSiebel
Returns the network address of the Siebel Gateway computer.
getGatewayService() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the Gateway Service.
getGenericJdbcConnectString() - Method in class com.uc4.api.objects.DatabaseConnection
Returns the JDBC connect string if "Generic JDBC" is selected as database type.
getGet() - Method in class com.uc4.api.objects.XRequest
returns the script on read object of XREQ Object
getGroup() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the GROUP.
getGroup() - Method in class com.uc4.communication.MessageSettings
Returns the name of the user group if own messages are selected (EverythingInClient is set to false).
GetGroupMonitorProperties - Class in com.uc4.communication.requests
This class is used to get Group options of a RunID.
GetGroupMonitorProperties(int) - Constructor for class com.uc4.communication.requests.GetGroupMonitorProperties
Creates a request to read the Group monitor.
getGrp() - Method in class com.uc4.api.objects.UserRight
Returns the authorization group or -1 if NOT is selected.
getGui() - Method in class com.uc4.api.objects.XRequest
Returns the script describing the GUI structure of XREQ Object
getGwName() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the name of the TLS-Gateway, which the Agent uses as CP Port.
getHardware() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getHardware() - Method in class com.uc4.api.objects.HostGroupItem
 
getHardware() - Method in class com.uc4.api.StorageItem
Returns the hardware type attribute.
getHardware() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the computer's hardware information (i.e.
getHardwareFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the Hardware filter.
getHeight() - Method in class com.uc4.api.objects.CockpitControl
Returns the height of the CockpitControl.
getHeight() - Method in class com.uc4.api.objects.CockpitDesign
Returns the height of the cockpit form.
getHeight() - Method in class com.uc4.api.TaskPromptSetName
Returns the height of the window in the User Interface.
getHirarchicalParent() - Method in class com.uc4.api.Task
Returns the RunID of the of hirarchical parent.
getHitRatio() - Method in class com.uc4.api.systemoverview.CacheListItem
Hits of the primary work processIt is responsible for the execution of Automation Engine internal tasks and work processes.
getHits() - Method in class com.uc4.api.systemoverview.CacheListItem
Number of entries found in the cache.
getHoldCount() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getHomeFolder() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the path to the folder where the Objects exists or null if the object does not exist or this request has not been sent.
getHomeFolderId() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the OH_IDNR of the objects home folder.
getHost() - Method in class com.uc4.api.AbstractTask
Returns the name of the destination Agent.
getHost() - Method in class com.uc4.api.objects.BackendVariable
Returns the name of the Host.
getHost() - Method in class com.uc4.api.objects.FileListVariable
Returns the name of the Host.
getHost() - Method in class com.uc4.api.objects.FileSystem
Returns the name of the Agent for this FileEvent.
getHost() - Method in class com.uc4.api.objects.JobAttributes
Returns the name of the Agent for this job.
getHost() - Method in class com.uc4.api.objects.LoginDefinition
Returns the name of the Agent or a generic host name.
getHost() - Method in class com.uc4.api.objects.OutputScan
Returns the name of the Agent which is used for external file scans.
getHost() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the name of the Agent for this job.
getHost() - Method in class com.uc4.api.objects.RuleEventSetting
Provides the name of the host destination
getHost() - Method in class com.uc4.api.objects.UserRight
Returns the filter for Agent names.
getHost() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the host name of the client.
getHost() - Method in class com.uc4.api.TaskFilter
Returns the selected hostname.
getHost() - Method in class com.uc4.communication.requests.TaskList
Gets the host.
getHostAttrTypes() - Method in class com.uc4.api.TaskFilter
Gets the host attribute types.
getHostDestination() - Method in class com.uc4.api.objects.UserRight
Returns the filter for Agent names.
getHostDetailElement() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns a value of the HostDetail section
getHostgPropertiesElement() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns the host group property element
getHostGroupType() - Method in class com.uc4.api.objects.HostGroup
Returns the Job type of all hosts in this HostGroup.
getHostGroupType() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
Returns the Job type of all hosts in this HostGroup.
getHostName() - Method in class com.uc4.api.objects.ConsoleEventSetting
 
getHostName() - Method in class com.uc4.api.objects.JobPlanTask
Returns the hostName for the JobPlan task if exist otherwise will return null
getHostName() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the name of the computer on which the server process is running.
getHostname() - Method in class com.uc4.communication.requests.SetHostAuthorizations.ModificationStatus
 
getHostPropertiesElement() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the host property element
getHostTraceElement() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns a value of the HostDetail section
getHostTraceOptions() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns a HostTraceOptions Object
getHostType() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getHostType() - Method in class com.uc4.api.objects.FileSystem
Returns the Host type value
getHostType() - Method in class com.uc4.api.objects.JobAttributes
Returns the host typ of this job.
getHostType() - Method in class com.uc4.api.objects.LoginDefinition
Returns the host type.
getHostType() - Method in class com.uc4.api.objects.QueueManagerAttributes
Method to fetch the host type.
getHostType() - Method in class com.uc4.api.objects.VariableAttributes
Returns the host type.
getHostType() - Method in class com.uc4.api.StorageItem
Returns the host type attribute.
getHour() - Method in class com.uc4.api.DateTime
Returns the hour of the day.
getHour() - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Gets the hour of the day at which the time change takes place.
getHours() - Method in class com.uc4.api.Time
Returns the hours as short.
getHw() - Method in class com.uc4.api.objects.ResourceItem
Return the HW (from PlatformSwHwType) of the resource.
getHw() - Method in enum com.uc4.api.PlatformSwHwType
Return the HW.
getIcon() - Method in class com.uc4.api.SearchResultItem
Returns the name of the platform icon if the object type is JOBS.
getIcon() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the name of the icon in the User Interface.
getIcon() - Method in class com.uc4.api.systemoverview.MessageListItem
 
getIcon() - Method in class com.uc4.communication.requests.NotificationMonitor.CallStatus
Returns the name of the icon of the recipient.
getId() - Method in class com.uc4.api.AbstractFormItem
 
getId() - Method in class com.uc4.api.FolderListItem
Returns the ID of this object.
getId() - Method in class com.uc4.api.FormItemLabel
ID has to be null for labels
getId() - Method in interface com.uc4.api.IFormItem
Returns the internal ID of this field.
getId() - Method in interface com.uc4.api.ITransportable
 
getId() - Method in class com.uc4.api.objects.AbortAction
 
getId() - Method in interface com.uc4.api.objects.Action
 
getId() - Method in class com.uc4.api.objects.BlockAction
 
getId() - Method in class com.uc4.api.objects.CalendarCondition
Returns the oh_idnr of the Calendar.
getId() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
getId() - Method in class com.uc4.api.objects.ChangeQueueAction
 
getId() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getId() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
getId() - Method in class com.uc4.api.objects.CheckFileCondition
 
getId() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
getId() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getId() - Method in class com.uc4.api.objects.ClearVariableAction
 
getId() - Method in class com.uc4.api.objects.CockpitControl
Returns the Id of the CockpitControl element.
getId() - Method in interface com.uc4.api.objects.Condition
 
getId() - Method in class com.uc4.api.objects.ConditionOrAction
 
getId() - Method in class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
 
getId() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
getId() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
getId() - Method in enum com.uc4.api.objects.ErtUsage
Gets the id for ERT Usage
getId() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
getId() - Method in interface com.uc4.api.objects.IFolder
Returns the ID of the folder.
getId() - Method in class com.uc4.api.objects.ModifyStateAction
 
getId() - Method in class com.uc4.api.objects.PromptSetDefinition
 
getId() - Method in class com.uc4.api.objects.PublishValueAction
 
getId() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
getId() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
getId() - Method in class com.uc4.api.objects.RestartTaskAction
 
getId() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
getId() - Method in class com.uc4.api.objects.RollbackAction
 
getId() - Method in class com.uc4.api.objects.RunPathAction
 
getId() - Method in class com.uc4.api.objects.RunTaskAction
 
getId() - Method in class com.uc4.api.objects.SetValueAction
 
getId() - Method in class com.uc4.api.objects.SetVariableAction
 
getId() - Method in class com.uc4.api.objects.SkipTaskAction
 
getId() - Method in class com.uc4.api.objects.StatusCondition
 
getId() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
getId() - Method in class com.uc4.api.objects.UserDefinedCondition
 
getID() - Method in enum com.uc4.api.objects.UserPrivileges.Privilege
 
getId() - Method in class com.uc4.api.objects.ValidityKeywordType
Returns the ID of the scope.
getId() - Method in class com.uc4.api.QuickSearchItem
Returns the ID of this object.
getId() - Method in class com.uc4.api.SearchResultItem
 
getID() - Method in class com.uc4.api.systemoverview.AgentAssignmentListItem
 
getId() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
 
getId() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the ID of the Agent.
getId() - Method in class com.uc4.api.systemoverview.ClientListItem
ID of the client.
getId() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
 
getId() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getId() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getId() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the ID of this server process.
getID() - Method in class com.uc4.api.systemoverview.UserListItem
 
getId() - Method in class com.uc4.api.VersionControlListItem
 
getId() - Method in class com.uc4.communication.CreateFolder
Returns the IDNR of the new object
getId() - Method in class com.uc4.communication.requests.CalendarList.CalendarListItem
Returns the ID of this CALE object.
getID() - Method in class com.uc4.communication.requests.DuplicateObject
Returns the ID (OH_IDNR) of the created object.
getID() - Method in class com.uc4.communication.requests.GetObjectProperties
Get the internal object oh_idnr
getId() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Return Object's Id.
getId() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentNode
Returns the intern id of the AgentNode.
getId() - Method in class com.uc4.communication.requests.NavigatorCATree.CustomAttributeNode
Returns the intern id of the CustomAttributeNode.
getId() - Method in class com.uc4.communication.requests.NavigatorQueueTree.QueueNode
Returns the intern id of the QueueNode.
getId() - Method in class com.uc4.communication.requests.NavigatorZDUTree.ZDUNode
Returns the ID of this item.
getId() - Method in class com.uc4.util.FolderImpl
 
getIdent() - Method in class com.uc4.api.objects.AttributesGCOS8
Returns the name for the $ IDENT statement.
getIdnr() - Method in class com.uc4.api.Form
Returns the ID of the Request.
getIdnr() - Method in interface com.uc4.api.objects.ITaskItem
Returns the ID of this or ScheduleTask task.
getIdnr() - Method in class com.uc4.api.objects.JobPlanTask
 
getIdnr() - Method in class com.uc4.api.objects.ResourceItem
Returns the ID of the ResourceItem.
getIdnr() - Method in class com.uc4.api.objects.ScheduleTask
 
getIdnr() - Method in class com.uc4.api.objects.UC4Object
Returns the ID of the object.
getIdnr() - Method in class com.uc4.api.Template
Returns the ID of the template.
getIdnr() - Method in class com.uc4.communication.requests.GetCPProperties
Returns the idnr of the CP object
getIdnr() - Method in class com.uc4.communication.requests.GetWPProperties
Returns idnr of the WP object
getIdnr() - Method in class com.uc4.communication.requests.TaskDetails
Return the idnr attribute
getIdType() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getIgnoreDiffMinRuns() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns the number of past runs, which should be taken into account despite deviations.
getIgnoreDiffPercent() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns the number of past runs, which should be taken into account despite deviations.
getImportance() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the business importance value.
getImportMessages() - Method in class com.uc4.communication.requests.ImportObject
Returns import messages.
getImportRequest(IFolder, boolean, boolean) - Method in class com.uc4.communication.requests.ExportObject
Creates an ImportObject request from the export.
getInCalendar() - Method in class com.uc4.api.objects.RollCalendarCollision
Returns the calendar keyword whose area may be used when moving days.
getIncludeJob() - Method in class com.uc4.api.objects.AttributesGCOS8
Returns the path and name of a file containing a Job.
getIndex() - Method in class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
get the trace flag indext
getIndex() - Method in class com.uc4.api.TraceOptions.TraceFlag
get the trace flag index
getInherit() - Method in class com.uc4.api.objects.OutputScan
Returns an enum which describes if the scan should affect child jobs.
getInheritFromParent() - Method in class com.uc4.api.objects.ObjectValues
Returns an integer which describes how variable values are inherited from its parent.
getInheritFromParent() - Method in class com.uc4.api.objects.TaskValues
Returns an integer which describes how variable values are inherited from its parent.
getInitialContextFactory() - Method in class com.uc4.api.objects.AttributesJMX
Returns the initial context factory.
getInitialDataVersion() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getInputCheck() - Method in class com.uc4.api.FormItemText
Returns a String containing the term that determines how the user input should be checked.
getInputMsg() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getInputPriority() - Method in class com.uc4.api.objects.AttributesMPE
Returns the input priority (INPRI).
getInsert() - Method in class com.uc4.api.MessageBox
Returns the insert of this message.
getInsert() - Method in class com.uc4.api.servicefulfillment.ViolationReason
Returns the insert of this message.
getInsert() - Method in class com.uc4.api.TranslatedMessage
Returns the insert of this message.
getInsert() - Method in class com.uc4.communication.AsyncMessage
Returns the message insert for this message.
getInt(String) - Method in class com.uc4.api.objects.OCVPanel
Gets a value by its name and converts the result to an integer.
getIntAccount() - Method in class com.uc4.api.AbstractTask
Returns the used account of the object.
getIntAccount() - Method in class com.uc4.api.objects.EventAttributes
Returns the internal account assigned to this Job.
getIntAccount() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns the internal account assigned to this Job.
getIntAccount() - Method in class com.uc4.api.objects.JobAttributes
Returns the internal account assigned to this Job.
getIntAccount() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the internal account assigned to this JobPlan.
getIntAccount() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the internal account assigned to this Notification.
getIntAccount() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the internal account assigned to this Job.
getIntAccount() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the internal account assigned to this job.
getIntAccount() - Method in class com.uc4.api.objects.ScriptAttributes
Returns the internal account assigned to this Script.
getIntervalEndDate() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns the end date of the interval.
getIntervalEndDay() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns the end day of the interval.
getIntervalEveryDay() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns the interval in days.
getIntervalEveryDay() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns the interval in days.
getIntervalStartDate() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns the start date of the interval.
getIntervalStartDay() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns the start day of the interval.
getInvalidName() - Method in exception com.uc4.api.InvalidUC4NameException
Returns the invalid name.
getIpAddress() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getIpAddress() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the Agent's TCP/IP address.
getIpAddress() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the TCP/IP address of the server process.
getIPakChange() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the IPak Change parameter.
getItemId() - Method in class com.uc4.api.StorageItem
Returns the item id of this item
getItemList() - Method in class com.uc4.api.prompt.CheckGroupElement
When a Prompt is executed (see request TaskPromptSetContent) this method returns a list of valid items.
getItemList() - Method in class com.uc4.api.prompt.ComboElement
When a Prompt is executed (see request TaskPromptSetContent) this method returns a list of valid items.
getItemList() - Method in interface com.uc4.api.prompt.PromptInterfaces.ItemList
When a Prompt is executed (see request TaskPromptSetContent) this method returns a list of valid items.
getItemList() - Method in class com.uc4.api.prompt.RadioGroupElement
When a Prompt is executed (see request TaskPromptSetContent) this method returns a list of valid items.
getItems() - Method in class com.uc4.api.systemoverview.CacheListItem
Number of all cache entries.
getJavaConnection() - Method in class com.uc4.api.objects.SAPAgentPanel
 
getJclVariant() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
Returns the JCL variant of the host group.
getJclVariant() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the JCL (Job Control Language) variant.
getJndiName() - Method in class com.uc4.api.objects.AttributesJMX
Returns the JNDI Name.
getJobclass() - Method in class com.uc4.api.objects.AttributesBS2000
Returns the specification of the Job's class.
getJobClass() - Method in class com.uc4.api.objects.AttributesOS390
Returns the Job class in which the Job should run.
getJobClass() - Method in class com.uc4.api.objects.AttributesSAP
Returns the selected Job class.
getJobCount() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getJobDescription() - Method in class com.uc4.api.objects.AttributesOS400
Returns the name of the Job description used for this Job in the form Library/Job description.
getJobGroup() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getJobName() - Method in class com.uc4.api.objects.AttributesMPE
Returns the job name.
getJobName() - Method in class com.uc4.api.objects.AttributesOS390
Returns the name of the Job in the system.
getJobName() - Method in class com.uc4.api.objects.AttributesOS400
Returns the Job name.
getJobName() - Method in class com.uc4.api.objects.AttributesSAP
Returns the Job name.
getJobName() - Method in class com.uc4.api.objects.AttributesVMS
Returns the name under which a Job should be executed.
getJobName() - Method in class com.uc4.api.objects.ConsoleOS390.ConsoleOS390Filter
Returns the filter for a job name.
getJobName() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getJobParameters() - Method in class com.uc4.api.objects.AttributesOS390
Returns additional job parameters, for example "TIME=1440".
getJobPlanTask() - Method in class com.uc4.communication.requests.AddJobPlanTask
Returns a JobPlan Task or null if the task was not found.
getJobQueue() - Method in class com.uc4.api.objects.AttributesOS400
Returns the name of the Job queue in which the this Job has been put.
getKeepAlive() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the interval in which the server queries the Agent to test if the Agent is alive.
getKerberosToken() - Method in class com.uc4.communication.ConnectionAttributes
Returns the kerberos token.
getKey() - Method in class com.uc4.api.objects.AttributesOA
Returns the responsibility key for the Oracle user.
getKey() - Method in class com.uc4.api.objects.ClearVariableAction
 
getKey() - Method in class com.uc4.api.objects.CockpitControlDataSource
Returns the used key of the data source variable.
getKey() - Method in class com.uc4.api.objects.SetVariableAction
 
getKey() - Method in class com.uc4.api.systemoverview.ExitListItem
 
getKey() - Method in class com.uc4.api.systemoverview.MQMemListItem
Returns the key of this MQMEM entry.
getKey() - Method in class com.uc4.communication.requests.ExportAuthenticationPackage
 
getKey() - Method in class com.uc4.communication.requests.ExportCompanyKey
 
getKeyword() - Method in class com.uc4.api.objects.CalendarCondition
Returns the calendar keyword.
getKeywordAsString() - Method in class com.uc4.api.objects.CalendarCondition
This method returns the keyword as String.
getKickEventType() - Method in class com.uc4.communication.KickEvent
 
getKicks() - Method in class com.uc4.communication.AccessTokenConfiguration
This connection is registered to receive the kick messages returned by this procedure.
getKicks() - Method in class com.uc4.communication.ConnectionAttributes
This connection is registered to receive the kick messages returned by this procedure.
getKicks() - Method in class com.uc4.communication.SamlConfiguration
This connection is registered to receive the kick messages returned by this procedure.
getKicks() - Method in class com.uc4.communication.SSOConfiguration
This connection is registered to receive the kick messages returned by this procedure.
getLabel() - Method in class com.uc4.api.AbstractFormItem
 
getLabel() - Method in interface com.uc4.api.IFormItem
Returns the label of the field.
getLanguage() - Method in class com.uc4.api.objects.AttributesSAP
Returns the selected language.
getLanguage() - Method in class com.uc4.api.objects.AttributesSiebel
Returns the login language.
getLanguage() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the logon language.
getLanguage() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the language selected at last user logon.
getLanguage() - Method in class com.uc4.communication.ConnectionAttributes
 
getLastCheck() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the time of last check or null if this host is not active.
getLastLogoff() - Method in class com.uc4.api.systemoverview.AgentListItem
 
getLastModified() - Method in class com.uc4.api.objects.Header
Indicates user, date and time regarding the most recent modification of the object.
getLastModified() - Method in class com.uc4.api.objects.XHeader
Indicates user, date and time regarding the most recent modification of the object.
getLastModifiedByUser() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the name of the user that has done the last modification in the object.
getLastModifiedDate() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the time stamp when the object was last modified.
getLastName() - Method in class com.uc4.api.objects.UserAttributes
 
getLastName() - Method in class com.uc4.api.systemoverview.UserListItem
Returns User's last name.
getLastName() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the last name of the user who did the change.
getLastName() - Method in class com.uc4.communication.requests.SynchronizeLDAP
Returns the last name of the user or null if this request has not been sent.
getLastRestartPoint() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns the last restart point.
getLastRuns() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns the number of past runs which are taken into account when calculating the ERT.
getLastRunsPercent() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns the value in percent for an upward correction or the ERT.
GetLastRuntimes - Class in com.uc4.communication.requests
Returns real runtimes (RRT) and estimated runtimes (ERT) of the last 25 runs of an activatable object.
GetLastRuntimes(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetLastRuntimes
Creates a new request to get the last 25 RRTs and ERTs.
GetLastRuntimes(int) - Constructor for class com.uc4.communication.requests.GetLastRuntimes
Creates a new request to get the last 25 RRTs and ERTs.
getLastSession() - Method in class com.uc4.api.systemoverview.UserListItem
Date and time of the last logon or null.
getLastTimeCnt() - Method in class com.uc4.api.TaskFilter
Returns the count for the last Activation.
getLastUse() - Method in class com.uc4.communication.requests.GetWPProperties
 
getLastUsed() - Method in class com.uc4.api.objects.Header
Indicates user, date and time regarding the most recent use of the object.
getLastUsed() - Method in class com.uc4.api.objects.XHeader
Indicates user, date and time regarding the most recent use of the object.
getLastUsedByUser() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the name of the user that has used the object at least.
getLastUsedDate() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the time stamp when the object was last used.
getLatestEndDays() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns the number of days for the latest end time of this task.
getLatestEndTime() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns the Time for the latest end of this task.
getLatestEndTime() - Method in class com.uc4.api.objects.SloFulfillment
 
getLatestStartDays() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns the number of days for the latest start time of this task.
getLatestStartTime() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns the Time for the latest start of this task.
getLatestStartTime() - Method in class com.uc4.api.objects.SloFulfillment
 
getLeft() - Method in class com.uc4.api.objects.CockpitControl
Returns the distance to the left.
getLicenseCategory() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Deprecated.
the license check has been removed in version 12.2 and higher
getLicenseCategory() - Method in class com.uc4.api.objects.HostAttributes
Deprecated.
the license check has been removed in version 12.2 and higher
getLicenseCategory() - Method in class com.uc4.api.systemoverview.AgentListItem
Deprecated.
the license check has been removed in version 12.2 and higher
getLicenseCategoryFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Deprecated.
the license check has been removed in version 12.2 and higher
getLicenseClass() - Method in class com.uc4.api.systemoverview.AgentListItem
Deprecated.
the license check has been removed in version 12.2 and higher
getLicenseClass() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the license class that complies with the acquired license and hardware and software.
getLicenseClassFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Deprecated.
the license check has been removed in version 12.2 and higher
getLinkedToServiceManagerFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the service manager link filter.
getList() - Method in class com.automic.server.api.data.ClientQueueList
Gets the list.
getLnr() - Method in interface com.uc4.api.objects.ITaskItem
Returns number containing the order of activation.
getLnr() - Method in class com.uc4.api.objects.JobPlanTask
 
getLnr() - Method in class com.uc4.api.objects.ScheduleTask
 
getLnr() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Returns the usage number, if the item is used in a parent object
getLnr() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the activation order number of this task.
getLoadAt(int) - Method in class com.uc4.api.systemoverview.WorkloadItem
Returns the workload of this client in percent at the specified time.
getLoggingDays() - Method in class com.uc4.communication.requests.GetWPProperties
 
getLoggingMb() - Method in class com.uc4.communication.requests.GetWPProperties
 
getLogicalDateTime() - Method in class com.uc4.communication.requests.GetExecuteOnce
 
getLogin() - Method in class com.uc4.api.objects.BackendVariable
Returns the name of the LOGIN object.
getLogin() - Method in class com.uc4.api.objects.CheckFileCondition
Returns the name of the Login object.
getLogin() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getLogin() - Method in class com.uc4.api.objects.DynamicSQLVariable
 
getLogin() - Method in class com.uc4.api.objects.FileListVariable
Returns the name of the LOGIN object.
getLogin() - Method in class com.uc4.api.objects.FileSystem
Returns the name of the login object assigned "FileSystem" tab of an file event object.
getLogin() - Method in class com.uc4.api.objects.JobAttributes
Returns the name of the login object assigned to this job.
getLogin() - Method in class com.uc4.api.objects.OutputScan
Returns the name of the login object which is used for external file scans.
getLogin() - Method in class com.uc4.api.objects.SAPConnectionHTTP
Returns the Login
getLogin() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the Login
getLogin() - Method in class com.uc4.api.objects.SecureSQLVariable
 
getLogin() - Method in class com.uc4.api.objects.UserRight
Returns the filter for names of Login objects.
getLoginDestination() - Method in class com.uc4.api.objects.UserRight
Returns the filter for names of Login objects.
getLoginInfo() - Method in class com.uc4.api.objects.LoginDefinition
Returns the login information.
getLoginName() - Method in class com.uc4.api.objects.ConsoleSAP
 
getLoginObject() - Method in class com.uc4.api.objects.DatabaseEventValue
 
getLongDescription() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getMagneticArea() - Method in class com.uc4.communication.GeneralSettings
Returns the magnetic area in pixels.
getMagneticWindows() - Method in class com.uc4.communication.GeneralSettings
Returns the magnetic scope of the windows that are shown in the UserInterface.
getMail1() - Method in class com.uc4.api.systemoverview.UserListItem
Returns user's first email address.
getMail2() - Method in class com.uc4.api.systemoverview.UserListItem
Returns user's second email address.
getMax() - Method in class com.uc4.api.objects.CockpitThresholds
Returns the maximal value.
getMaxCharacters() - Method in class com.uc4.api.objects.AttributesSQL
Returns the max.
getMaxConnectionCount() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the maximum number of concurrent RFC connections to the SAP system.
getMaxCPU() - Method in class com.uc4.api.objects.AttributesBS2000
Returns the maximum CPU time (in seconds) that is available for the Job.
getMaxFileTransfer() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns the maximum number of FileTransfers, -1 if the Agent Group is not active or the setting is unlimited.
getMaxFileTransfer() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the maximum number of FileTransfers, -1 if the Agent is not active or the setting is unlimited.
getMaxFileTransferResources() - Method in class com.uc4.api.systemoverview.AgentListItem
 
getMaximum() - Method in class com.uc4.api.FormItemNumber
Returns the maximum value which is allowed as input.
getMaximum() - Method in class com.uc4.api.TraceOptions.TraceFlag
Returns the maximum allowed traceflag value for this trace flag.
getMaximumDate() - Method in class com.uc4.api.objects.VariableAttributes
Returns the maximum date or null if not set.
getMaximumLength() - Method in class com.uc4.api.objects.VariableAttributes
Returns the maximum number of characters for the first value in variable.
getMaximumNumber() - Method in class com.uc4.api.objects.VariableAttributes
Returns the maximum number.
getMaximumTime() - Method in class com.uc4.api.objects.VariableAttributes
Returns the maximum time or null if not set.
getMaximumTimestamp() - Method in class com.uc4.api.objects.VariableAttributes
Returns the maximum timestamp or null if not set.
getMaximumValue() - Method in class com.uc4.api.prompt.DateElement
Deprecated.
use getMaxValue instead
getMaximumValue() - Method in class com.uc4.api.prompt.NumberElement
Deprecated.
use getMaxValue() instead
getMaximumValue() - Method in class com.uc4.api.prompt.TimeElement
Deprecated.
use getMaxValue instead
getMaximumValue() - Method in class com.uc4.api.prompt.TimeStampElement
Returns the maximum value.
getMaxJobResources() - Method in class com.uc4.api.systemoverview.AgentListItem
 
getMaxJobs() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns the maximum number of Jobs or -1 if the Agent Group is not active or the setting is unlimited.
getMaxJobs() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the maximum number of Jobs or -1 if the Agent is not active or the setting is unlimited.
getMaxLength() - Method in class com.uc4.api.FormItemNumber
Returns the maximum number of allowed digits.
getMaxLength() - Method in class com.uc4.api.FormItemText
Returns the maximum number of allowed characters.
getMaxLength() - Method in exception com.uc4.api.InvalidUC4NameException
Returns the maximal allowed length of the name or zero if no restriction is set.
getMaxLength() - Method in class com.uc4.api.prompt.TextElement
 
getMaxNumber() - Method in class com.uc4.communication.MessageSettings
Returns the maximum number of messages in the Message Window.
getMaxParallel() - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.maxParallel of this group instead
getMaxParallel() - Method in class com.uc4.api.objects.GroupAttributes
Returns the maximum number of executable objects which are allowed to run simultaneously in a Group.
getMaxParallel() - Method in class com.uc4.api.objects.QueueManagerAttributes
 
getMaxParallelJobs() - Method in class com.uc4.api.objects.HostGroup
Returns the maximum number of parallel tasks when the execution mode is set to ALL.
getMaxParallelJobs() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
Returns the maximum number of parallel tasks when the execution mode is set to ALL.
getMaxParallelJobs() - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
Returns the maximum number of parallel tasks
getMaxParallelSessions() - Method in class com.uc4.api.objects.UserAttributes
Returns the maximum number of parallel login sessions a user may have.
getMaxParallelTasks() - Method in class com.uc4.communication.requests.GroupMonitor
Returns the maximum parallel tasks in group
getMaxParallelTransfers() - Method in class com.uc4.api.objects.FileTransferSettings
 
getMaxReportBlocks() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns the maximum number of report blocks; -1 if the Agent Group is not active.
getMaxReportBlocks() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the maximum number of report blocks; -1 if the Agent is not active.
getMaxRetCode() - Method in class com.uc4.api.objects.Runtime
Returns the maximum Return Code for the normal end of a task.
getMaxRows() - Method in class com.uc4.api.objects.AttributesSQL
Returns the max.
getMaxRunID() - Method in class com.uc4.api.systemoverview.ILMHistoryItem
Returns the largest RunID of the partition.
getMaxRunID() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the largest RunID of the partition.
getMaxSingleObjectRecords() - Method in class com.uc4.communication.StatisticsSettings
Returns the maximum number of statistical data that should be shown in an object's statistical overview.
getMaxSlots() - Method in class com.uc4.api.objects.QueueAttributes
 
getMaxSlots() - Method in class com.uc4.api.objects.QueueExceptionCondition
 
getMaxSlots() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getMaxSlots() - Method in class com.uc4.communication.requests.GetModifyQueue
returns the max slots value for queue
getMaxStoreImportSize() - Method in class com.uc4.communication.GeneralSettings
Returns the maximum size in bytes for binary uploads (STORE objects).
getMaxTraceSize() - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
getMaxTraceSize() - Method in class com.uc4.api.TraceOptions
get the maximum trace size in MB
getMaxTraceSize() - Method in class com.uc4.communication.requests.GetAgentProperties
returns the max trace size parameter
getMaxTraceSize() - Method in class com.uc4.communication.requests.GetCPProperties
returns the max trace size parameter
getMaxTraceSize() - Method in class com.uc4.communication.requests.GetWPProperties
returns the max trace size parameter
getMaxValue() - Method in class com.uc4.api.prompt.DateElement
 
getMaxValue() - Method in class com.uc4.api.prompt.NumberElement
Returns the maximum value.
getMaxValue() - Method in interface com.uc4.api.prompt.PromptInterfaces.Constraints
 
getMaxValue() - Method in class com.uc4.api.prompt.TimeElement
 
getMemberListSize() - Method in class com.uc4.api.objects.UserAssignment
 
getMemberListSize() - Method in class com.uc4.api.objects.UserGroupAssignment
 
getMessage() - Method in exception com.uc4.api.InvalidUC4NameException
 
getMessage() - Method in class com.uc4.api.objects.NotificationSettings
Returns the message of this Notification.
getMessage() - Method in class com.uc4.api.systemoverview.MessageListItem
 
getMessage() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns the message text of this notification.
getMessage() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the message text.
getMessage() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the message text of this notification.
getMessage() - Method in class com.uc4.communication.requests.SetHostAuthorizations.ModificationStatus
 
getMessage() - Method in class com.uc4.util.NATDocument
 
getMessageBox() - Method in class com.uc4.communication.requests.XMLRequest
Returns a MessageBox object if the server returns a message for this request.
getMessageClassesReport() - Method in class com.uc4.api.objects.AttributesOS390
 
getMessageDump() - Method in class com.uc4.communication.requests.ShowQuarantineMessage
Returns the message.
getMessageFilter() - Method in class com.uc4.api.objects.ConsoleOS390.ConsoleOS390Filter
Returns the filter for the console output.
getMessageFilter() - Method in class com.uc4.api.objects.ConsoleOS400.ConsoleOS400Filter
 
getMessageFilter() - Method in class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
getMessageID() - Method in class com.uc4.api.objects.ConsoleOS400.ConsoleOS400Filter
 
getMessageInsert() - Method in class com.uc4.api.objects.PromptElement
This method returns a message insert for the message number returned by getMessageNumber.
getMessageInsert() - Method in class com.uc4.api.TaskFilter
Returns the remote status message insert filter.
getMessageInsert() - Method in class com.uc4.communication.requests.ExecuteObject
This method returns a message insert for the message number returned by getMessageNumber.
getMessageInsert() - Method in class com.uc4.communication.requests.ExecuteObjects.ExecuteObjectsResponse
This method returns a message insert for the message number returned by getMessageNumber.
getMessageNumber() - Method in class com.uc4.api.objects.PromptElement
This method returns a message number in case a Prompt is executed but its value is not valid.
getMessageNumber() - Method in enum com.uc4.api.servicefulfillment.ServiceFulfillmentStatus
Returns the number of this message.
getMessageNumber() - Method in class com.uc4.api.systemoverview.QuarantineListItem
Returns the number of the message.
getMessageNumber() - Method in class com.uc4.api.TaskFilter
Returns the remote status message number filter.
getMessageNumber() - Method in class com.uc4.communication.requests.ExecuteObject
This method returns a message number in case that the execution failed.
getMessageNumber() - Method in class com.uc4.communication.requests.ExecuteObjects.ExecuteObjectsResponse
This method returns a message number in case that the execution failed.
getMessageQueues() - Method in class com.uc4.communication.requests.GetDatabaseInfo
Returns an array of message queues.
getMessages() - Method in class com.uc4.communication.ActivationProtocol
Returns messages of the activation protocol.
getMessageServer() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the Message Server.
getMessageText() - Method in class com.uc4.api.StatisticSearchItem
Returns the message text for HOST, USER and SERVER objects.
getMessageText() - Method in class com.uc4.communication.requests.ExecuteObject
Returns the error message translated in the language of the user.
getMessageText() - Method in class com.uc4.communication.requests.ExecuteObjects.ExecuteObjectsResponse
Returns the error message translated in the language of the user.
getMessageType() - Method in class com.uc4.api.objects.ConsoleOS400
 
getMessageType() - Method in class com.uc4.api.systemoverview.MessageListItem
 
getMib() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the Agent's MIB information.
getMibFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the MIB filter.
getMibInfo() - Method in class com.uc4.api.objects.Client
Returns the MIB Info.
getMibInfo() - Method in class com.uc4.api.systemoverview.ClientListItem
Returns MIB information of the client.
getMibMonitor() - Method in class com.uc4.api.systemoverview.ClientListItem
Displays whether the client is subject to SNMP monitoring.
getMin() - Method in class com.uc4.api.objects.CockpitThresholds
Returns the minimal value.
getMinActivityRefresh() - Method in class com.uc4.api.objects.UserAttributes
Returns the User-specific minimum interval in seconds for refreshing activities (display refresh).
getMinEventInterval() - Method in class com.uc4.communication.requests.GetWPProperties
 
getMinimum() - Method in class com.uc4.api.FormItemNumber
Returns the minimum value which is allowed as input.
getMinimum() - Method in class com.uc4.api.TraceOptions.TraceFlag
Returns the minimum allowed traceflag value for this trace flag.
getMinimumDate() - Method in class com.uc4.api.objects.VariableAttributes
Returns the minimum date or null if not set.
getMinimumNumber() - Method in class com.uc4.api.objects.VariableAttributes
Returns the minimum number.
getMinimumTime() - Method in class com.uc4.api.objects.VariableAttributes
Returns the minimum time or null if not set.
getMinimumTimestamp() - Method in class com.uc4.api.objects.VariableAttributes
Returns the minimum timestamp or null if not set.
getMinimumValue() - Method in class com.uc4.api.prompt.DateElement
Deprecated.
use getMinValue instead
getMinimumValue() - Method in class com.uc4.api.prompt.NumberElement
Deprecated.
Use getMinValue() instead
getMinimumValue() - Method in class com.uc4.api.prompt.TimeElement
Deprecated.
use getMinValue instead
getMinimumValue() - Method in class com.uc4.api.prompt.TimeStampElement
Returns the minimum value.
getMinRunID() - Method in class com.uc4.api.systemoverview.ILMHistoryItem
Returns the smallest RunID of the partition.
getMinRunID() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the smallest RunID of the partition.
getMinute() - Method in class com.uc4.api.DateTime
Returns the minute.
getMinute() - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Gets the number of minutes after the hour at which the time change takes place.
getMinutes() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
getMinutes() - Method in class com.uc4.api.objects.RestartTaskAction
Returns the number of minutes or -1 if the parameter has not been set.
getMinutes() - Method in class com.uc4.api.Time
Returns the minutes as short.
getMinValue() - Method in class com.uc4.api.prompt.DateElement
 
getMinValue() - Method in class com.uc4.api.prompt.NumberElement
Returns the minimum value.
getMinValue() - Method in interface com.uc4.api.prompt.PromptInterfaces.Constraints
 
getMinValue() - Method in class com.uc4.api.prompt.TimeElement
 
getMLSId() - Method in enum com.uc4.api.objects.ErtUsage
Gets the MLS id against ERT Usage
getModCnt() - Method in class com.uc4.api.ServiceLevelObjectiveListItem
Provides the modification counter for the SLO object.
getModCount() - Method in class com.uc4.api.objects.UC4Object
Returns the modification count of the object.
getMode() - Method in class com.uc4.api.objects.PromptElement
 
getMode() - Method in class com.uc4.api.prompt.CheckListElement
 
getMode() - Method in class com.uc4.api.prompt.TimeStampElement
 
getMode() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
Returns the mode of the host group.
getModifiationDate() - Method in class com.uc4.api.ServiceLevelObjectiveListItem
Provides the date of the last modification of this SLO Object.
getModificationCount() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the number of modifications on this object.
getModificationFlag() - Method in class com.uc4.api.StatisticSearchItem
 
getModificationFlag() - Method in class com.uc4.api.Task
Returns the value of the modification flag column.
getModified() - Method in class com.uc4.api.SearchResultItem
Returns the date and time of the last modification.
getModifiedBy() - Method in class com.uc4.api.VersionControlListItem
Returns the name of the UC4 user which has modified the object.
getModifiedBy() - Method in class com.uc4.communication.requests.GetSyncMonitor
Returns the user or task that modified this sync.
getModifiedDate() - Method in class com.uc4.api.StorageItem
Returns the modified date of the file in local time zone of the user who uploaded the file.
getModifiedDate() - Method in class com.uc4.api.VersionControlListItem
 
getModifiedDate() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Returns modified date.
getModifiedDate() - Method in class com.uc4.communication.requests.GetSyncMonitor
Returns the last modification time of this SYNC.
getModifyFlag() - Method in class com.uc4.communication.requests.TaskList
Returns modify flag.
GetModifyQueue - Class in com.uc4.communication.requests
Class to fetch the modify queue data for a particular Queue.
GetModifyQueue(String) - Constructor for class com.uc4.communication.requests.GetModifyQueue
Creates a new GetModifyQueue request object.
getMonitor() - Method in class com.uc4.communication.requests.ModifyProcessFlowMonitor
Returns an updated ProcessFlow monitor after this request has been executed.
getMonitor() - Method in class com.uc4.communication.requests.OpenProcessFlowModification
Returns the monitor of the ProcessFlow or null if this request has not been executed successfully.
getMonth() - Method in class com.uc4.api.DateTime
Returns the month of this DateTime object.
getMonth() - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Gets the month of a particular year in which the time change is made.
getMqaut() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqdwp() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqjwp() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqmem() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqmemCache() - Method in class com.uc4.communication.requests.GetWPProperties
returns MQMEM cache
getMqmemCacheActual() - Method in class com.uc4.communication.requests.GetWPProperties
returns Actual MQMEM cache
getMQmemType1() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getMQmemType2() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getMqowp() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqpwp() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqrwp() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqSetActive() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the name of the message queue set for new message.
getMqSetOwn() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the name of the message queue set that is used by this server.
getMqutl() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMqwp() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getMsgClass() - Method in class com.uc4.api.objects.AttributesOS390
Returns the Job log's message class.
getMsgInsert() - Method in class com.uc4.communication.requests.TaskList
Returns remote status insert.
getMsgLevel() - Method in class com.uc4.api.objects.AttributesOS390
Returns the trace option for the job log.
getMsgNumber() - Method in class com.uc4.communication.requests.TaskList
Returns remote status number.
getMultiSelectSeparator() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns the mulit select separator character.
getMultiSelectSeparator() - Method in interface com.uc4.api.prompt.PromptInterfaces.MultiSelect
Returns the mulit select separator character.
getMultiSelectSeparator() - Method in class com.uc4.api.prompt.TextElement
Returns the mulit select separator character.
getName() - Method in class com.uc4.api.AbstractTask
Returns the name of the object or an alias if used.
getName() - Method in class com.uc4.api.ComponentWorkflowObjectName
Returns the object name of the template.
getName() - Method in class com.uc4.api.DetailGroup
Returns the name of this group.
getName() - Method in class com.uc4.api.FolderListItem
Returns the name of this object.
getName() - Method in interface com.uc4.api.ITransportable
 
getName() - Method in interface com.uc4.api.ITreeItem
Returns the name of this ITreeItem.
getName() - Method in class com.uc4.api.objects.AbstractDocumentation
 
getName() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getName() - Method in class com.uc4.api.objects.CalendarCondition
Returns the name of the Calendar.
getName() - Method in class com.uc4.api.objects.CalendarKeyword
Returns the name of the Calendar Keyword.
getName() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getName() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
getName() - Method in class com.uc4.api.objects.CustomAttribute
Returns the name of the Custom Attribute.
getName() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
getName() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the name or null if it has not been set.
getName() - Method in class com.uc4.api.objects.HostGroupItem
 
getName() - Method in interface com.uc4.api.objects.IFolder
Returns the name of the folder.
getName() - Method in class com.uc4.api.objects.ObjectRight
Returns the UC4UserName (User) or UC4ObjectName (UserGroup) for the ObjectRight.
getName() - Method in class com.uc4.api.objects.PromptSetDefinition
 
getName() - Method in class com.uc4.api.objects.ResourceItem
Return the name of the resource.
getName() - Method in class com.uc4.api.objects.ServerAttributes
Returns the name in the Service Manager.
getName() - Method in class com.uc4.api.objects.SetValueAction
 
getName() - Method in class com.uc4.api.objects.SloSelection.Beneficiary
Returns the name of the Beneficiary.
getName() - Method in class com.uc4.api.objects.TaskState
Returns the name of the task state.
getName() - Method in class com.uc4.api.objects.UC4Object
Returns the name of the object.
getName() - Method in class com.uc4.api.objects.UserRight
Returns the filter for object name and folder path.
getName() - Method in class com.uc4.api.QuickSearchItem
Returns the name of the object.
getName() - Method in class com.uc4.api.SearchResultItem
Returns the name of the object.
getName() - Method in class com.uc4.api.ServiceLevelObjectiveListItem
Provides the name of the SLO object.
getName() - Method in class com.uc4.api.StorageItem
Returns name of the resource.
getName() - Method in class com.uc4.api.systemoverview.AgentAssignmentListItem
Returns the name of the Agent assignment.
getName() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
Returns the name of the host group.
getName() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the name of the Agent.
getName() - Method in class com.uc4.api.systemoverview.CacheListItem
Area of the Server input buffer: SCRIPT - for Script VARA - for UC4 Variable MQMEM - for message queues ODOC and XREQ - for UserInterfaces USER - for users who use an Automation Engine system.
getName() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the name of the object.
getName() - Method in class com.uc4.api.systemoverview.ExitListItem
 
getName() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getName() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the Server process name.
getName() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the name of the user.
getName() - Method in class com.uc4.api.TaskPromptSetName
Returns the name of the Prompt Set.
getName() - Method in class com.uc4.api.UC4ObjectName
Returns the name or an empty string if the name is not set.
getName() - Method in class com.uc4.communication.ActivationProtocol
 
getName() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns the name of the Notification object.
getName() - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentOrGroupListItem
Object name
getName() - Method in class com.uc4.communication.requests.CalendarList.CalendarListItem
Returns the name of this CALE object.
getName() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
Returns the name of the Object.
getName() - Method in class com.uc4.communication.requests.CreateObject
Returns the name of the object.
getName() - Method in class com.uc4.communication.requests.GetDatabaseInfo.MQEntry
 
getName() - Method in class com.uc4.communication.requests.GetDeployObjectProperties
Returns the name of the UC4 JOBP Object.
getName() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the name of the Object.
getName() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Return Object's Name.
getName() - Method in class com.uc4.communication.requests.GetSessionTZ
Returns the name of the Session TimeZone.
getName() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns the name of the object or an alias if used.
getName() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
getName() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentNode
 
getName() - Method in class com.uc4.communication.requests.NavigatorCATree.CustomAttributeNode
 
getName() - Method in class com.uc4.communication.requests.NavigatorQueueTree.QueueNode
 
getName() - Method in class com.uc4.communication.requests.NavigatorStatusTree.StatusNode
 
getName() - Method in class com.uc4.communication.requests.NavigatorZDUTree.ZDUNode
 
getName() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
 
getName() - Method in class com.uc4.communication.requests.SearchObject
Returns the object name filter.
getName() - Method in class com.uc4.util.FolderImpl
 
getNameFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the name filter of the Agent.
getNDay() - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Gets the predetermined weekday(for example, the 2nd or 3rd Wednesday) of the month the time change take place.
getNetArea() - Method in class com.uc4.api.systemoverview.AgentListItem
 
getNetArea() - Method in class com.uc4.api.systemoverview.ServerListItem
 
getNetAreaFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the Net area filter.
getNewOperator() - Method in class com.uc4.api.objects.SyncAction
Returns the operator which modifies the new value.
getNewState() - Method in class com.uc4.api.objects.SyncAction
Returns the name of the new state.
getNewValue() - Method in class com.uc4.api.objects.SyncAction
Returns the new value.
getNextCheck() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the timestamp of the next check.
getNextStart() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the timstamp of the next start.
getNMonth() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns the period in month.
getNodeName() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Method to fetch the SAP node name.
getNodeName() - Method in class com.uc4.api.objects.XMLDocuNode
Returns the name of this node.
getNoFolder() - Method in class com.uc4.communication.requests.FolderTree
Returns an IFolder object which represents the "No Folder".
getNoMemberListSize() - Method in class com.uc4.api.objects.UserAssignment
 
getNoMemberListSize() - Method in class com.uc4.api.objects.UserGroupAssignment
 
getNotificationMonitors() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns a list of NotificationMonitor objects.
getNotificationType() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the type of the notification independent of the logon languge.
getNotify() - Method in class com.uc4.api.objects.AttributesOS390
Returns a notify on OS/390.
getNumber() - Method in class com.uc4.api.MessageBox
Returns the number of this message.
getNumber() - Method in class com.uc4.api.objects.ForecastTaskState
Gets the return code of this status.
getNumber() - Method in class com.uc4.api.servicefulfillment.ViolationReason
Returns the number of this message.
getNumber() - Method in class com.uc4.api.systemoverview.ILMHistoryItem
Returns the running number of the partition.
getNumber() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the running number of the partition.
getNumber() - Method in class com.uc4.api.TranslatedMessage
Returns the number of this message.
getNumber() - Method in class com.uc4.communication.AsyncMessage
Returns the number of this message.
getNumberFormat() - Method in class com.uc4.api.objects.VariableAttributes
Returns the number format for variable values with the type number.
getNumberOfActivities() - Method in class com.uc4.api.systemoverview.ClientListItem
Number of tasks currently being executed.
getNumberOfAgentDetails() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the number of detail entries.
getNumberOfClients() - Method in class com.uc4.api.systemoverview.AgentListItem
 
getNumberOfFalseTasks() - Method in class com.uc4.api.objects.WorkflowIF
Returns the number of tasks in the false branch.
getNumberOfObjects() - Method in class com.uc4.api.systemoverview.ClientListItem
Number of objects created in the client.
getNumberOfPages() - Method in class com.uc4.communication.requests.Report
Returns the number of pages for this report 0 if this request has not been sent.
getNumberOfSettings() - Method in class com.uc4.api.objects.Client
Returns the number of entries in the UC_CLIENT_SETTINGS variable.
getNumberOfTrueTasks() - Method in class com.uc4.api.objects.WorkflowIF
Returns the number of tasks in the true branch.
getNumberOfUsers() - Method in class com.uc4.api.systemoverview.ClientListItem
Number of users that are currently logged-on.
getNumberOfWPDetails() - Method in class com.uc4.communication.requests.GetWPProperties
Returns the number of detail entries.
getNWeek() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns the interval in weeks.
getNYear() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns the interval in years.
getObjectAuthorizations() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the ObjectAuthorizations for the UC4 Object.
getObjectCache() - Method in class com.uc4.communication.requests.GetWPProperties
returns object cache
getObjectCacheActual() - Method in class com.uc4.communication.requests.GetWPProperties
returns Actual Object cache
GetObjectDocu - Class in com.uc4.communication.requests
Provides read only access to the documentation of an UC4 object.
GetObjectDocu(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetObjectDocu
 
getObjectForType(String, XMLDocument) - Method in class com.uc4.communication.requests.OpenObject
Returns a sub class of UC4Object for the specified type.
getObjectName() - Method in class com.uc4.api.AbstractTask
In contrast to the getName this method returns always the object name.
getObjectName() - Method in class com.uc4.api.TaskFilter
Returns the filter for the object name.
getObjectName() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the name of the object.
getObjectName() - Method in class com.uc4.communication.requests.GroupMonitor.Task
In contrast to the getName this method returns always the object name.
GetObjectProperties - Class in com.uc4.communication.requests
Returns information about an UC4 object.
GetObjectProperties(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetObjectProperties
Creates a new Request to get information about an UC4 object.
GetObjectProperties(int) - Constructor for class com.uc4.communication.requests.GetObjectProperties
Creates a new Request to get information about an UC4 object.
getObjectSubType() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the SubType of the Object.
getObjectType() - Method in class com.uc4.api.FolderListItem
Returns the language independent type of the Object.
getObjectType() - Method in interface com.uc4.api.ITransportable
 
getObjectType() - Method in class com.uc4.api.QuickSearchItem
Returns the language independent type of the object.
getObjectType() - Method in class com.uc4.api.SearchResultItem
 
getObjectType() - Method in class com.uc4.api.VersionControlListItem
 
getObjectType() - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentOrGroupListItem
Object type
getObjectType() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
Returns the object Type.
getObjectType() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the type of the UC4 Object or an empty String if the object does not exist.
getObjectType() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns the type of the Object.
getObjectType() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the type of the Object.
getObjectType() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the type of the Object.
getObjName() - Method in class com.uc4.communication.requests.GetReplaceList
Returns the name of the AE Object.
getOdbcConnectString() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getOdbcVersion() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getOffset() - Method in class com.uc4.api.objects.RollCalendarCollision
Deprecated.
use getAdjustSign() and getAdjustSign() instead
getOffsetUTCHours() - Method in class com.uc4.api.objects.TimeZoneAttributes
Returns the difference to UTC in hours.
getOffsetUTCMinutes() - Method in class com.uc4.api.objects.TimeZoneAttributes
Returns the difference to UTC in minutes.
getOkState() - Method in class com.uc4.api.objects.TaskResult
Gets the task status which should be reached.
getOkStateExecute() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the object that is executed when a task does not have the expected end status.
getOkStateExecute() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the object that is executed when a task does not have the expected end status.
getOkStateForTasks() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the end status that is expected for the subordinated tasks of the JobPlan.
getOkStateForTasks() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the end status that is expected for the subordinated tasks of the Schedule.
getOnFulfillmentObject() - Method in class com.uc4.api.objects.SloFulfillment
Returns the name of the object which is executed on fulfillment.
getOnlinePartitions() - Method in class com.uc4.communication.requests.ILMList
 
getOnOperator() - Method in class com.uc4.api.objects.SyncAction
Returns the comparison operator.
getOnState() - Method in class com.uc4.api.objects.SyncAction
Returns the comparison state.
getOnValue() - Method in class com.uc4.api.objects.SyncAction
Returns the comparison value.
getOnViolationObject() - Method in class com.uc4.api.objects.SloFulfillment
Returns the name of the object which is executed on violation.
getOpcode() - Method in class com.uc4.communication.KickEvent
 
getOpen() - Method in class com.uc4.api.SearchResultItem
Returns the name of the user who has opened the object.
getOpen() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Returns who has opened the object currently.
getOpenAutomatically() - Method in class com.uc4.communication.MessageSettings
Returns whether the Message Window should open automatically for incoming information or error messages.
getOpenByUser() - Method in class com.uc4.communication.requests.GetObjectProperties
If the object is currently edited by a user this method will return the name of the User.
getOpenedBy() - Method in class com.uc4.api.FolderListItem
Returns the name of the Automation Engine user who has opened the object.
getOpenSince() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns a DateTime instance that contains the time when the User started editing the object.
getOperation() - Method in class com.uc4.api.objects.CompositeVariable
Returns the enum for the operation.
getOperationWindowFrom() - Method in class com.uc4.api.objects.AttributesSLO
Returns "From" time of operation window.
getOperationWindowTo() - Method in class com.uc4.api.objects.AttributesSLO
Returns "To" time of operation window.
getOperator() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getOperator() - Method in class com.uc4.api.objects.DatabaseEventSettings
Returns the operator character.
getOperator() - Method in class com.uc4.api.objects.FileSystem
Returns the operator.
getOperator() - Method in class com.uc4.api.objects.OutputFilter
Returns the operator which is used to combine the filter in this object.
getOperator() - Method in class com.uc4.api.objects.ReturnCodeCondition
Returns the operator.
getOperator() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
getOperator() - Method in class com.uc4.api.objects.UserDefinedCondition
 
getOperatorID() - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Returns the PeopleSoft operator ID or null if not set.
getOperatorName() - Method in interface com.uc4.api.objects.ICallOperatorCondition
Returns the name or UserGroup of the Operator which should be notified.
getOptionsElement() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the option element
getOptionsElement() - Method in class com.uc4.communication.requests.GetCPProperties
Returns the option element
getOptionsElement() - Method in class com.uc4.communication.requests.GetWPProperties
Returns the option element
getOrderName() - Method in class com.uc4.api.objects.AttributesBS2000
Returns the order name (PNAME).
getOS() - Method in class com.uc4.api.objects.BackendCommand
Returns the operating system of the command.
getOsName() - Method in class com.uc4.api.objects.ConsoleOS390
 
getOther() - Method in class com.uc4.api.objects.AttributesMPE
Returns additional Job parameters.
getOtypes() - Method in class com.uc4.api.ObjectTypeFilter
Gets the object types, which will be returned by the filter.
GetOutputDirectory - Class in com.uc4.communication.requests
Returns a list of reports (external and in UC4 DB) of a Job.
GetOutputDirectory(int) - Constructor for class com.uc4.communication.requests.GetOutputDirectory
Creates a new GetOutputDirectory request.
GetOutputDirectory.OutputDirectoryItem - Class in com.uc4.communication.requests
This class represents a single row in the Output directory.
getOutputFormat() - Method in class com.uc4.api.prompt.DateElement
 
getOutputFormat() - Method in interface com.uc4.api.prompt.PromptInterfaces.OutputFormat
 
getOutputFormat() - Method in class com.uc4.api.prompt.TimeStampElement
 
getOutputMsg() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getParallelTasks() - Method in class com.uc4.api.objects.MaxParallel
Returns the maximum number of paralle tasks.
getParallelTasks() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
Returns the number of parallel tasks or -1 if this proptery has not been set.
getParameter(String) - Method in class com.uc4.api.objects.ConditionOrAction
Internal use only: Returns the value or message number of the specified parameter.
getParameter() - Method in class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
 
getParameter() - Method in class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
 
getParameter(String) - Method in class com.uc4.api.objects.DynamicExecVariable
Gets the parameter from given key.
getParameter() - Method in class com.uc4.api.objects.ExecuteObjectAction
Returns the parameter of this task.
getParameter() - Method in class com.uc4.api.systemoverview.ExitListItem
 
getParameterMessageID() - Method in class com.uc4.api.objects.AbortAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.BlockAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.ChangeQueueAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.CheckFileCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.ClearVariableAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.ConditionOrAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.ModifyStateAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.PublishValueAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.RestartTaskAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.RollbackAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.RunPathAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.RunTaskAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.SetValueAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.SetVariableAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.SkipTaskAction
 
getParameterMessageID() - Method in class com.uc4.api.objects.StatusCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
getParameterMessageID() - Method in class com.uc4.api.objects.UserDefinedCondition
 
getParent() - Method in interface com.uc4.api.objects.IFolder
Returns the parent folder of this folder.
getParent() - Method in class com.uc4.api.systemoverview.ILMHistoryItem
Returns the schema name (MS SQL Server) or the corresponding main table of the database (Oracle).
getParent() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the schema name (MS SQL Server) or the corresponding main table of the database (Oracle).
getParent() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Return the JobPlanMonitor instance
getParent() - Method in class com.uc4.util.FolderImpl
 
getParentAlias() - Method in class com.uc4.api.objects.JobPlanExternal
 
getParentErtUsage(String) - Method in class com.uc4.api.objects.TaskValues
Returns the ErtUsage value of the parent, for a given validity keyword The method returns ErtUsage.NONE if the validity keyword does not exist.
getParentId() - Method in class com.uc4.util.FolderImpl
Returns the ID of the parent folder.
getParentIdnr() - Method in class com.uc4.api.objects.ResourceItem
Returns the ParentIdnr of the ResourceItem.
getParentRunID() - Method in class com.uc4.api.AbstractTask
Returns the RunID of the parent.
getParentRunID() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the RunID of the parent.
getParentRunID() - Method in class com.uc4.api.TaskFilter
Returns the filter for a parent RunID.
getParentRunID() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the RunID of the parent or 0 if there is none.
getParentValue(String) - Method in class com.uc4.api.objects.TaskValues
Returns the parent value for a given validity keyword The method returns null if the validity keyword does not exist.
getParentVariable(String) - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the value of a given parent variable.
getPartner() - Method in class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
getPassword() - Method in class com.uc4.communication.ConnectionAttributes
 
getPasswordType() - Method in class com.uc4.communication.ConnectionAttributes
Returns the type of the secret if the defined in the Connection.open() method.
getPath() - Method in class com.uc4.api.objects.FileSystem
 
getPath() - Method in class com.uc4.api.objects.RunPathAction
Returns the path as it was set by the setPath() method.
getPercentERT() - Method in class com.uc4.api.objects.MinimumRuntime
Returns the correction value in percent for ERT for the minimum runtime.
getPeriod() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the period in days of this Schedule.
getPeriodDescription() - Method in class com.uc4.api.AbstractTask
Returns the period description of the task.
getPeriodDescription() - Method in class com.uc4.api.objects.ExecuteRecurring
Description of the periodic cycle in which executions are triggered.
getPeriodDescription() - Method in class com.uc4.api.TaskFilter
Returns the filter for the period description.
getPeriodDescription() - Method in class com.uc4.communication.requests.GenericStatistics
Returns a filter for the period description.
getPhrase() - Method in class com.uc4.api.objects.ServerAttributes
Returns the Service Manager Phrase.
getPlatform() - Method in class com.uc4.api.AbstractTask
Returns the platform of the object or an empty String if a platform is not defined for the object.
getPlatform() - Method in class com.uc4.api.FolderListItem
Returns the platform of the object or an empty String if a platform is not defined for the object.
getPlatform() - Method in class com.uc4.api.objects.ResourceItem
Return the Platform (from PlatformSwHwType) of the resource.
getPlatform() - Method in enum com.uc4.api.PlatformSwHwType
Return the platform.
getPlatform() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the license for the platform that is used.
getPlatform() - Method in class com.uc4.api.Template
Returns the platform of the template.
getPlatform() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the platform of the object.
getPlatform() - Method in class com.uc4.communication.requests.GetReplaceList
Returns the information about the platform.
getPlatform() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns the platform of the object or an empty String if a platform is not defined for the object.
getPlatformFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the platform filter.
getPort() - Method in class com.uc4.api.objects.ServerAttributes
Returns the Service Manager port.
getPort() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the Agent's port number.
getPort() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the Server process port number.
getPostProcess() - Method in class com.uc4.api.objects.FileTransfer
Returns the content of the Post Process tab.
getPostProcess() - Method in class com.uc4.api.objects.Job
Returns the content of the Post Process tab.
getPostProcess() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Returns the content of the Post Process tab.
getPostProcess() - Method in class com.uc4.api.objects.SAPQueueManager
Returns the content of the Post Process tab.
getPreCalculatedDates() - Method in class com.uc4.api.objects.CalendarKeyword
 
getPreCounter() - Method in class com.uc4.api.objects.JobPlanDependencies
 
getPredecessorState(JobPlanMonitor.Task) - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the status of the predecessor.
getPreLnr() - Method in class com.uc4.api.objects.JobPlanTaskDependency
 
getPreProcess() - Method in class com.uc4.api.objects.Job
Returns the content of the Pre Process tab.
getPriority() - Method in class com.uc4.api.objects.AttributesBS2000
Returns the jobs priority.
getPriority() - Method in class com.uc4.api.objects.AttributesNSK
Returns the Job's priority.
getPriority() - Method in class com.uc4.api.objects.AttributesOS390
Returns the Job's priority.
getPriority() - Method in class com.uc4.api.objects.AttributesOS400
Returns the priority with which the Job should be executed.
getPriority() - Method in class com.uc4.api.objects.AttributesVMS
Returns the priority for the Job.
getPriority() - Method in class com.uc4.api.objects.EventAttributes
Priority with which this Job should be executed in UC4.
getPriority() - Method in class com.uc4.api.objects.FileTransferAttributes
Priority with which this Job should be executed in the Automation Engine.
getPriority() - Method in class com.uc4.api.objects.JobAttributes
Priority with which this Job should be executed in UC4.
getPriority() - Method in class com.uc4.api.objects.JobPlanAttributes
Priority with which this Workflow should be executed in the Automation Engine.
getPriority() - Method in class com.uc4.api.objects.NotificationAttributes
Priority with which this Notification should be executed in the Automation Engine.
getPriority() - Method in class com.uc4.api.objects.QueueAttributes
Priority with which this Queue should be executed in UC4.
getPriority() - Method in class com.uc4.api.objects.QueueExceptionCondition
Priority with which this Queue should be executed in the Automation Engine.
getPriority() - Method in class com.uc4.api.objects.QueueManagerAttributes
Priority with which this Job should be executed in the Automation Engine.
getPriority() - Method in class com.uc4.api.objects.ScheduleAttributes
Priority with which this Job should be executed in the Automation Engine.
getPriority() - Method in class com.uc4.api.objects.ScriptAttributes
Priority with which this Script should be executed in the Automation Engine.
getPriority() - Method in class com.uc4.api.systemoverview.ClientListItem
Default value of the priority set for the client in the UC4 Variable UC_CLIENT_SETTINGS.
getPriority() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getPriority() - Method in class com.uc4.api.Task
Returns the priority of the task.
getPriority() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns the Priority of the Notification (high, normal, low).
getPriority() - Method in class com.uc4.communication.requests.GetModifyQueue
returns the priority value for queue
getPriority() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Return the priority of the task.
getPriority() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the Priority of the Notification (high, normal, low).
getPrivilege() - Method in class com.uc4.communication.requests.CheckUserPrivileges.Candidate
Returns the privilege to check.
getProcess() - Method in class com.uc4.api.objects.Cockpit
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.ConsoleEvent
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.DatabaseEvent
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.FileEvent
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.FileTransfer
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.Group
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.Include
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.Job
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.JobPlan
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.Notification
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.RuleEvent
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.SAPQueueManager
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.Schedule
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.Script
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.TimeEvent
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.WorkflowIF
Returns the content of the "Process" tab.
getProcess() - Method in class com.uc4.api.objects.WorkflowLoop
Returns the content of the "Process" tab.
getProcessChain() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getProcessId() - Method in class com.uc4.api.StatisticSearchItem
 
getProcessID() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the process ID of this Agent.
getProcessId() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the process identification number of the server process.
getProcessId() - Method in class com.uc4.api.Task
Returns the process identification on OS level during execution.
getProcessInstanceFrom() - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Returns a filter for the process instance number or null if not set.
getProcessInstanceTo() - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Returns a filter for the process instance number or null if not set.
getProcessName() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getProcessName() - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Returns the process name or null if not set.
getProcessorRunID() - Method in class com.uc4.api.Task
Returns the processor RunID.
getProcessors() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the number of allowed processors or users (depending on platform).
getProcessType() - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Returns the process type or null if not set.
getProductVersion() - Method in class com.uc4.api.objects.HostGroupItem
 
getProgramId() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the program id
getProgramName() - Method in class com.uc4.api.objects.AttributesOS390
Returns the program name.
getPromptName() - Method in class com.uc4.api.objects.ConditionOrAction
 
getPromptSet() - Method in class com.uc4.communication.requests.AddPromptSet
Returns the Prompt Set definition.
getPromptSetDef() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the definition of the PromptSet.
getPromptSetID() - Method in class com.uc4.communication.requests.TaskPromptSetContent
 
getPromptSetName() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the name of the PromptSet.
getPromptSets() - Method in class com.uc4.communication.requests.TaskPromptSetNames
Deprecated.
Use the iterator() method instead.
getProperties() - Method in class com.uc4.api.DetailGroup
Returns the properties of this group.
getProperty(String) - Method in class com.uc4.api.objects.PromptElement
Returns the value of a property by its name.
getPublishedVariable() - Method in class com.uc4.api.objects.LoopDataSource
Returns the name of the Script variable which is used for published items.
getPublishName() - Method in class com.uc4.api.objects.PublishValueAction
Returns the name.
getPurgeJobLog() - Method in class com.uc4.api.objects.AttributesOS390
Returned values: 2 - Whether or not the job log is deleted depends on the configuration of the Agent's INI file (Parameter jobPurge).
GetQuarantineMessage - Class in com.uc4.communication.requests
Gets quarantine message trace options.
GetQuarantineMessage(int) - Constructor for class com.uc4.communication.requests.GetQuarantineMessage
Creates a new GetQuarantineMessage request.
getQuery() - Method in class com.uc4.api.objects.SloSelection
Returns the query definition as XML.
getQueue() - Method in class com.automic.server.api.data.ClientQueueList.Entry
Gets the queue.
getQueue() - Method in class com.uc4.api.AbstractTask
Returns the name of the Queue or an empty String.
getQueue() - Method in class com.uc4.api.objects.AttributesMPE
Returns the Queue in which this Job should run.
getQueue() - Method in class com.uc4.api.objects.ChangeQueueAction
 
getQueue() - Method in class com.uc4.api.objects.EventAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns the name of the Queue Object.
getQueue() - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.getQueue of this group instead
getQueue() - Method in class com.uc4.api.objects.GroupAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.JobAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.api.objects.ScriptAttributes
Returns the Queue Object.
getQueue() - Method in class com.uc4.communication.requests.GetExecuteOnce
Returns the name of the queue object where the task runs.
getQueue() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns Queue Name.
getQueueClient(int) - Method in class com.automic.server.api.data.ClientQueueList
Gets the queue client.
getQueueClient(int) - Method in class com.uc4.api.TaskFilter
If in client zero, its possible to set a filter for a Queue in a certain client.
getQueueClient() - Method in class com.uc4.api.TaskFilter
If in client zero, its possible to set a filter for a Queue in a certain client.
getQueueClientList() - Method in class com.automic.server.api.data.ClientQueueList
Gets the queue client list.
getQueueClientList() - Method in class com.uc4.api.TaskFilter
 
getQueueList() - Method in class com.automic.server.api.data.ClientQueueList
Gets the queue list.
getQueueList() - Method in class com.uc4.api.TaskFilter
 
getQueueName() - Method in class com.uc4.api.objects.AttributesVMS
Returns the name of the queue in which the Job should be activated.
getQueueName() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
getQueueObject(int) - Method in class com.uc4.api.TaskFilter
 
getQueueObject() - Method in class com.uc4.api.TaskFilter
 
getQueueObjectCount() - Method in class com.uc4.api.TaskFilter
 
getQuoteCharacter() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns the character for a quote.
getQuoteCharacter() - Method in class com.uc4.api.prompt.ComboElement
Returns the character for a quote.
getQuoteCharacter() - Method in class com.uc4.api.prompt.NumberElement
Returns the character for a quote.
getQuoteCharacter() - Method in interface com.uc4.api.prompt.PromptInterfaces.QuoteCharacter
Returns the character for a quote.
getQuoteCharacter() - Method in class com.uc4.api.prompt.RadioGroupElement
Returns the character for a quote.
getQuoteCharacter() - Method in class com.uc4.api.prompt.TextElement
Returns the character for a quote.
getRaAgentName() - Method in class com.uc4.api.objects.JobPlanTask
 
getRaAgentName() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the name of the Agent if this is an RA panel.
GetRAAgentNames - Class in com.uc4.communication.requests
Returns a list of RA Agent names.
GetRAAgentNames(String, String) - Constructor for class com.uc4.communication.requests.GetRAAgentNames
 
getRaCaption() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the caption of the tab if this is an RA prompt.
GetRAConnectionNames - Class in com.uc4.communication.requests
Used to return the names of connection objects.
GetRAConnectionNames(String, String, String) - Constructor for class com.uc4.communication.requests.GetRAConnectionNames
Creates a new GetRAConnectionNames request.
GetRAConnectionValues - Class in com.uc4.communication.requests
Returns the content of an CONN object.
GetRAConnectionValues(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetRAConnectionValues
Creates a new GetRAConnectionValues request.
GetRAJobNames - Class in com.uc4.communication.requests
Returns names of RA Jobs.
GetRAJobNames(String, String, String) - Constructor for class com.uc4.communication.requests.GetRAJobNames
Creates a query of RA Job names.
getRAJobType() - Method in class com.uc4.api.objects.Job
Returns the Rapid Automation Job type or null if this is not an RA Job.
getRAJobType() - Method in class com.uc4.api.objects.JobPlanTask
Returns the Job type of this RA task.
getRaJobtype() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the job type if this is an RA panel.
getRange() - Method in class com.uc4.api.objects.StepListItem
 
getRangeEndDate() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the end date of the date range which has been set using the method setDateRange.
getRangeEndDate() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getRangeStartDate() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the start date of of the date range which has been set using the method setDateRange.
getRangeStartDate() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getRASolutionNameFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the RA solution filter.
getRASubJobType() - Method in class com.uc4.api.objects.Job
Returns the Rapid Automation Sub Job type or null if this is not an RA Job.
getRASubJobType() - Method in class com.uc4.api.objects.JobPlanTask
Gets the object Subtype of this RA task.
getRaSubtype() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the sub type of the Job if this is an RA panel.
getRC4DecrypterInstance(String) - Static method in class com.uc4.util.C1
Returns a RC4 instance
getRC4DecrypterInstance(byte[]) - Static method in class com.uc4.util.C1
Returns a RC4 instance
getRC4EncrypterInstance(String) - Static method in class com.uc4.util.C1
Returns a RC4 instance
getRC4Instance() - Static method in class com.uc4.util.C1
Returns a RC4 instance
getRC4Instance(String) - Static method in class com.uc4.util.C1
Returns a RC4 instance
getReadFromTable(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Returns the table the value is currently stored in
getReadFromTableName(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Returns the raw string name of the table the value is currently stored in
getRealRuntime(int) - Method in class com.uc4.communication.requests.GetLastRuntimes
This method returns one of 25 real runtimes measured in seconds.
getReason() - Method in class com.uc4.api.systemoverview.QuarantineListItem
 
getRecentObjects() - Method in class com.uc4.communication.requests.FolderTree
Returns an IFolder object which represents the "Recent Objects" folder.
getRecipient() - Method in class com.uc4.communication.requests.NotificationMonitor.CallStatus
Returns the name of the receiver of this notification.
getRecurringDefinition() - Method in class com.uc4.communication.requests.ExecuteObject
Returns the settings of the periodic task.
getRecycleBin() - Method in class com.uc4.communication.requests.FolderTree
Returns an IFolder object which represents the "Recycle Bin" folder.
getRedirectUrl() - Method in class com.uc4.communication.requests.CreateSession
When trying to login via SAML this returns you the URL to the SAML IDP
getReferenceRunID() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns the original RunID of the task.
getReferenceRunID() - Method in class com.uc4.communication.requests.RestartTask
Gets the reference RunID.
getRefreshDurationMultiplier() - Method in class com.uc4.communication.ActivitySettings
Specify the number of seconds that the system must be idle in order to allow refreshing.
getRefreshInterval() - Method in class com.uc4.communication.ActivitySettings
Returns the refresh interval in case the refresh is set to automatic.
getRefreshToken() - Method in class com.uc4.communication.ConnectionAttributes
Refresh token that will be verified in JWP and used for auto-login.
getRegExp() - Method in class com.uc4.api.prompt.TextElement
Returns the Regular expression or an empty String if not set.
getReleasedBlockings() - Method in class com.uc4.communication.requests.UnblockWorkflow
Returns the number of released blockings.
getRelMsgClass() - Method in class com.uc4.api.objects.AttributesOS390
Returned values: 0 ...
getRemoteHost() - Method in class com.uc4.communication.ConnectionAttributes
Returns the host name of the API user.
getRemoteID() - Method in class com.uc4.api.systemoverview.UserListItem
 
getRemoteID() - Method in class com.uc4.communication.ConnectionAttributes
Returns the remote ID.
getRemoteStatus() - Method in class com.uc4.api.AbstractTask
Returns the remote status of this task.
getRepeatCount() - Method in class com.uc4.api.objects.TaskResult
Returns the number of repetitions.
getRepeatWaitMinutes() - Method in class com.uc4.api.objects.TaskResult
Returns the waiting time in minutes before the Job is repeated.
getReplaceElement() - Method in class com.uc4.communication.requests.GetReplaceList
 
getReplaceItemActive() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Method to get the status of item whether it can be replaceable or not.
GetReplaceList - Class in com.uc4.communication.requests
Returns list of UC4 Objects in which the specified UC4 Object is used.
GetReplaceList(RenameObject) - Constructor for class com.uc4.communication.requests.GetReplaceList
Creates a new GetReplaceList request using the specified RenameObject instance.
GetReplaceList(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetReplaceList
Creates a new GetReplaceList request to replace the specified object.
getReplaceList() - Method in class com.uc4.communication.requests.GetReplaceList
Returns the list of items to replace.
GetReplaceList.ReplaceListItem - Class in com.uc4.communication.requests
Represents an item in the replace list.
getReplaceRequest() - Method in class com.uc4.communication.requests.RenameObject
 
getReplaceTypeId() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Returns a unique replace-type as id of the item to be replaced.
getReplays() - Method in class com.uc4.api.systemoverview.QuarantineListItem
 
getReport() - Method in class com.uc4.communication.requests.Report
Returns the content of this page or null if the request has not been sent.
getReportID() - Method in class com.uc4.communication.requests.GetOutputDirectory.OutputDirectoryItem
Returns the ID of this report.
getReportType() - Method in class com.uc4.communication.requests.Report
Returns the report type.
getRequestID(String) - Method in class com.uc4.communication.requests.XMLRequest
Sub classes may override to send a UUID instead.
getReservedApiUsers() - Method in class com.uc4.communication.requests.GetWPProperties
 
getResourceList() - Method in class com.uc4.communication.requests.ExportObject
Returns an Iterator with items of DownloadBinary objects after invoking the ExportObject instance.
getResourceList() - Method in class com.uc4.communication.requests.ExportWithReferences
Returns an Iterator with items of DownloadBinary objects after invoking the ExportObject instance.
getResourceList() - Method in class com.uc4.communication.requests.ImportObject
Returns an Iterator with items of UploadBinary objects after invoking the ImportObject instance.
getResourceName() - Method in class com.uc4.communication.requests.DownloadBinary
Returns the resource name which was set, or null if it was not set.
getResourceType() - Method in class com.uc4.api.StorageItem
Returns the type of this resource.
getResponseLastMinute() - Method in class com.uc4.communication.requests.GetDatabaseInfo.MQEntry
 
getResponseTime10Minutes() - Method in class com.uc4.communication.requests.GetDatabaseInfo.MQEntry
 
getResponseTime60Minutes() - Method in class com.uc4.communication.requests.GetDatabaseInfo.MQEntry
 
getRestartedRunID() - Method in class com.uc4.communication.requests.RestartTask
Returns the runID of the restarted task.
GetRestartInformation - Class in com.uc4.communication.requests
Returns restart information of the specified task.
GetRestartInformation(int) - Constructor for class com.uc4.communication.requests.GetRestartInformation
Creates a new GetRestartInformation request.
GetRestartInformation(UC4Object) - Constructor for class com.uc4.communication.requests.GetRestartInformation
Creates a new GetRestartInformation request.
GetRestartInformation(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetRestartInformation
Creates a new GetRestartInformation request.
getRestartPoint() - Method in class com.uc4.communication.requests.RestartTask
Returns the value of the Restart Point field.
GetRestEndpoints - Class in com.uc4.communication.requests
Requests all available REST endpoints of a running AE.
GetRestEndpoints() - Constructor for class com.uc4.communication.requests.GetRestEndpoints
 
GetRestEndpoints.RestEndpoint - Class in com.uc4.communication.requests
Represents one REST endpoint which consists of a URL.
getRestriction() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the comment field for restrictions.
getResult() - Method in class com.uc4.communication.requests.ActivatorStatistics
 
getResult() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
Returns the result of this check.
getResult() - Method in class com.uc4.communication.requests.CheckUserPrivileges.Candidate
Returns the result of the check.
getResult() - Method in class com.uc4.communication.requests.ParentStatistics
 
getResultFormat() - Method in class com.uc4.api.objects.BackendVariable
Returns the result format.
getResultFormat() - Method in class com.uc4.api.objects.CompositeVariable
Returns the result format.
getResultFormat() - Method in class com.uc4.api.objects.DynamicSQLVariable
Returns the result format.
getResultFormat() - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Returns the result format.
getResultFormat() - Method in class com.uc4.api.objects.SecureSQLVariable
Returns the result format.
getResultFormat() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Returns the result format.
getResultVariableName() - Method in class com.uc4.api.objects.DynamicExecVariable
Gets the Variable result name.
getRetCode() - Method in class com.uc4.api.objects.ModifyStateAction
 
getRetCodeExecuteObject() - Method in class com.uc4.api.objects.Runtime
Returns the name of the Automation Engine Object which should be executed when the actual return code is higher than the maximum allowed return code.
getReturnCode() - Method in class com.uc4.api.AbstractTask
Returns the return code which has ended the object.
getReturnCode() - Method in class com.uc4.api.objects.OutputScanFilter
Returns the return code of the Object in case the filter matches.
getReturnCode() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the Max Expected Return Code.
getReturnCode() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
getReturnCode() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Method to fetch SAP return code.
getRole() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getRole() - Method in class com.uc4.api.objects.HostGroupItem
 
getRole() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the role of the work process.
getRoles() - Method in class com.uc4.api.systemoverview.AgentListItem
 
getRoles() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns all roles that the work process has assigned.
getRolesFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the roles filter.
getRollbackObject() - Method in class com.uc4.api.objects.Rollback
Returns the UC4 Object for rollback.
getRouteMessageClass() - Method in class com.uc4.api.objects.AttributesOS390
 
getRoutine() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getRoutingData() - Method in class com.uc4.api.objects.AttributesOS400
Returns the rooting data with which the Job's first rooting step is initiated.
getRow(String) - Method in class com.uc4.api.objects.Variable
Returns all values of the row with the specified key as String array.
getRow(String) - Method in class com.uc4.api.objects.VariableValues
Returns the values of a row with the specified key.
getRow(String) - Method in class com.uc4.communication.requests.GetStaticVaraRows
Returns all values of the row with the specified key as String array.
getRow(int) - Method in class com.uc4.communication.requests.PreviewAssignment
Returns the data of the specified row.
getRow(int) - Method in class com.uc4.communication.requests.PreviewVariable
Returns the data of the specified row.
getRow(int) - Method in class com.uc4.communication.requests.PromptInputHelp
Returns the data of the specified row.
getRowCount() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the number of staging-table data records (MS SQL Server).
getRunID() - Method in class com.uc4.api.AbstractTask
Running number of the execution.
getRunID() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the Run ID of the service execution.
getRunID() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Running number of the execution.
getRunID() - Method in class com.uc4.communication.ActivationProtocol
 
getRunID() - Method in class com.uc4.communication.KickEvent
 
getRunID() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns the RunID of this notification.
getRunID() - Method in class com.uc4.communication.requests.CauDeploy
Returns the RunID of the CAU statistics record.
getRunId() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
Returns the run id of an execution.
getRunID() - Method in class com.uc4.communication.requests.ExecuteObject
Returns the RunID of this request.
getRunID() - Method in class com.uc4.communication.requests.ExecuteObjects.ExecuteObjectsResponse
Returns the RunID of this request.
getRunID() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the selected RunID.
getRunId() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
Returns the same value that has been set in the constructor.
getRunId() - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
Returns the same value that has been set in the constructor.
getRunID() - Method in class com.uc4.communication.requests.GroupMonitor
Returns the run id of this Group.
getRunID() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns the RunID of the task in the monitor or 0 if the task has not been executed.
getRunID() - Method in class com.uc4.communication.requests.JobPlanMonitor
returns the RunID of the ProcessFlow.
getRunID() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
getRunID() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the RunID of this notification.
getRunID() - Method in class com.uc4.communication.requests.ScheduleMonitor
Returns the run id of this schedule.
getRunID() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the RunID of the task in the monitor or 0 if the task has not been executed.
getRunID() - Method in class com.uc4.communication.requests.TaskList
Returns runID.
getRunID() - Method in class com.uc4.communication.requests.TaskPromptSetNames
Get RunID.
getRunIDs() - Method in class com.uc4.communication.requests.TaskList
Returns the filter for multiple RunIDs or null if there is no filter.
getRunningCount() - Method in class com.uc4.api.TrafficLight
Return the number of running tasks.
getRuntime() - Method in class com.uc4.api.AbstractTask
Returns the time used for the execution of the task.
getRuntimeInMillis() - Method in class com.uc4.api.AbstractTask
Returns the runtime string into milliseconds
getSamlToken() - Method in class com.uc4.communication.ConnectionAttributes
Returns the saml token.
getSamlToken() - Method in class com.uc4.communication.SamlConfiguration
Returns the 'token' from the Identity Provider.
getSamlType() - Method in class com.uc4.communication.SamlConfiguration
Returns the type of the SAML response which was received from the Identity Provider.
getSapAddressType() - Method in class com.uc4.api.objects.AttributesSAP
Returns the type of address.
getSapRecipent() - Method in class com.uc4.api.objects.AttributesSAP
Returns the receiver of a spool list.
getSAPRouter() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the SAP router string.
getSavedName() - Method in class com.uc4.api.VersionControlListItem
Returns the generated name of the revision.
getScheduledStartGreater() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getScheduledStartLower() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getScheduleMonitorTask() - Method in class com.uc4.communication.requests.AddScheduleMonitorTask
Returns a ScheduleMonitor.Task which has been added to running schedule corresponding to given parentIdnr.
getScheduleRunID() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the RunID of the Schedule.
getScheduleTask() - Method in class com.uc4.communication.requests.AddScheduleTask
Returns a ScheduleTask which can be added to an UC4 Schedule.
getSchenv() - Method in class com.uc4.api.objects.AttributesOS390
Returns a scheduling environment on OS/390.
getScope() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
getScope() - Method in class com.uc4.api.objects.SetValueAction
 
getScriptCache() - Method in class com.uc4.communication.requests.GetWPProperties
returns script cache
getScriptCacheActual() - Method in class com.uc4.communication.requests.GetWPProperties
returns Actual Script cache
getScriptChildElementName() - Method in class com.uc4.api.objects.JCL
 
getScriptChildElementName() - Method in class com.uc4.api.objects.XRequest
 
getScriptElementName() - Method in class com.uc4.api.objects.JCL
 
getScriptFontSize() - Method in class com.uc4.communication.FontSettings
Returns the font size used in scripts, reports and activation logs.
getScriptFontStyle() - Method in class com.uc4.communication.FontSettings
Returns the font style used in scripts, reports and activation logs.
getScriptFontType() - Method in class com.uc4.communication.FontSettings
Returns the font type used in scripts, reports and activation logs.
getScriptName() - Method in class com.uc4.api.objects.ConditionOrAction
 
getSdlConnection() - Method in class com.uc4.api.objects.SAPAgentPanel
 
getSearchLocation() - Method in class com.uc4.communication.requests.SearchObject
Returns the folder path which used in the search.
getSecond() - Method in class com.uc4.api.DateTime
Returns the second.
getSelectionIndex() - Method in class com.uc4.api.FormItemList
 
getSeparatorSubstitute() - Method in class com.uc4.api.objects.AttributesSQL
Returns the substitute character that will be used to replace characters in the field value which are the same as the separator character.
getServer() - Method in class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
 
getServer() - Method in class com.uc4.api.objects.DatabaseEventValue
 
getServerName() - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Returns the process name of the process scheduler server or null if not set.
getServerName() - Method in class com.uc4.communication.ConnectionAttributes
 
getServerTime() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the Date and time of the computer on which the server process is running or null if the server process is not active.
getServerURL() - Method in class com.uc4.api.objects.AttributesJMX
Returns the JMX URL of the remote MBean Server.
getServerVersion() - Method in class com.uc4.communication.ConnectionAttributes
Returns the version of the the Automation Engine.
getService() - Method in class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
getService() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the services of the Agent (Mail or Database).
getServiceFulfillmentStatus() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the service fulfillment status.
getServiceFulfillmentStatusAsTranslatedText() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the service fulfillment status as translated message text.
getServiceLevelObjective() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the name of the service level objective (SLO) object.
getServiceName() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the name of the service object.
getServiceType() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the type of the service object.
getServLanguage() - Method in class com.uc4.communication.requests.GetWPProperties
returns the language of the server
getSessionId() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the number of the user session.
getSessionId() - Method in class com.uc4.communication.ConnectionAttributes
 
getSessionID() - Method in class com.uc4.communication.requests.CreateSession
Returns the ID this session.
getSessionInfo() - Method in interface com.uc4.communication.AEConnection
Returns information about the current UC4 Session.
getSessionInfo() - Method in class com.uc4.communication.Connection
Returns information about the current UC4 Session.
getSessionInfo() - Method in class com.uc4.communication.WebSocketConnection
Returns information about the current UC4 Session.
getSessionTimeZone() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the timeZone of the session.
getSessionTimeZone() - Method in class com.uc4.communication.ConnectionAttributes
Gets the session time zone.
GetSessionTZ - Class in com.uc4.communication.requests
Request that gets the used TimeZone of the Session.
GetSessionTZ() - Constructor for class com.uc4.communication.requests.GetSessionTZ
 
getSet() - Method in class com.uc4.api.objects.XRequest
returns the script on saving object of XREQ Object
getSetting(String) - Method in class com.uc4.api.objects.Client
Returns the value of a setting or null if not found.
getSeverity() - Method in class com.uc4.api.objects.ConsoleOS400
 
getShell() - Method in class com.uc4.api.objects.AttributesUnix
Returns the Unix Shell, under which the Job should run.
getShellOptions() - Method in class com.uc4.api.objects.AttributesUnix
Returns shell options.
getShortName() - Method in class com.uc4.api.objects.AttributesOA
Returns the short name of the application.
getSID() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the system id of the SAP System.
getSiebelServer() - Method in class com.uc4.api.objects.AttributesSiebel
Returns the name of the Siebel Server.
getSize() - Method in class com.uc4.api.objects.ResourceItem
Return the size of the resource.
getSize() - Method in class com.uc4.api.StorageItem
Returns the size of resource content.
getSkeletonMessageID() - Method in class com.uc4.api.objects.AbortAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.BlockAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ChangeQueueAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CheckFileCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ClearVariableAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ConditionOrAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ModifyStateAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.PublishValueAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.RestartTaskAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.RollbackAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.RunPathAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.RunTaskAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.SetValueAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.SetVariableAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.SkipTaskAction
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.StatusCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
getSkeletonMessageID() - Method in class com.uc4.api.objects.UserDefinedCondition
 
getSltWithinSeconds() - Method in class com.uc4.api.objects.JobPlanExternal
Returns the number of seconds which are set as time limit.
getSmgrName() - Method in class com.uc4.api.objects.HostAttributes
 
getSmgrPhrase() - Method in class com.uc4.api.objects.HostAttributes
Returns the Service Manager Phrase.
getSmgrPort() - Method in class com.uc4.api.objects.HostAttributes
Returns the port of the Service Manager.
getSNCLib() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the SNC library.
getSNCMyName() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the SNC "MyName" value.
getSNCPartnerName() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the SNC Partner name.
getSNCQOP() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the QOP value for the SNC encryption.
getSnmpInUse() - Method in class com.uc4.communication.requests.GetWPProperties
returns if SNMP is in use or not
getSnumb() - Method in class com.uc4.api.objects.AttributesGCOS8
Returns the sequence number of the Job.
getSocketAddress() - Method in exception com.uc4.communication.ConnectionException
 
getSoftware() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getSoftware() - Method in class com.uc4.api.objects.HostGroupItem
 
getSoftware() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns Computer's operating system.
getSoftwareFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the Software filter.
getSoftwareType() - Method in class com.uc4.api.StorageItem
Returns the software type attribute.
getSoftwareVersion() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getSoftwareVersion() - Method in class com.uc4.api.objects.HostGroupItem
 
getSoftwareVersion() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the version of the operating system.
getSoftwareVersionFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the Software version filter.
getSolutionDisplayText() - Method in class com.uc4.api.objects.Host
Returns the display name of the RA Agent.
getSolutionName() - Method in class com.uc4.api.objects.Host
Returns the technical name of the RA solution.
getSolutionName() - Method in class com.uc4.api.objects.RAConnection
Returns the technical name of the RA solution which belongs to this connection.
getSortColumn() - Method in class com.uc4.api.objects.VariableAttributes
Returns the column for sorting.
getSource() - Method in class com.uc4.api.objects.ConsoleWindows
 
getSource() - Method in class com.uc4.api.objects.NotificationSettings
 
getSource() - Method in class com.uc4.api.objects.OutputFilter.Entry
Returns the source of this filter.
getSource() - Method in class com.uc4.api.objects.VariableAttributes
Returns the source of this variable.
getSource() - Method in class com.uc4.api.systemoverview.MessageListItem
 
getSourceCalendar() - Method in class com.uc4.api.objects.RollCalendarKeyword
Returns the source calendar condition.
getSourceCodeTable() - Method in class com.uc4.api.objects.FileTransferSettings
 
getSourceDestHost() - Method in class com.uc4.communication.requests.TaskList
Returns the source host.
getSourceFile() - Method in class com.uc4.api.objects.FileTransferSettings
 
getSourceFileAttributes() - Method in class com.uc4.api.objects.FileTransferSettings
 
getSourceHost() - Method in class com.uc4.api.objects.FileTransferSettings
 
getSourceHost() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the selected source host of a FileTransfer.
getSourceLabel() - Method in class com.uc4.api.objects.VariableAttributes
Returns the label source of this variable.
getSourceLogin() - Method in class com.uc4.api.objects.FileTransferSettings
 
getSpnegoToken() - Method in class com.uc4.communication.ConnectionAttributes
Returns the browser token.
getSpoolBlocksize() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the blocksize for the transfer of spool lists.
getSqlStatement() - Method in class com.uc4.api.objects.DatabaseEventValue
 
getSqlStatement() - Method in class com.uc4.api.objects.DynamicSQLVariable
Returns the SQL statement .
getSqlStatement() - Method in class com.uc4.api.objects.SecureSQLVariable
Returns the SQL statement.
getSrc() - Method in class com.uc4.communication.CreateFolder
 
getSrc() - Method in class com.uc4.communication.requests.ActivateLDAPConnection
 
getSrc() - Method in class com.uc4.communication.requests.ActivateObject
 
getSrc() - Method in class com.uc4.communication.requests.ActivatorStatistics
 
getSrc() - Method in class com.uc4.communication.requests.ActiveNotifications
 
getSrc() - Method in class com.uc4.communication.requests.ActivityList
 
getSrc() - Method in class com.uc4.communication.requests.ActivityNotificationOn
 
getSrc() - Method in class com.uc4.communication.requests.AddComment
 
getSrc() - Method in class com.uc4.communication.requests.AddJobPlanTask
 
getSrc() - Method in class com.uc4.communication.requests.AddPromptSet
 
getSrc() - Method in class com.uc4.communication.requests.AddScheduleMonitorTask
 
getSrc() - Method in class com.uc4.communication.requests.AddScheduleTask
 
getSrc() - Method in class com.uc4.communication.requests.AdoptTask
 
getSrc() - Method in class com.uc4.communication.requests.AgentAndGroupList
 
getSrc() - Method in class com.uc4.communication.requests.AgentAssignmentList
 
getSrc() - Method in class com.uc4.communication.requests.AgentGroupList
 
getSrc() - Method in class com.uc4.communication.requests.AgentGroupMonitor
 
getSrc() - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
getSrc() - Method in class com.uc4.communication.requests.AgentList
 
getSrc() - Method in class com.uc4.communication.requests.AuthenticateAgent
 
getSrc() - Method in class com.uc4.communication.requests.CacheList
 
getSrc() - Method in class com.uc4.communication.requests.CalendarList
 
getSrc() - Method in class com.uc4.communication.requests.CancelForm
 
getSrc() - Method in class com.uc4.communication.requests.CancelTask
 
getSrc() - Method in class com.uc4.communication.requests.CauDeploy
 
getSrc() - Method in class com.uc4.communication.requests.CauSkipWaiting
 
getSrc() - Method in class com.uc4.communication.requests.ChangeLogging
 
getSrc() - Method in class com.uc4.communication.requests.ChangePassword
 
getSrc() - Method in class com.uc4.communication.requests.ChangeServerMode
 
getSrc() - Method in class com.uc4.communication.requests.CheckAuthorizations
 
getSrc() - Method in class com.uc4.communication.requests.CheckILMPartition
 
getSrc() - Method in class com.uc4.communication.requests.CheckUserPrivileges
 
getSrc() - Method in class com.uc4.communication.requests.ChildStatistics
 
getSrc() - Method in class com.uc4.communication.requests.ClearTransportCase
 
getSrc() - Method in class com.uc4.communication.requests.ClientList
 
getSrc() - Method in class com.uc4.communication.requests.CloseObject
 
getSrc() - Method in class com.uc4.communication.requests.CloseProcessFlowModification
 
getSrc() - Method in class com.uc4.communication.requests.ClosePrompt
 
getSrc() - Method in class com.uc4.communication.requests.CockpitMonitorDefiniton
 
getSrc() - Method in class com.uc4.communication.requests.ConfirmQuarantineMessage
 
getSrc() - Method in class com.uc4.communication.requests.CreateObject
 
getSrc() - Method in class com.uc4.communication.requests.CreateSession
 
getSrc() - Method in class com.uc4.communication.requests.DeactivateLDAPConnection
 
getSrc() - Method in class com.uc4.communication.requests.DeactivateTask
 
getSrc() - Method in class com.uc4.communication.requests.DeepRename
 
getSrc() - Method in class com.uc4.communication.requests.DeleteAgentAssignment
 
getSrc() - Method in class com.uc4.communication.requests.DeleteLink
 
getSrc() - Method in class com.uc4.communication.requests.DeleteMQMemList
 
getSrc() - Method in class com.uc4.communication.requests.DeleteObject
 
getSrc() - Method in class com.uc4.communication.requests.DeleteQuarantineMessage
 
getSrc() - Method in class com.uc4.communication.requests.DeleteStaticVaraRow
 
getSrc() - Method in class com.uc4.communication.requests.DeleteStorageEntry
 
getSrc() - Method in class com.uc4.communication.requests.DisconnectAgentGroup
 
getSrc() - Method in class com.uc4.communication.requests.DisconnectHost
 
getSrc() - Method in class com.uc4.communication.requests.DisconnectUser
 
getSrc() - Method in class com.uc4.communication.requests.DownloadBinary
 
getSrc() - Method in class com.uc4.communication.requests.DropILMPartition
 
getSrc() - Method in class com.uc4.communication.requests.DuplicateObject
 
getSrc() - Method in class com.uc4.communication.requests.EnforcePreConditionEvaluation
 
getSrc() - Method in class com.uc4.communication.requests.ExecuteAgentAssignment
 
getSrc() - Method in class com.uc4.communication.requests.ExecuteObject
 
getSrc() - Method in class com.uc4.communication.requests.ExecuteObjects
 
getSrc() - Method in class com.uc4.communication.requests.ExitList
 
getSrc() - Method in class com.uc4.communication.requests.ExportAuthenticationPackage
 
getSrc() - Method in class com.uc4.communication.requests.ExportCompanyKey
 
getSrc() - Method in class com.uc4.communication.requests.ExportObject
 
getSrc() - Method in class com.uc4.communication.requests.ExportWithReferences
 
getSrc() - Method in class com.uc4.communication.requests.FindReferencedObjects
 
getSrc() - Method in class com.uc4.communication.requests.FolderList
 
getSrc() - Method in class com.uc4.communication.requests.FolderTree
 
getSrc() - Method in class com.uc4.communication.requests.ForceMemoryTrace
 
getSrc() - Method in class com.uc4.communication.requests.GenericStatistics
 
getSrc() - Method in class com.uc4.communication.requests.GetActivitiesFilter
 
getSrc() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetAgentProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetCAUAgentVersions
 
getSrc() - Method in class com.uc4.communication.requests.GetChangeLog
 
getSrc() - Method in class com.uc4.communication.requests.GetComments
 
getSrc() - Method in class com.uc4.communication.requests.GetComponentTemplates
 
getSrc() - Method in class com.uc4.communication.requests.GetComponentWorkflows
 
getSrc() - Method in class com.uc4.communication.requests.GetCPProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
getSrc() - Method in class com.uc4.communication.requests.GetDeploymentProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetDeployObjectProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetDynamicComboList
 
getSrc() - Method in class com.uc4.communication.requests.GetExecuteOnce
 
getSrc() - Method in class com.uc4.communication.requests.GetExecutePeriod
 
getSrc() - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetLastRuntimes
 
getSrc() - Method in class com.uc4.communication.requests.GetModifyQueue
 
getSrc() - Method in class com.uc4.communication.requests.GetObjectDocu
 
getSrc() - Method in class com.uc4.communication.requests.GetObjectProperties
 
getSrc() - Method in class com.uc4.communication.requests.GetOutputDirectory
 
getSrc() - Method in class com.uc4.communication.requests.GetQuarantineMessage
 
getSrc() - Method in class com.uc4.communication.requests.GetRAAgentNames
 
getSrc() - Method in class com.uc4.communication.requests.GetRAConnectionNames
 
getSrc() - Method in class com.uc4.communication.requests.GetRAConnectionValues
 
getSrc() - Method in class com.uc4.communication.requests.GetRAJobNames
 
getSrc() - Method in class com.uc4.communication.requests.GetReplaceList
 
getSrc() - Method in class com.uc4.communication.requests.GetRestartInformation
 
getSrc() - Method in class com.uc4.communication.requests.GetRestEndpoints
 
getSrc() - Method in class com.uc4.communication.requests.GetSessionTZ
 
getSrc() - Method in class com.uc4.communication.requests.GetStaticVaraRows
 
getSrc() - Method in class com.uc4.communication.requests.GetStorageItems
 
getSrc() - Method in class com.uc4.communication.requests.GetSyncMonitor
 
getSrc() - Method in class com.uc4.communication.requests.GetSyncUsage
 
getSrc() - Method in class com.uc4.communication.requests.GetUnreadMessages
 
getSrc() - Method in class com.uc4.communication.requests.GetWPProperties
 
getSrc() - Method in class com.uc4.communication.requests.GroupMonitor
 
getSrc() - Method in class com.uc4.communication.requests.IgnoreAgentResources
 
getSrc() - Method in class com.uc4.communication.requests.IgnoreConditions
 
getSrc() - Method in class com.uc4.communication.requests.IgnoreQueueLimit
 
getSrc() - Method in class com.uc4.communication.requests.IgnoreTaskSyncCondition
 
getSrc() - Method in class com.uc4.communication.requests.ILMList
 
getSrc() - Method in class com.uc4.communication.requests.ImportObject
 
getSrc() - Method in class com.uc4.communication.requests.JobPlanMonitor
 
getSrc() - Method in class com.uc4.communication.requests.LatestReport
 
getSrc() - Method in class com.uc4.communication.requests.LicenseList
Deprecated.
 
getSrc() - Method in class com.uc4.communication.requests.LinkTo
 
getSrc() - Method in class com.uc4.communication.requests.MessageList
 
getSrc() - Method in class com.uc4.communication.requests.ModifyNotificationMonitor
 
getSrc() - Method in class com.uc4.communication.requests.ModifyProcessFlowMonitor
 
getSrc() - Method in class com.uc4.communication.requests.ModifyQueue
 
getSrc() - Method in class com.uc4.communication.requests.ModifyQueueStatus
 
getSrc() - Method in class com.uc4.communication.requests.ModifyRecurringTask
 
getSrc() - Method in class com.uc4.communication.requests.ModifyStartTime
 
getSrc() - Method in class com.uc4.communication.requests.ModifyTaskPriority
 
getSrc() - Method in class com.uc4.communication.requests.ModifyTaskState
 
getSrc() - Method in class com.uc4.communication.requests.ModifyUISettings
 
getSrc() - Method in class com.uc4.communication.requests.MoveAgentAssignment
 
getSrc() - Method in class com.uc4.communication.requests.MoveObject
 
getSrc() - Method in class com.uc4.communication.requests.MoveUserToClient
 
getSrc() - Method in class com.uc4.communication.requests.MQMemList
 
getSrc() - Method in class com.uc4.communication.requests.NavigatorAgentTree
 
getSrc() - Method in class com.uc4.communication.requests.NavigatorCATree
 
getSrc() - Method in class com.uc4.communication.requests.NavigatorQueueTree
 
getSrc() - Method in class com.uc4.communication.requests.NavigatorStatusTree
 
getSrc() - Method in class com.uc4.communication.requests.NavigatorZDUTree
 
getSrc() - Method in class com.uc4.communication.requests.NotificationMonitor
 
getSrc() - Method in class com.uc4.communication.requests.NotificationState
 
getSrc() - Method in class com.uc4.communication.requests.ObjectStatistics
 
getSrc() - Method in class com.uc4.communication.requests.OpenObject
 
getSrc() - Method in class com.uc4.communication.requests.OpenProcessFlowModification
 
getSrc() - Method in class com.uc4.communication.requests.ParentStatistics
 
getSrc() - Method in class com.uc4.communication.requests.PreviewAssignment
 
getSrc() - Method in class com.uc4.communication.requests.PreviewVariable
 
getSrc() - Method in class com.uc4.communication.requests.PromptInputHelp
 
getSrc() - Method in class com.uc4.communication.requests.QuarantineList
 
getSrc() - Method in class com.uc4.communication.requests.QueryData
 
getSrc() - Method in class com.uc4.communication.requests.QueueList
 
getSrc() - Method in class com.uc4.communication.requests.QuickSearch
 
getSrc() - Method in class com.uc4.communication.requests.QuitTask
 
getSrc() - Method in class com.uc4.communication.requests.RefreshCockpitMonitor
 
getSrc() - Method in class com.uc4.communication.requests.RefreshServiceManagerScan
 
getSrc() - Method in class com.uc4.communication.requests.ReleaseManually
 
getSrc() - Method in class com.uc4.communication.requests.ReleaseQuarantineMessage
 
getSrc() - Method in class com.uc4.communication.requests.ReloadNextTurnaround
 
getSrc() - Method in class com.uc4.communication.requests.RemoteRestart
 
getSrc() - Method in class com.uc4.communication.requests.RemoveJobPlanBreakPoint
 
getSrc() - Method in class com.uc4.communication.requests.RenameObject
 
getSrc() - Method in class com.uc4.communication.requests.RenewTransferKey
 
getSrc() - Method in class com.uc4.communication.requests.ReplaceObject
 
getSrc() - Method in class com.uc4.communication.requests.Report
 
getSrc() - Method in class com.uc4.communication.requests.ReportTypeList
 
getSrc() - Method in class com.uc4.communication.requests.RerunWorkflow
 
getSrc() - Method in class com.uc4.communication.requests.ResetLastRuntimes
 
getSrc() - Method in class com.uc4.communication.requests.ResetOpenFlag
 
getSrc() - Method in class com.uc4.communication.requests.ResetScheduleTask
 
getSrc() - Method in class com.uc4.communication.requests.RestartTask
 
getSrc() - Method in class com.uc4.communication.requests.RestoreObject
 
getSrc() - Method in class com.uc4.communication.requests.RestoreObjectVersion
 
getSrc() - Method in class com.uc4.communication.requests.ResumeClient
 
getSrc() - Method in class com.uc4.communication.requests.ResumeTask
 
getSrc() - Method in class com.uc4.communication.requests.RollbackTask
 
getSrc() - Method in class com.uc4.communication.requests.RollbackTo
 
getSrc() - Method in class com.uc4.communication.requests.RunJobPlanTask
 
getSrc() - Method in class com.uc4.communication.requests.RunScheduledTask
 
getSrc() - Method in class com.uc4.communication.requests.SaveAgentAssignment
 
getSrc() - Method in class com.uc4.communication.requests.SaveObject
 
getSrc() - Method in class com.uc4.communication.requests.ScheduleMonitor
 
getSrc() - Method in class com.uc4.communication.requests.SearchObject
 
getSrc() - Method in class com.uc4.communication.requests.ServerList
 
getSrc() - Method in class com.uc4.communication.requests.ServiceFulfillmentList
 
getSrc() - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList
 
getSrc() - Method in class com.uc4.communication.requests.SetAgentGroupMonitorProperties
 
getSrc() - Method in class com.uc4.communication.requests.SetAgentGroupProperties
 
getSrc() - Method in class com.uc4.communication.requests.SetAgentProperties
 
getSrc() - Method in class com.uc4.communication.requests.SetCPProperties
 
getSrc() - Method in class com.uc4.communication.requests.SetGroupMonitorProperties
 
getSrc() - Method in class com.uc4.communication.requests.SetHostAuthorizations
 
getSrc() - Method in class com.uc4.communication.requests.SetJobPlanBreakPoint
 
getSrc() - Method in class com.uc4.communication.requests.SetJobPlanTaskActive
 
getSrc() - Method in class com.uc4.communication.requests.SetJobPlanTaskInactive
 
getSrc() - Method in class com.uc4.communication.requests.SetObjectProperties
 
getSrc() - Method in class com.uc4.communication.requests.SetStaticVaraRows
 
getSrc() - Method in class com.uc4.communication.requests.SetSyncMonitor
 
getSrc() - Method in class com.uc4.communication.requests.SetWPProperties
 
getSrc() - Method in class com.uc4.communication.requests.SetZDUStep
 
getSrc() - Method in class com.uc4.communication.requests.ShowQuarantineMessage
 
getSrc() - Method in class com.uc4.communication.requests.StartHost
 
getSrc() - Method in class com.uc4.communication.requests.StartILM
 
getSrc() - Method in class com.uc4.communication.requests.StartServer
 
getSrc() - Method in class com.uc4.communication.requests.StopILM
 
getSrc() - Method in class com.uc4.communication.requests.SubmitForm
 
getSrc() - Method in class com.uc4.communication.requests.SubmitPrompt
 
getSrc() - Method in class com.uc4.communication.requests.SuspendClient
 
getSrc() - Method in class com.uc4.communication.requests.SuspendTask
 
getSrc() - Method in class com.uc4.communication.requests.SwitchOutILM
 
getSrc() - Method in class com.uc4.communication.requests.SynchronizeLDAP
 
getSrc() - Method in class com.uc4.communication.requests.SystemWorkload
 
getSrc() - Method in class com.uc4.communication.requests.TaskDetails
 
getSrc() - Method in class com.uc4.communication.requests.TaskList
 
getSrc() - Method in class com.uc4.communication.requests.TaskPromptSetContent
 
getSrc() - Method in class com.uc4.communication.requests.TaskPromptSetNames
 
getSrc() - Method in class com.uc4.communication.requests.TaskStatistics
 
getSrc() - Method in class com.uc4.communication.requests.TemplateList
 
getSrc() - Method in class com.uc4.communication.requests.TerminateAgentGroup
 
getSrc() - Method in class com.uc4.communication.requests.TerminateHost
 
getSrc() - Method in class com.uc4.communication.requests.TerminateServer
 
getSrc() - Method in class com.uc4.communication.requests.TransportObject
 
getSrc() - Method in class com.uc4.communication.requests.UnblockJobPlanTask
 
getSrc() - Method in class com.uc4.communication.requests.UnblockWorkflow
 
getSrc() - Method in class com.uc4.communication.requests.UnregisterTask
 
getSrc() - Method in class com.uc4.communication.requests.UploadBinary
 
getSrc() - Method in class com.uc4.communication.requests.UserList
 
getSrc() - Method in class com.uc4.communication.requests.VersionControlList
 
getSrc() - Method in class com.uc4.communication.requests.XMLRequest
Returns the request source.
getSrc() - Method in class com.uc4.communication.requests.ZDUControl
 
getSrc() - Method in class com.uc4.communication.requests.ZduStep
 
getSrc() - Method in class com.uc4.communication.requests.ZduWizard
 
getSslContext() - Method in class com.uc4.communication.ConnectionAttributes
The ssl-context that was used to establish this connection
getStageId() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the name of an individual staging table (MS SQL Server).
getStart() - Method in class com.uc4.api.AbstractTask
Deprecated.
use getStartTime() instead
getStart() - Method in class com.uc4.api.systemoverview.ILMHistoryItem
Returns the time as of when data records have been stored in the partition.
getStart() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns the time as of when data records have been stored in the partition.
getStartAction() - Method in class com.uc4.api.objects.SyncItem
Returns the action that should be carried out when the task starts.
getStartDST() - Method in class com.uc4.api.objects.TimeZoneAttributes
Returns the TimeChangeRule when the daylight saving time (DST) starts.
getStartMonth() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns the number of the start month of the monthly interval.
getStartTask() - Method in class com.uc4.api.objects.JobPlan
Returns the START-task of this JobPlan.
getStartTask() - Method in class com.uc4.api.objects.WorkflowIF
Returns the Start Task of an IF.
getStartTask() - Method in class com.uc4.api.objects.WorkflowLoop
Returns the Start Task of this FOR EACH workflow.
getStartTask() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the start task.
getStartTime() - Method in class com.uc4.api.AbstractTask
Returns the date and time of object start.
getStartTime() - Method in class com.uc4.api.objects.ScheduleTask
Returns the start time of this task.
getStartTime() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the date and time of object start.
getStartTime() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns the start time of this notification.
getStartTime() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Return the start time of the task.
getStartTime() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
getStartTime() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the start time of this notification.
getStartTime() - Method in class com.uc4.communication.requests.ScheduleMonitor
 
getStartTime() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Return the start time of the task.
getStartTimestamp() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
getStartType() - Method in class com.uc4.api.AbstractTask
Returns the method used for the start.
getStartType() - Method in class com.uc4.api.objects.EventAttributes
Returns the start type of this Job.
getStartType() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns the start type of this Job.
getStartType() - Method in class com.uc4.api.objects.JobAttributes
Returns the start type of this Job.
getStartType() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the start type of this JobPlan.
getStartType() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the start type of this Notification.
getStartType() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the start type of this job.
getStartType() - Method in class com.uc4.api.objects.ScriptAttributes
Returns the start type of this Script.
getStartWeek() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns the start week for the interval.
getStartYear() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns the start year for the interval.
getState() - Method in class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
getState() - Method in class com.uc4.api.objects.SyncState
Returns the name of the state.
getState() - Method in class com.uc4.api.objects.TaskState
Return the TaskState state.
getState() - Method in class com.uc4.api.StatisticSearchItem
Returns the task status which has ended the object in a language independent format.
getStateIcon() - Method in class com.uc4.api.AbstractTask
Returns a description of the status.
getStateIcon() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns a description of the used icon for the specific task status.
getStatementDB2() - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Returns the SQL statement for DB2.
getStatementDB2() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Returns the SQL statement for DB2.
getStatementMsSQL() - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Returns the SQL statement for MS SQL.
getStatementMsSQL() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Returns the SQL statement for MS SQL.
getStatementOracle() - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Returns the SQL statement for Oracle.
getStatementOracle() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Returns the SQL statement for Oracle.
getStatementPostgres() - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Returns the SQL statement for Postgres.
getStatementPostgres() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Returns the SQL statement for Postgres.
getStaticValue() - Method in class com.uc4.api.objects.DatabaseEventValue
 
GetStaticVaraRows - Class in com.uc4.communication.requests
Returns a list of rows according to the specified key-filters supplied by the constructor.
GetStaticVaraRows(UC4ObjectName, String...) - Constructor for class com.uc4.communication.requests.GetStaticVaraRows
Creates a new instance of the GetStaticVaraRows request.
getStatus() - Method in class com.uc4.api.AbstractTask
Returns the status of this task as String which is independent on the logon language.
getStatus() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
getStatus() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
getStatus() - Method in class com.uc4.api.objects.CheckProcessCondition
 
getStatus() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Returns the Job status.
getStatus() - Method in class com.uc4.api.objects.StatusCondition
 
getStatus() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the status of this task.
getStatus() - Method in class com.uc4.api.systemoverview.QuarantineListItem
 
getStatus() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getStatus() - Method in class com.uc4.api.TaskFilter
Returns the selected status.
getStatus() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the selected status for tasks.
getStatus() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns the status of this task as String which is independent on the logon language.
getStatus() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the 1st status value of this task as String which is independent on the logon language.
getStatus() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentLeaf
Returns the status of the Agent (Active or Inactive), or null if the ITreeItem represents a node.
getStatus() - Method in class com.uc4.communication.requests.NavigatorQueueTree.QueueLeaf
Returns the status of the Queue (Green, Yellow or Red).
getStatus() - Method in class com.uc4.communication.requests.NotificationMonitor.CallStatus
Returns the status of this task.
getStatus() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the status of this task as String which is independent on the logon language.
getStatus2() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the 2nd status value (nullable) of this task as String which is independent on the logon language.
getStatusByMail() - Method in class com.uc4.api.objects.AttributesSAP
Returns the report status by mail:
getStatusCode() - Method in class com.uc4.api.AbstractTask
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.communication.requests.GroupMonitor
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.communication.requests.NotificationMonitor.CallStatus
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the status of the notification.
getStatusCode() - Method in class com.uc4.communication.requests.ScheduleMonitor
Returns the status of the task as integer.
getStatusCode() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the status of the task as integer.
getStatusForExternalTasks() - Method in class com.uc4.communication.ProcessFlowSettings
Returns the default status for external tasks in a ProcessFlow.
getStatusForInternalTasks() - Method in class com.uc4.communication.ProcessFlowSettings
Returns the default status for tasks in a ProcessFlow.
getStatusIcon(int, int) - Static method in class com.uc4.api.AbstractTask
Creates a status icon based on the status code.
getStatusText() - Method in class com.uc4.api.AbstractTask
Returns a description of the status.
getStatusText() - Method in class com.uc4.api.objects.OutputScanFilter
Returns the status text that is used for the task's remote status when the filter definition applies.
getStatusText() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns a description of the status.
getStatusText() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns a description of the status.
getStatusText() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Returns a description of the status.
getStatusText() - Method in class com.uc4.communication.requests.ILMList
 
getStatusText() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns a description of the status.
getStatusText() - Method in class com.uc4.communication.requests.NotificationMonitor.CallStatus
Returns a description of the status.
getStatusText() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns a description of the status.
getStatusWithinParentText() - Method in class com.uc4.api.Task
Returns the state of the task within his parent task which can be a Workflow of any type: Standard, IF or ForEach.
getStepList() - Method in class com.uc4.api.objects.Runtime
Returns teh OS 390 Step List.
getStepName() - Method in class com.uc4.api.objects.StepListItem
 
getStorageId() - Method in class com.uc4.api.StorageItem
Returns the oh idnr of the parent storage
GetStorageItems - Class in com.uc4.communication.requests
Lists all resources from a storage object.
GetStorageItems(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetStorageItems
Construct this object and set requested storage name.
getStoreName() - Method in class com.uc4.api.objects.RuleEventSetting
Provides the Store object which this Event is linked to.
getString(String) - Method in class com.uc4.communication.requests.QueryData.Row
Returns the value of a column as String.
getStylesheet() - Method in class com.uc4.api.objects.Stylesheet
Returns the content of the "XSL" tab.
getSubFolder(String, boolean) - Method in interface com.uc4.api.objects.IFolder
Returns a subfolder with the specified name.
getSubFolder(String, boolean) - Method in class com.uc4.util.FolderImpl
 
getSubject() - Method in class com.uc4.api.objects.NotificationSettings
 
getSubject() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the subject of the message text.
getSubType() - Method in class com.uc4.api.FolderListItem
Returns the subtype of the object if available.
getSubType() - Method in class com.uc4.api.objects.Header
Returns the subtype of the object as String.
getSubType() - Method in class com.uc4.api.objects.JobPlanTask
Gets the object Subtype of this task.
getSubType() - Method in class com.uc4.api.objects.XHeader
Returns the subtype of the object as String.
getSubType() - Method in class com.uc4.api.Template
Returns the sub-type of the template.
getSubType() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the sub-type of the object.
getSubType() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the SubType of the Workflow.
getSubType() - Method in class com.uc4.communication.requests.PreviewVariable
Returns the type of the variable.
getSw() - Method in class com.uc4.api.objects.ResourceItem
Return the SW (from PlatformSwHwType) of the resource.
getSw() - Method in enum com.uc4.api.PlatformSwHwType
Return the SW.
GetSyncMonitor - Class in com.uc4.communication.requests
This request can be used to read the current state and value of a SYNC object.
GetSyncMonitor(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetSyncMonitor
Creates a new GetSyncMonitor.
getSyncObject() - Method in class com.uc4.api.objects.SyncItem
Returns the name of a Sync object with which the task should be synchronized.
GetSyncUsage - Class in com.uc4.communication.requests
Returns a list of SYNC Object names that are currently used.
GetSyncUsage() - Constructor for class com.uc4.communication.requests.GetSyncUsage
Creates a new GetSyncUsage request for all current used objects.
GetSyncUsage(int) - Constructor for class com.uc4.communication.requests.GetSyncUsage
Creates a new GetSyncUsage request that returns SYNC objects used by a specified RunID.
getSystemName() - Method in class com.uc4.api.objects.ConsoleOS390
 
getSystemName() - Method in class com.uc4.communication.ConnectionAttributes
 
getSystemName() - Method in class com.uc4.communication.requests.CreateSession
Returns the name of the UC4 system.
getSystemNumber() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the system number or -1 if not set.
getTagName() - Method in class com.uc4.api.objects.PromptElement
 
getTagName() - Method in class com.uc4.api.prompt.CheckGroupElement
 
getTagName() - Method in class com.uc4.api.prompt.ComboElement
 
getTagName() - Method in class com.uc4.api.prompt.DateElement
 
getTagName() - Method in class com.uc4.api.prompt.LabelElement
 
getTagName() - Method in class com.uc4.api.prompt.NumberElement
 
getTagName() - Method in class com.uc4.api.prompt.RadioGroupElement
 
getTagName() - Method in class com.uc4.api.prompt.TextElement
 
getTagName() - Method in class com.uc4.api.prompt.TimeElement
 
getTagName() - Method in class com.uc4.api.prompt.TimeStampElement
 
getTargetSystem() - Method in class com.uc4.api.objects.AttributesSAP
Returns the target system in SAP.
getTask() - Method in class com.uc4.api.objects.JobPlanTaskDependency
Returns the predecessor task.
getTask() - Method in class com.uc4.api.objects.RollbackAction
Returns the task to rollback.
getTaskByLnr(String) - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the task with the specified activation number.
getTaskByRunID(int) - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the task with the specified runID.
getTaskByRunIDWithType(int, String) - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the task with the specified runID and Type.
getTaskByUserDefinedID(String) - Method in class com.uc4.api.objects.JobPlan
Returns a worfkflow task with the specified ID.
getTaskByUserDefinedID(String) - Method in class com.uc4.api.objects.WorkflowIF
Returns a worfkflow task with the specified ID.
getTaskByUserDefinedID(String) - Method in class com.uc4.api.objects.WorkflowLoop
Returns a worfkflow task with the specified ID.
getTaskClient() - Method in class com.uc4.api.AbstractTask
Returns the client of the task in the Automation Engine.
getTaskIcon() - Method in class com.uc4.api.objects.JobPlanTask
Return the Task Icon
getTaskID() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns a unique ID of a task.
getTaskMonitorType() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Method to fetch the task Monitor type.
getTaskName() - Method in interface com.uc4.api.objects.ITaskItem
Gets the name of this Schedule or Workflow task.
getTaskName() - Method in class com.uc4.api.objects.JobPlanTask
Gets the name of this JobPlan task.
getTaskName() - Method in class com.uc4.api.objects.ScheduleTask
 
getTaskPosition() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns the position of the task in the Schedule
getTaskPriority() - Method in class com.uc4.api.systemoverview.ClientListItem
Default value of the priority set for the client in the UC4 Variable UC_CLIENT_SETTINGS.
getTaskStatus() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getTaskTitle() - Method in class com.uc4.api.objects.JobPlanTask
Return the Title of the Task
getTcpIPAddressFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the TCP/IP address filter.
getTemplate() - Method in class com.uc4.communication.requests.CreateObject
Returns the template which is used to create the object in UC4.
getTemplate(String) - Method in class com.uc4.communication.requests.TemplateList
Returns a Template given template name or null if the template was not found.
getTemplateFor(String) - Static method in class com.uc4.api.Template
Returns the Template for a specified object type null if a matching Template could not be found.
getTemplateName() - Method in class com.uc4.api.Template
Returns the name of the template.
getTestAgentName() - Method in class com.uc4.api.objects.RAConnection
Returns the name of an RA Agent which is able to use this connection.
getTestOptions() - Method in class com.uc4.communication.requests.GetExecuteOnce
Returns the TestOptions which are used when restarting the task or null if the TestOptions are not set.
getTestOptions() - Method in class com.uc4.communication.requests.RestartTask
Returns the TestOptions which are used when restarting the task or null if the TestOptions are not set.
getText() - Method in class com.uc4.api.MessageBox
Returns the translated message text.
getText() - Method in class com.uc4.api.objects.AbortAction
 
getText() - Method in class com.uc4.api.objects.BlockAction
 
getText() - Method in class com.uc4.api.objects.ModifyStateAction
 
getText() - Method in class com.uc4.api.objects.SkipTaskAction
 
getText() - Method in class com.uc4.api.servicefulfillment.ViolationReason
Returns the translated message text.
getText() - Method in class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
get the trace flag text information
getText() - Method in class com.uc4.api.TraceOptions.TraceFlag
get the trace flag text information
getText() - Method in class com.uc4.api.TranslatedMessage
Returns the translated message text.
getText() - Method in class com.uc4.communication.AsyncMessage
Returns the translatet text.
getText() - Method in class com.uc4.communication.requests.GetComments.Comment
Returns the comment text.
getText() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the caption of the prompt set.
getTextDocuNames() - Method in class com.uc4.api.objects.DocuContainer
 
getThreshold1() - Method in class com.uc4.api.objects.CockpitThresholds
Returns the maximal value for lowest indicator.
getThreshold2() - Method in class com.uc4.api.objects.CockpitThresholds
Returns the maximal value for middle indicator (yellow area).
getThresholdValue() - Method in class com.uc4.api.systemoverview.CacheListItem
Deprecated.
please use getThresholdValueLong() with long return value
getThresholdValueLong() - Method in class com.uc4.api.systemoverview.CacheListItem
Limit for the cache's memory release.
getTime() - Method in class com.uc4.api.DateTime
Returns the time in the format hh:mm as String.
getTime() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
getTime() - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Returns the checkpoint time.
getTime() - Method in class com.uc4.api.objects.JobPlanEarliest
Returns the earliest start time.
getTime() - Method in class com.uc4.api.objects.MaximumRuntime
Returns the time when the task must be finished.
getTime() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns the checkpoint time.
getTime() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
getTime() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
getTimeDifference() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the time difference between Agent and Automation Engine system.
getTimeDifference() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the time difference between the computer on which the server process is running and the Automation Engine.
getTimeFormat() - Method in class com.uc4.api.objects.VariableAttributes
Returns the output format of a time.
getTimeFrame() - Method in class com.uc4.api.TaskFilter
Returns the selected Time Frame.
getTimeframeEnd() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the end time which was set using the method setTimeframe.
getTimeframeEnd() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getTimeframeStart() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the start time which was set using the method setTimeframe.
getTimeframeStart() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getTimeInMillis() - Method in class com.uc4.api.DateTime
Gets this DateTime's value as long.
getTimeOffset() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
getTimeOfSingleExecution() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns the start time that has been set using the method setAtTime.
getTimeOfSingleExecution() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
getTimeout() - Method in class com.uc4.communication.Connection
Returns the timeout for synchronous application.
getTimeoutSeconds() - Method in class com.uc4.api.objects.JobPlanExternal
Returns the time span that should be waited.
getTimerControlMinutes() - Method in class com.uc4.api.objects.EventSettings
Returns the interval in minutes.
getTimerControlMinutes() - Method in class com.uc4.api.objects.FileSystem
Returns the interval in minutes.
getTimerControlStartTime() - Method in class com.uc4.api.objects.EventSettings
Gets the start time of the event.
getTimerControlStartTime() - Method in class com.uc4.api.objects.FileSystem
Gets the start time of the event.
getTimestamp() - Method in class com.uc4.api.systemoverview.MessageListItem
 
getTimestamp() - Method in class com.uc4.api.systemoverview.QuarantineListItem
 
getTimestamp() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the timestamp of this event.
getTimestamp() - Method in class com.uc4.communication.requests.GetComments.Comment
Returns the timestamp of the comment.
getTimestampFormat() - Method in class com.uc4.api.objects.VariableAttributes
Returns the output format of timestamps.
getTimestampFrom() - Method in class com.uc4.api.TaskFilter
Returns the From timestamp for the Activation.
getTimestampTo() - Method in class com.uc4.api.TaskFilter
Returns the To timestamp for the Activation.
getTimeUnit() - Method in class com.uc4.api.TaskFilter
Returns the TimeUnit for the last Activations.
getTimeUsed() - Method in class com.uc4.api.systemoverview.CacheListItem
Total time consumed by the work processes for calling the cache.
getTimeWithSeconds() - Method in class com.uc4.api.DateTime
Returns the time including seconds.
getTimezone() - Method in class com.uc4.api.objects.AttributesSLO
Returns the time zone of this SLO Object.
getTimezone() - Method in class com.uc4.api.objects.Client
Returns the time zone of this client.
getTimezone() - Method in class com.uc4.api.objects.EventAttributes
Returns the TimeZone that is to be used.
getTimeZone() - Method in class com.uc4.api.objects.ExecuteRecurring
 
getTimezone() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.getTimezone of this group instead
getTimezone() - Method in class com.uc4.api.objects.GroupAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.JobAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.JobPlanEarliest
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.MaximumRuntime
Returns the time zone which is used for the current date.
getTimezone() - Method in class com.uc4.api.objects.NotificationAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.QueueAttributes
 
getTimezone() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.ScriptAttributes
Returns the TimeZone that is to be used.
getTimezone() - Method in class com.uc4.api.objects.UserAttributes
Returns the TimeZone to be used for this user following System logon.
getTimezone() - Method in class com.uc4.api.systemoverview.ClientListItem
Time zone valid in this client.
getTimezone() - Method in class com.uc4.communication.requests.GetExecuteOnce
 
getTimezone() - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
returns Timezone for Group monitor
getTimeZone() - Method in class com.uc4.communication.requests.GetSessionTZ
Returns the timezone of the connected user.
getTimezone() - Method in class com.uc4.communication.TimeSettings
The TimeZone that is specified here only serves display reasons (for example, for the Message Wwindow).
getTimezoneText() - Method in class com.uc4.communication.requests.TaskPromptSetNames
Returns the timezone information.
getTitle() - Method in class com.uc4.api.ComponentWorkflowObjectName
Returns the title of the template.
getTitle() - Method in class com.uc4.api.FolderListItem
Returns the title of this Automation Engine Object.
getTitle() - Method in class com.uc4.api.objects.Header
Returns the title of the object.
getTitle() - Method in interface com.uc4.api.objects.IFolder
Returns the title of the folder.
getTitle() - Method in class com.uc4.api.objects.XHeader
Returns the title of the object.
getTitle() - Method in class com.uc4.api.QuickSearchItem
Returns the title of the object.
getTitle() - Method in class com.uc4.api.SearchResultItem
Returns the title of the object.
getTitle() - Method in class com.uc4.api.ServiceLevelObjectiveListItem
Returns the title of the object.
getTitle() - Method in class com.uc4.api.systemoverview.AgentAssignmentListItem
Returns the title on the header tab of the HSTA object.
getTitle() - Method in class com.uc4.api.systemoverview.ClientListItem
Title specified in the client object.
getTitle() - Method in class com.uc4.api.VersionControlListItem
 
getTitle() - Method in class com.uc4.communication.requests.CreateObject
Returns the title of the FOLD object, never null.
getTitle() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the title of the object.
getTitle() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the title of the UC4 Object.
getTitle() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Returns the title of the object.
getTitle() - Method in class com.uc4.communication.requests.GetSessionTZ
Returns the title of the Session TimeZone.
getTitle() - Method in class com.uc4.util.FolderImpl
 
getTitleOrName() - Method in class com.uc4.api.objects.JobPlanTask
Return the Task Title if available else the name of the task object
getTlsFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the TLS Agent filter
getTo() - Method in class com.uc4.api.objects.EventCalendarItem
 
getTo() - Method in class com.uc4.api.objects.QueueExceptionCondition
Returns the end of the validity period.
getToDate() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the until date for the selection.
getToDate() - Method in class com.uc4.communication.requests.SearchObject
Returns the end of the date range.
getToken() - Method in class com.uc4.communication.ConnectionAttributes
Returns a logon token which can be used instead of a password.
getToken() - Method in class com.uc4.communication.requests.CreateSession
Returns a token which can be used instead of a passwort for future logons with the same UC4 user.
getTokenAgent() - Method in class com.uc4.communication.ConnectionAttributes
Returns the Agent name if the API is used within an UC4 Agent.
getToolbarLabel() - Method in class com.uc4.communication.GeneralSettings
Returns the location of the toolbar label.
getTooltip() - Method in class com.uc4.api.objects.PromptElement
Returns the tooltip of this Prompt Element.
getTooltip() - Method in class com.uc4.api.prompt.NumberElement
Returns the tooltip of this Prompt Element.
getTop() - Method in class com.uc4.api.objects.CockpitControl
Returns the distance to the top.
getTopRunID() - Method in class com.uc4.api.TaskFilter
Returns the filter for a top RunID.
getTopRunID() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the selected topRunID.
getTotalWorkload() - Method in class com.uc4.communication.requests.SystemWorkload
Returns a WorkloadItem which represents the total system workload.
getTraceFileTrigger() - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
getTraceFlag(int) - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the trace flag value.
getTraceFlag(int) - Method in class com.uc4.communication.requests.GetCPProperties
Returns the trace flag value.
getTraceFlag(int) - Method in class com.uc4.communication.requests.GetWPProperties
Returns the trace flag value.
getTraceFlagDescription(int) - Method in class com.uc4.communication.requests.GetAgentProperties
Returns a detailed description of a trace flag.
getTraceFlagDescription(int) - Method in class com.uc4.communication.requests.GetCPProperties
Returns a detailed description of a trace flag.
getTraceFlagDescription(int) - Method in class com.uc4.communication.requests.GetWPProperties
Returns a detailed description of a trace flag.
getTraceFlags() - Method in class com.uc4.api.TraceOptions
 
getTraceFlags() - Method in class com.uc4.communication.requests.GetQuarantineMessage
Gets the trace flags.
getTraceFlagsSize() - Method in class com.uc4.communication.requests.GetAgentProperties
returns the length of the trace flag array
getTraceFlagsSize() - Method in class com.uc4.communication.requests.GetCPProperties
returns the length of the trace flag array
getTraceFlagsSize() - Method in class com.uc4.communication.requests.GetWPProperties
returns the length of the trace flag array
getTraceFlagText(int) - Method in class com.uc4.communication.requests.GetAgentProperties
Returns the caption of a trace flag.
getTraceFlagText(int) - Method in class com.uc4.communication.requests.GetCPProperties
Returns the caption of a trace flag.
getTraceFlagText(int) - Method in class com.uc4.communication.requests.GetWPProperties
Returns the caption of a trace flag.
getTraceListener() - Method in class com.uc4.communication.Connection
Returns the listener of trace message or null if the trace is not enabled.
getTraceType() - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
getTraceType() - Method in class com.uc4.api.TraceOptions
get the trace type (file or memory)
getTraceType() - Method in class com.uc4.communication.requests.GetAgentProperties
returns the trace type
getTraceType() - Method in class com.uc4.communication.requests.GetCPProperties
returns the trace type
getTraceType() - Method in class com.uc4.communication.requests.GetWPProperties
returns the trace type
getTrafficLight() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
getTranslator() - Method in class com.uc4.communication.ConnectionAttributes
Returns the message translator.
getTransportFolder() - Method in class com.uc4.communication.requests.FolderTree
Returns an IFolder object which represents the transport case folder.
getTrigger() - Method in class com.uc4.communication.requests.GetAgentProperties
returns the trigger string
getTriggerText() - Method in class com.uc4.api.systemoverview.WPTraceOptions
get the trace trigger text
getTriggerText() - Method in class com.uc4.communication.requests.GetWPProperties
returns the trigger text
getTriggerType() - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
getTriggerType() - Method in class com.uc4.communication.requests.GetAgentProperties
returns the trigger type
getTrustedIPs() - Method in class com.uc4.api.objects.HostAttributes
Returns a String containing all trusted IPs separated by semicolon.
getTurnaround() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns the turn around time of the Schedule.
getType() - Method in class com.uc4.api.AbstractTask
Returns the type of the object.
getType() - Method in class com.uc4.api.FolderListItem
Returns the type of this Automation Engine Object.
getType() - Method in class com.uc4.api.MessageBox
Returns the type of the message.
getType() - Method in class com.uc4.api.objects.AbstractDocumentation
 
getType() - Method in class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
getType() - Method in class com.uc4.api.objects.ConsoleWindows
 
getType() - Method in class com.uc4.api.objects.DeactivateCondition
Deactivate option.
getType() - Method in interface com.uc4.api.objects.IFolder
Returns the type of this folder CLNT ...
getType() - Method in interface com.uc4.api.objects.ITaskItem
Returns the object type of this task.
getType() - Method in class com.uc4.api.objects.JobPlanTask
 
getType() - Method in class com.uc4.api.objects.OCVPanel.CITValue
Returns the type of this panel.
getType() - Method in class com.uc4.api.objects.ScheduleTask
 
getType() - Method in class com.uc4.api.objects.UC4Object
Returns the type of the object, for example JOBP, VARA or SCRI.
getType() - Method in class com.uc4.api.objects.UserRight
Returns the object type.
getType() - Method in class com.uc4.api.SearchResultItem
Deprecated.
Use getObjectType instead
getType() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the type of the UC4 object.
getType() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the process type.
getType() - Method in class com.uc4.api.TaskPromptSetName
Returns the type of this prompt.
getType() - Method in class com.uc4.api.Template
Returns the object type of the template.
getType() - Method in class com.uc4.api.TranslatedMessage
Returns the type of the message.
getType() - Method in class com.uc4.communication.AsyncMessage
Returns a single character which represents the type of this message.
getType() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the type of the change.
getType() - Method in class com.uc4.communication.requests.GetReplaceList
Returns the type of the AE Object.
getType() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Return Object's Type.
getType() - Method in class com.uc4.communication.requests.OpenObject
Returns the type of the object.
getType() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the type of this prompt.
getType() - Method in class com.uc4.util.FolderImpl
 
getTypeIcon() - Method in class com.uc4.api.AbstractTask
Returns a description of the status.
getTypeNumber() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getTypeText() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Translated type text, for example Email, Message, Request or Alert.
getTypeText() - Method in class com.uc4.communication.requests.NotificationMonitor
Translated type text, for example Email, Message, Request or Alert.
getUC4Client() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the SAP client.
getUC4Department() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the name of the UC4 department.
getUC4Object() - Method in class com.uc4.communication.requests.OpenObject
Returns a subclass of UC4Object or null if the object could not be opened or is not supported.
getUC4User() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the name of the UC4 user.
getUnit() - Method in class com.uc4.api.objects.FileSystem
 
GetUnreadMessages - Class in com.uc4.communication.requests
Returns a list of unread messages.
GetUnreadMessages() - Constructor for class com.uc4.communication.requests.GetUnreadMessages
 
getUpdateCount() - Method in class com.uc4.communication.requests.SetHostAuthorizations
 
getUrgency() - Method in class com.uc4.api.objects.AttributesGCOS8
Returns the priority with which the Job should be executed.
getURL() - Method in class com.uc4.api.objects.SAPConnectionHTTP
Returns the URL of the Service (XI, JXBP, SLD).
getURL() - Method in class com.uc4.communication.requests.GetRestEndpoints.RestEndpoint
Provides URL for a REST endpoint.
getUsage() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns the number of licenses that are used.
getUsageCount() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the number of usages on this object.
getUsageType() - Method in class com.uc4.api.StorageItem
Returns the specified usage type of the resource.
getUse() - Method in class com.uc4.api.SearchResultItem
Returns a String containing information where the object is used.
getUse() - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Returns where the object is used.
getUsedCount() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getUser() - Method in class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
getUser() - Method in class com.uc4.api.objects.DatabaseConnection
 
getUser() - Method in class com.uc4.api.objects.SAPConnectionHTTP
Returns the name of the user.
getUser() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the name of the batch user.
getUser() - Method in class com.uc4.api.StatisticSearchItem
Deprecated.
use getUserName() instead
getUser() - Method in class com.uc4.api.Task
Deprecated.
use getUserName() instead
getUser() - Method in class com.uc4.api.TaskFilter
Returns the selected user.
getUser() - Method in class com.uc4.communication.requests.CheckUserPrivileges.Candidate
Returns the name of the user.
getUser() - Method in class com.uc4.communication.requests.GetComments.Comment
Returns the name of the UC4 user which made the comment.
getUser() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Return the user of the task.
getUserCache() - Method in class com.uc4.communication.requests.GetWPProperties
returns user cache
getUserCacheActual() - Method in class com.uc4.communication.requests.GetWPProperties
returns Actual User cache
getUserDefinedID() - Method in class com.uc4.api.objects.JobPlanTask
Returns the user defined ID of this task or null if not set.
getUserId() - Method in class com.uc4.api.AbstractTask
Returns the signature of the user.
getUserIdnr() - Method in class com.uc4.communication.ConnectionAttributes
 
getUserIdnr() - Method in class com.uc4.communication.requests.CreateSession
Returns the ID of the connected user.
getUserName() - Method in class com.uc4.api.AbstractTask
Returns the name of the User object of the person who has started the task.
getUserName() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
getUserName() - Method in class com.uc4.api.systemoverview.CheckILMPartitionItem
Returns the name of the User object of the person who has started the task.
getUserName() - Method in class com.uc4.communication.ConnectionAttributes
 
getUserName() - Method in class com.uc4.communication.requests.CreateSession
Returns the name of the logged on user.
getUserName() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
Returns the user name of the user who did the change (for example USER/DEPARTMENT).
getUserObject() - Method in class com.uc4.communication.requests.CreateSession
Returns the name of the User object (user/department).
getUserTimeZone() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the TimeZone specified in User object.
getValidFrom() - Method in class com.uc4.api.objects.StaticCalendarKeyword
Returns the start date of the validity period.
getValidityKeywordType() - Method in class com.uc4.api.objects.VariableAttributes
Returns the type of the validity keyword.
getValidTimeFrom() - Method in class com.uc4.api.objects.UserAttributes
If hasLogonTimeSpan() is true this method returns the lower limit of the allowed logon time.
getValidTimeTo() - Method in class com.uc4.api.objects.UserAttributes
If hasLogonTimeSpan() is true this method returns the upper limit of the allowed logon time.
getValidTo() - Method in class com.uc4.api.objects.StaticCalendarKeyword
Returns the end date of the validity period.
getValidTypes() - Static method in enum com.uc4.api.objects.UserRight.Type
Returns all object types that are not deprecated.
getValue() - Method in class com.uc4.api.FormItemLabel
 
getValue() - Method in class com.uc4.api.FormItemList
 
getValue() - Method in class com.uc4.api.FormItemNumber
 
getValue() - Method in class com.uc4.api.FormItemText
 
getValue() - Method in interface com.uc4.api.IFormItem
Returns the current value.
getValue() - Method in class com.uc4.api.objects.CustomAttribute
Returns the value of the Custom Attribute.
getValue() - Method in class com.uc4.api.objects.FileSystem
 
getValue(String) - Method in class com.uc4.api.objects.ObjectValues
Returns the value for a given validity keyword The method returns null if the validity keyword does not exist.
getValue() - Method in class com.uc4.api.objects.OCVPanel.CITValue
 
getValue() - Method in class com.uc4.api.objects.PromptElement
Returns the default value of this prompt element.
getValue(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Returns the value of the specified ID.
getValue() - Method in class com.uc4.api.objects.PublishValueAction
 
getValue() - Method in enum com.uc4.api.objects.SAPConnectionRFC.BIExtendedMonitoring
Returns the extended SAP BW monitoring setting.
getValue() - Method in enum com.uc4.api.objects.SAPConnectionRFC.XALVersion
 
getValue() - Method in enum com.uc4.api.objects.SAPConnectionRFC.XBPVersion
 
getValue() - Method in class com.uc4.api.objects.SetValueAction
 
getValue() - Method in class com.uc4.api.objects.SetVariableAction
 
getValue() - Method in class com.uc4.api.objects.SloSelection.Beneficiary
Returns the value of the Beneficiary.
getValue() - Method in class com.uc4.api.objects.SyncAttributes
Gets the current value.
getValue(String) - Method in class com.uc4.api.objects.TaskValues
Returns the value for a given validity keyword The method returns null if the validity keyword does not exist.
getValue() - Method in class com.uc4.api.objects.XMLDocuNode
Returns the value of this node or an empty String if not set.
getValue() - Method in enum com.uc4.api.PlatformSwHwType
Returns the string-representation.
getValue() - Method in class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
get the trace value
getValue() - Method in class com.uc4.api.TraceOptions.TraceFlag
Gets the trace flag value.
getValue() - Method in class com.uc4.communication.requests.GetSyncMonitor
 
getValue() - Method in class com.uc4.communication.requests.NavigatorStatusTree.StatusLeaf
Returns the integer value of the status.
getValue(CockpitControl) - Method in class com.uc4.communication.requests.RefreshCockpitMonitor
Returns the value of the CockpitControl element.
getValue() - Method in enum com.uc4.communication.requests.UploadBinary.ContentType
Returns the string-representation.
getValue1() - Method in class com.uc4.api.objects.UserDefinedCondition
 
getValue2() - Method in class com.uc4.api.objects.UserDefinedCondition
 
getValueColumn() - Method in class com.uc4.api.objects.SetVariableAction
 
getValueFormat() - Method in class com.uc4.api.objects.CockpitValueControl
Returns the format of the 2nd caption.
getValues() - Method in class com.uc4.api.objects.PromptElement
Returns the list of values if the "Array" property is set.
getValues(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Returns the values of the specified ID.
getValues() - Method in class com.uc4.communication.requests.GetRAConnectionValues
Returns the connection values as Map.
getVaraCache() - Method in class com.uc4.communication.requests.GetWPProperties
returns vara cache
getVaraCacheActual() - Method in class com.uc4.communication.requests.GetWPProperties
returns Actual Vara Cache
getVariable() - Method in class com.uc4.api.objects.PromptElement
Returns the variable name that can be used in the Automation Engine Script.
getVariable(String) - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the value of a given variable.
getVariable1() - Method in class com.uc4.api.objects.CompositeVariable
Returns the name of the first variable.
getVariable2() - Method in class com.uc4.api.objects.CompositeVariable
Returns the name of the first variable.
getVariableColumn() - Method in class com.uc4.api.objects.LoopDataSource
Returns the column.
getVariableKeyword() - Method in class com.uc4.api.objects.DatabaseEventValue
Deprecated.
: variableKeyowrd type changed from UC4ObjectName to String.
getVariableName() - Method in class com.uc4.api.objects.ClearVariableAction
Returns the name of the Variable object.
getVariableName() - Method in class com.uc4.api.objects.CockpitControlDataSource
Returns the name of data source variable.
getVariableName() - Method in class com.uc4.api.objects.DatabaseEventValue
 
getVariableName() - Method in class com.uc4.api.objects.LoopDataSource
Returns the name of the UC4 VARA Object.
getVariableName() - Method in class com.uc4.api.objects.SetVariableAction
 
getVarKeyword() - Method in class com.uc4.api.objects.DatabaseEventValue
 
getVault() - Method in class com.uc4.api.objects.LoginDefinition
Returns the External vault.
getVersion() - Method in class com.uc4.api.AbstractTask
Returns the value of the version column.
getVersion() - Method in class com.uc4.api.FolderListItem
Returns the Version of this Automation Engine object.
getVersion() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
 
getVersion() - Method in class com.uc4.api.objects.BackendCommand
Returns the version.
getVersion() - Method in class com.uc4.api.objects.ResourceItem
Return the version of the resource.
getVersion() - Method in class com.uc4.api.StorageItem
Returns the version of the resource.
getVersion() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns the Agent version including patch level.
getVersion() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns the server process version including the patch level.
getVersion() - Method in class com.uc4.api.systemoverview.UserListItem
Returns the system version including patch level.
getVersionManagement() - Method in class com.uc4.communication.requests.FolderTree
Returns an IFolder object which represents the "Version Management" folder.
getVersionNumber() - Method in class com.uc4.api.VersionControlListItem
 
getVhTerm() - Method in class com.uc4.api.objects.AttributesNSK
Returns the virual terminal.
getViolationReason() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Returns the reason for the violation.
getWaitingCount() - Method in class com.uc4.api.systemoverview.QueueListItem
 
getWaitingCount() - Method in class com.uc4.api.TrafficLight
Returns the number of waiting tasks.
getWeekday() - Method in class com.uc4.api.DateTime
 
getWeekday() - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Gets the weekday on which the time change is made.
getWeekOfYear() - Method in class com.uc4.api.DateTime
Returns the week number.
getWelcomeMessage() - Method in class com.uc4.communication.requests.CreateSession
Returns the first message after logon.
getWFRunID() - Method in class com.uc4.communication.ConnectionAttributes
Returns the ARA Workflow ID.
getwfType() - Method in class com.uc4.api.ComponentWorkflowObjectName
Returns the wfType of the template.
getWhen() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
getWhen() - Method in class com.uc4.api.objects.DeactivateCondition
Returns the status for the error-free execution.
getWhen() - Method in class com.uc4.api.objects.JobPlanTaskDependency
Gets the expected status of the predecessor.
getWidth() - Method in class com.uc4.api.objects.CockpitControl
Returns the width of the CockpitControl.
getWidth() - Method in class com.uc4.api.objects.CockpitDesign
Returns the width of the cockpit form.
getWidth() - Method in class com.uc4.api.TaskPromptSetName
Returns the width of the window in the User Interface.
getWithinSeconds() - Method in class com.uc4.api.objects.FileSystem
 
getWorkflowName() - Method in class com.uc4.api.objects.Deployment
Returns the name of the Workflow .
getWorkflowName() - Method in class com.uc4.communication.requests.GetDeploymentProperties
Returns the name of the Workflow.
getWorkflowName() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns the name of the Workflow.
getWorkingDirectory() - Method in class com.uc4.api.objects.AttributesWin
Returns the working directory in which the Job should run.
getWPDetailElement() - Method in class com.uc4.communication.requests.GetWPProperties
Returns a value of the ServerDetail section
getWPName() - Method in class com.uc4.communication.requests.GetWPProperties
Returns the WP name.
GetWPProperties - Class in com.uc4.communication.requests
Returns the trace options for a Work Process using existing XREQ
GetWPProperties(UC4ObjectName) - Constructor for class com.uc4.communication.requests.GetWPProperties
Creates an instance of GetWPProperties
GetWPProperties(String) - Constructor for class com.uc4.communication.requests.GetWPProperties
Creates an instance of GetWPProperties
getWPPropertiesElement() - Method in class com.uc4.communication.requests.GetWPProperties
Returns the WP property element
getWPProperty(String) - Method in class com.uc4.communication.requests.GetWPProperties
Returns the value of an Server property or null if the key was not found.
getWPTraceElement() - Method in class com.uc4.communication.requests.GetWPProperties
Returns a value of the ServerDetail section
getWPTraceOptions() - Method in class com.uc4.communication.requests.GetWPProperties
Returns a WPTraceOptions Object
getX() - Method in class com.uc4.api.objects.JobPlanTask
Returns the column number of this JobPlan task.
getX() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the position of this task.
getXALMonitor() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the name of the monitor.
getXALMonitorSet() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the name of the monitor set.
getXALMonitorShortName() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the short name of the XAL monitor.
getXALVersion() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the XAL Version, DEFAULT if not set.
getXBPAuditlevel() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the XBP auditlevel (0= Minimal, 3= Trace) Depending on the auditlevel the XMI log will contain more or less entries.
getXBPVersion() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns the XBP Version.
getXcmp() - Method in class com.uc4.api.objects.XRequest
Returns the structure for version comparison for XREQ Object
getXgui() - Method in class com.uc4.api.objects.XRequest
Returns structure of UI definition for XREQ object
getXiConnection() - Method in class com.uc4.api.objects.SAPAgentPanel
 
getXmlChildElementName() - Method in class com.uc4.api.objects.XRequest
 
getXmlDocuNames() - Method in class com.uc4.api.objects.DocuContainer
 
getXmlKey() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns the key for XML Variables in the data reference.
getXmlKey() - Method in class com.uc4.api.prompt.ComboElement
Returns the key for XML Variables in the data reference.
getXmlKey() - Method in interface com.uc4.api.prompt.PromptInterfaces.XmlKey
Returns the key for XML Variables in the data reference.
getXmlKey() - Method in class com.uc4.api.prompt.RadioGroupElement
Returns the key for XML Variables in the data reference.
getXmlKey() - Method in class com.uc4.api.prompt.TextElement
Returns the key for XML Variables in the data reference.
getXmlName() - Method in class com.uc4.api.objects.OCVPanel.CITValue
 
getXmlStream() - Method in class com.uc4.api.systemoverview.QuarantineListItem
 
getXPath() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns the XPath expression if XML variables are used as data reference.
getXPath() - Method in class com.uc4.api.prompt.ComboElement
Returns the XPath expression if XML variables are used as data reference.
getXPath() - Method in interface com.uc4.api.prompt.PromptInterfaces.XPath
Returns the XPath expression if XML variables are used as data reference.
getXPath() - Method in class com.uc4.api.prompt.RadioGroupElement
Returns the XPath expression if XML variables are used as data reference.
getXPath() - Method in class com.uc4.api.prompt.TextElement
Returns the XPath expression if XML variables are used as data reference.
getXreq() - Method in class com.uc4.api.objects.XRequest
Returns the X-request XML of XREQ Object
getY() - Method in class com.uc4.api.objects.JobPlanTask
Returns the row number of this JobPlan task.
getY() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns the position of this task.
getYear() - Method in class com.uc4.api.DateTime
Returns the 4-digit year of this DateTime object.
getYear() - Method in class com.uc4.api.objects.TimeZoneAttributes
Returns the year for and after the local time values are valid.
getZDUStep() - Method in class com.uc4.communication.requests.ZduStep
 
getZduVersion() - Method in class com.uc4.api.systemoverview.AgentListItem
 
getZduVersion() - Method in class com.uc4.api.systemoverview.MQMemListItem
 
getZduVersion() - Method in class com.uc4.api.systemoverview.ServerListItem
 
getZduVersion() - Method in class com.uc4.api.systemoverview.UserListItem
Returns ZDU Version
getZDUVersion() - Method in class com.uc4.api.Task
 
Group - Class in com.uc4.api.objects
This class represents a UC4 JOBG object.
Group() - Constructor for class com.uc4.api.objects.Group
 
GroupAttributes - Class in com.uc4.api.objects
JobGroup attributes.
GroupAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.GroupAttributes
 
GroupCalendarKeyword - Class in com.uc4.api.objects
This class represents a group calendar keyword.
GroupCalendarKeyword(Element, String) - Constructor for class com.uc4.api.objects.GroupCalendarKeyword
 
GroupCalendarKeyword(UC4ObjectName) - Constructor for class com.uc4.api.objects.GroupCalendarKeyword
Constructs a new GroupCalendarKeyword.
groupIterator() - Method in class com.uc4.communication.requests.TaskDetails
Returns an iterator over DetailGroup.
GroupMonitor - Class in com.uc4.communication.requests
Reads a Group monitor.
GroupMonitor(int) - Constructor for class com.uc4.communication.requests.GroupMonitor
Constructs a new GroupMonitor request.
GroupMonitor.Task - Class in com.uc4.communication.requests
This class represents a task in the Group monitor.

H

handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.CreateFolder
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActivatorStatistics
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActiveNotifications
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ActivityList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddJobPlanTask
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddPromptSet
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddScheduleMonitorTask
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AddScheduleTask
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentAndGroupList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentAssignmentList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentGroupList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentGroupMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.AgentList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CacheList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CalendarList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CauDeploy
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CheckAuthorizations
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CheckILMPartition
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CheckUserPrivileges
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ChildStatistics
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ClientList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CockpitMonitorDefiniton
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.CreateSession
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.DeleteAgentAssignment
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.DownloadBinary
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.DuplicateObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExecuteObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExecuteObjects
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExitList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportAuthenticationPackage
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportCompanyKey
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ExportWithReferences
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.FindReferencedObjects
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.FolderList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.FolderTree
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GenericStatistics
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetActivitiesFilter
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetAgentGroupProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetAgentProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetCAUAgentVersions
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetChangeLog
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetComments
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetComponentTemplates
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetComponentWorkflows
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetCPProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDeploymentProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDeployObjectProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetDynamicComboList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetExecuteOnce
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetExecutePeriod
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetLastRuntimes
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetModifyQueue
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetObjectDocu
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetObjectProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetOutputDirectory
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetQuarantineMessage
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAAgentNames
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAConnectionNames
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAConnectionValues
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRAJobNames
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetReplaceList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRestartInformation
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetRestEndpoints
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetSessionTZ
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetStaticVaraRows
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetStorageItems
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetSyncMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetSyncUsage
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetUnreadMessages
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GetWPProperties
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.GroupMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ILMList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ImportObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.JobPlanMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.LatestReport
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.LicenseList
Deprecated.
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.MessageList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ModifyProcessFlowMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.MoveAgentAssignment
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.MQMemList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorAgentTree
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorCATree
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorQueueTree
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorStatusTree
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.NavigatorZDUTree
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.NotificationMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.NotificationState
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ObjectStatistics
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.OpenObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.OpenProcessFlowModification
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ParentStatistics
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.PreviewAssignment
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.PreviewVariable
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.PromptInputHelp
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.QuarantineList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.QueryData
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.QueueList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.QuickSearch
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.RefreshCockpitMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.RenameObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.Report
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ReportTypeList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.RestartTask
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.RestoreObjectVersion
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.SaveObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ScheduleMonitor
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.SearchObject
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ServerList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ServiceFulfillmentList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.SetHostAuthorizations
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ShowQuarantineMessage
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.SubmitPrompt
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.SynchronizeLDAP
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.SystemWorkload
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskDetails
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskPromptSetContent
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskPromptSetNames
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.TaskStatistics
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.TemplateList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.UnblockWorkflow
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.UploadBinary
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.UserList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.VersionControlList
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.XMLRequest
 
handleContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.ZduStep
 
handleIOException(IOException) - Method in class com.uc4.communication.DefaultNotificationListener
 
handleIOException(IOException) - Method in interface com.uc4.communication.INotificationListener
This method is called if there was an I/O-error.
handleIOException(IOException) - Method in interface com.uc4.communication.IResponseHandler
This method is called if there was an I/O-error.
handleResponse(XMLDocument, ConnectionAttributes) - Method in interface com.uc4.communication.IResponseHandler
An implemenation of this class should call the handleResponse method of the corresponding request.
handleResponse(XMLDocument, ConnectionAttributes) - Method in class com.uc4.communication.requests.XMLRequest
Handles the response from the server.
hasAdditionalChangedCondition() - Method in class com.uc4.api.objects.FileSystem
 
hasAdditionalStableCondition() - Method in class com.uc4.api.objects.FileSystem
 
hasAdoptPrivilege() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if this user is allowed to execute the AdoptTask request.
HasAlias - Interface in com.uc4.api
Interface that indicates the availability of an alias.
hasAlternativeCharacter() - Method in class com.uc4.api.objects.CodeTable
Whether or not the code table has an alternative character.
hasAlternativeView(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Returns true if the value of the specified prompt element is shown in an alternative view.
hasBackendVariablePrivilege() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if this user is allowed to create and modify backend variables.
hasCalendarCondition() - Method in interface com.uc4.api.objects.ITaskItem
 
hasCalendarCondition() - Method in class com.uc4.api.objects.JobPlanTask
 
hasCalendarCondition() - Method in class com.uc4.api.objects.ScheduleTask
 
hasChildNodes() - Method in class com.uc4.api.objects.XMLDocuNode
 
hasComment() - Method in class com.uc4.api.AbstractTask
Returns true if this statistic item has an attached comment.
hasComment() - Method in class com.uc4.communication.requests.ActiveNotifications.Entry
Returns true if this notification has comments.
hasComment() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
hasComment() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns true if this notification has comments.
hasComment() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
 
hasDateRangeRuns() - Method in class com.uc4.api.objects.ExecuteRecurring
 
hasDateRangeRuns() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
hasDateRangeWithEndTime() - Method in class com.uc4.api.objects.ExecuteRecurring
 
hasDateRangeWithEndTime() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
hasDateRangeWithoutEnd() - Method in class com.uc4.api.objects.ExecuteRecurring
 
hasDateRangeWithoutEnd() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
hasDefinedInterval() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns true if this yearly keyword has a defined interval.
hasDefinedInterval() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns true if this yearly keyword has a defined interval.
hasFocus() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns true if the focus is set.
hasFocus() - Method in class com.uc4.api.prompt.ComboElement
Returns true if the focus is set.
hasFocus() - Method in class com.uc4.api.prompt.DateElement
Returns true if the focus is set.
hasFocus() - Method in class com.uc4.api.prompt.NumberElement
Returns true if the focus is set.
hasFocus() - Method in interface com.uc4.api.prompt.PromptInterfaces.Focus
Returns true if the focus is set.
hasFocus() - Method in class com.uc4.api.prompt.RadioGroupElement
Returns true if the focus is set.
hasFocus() - Method in class com.uc4.api.prompt.TextElement
Returns true if the focus is set.
hasFocus() - Method in class com.uc4.api.prompt.TimeElement
Returns true if the focus is set.
hashCode() - Method in class com.uc4.api.DateTime
 
hashCode() - Method in class com.uc4.api.FolderListItem
 
hashCode() - Method in class com.uc4.api.objects.CalendarCondition
 
hashCode() - Method in class com.uc4.api.objects.CalendarKeyword
 
hashCode() - Method in class com.uc4.api.objects.ConditionOrAction
 
hashCode() - Method in class com.uc4.api.objects.CustomAttribute
 
hashCode() - Method in class com.uc4.api.objects.DeactivateCondition
 
hashCode() - Method in class com.uc4.api.objects.ForecastTaskState
 
hashCode() - Method in class com.uc4.api.objects.JobPlanTaskDependency
 
hashCode() - Method in class com.uc4.api.objects.LoginDefinition
 
hashCode() - Method in class com.uc4.api.objects.MaxParallel
 
hashCode() - Method in class com.uc4.api.objects.OutputScanFilter
 
hashCode() - Method in class com.uc4.api.objects.PromptSetDefinition
 
hashCode() - Method in class com.uc4.api.objects.RollCalendarCollision
 
hashCode() - Method in class com.uc4.api.objects.SloSelection.Beneficiary
 
hashCode() - Method in class com.uc4.api.objects.SyncItem
 
hashCode() - Method in class com.uc4.api.objects.SyncState
 
hashCode() - Method in class com.uc4.api.objects.TaskState
 
hashCode() - Method in class com.uc4.api.objects.ValidityKeywordType
 
hashCode() - Method in class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
 
hashCode() - Method in class com.uc4.api.StatisticSearchItem
 
hashCode() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
 
hashCode() - Method in class com.uc4.api.systemoverview.CPTraceOptions
 
hashCode() - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
hashCode() - Method in class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
 
hashCode() - Method in class com.uc4.api.systemoverview.ServerListItem
 
hashCode() - Method in class com.uc4.api.systemoverview.WorkloadItem
 
hashCode() - Method in class com.uc4.api.systemoverview.WPTraceOptions
 
hashCode() - Method in class com.uc4.api.Task
The RunID of a task is used as hash code.
hashCode() - Method in class com.uc4.api.Template
 
hashCode() - Method in class com.uc4.api.Time
 
hashCode() - Method in class com.uc4.api.TraceOptions
 
hashCode() - Method in class com.uc4.api.TraceOptions.TraceFlag
 
hashCode() - Method in class com.uc4.api.UC4Alias
 
hashCode() - Method in class com.uc4.api.UC4HostName
 
hashCode() - Method in class com.uc4.api.UC4ObjectName
 
hashCode() - Method in class com.uc4.communication.ConnectProperties
 
hashCode() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
 
hashCode() - Method in class com.uc4.communication.requests.CheckUserPrivileges.Candidate
 
hashCode() - Method in class com.uc4.communication.requests.SetHostAuthorizations.ModificationStatus
 
hashCode() - Method in class com.uc4.util.FolderImpl
 
hasInputAssistance() - Method in class com.uc4.api.prompt.TextElement
 
hasList() - Method in class com.uc4.api.objects.PromptElement
Returns true if the prompt element contains a list of values.
hasList(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Returns true if the the specified ID contains an array of values otherwise false.
hasLogonTimeSpan() - Method in class com.uc4.api.objects.UserAttributes
Returns true if a logon time span has been set for this User.
hasMore() - Method in class com.uc4.communication.requests.GetReplaceList
There is more to replace.
hasMultiSelect() - Method in class com.uc4.api.prompt.CheckGroupElement
 
hasMultiSelect() - Method in interface com.uc4.api.prompt.PromptInterfaces.MultiSelect
 
hasMultiSelect() - Method in class com.uc4.api.prompt.TextElement
 
hasNext() - Method in class com.uc4.util.NoRemoveIterator
 
hasNotification() - Method in class com.uc4.communication.requests.NotificationState
Indicates if there is an open Notification for this user or usergroup.
hasResultCondition() - Method in class com.uc4.api.objects.ScheduleTask
Returns true if the result condition of this Schedule task is set.
hasRuntimeCondition() - Method in interface com.uc4.api.objects.ITaskItem
 
hasRuntimeCondition() - Method in class com.uc4.api.objects.JobPlanTask
 
hasRuntimeCondition() - Method in class com.uc4.api.objects.ScheduleTask
 
hasSelectiveStatisticsPrivilege() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if this user is allowed to access selective statistics.
hasSystemOverviewPrivilege() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if this user is allowed to read the system overview.
hasTimeframeAdjustment() - Method in class com.uc4.api.objects.ExecuteRecurring
 
hasTimeframeAdjustment() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
hasValues() - Method in class com.uc4.api.objects.SAPAgentPanel
 
hasWritePermission() - Method in class com.uc4.communication.requests.GetSyncMonitor
Returns the modify information.
header() - Method in class com.uc4.api.objects.AgentAssignment
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Calendar
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Client
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Cockpit
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.CodeTable
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.ConsoleEvent
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Dashboard
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.DatabaseConnection
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.DatabaseEvent
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Documentation
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.FileEvent
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.FileTransfer
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Group
Returns the header data of this object.
Header - Class in com.uc4.api.objects
This class represents information of the header tab of an object.
Header(XMLDocument) - Constructor for class com.uc4.api.objects.Header
Constructs a Header using the specified XML document
header() - Method in class com.uc4.api.objects.Host
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.HostGroup
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Include
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Job
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.JobPlan
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Login
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Notification
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.OutputFilter
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Period
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.PromptSet
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Queue
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.RAConnection
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.RASolution
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.RuleEvent
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.SAPConnection
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.SAPQueueManager
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Schedule
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Script
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Server
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.ServiceLevelObjective
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Storage
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Stylesheet
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Sync
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.TimeEvent
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.TimeZone
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.User
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.UserGroup
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.Variable
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.WorkflowIF
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.WorkflowLoop
Returns the header data of this object.
header() - Method in class com.uc4.api.objects.XRequest
Returns the header data of this object.
highestCallOperatorChanged() - Method in class com.uc4.communication.DefaultNotificationListener
 
highestCallOperatorChanged() - Method in interface com.uc4.communication.INotificationListener
Deprecated.
use IKickEventListener instead
hirarchicalParent - Variable in class com.uc4.api.Task
 
history() - Method in class com.uc4.communication.requests.ILMList
Returns an iterator which can be used get the content of the history table.
historySize() - Method in class com.uc4.communication.requests.ILMList
Returns the number of rows in the history table.
HOLD - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Hold.
host - Variable in class com.uc4.api.AbstractTask
 
Host - Class in com.uc4.api.objects
An instance of this class represents a single HOST object.
Host() - Constructor for class com.uc4.api.objects.Host
 
HOST_NAME - Static variable in class com.uc4.api.objects.ValidityKeywordType
Host names (Agent's) are used as scopes.
HostAttributes - Class in com.uc4.api.objects
This class represents the "Attributes" tab in HOST objects.
HostAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.HostAttributes
 
hostAttributes() - Method in class com.uc4.api.objects.Job
Returns host specific attributes.
HOSTG - Static variable in class com.uc4.api.Template
Template for AgentGroup objects.
HostGroup - Class in com.uc4.api.objects
Hostgroup object.
HostGroup() - Constructor for class com.uc4.api.objects.HostGroup
 
HostGroupItem - Class in com.uc4.api.objects
This class represents a single filter entry in HOSTG objects.
HostGroupItem(Element) - Constructor for class com.uc4.api.objects.HostGroupItem
 
HostGroupItem(String) - Constructor for class com.uc4.api.objects.HostGroupItem
Constructs a new HostGroupItem.
hosts() - Method in class com.uc4.api.objects.HostGroup
Returns an java.util.Iterator over HostGroupItem.
HostTraceFlag(int, int, String, String) - Constructor for class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
Construciton of HostTraceFlag
HostTraceOptions - Class in com.uc4.api.systemoverview
HostTraceOptions acts as data interface for using applciations.
HostTraceOptions(GetAgentProperties) - Constructor for class com.uc4.api.systemoverview.HostTraceOptions
HostTraceOptions are constructed by passing in a GetAgentProperties request that was already sent to the server.
HostTraceOptions.HostTraceFlag - Class in com.uc4.api.systemoverview
HostTraceFlag ist used to represent the data for a particular trace flag such as its index.
HostTraceOptions.HostTraceTriggerType - Enum in com.uc4.api.systemoverview
Enumeration for HostTraceTrigger types
HostTraceOptions.HostTraceType - Enum in com.uc4.api.systemoverview
Enumeration for HostTrace types
HSTA - Static variable in class com.uc4.api.Template
Template for Agent/Client Assignment.
http() - Method in class com.uc4.api.objects.SAPConnection
This method provides access to the HTTP settings of this connection object.

I

ICallOperatorCondition - Interface in com.uc4.api.objects
This class represents a row in the Operator assignments of a Notification.
IChangeListener - Interface in com.uc4.util
Interface used by listeners to get information if an object changes
IFolder - Interface in com.uc4.api.objects
This interface represents a folder.
IFormItem - Interface in com.uc4.api
This interface is implemented by all item in a read form.
IgnoreAgentResources - Class in com.uc4.communication.requests
Ignores Agent Resources
IgnoreAgentResources(int) - Constructor for class com.uc4.communication.requests.IgnoreAgentResources
Constructs a IgnoreAgentResources using the specified RunID.
IgnoreAgentResources(int[]) - Constructor for class com.uc4.communication.requests.IgnoreAgentResources
Constructs a IgnoreAgentResources using the specified RunIDs.
IgnoreConditions - Class in com.uc4.communication.requests
Ignores a Pre-Condition.
IgnoreConditions(int) - Constructor for class com.uc4.communication.requests.IgnoreConditions
Creates a new IgnoreConditions request.
ignoreDifferences(int, int) - Method in class com.uc4.api.objects.EstimatedRuntime
Possible large deviations to be repressed for the estimated runtime.
ignoreMessageBox() - Method in class com.uc4.communication.requests.CreateSession
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.DeleteAgentAssignment
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.OpenObject
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.RenameObject
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.RestoreObjectVersion
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.SearchObject
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.UnblockWorkflow
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.UploadBinary
 
ignoreMessageBox() - Method in class com.uc4.communication.requests.XMLRequest
 
IgnoreQueueLimit - Class in com.uc4.communication.requests
Ignores the Queue Limit.
IgnoreQueueLimit(int) - Constructor for class com.uc4.communication.requests.IgnoreQueueLimit
Creates a new IgnoreQueueLimit request.
IgnoreQueueLimit(int[]) - Constructor for class com.uc4.communication.requests.IgnoreQueueLimit
Creates a new IgnoreQueueLimit request.
IgnoreTaskSyncCondition - Class in com.uc4.communication.requests
Ignores the sync condition of Job.
IgnoreTaskSyncCondition(int) - Constructor for class com.uc4.communication.requests.IgnoreTaskSyncCondition
Constructs a IgnoreSync using the specified RunID.
IgnoreTaskSyncCondition(int[]) - Constructor for class com.uc4.communication.requests.IgnoreTaskSyncCondition
Constructs a IgnoreSync using the specified RunIDs.
IHostAttributes - Interface in com.uc4.api.objects
Interface for host attributes of a Job.
IKickEventListener - Interface in com.uc4.communication
Listener can implement this interface to be notified on kicks.
ILMHistoryItem - Class in com.uc4.api.systemoverview
This class represents a row in the ILM history table.
ILMHistoryItem(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.ILMHistoryItem
Internal use only.
ILMList - Class in com.uc4.communication.requests
Represents the ILM menu item in the system overview.
ILMList() - Constructor for class com.uc4.communication.requests.ILMList
 
ILMPartitionItem - Class in com.uc4.api.systemoverview
This class represents a row in the ILM partition table of the system overview.
ILMPartitionItem(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.ILMPartitionItem
Internal use only.
ImportObject - Class in com.uc4.communication.requests
Imports UC4 Objects.
ImportObject(File, IFolder, boolean, boolean) - Constructor for class com.uc4.communication.requests.ImportObject
Creates a request to import UC4 Objects.
ImportObject(ByteBuffer, IFolder, boolean, boolean) - Constructor for class com.uc4.communication.requests.ImportObject
Creates a request to import UC4 Objects.
ImportObject(Document) - Constructor for class com.uc4.communication.requests.ImportObject
 
inactiveAssignments() - Method in class com.uc4.communication.requests.AgentAssignmentList
Returns an iterator of inactive Agent assignments.
inactiveAssignments() - Method in class com.uc4.communication.requests.MoveAgentAssignment
Returns an iterator of moved InActive Agent assignments.
inactiveSize() - Method in class com.uc4.communication.requests.AgentAssignmentList
 
Include - Class in com.uc4.api.objects
This class represents Include objects.
Include() - Constructor for class com.uc4.api.objects.Include
 
includeHistoricalData() - Method in class com.uc4.communication.requests.TaskList
Call this method before sending the request to include statistics data in addition to the tasks in the activity list.
includeInactiveUsers() - Method in class com.uc4.communication.requests.UserList
Returns true if inactive users should also be returned by this request.
incModCnt(UC4Object) - Method in class com.uc4.api.objects.ObjectFactory
Internal use to increment the modification count of an UC4Object.
inDefinedInterval(int, boolean, Integer, Integer) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Defines an interval for this monthly keyword.
inDefinedInterval(int, boolean, DateTime, DateTime) - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Defines an interval for this yearly keyword.
init() - Method in class com.uc4.util.C1
Init
init() - Method in class com.uc4.util.C3
Init
initializeEnc(byte[], int, AES.Mode) - Method in class com.uc4.util.AES
initialize the encryption class.
initObjectNameAndAlias(String, String) - Method in class com.uc4.api.AbstractTask
 
INotificationListener - Interface in com.uc4.communication
Listener can implement this interface to be notified on events.
intAccount - Variable in class com.uc4.api.AbstractTask
 
InternalException - Exception in com.uc4.communication
An InternalException is thrown if there is an Error in the API.
InternalException(String) - Constructor for exception com.uc4.communication.InternalException
 
InternalException(Exception) - Constructor for exception com.uc4.communication.InternalException
 
InternalException(String, Throwable) - Constructor for exception com.uc4.communication.InternalException
 
invalidateCalculatedDates() - Method in class com.uc4.api.objects.CalendarKeyword
 
InvalidUC4NameException - Exception in com.uc4.api
This runtime exception is thrown if the name of an object is invalid.
InvalidUC4NameException(String) - Constructor for exception com.uc4.api.InvalidUC4NameException
Constructs an InvalidUC4NameException using the specified name.
InvalidUC4NameException(String, String, int) - Constructor for exception com.uc4.api.InvalidUC4NameException
Constructs an InvalidUC4NameException using the specified name.
IResponseHandler - Interface in com.uc4.communication
Used to handle the response of asynchronous requests.
isAbortAtFirstError() - Method in class com.uc4.api.objects.FileTransferSettings
Returns false if a wild card file transfer should continue in case of errors.
isAbortedOnly() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns the Aborted Only.
isAction() - Method in class com.uc4.api.objects.AbortAction
 
isAction() - Method in class com.uc4.api.objects.BlockAction
 
isAction() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
isAction() - Method in class com.uc4.api.objects.ChangeQueueAction
 
isAction() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
isAction() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
isAction() - Method in class com.uc4.api.objects.CheckFileCondition
 
isAction() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
isAction() - Method in class com.uc4.api.objects.CheckProcessCondition
 
isAction() - Method in class com.uc4.api.objects.ClearVariableAction
 
isAction() - Method in class com.uc4.api.objects.ConditionOrAction
 
isAction() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
isAction() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
isAction() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
isAction() - Method in class com.uc4.api.objects.ModifyStateAction
 
isAction() - Method in class com.uc4.api.objects.PublishValueAction
 
isAction() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
isAction() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
isAction() - Method in class com.uc4.api.objects.RestartTaskAction
 
isAction() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
isAction() - Method in class com.uc4.api.objects.RollbackAction
 
isAction() - Method in class com.uc4.api.objects.RunPathAction
 
isAction() - Method in class com.uc4.api.objects.RunTaskAction
 
isAction() - Method in class com.uc4.api.objects.SetValueAction
 
isAction() - Method in class com.uc4.api.objects.SetVariableAction
 
isAction() - Method in class com.uc4.api.objects.SkipTaskAction
 
isAction() - Method in class com.uc4.api.objects.StatusCondition
 
isAction() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
isAction() - Method in class com.uc4.api.objects.UserDefinedCondition
 
isActive() - Method in class com.uc4.api.objects.ConditionOrAction
 
isActive() - Method in class com.uc4.api.objects.JobPlanEarliest
Returns true if this task is active.
isActive() - Method in class com.uc4.api.objects.ScheduleTask
Returns true if this task is active.
isActive() - Method in class com.uc4.api.objects.UserAttributes
Returns true if the user is active.
isActive() - Method in class com.uc4.api.objects.XHeader
Returns true if active flag is set.
isActive() - Method in class com.uc4.api.ServiceLevelObjectiveListItem
Provides info whether the objective is active or not.
isActive() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns true if the Agent is running.
isActive() - Method in class com.uc4.api.systemoverview.CacheListItem
If the cache is active.
isActive() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns true if the process is active.
isActive() - Method in class com.uc4.api.systemoverview.UserListItem
Returns true if the user is active.
isActive() - Method in class com.uc4.communication.requests.GroupMonitor
 
isActive() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns true if the monitor was read form the activity window.
isActive() - Method in class com.uc4.communication.requests.ScheduleMonitor
 
isActive() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
Returns true if the task is active.
isActive() - Method in class com.uc4.communication.requests.SynchronizeLDAP
Returns true if the user is active, false if inactive.
isAdded() - Method in class com.uc4.api.objects.JobPlanTask
 
isAdministratorMessages() - Method in class com.uc4.communication.MessageSettings
 
isAfterCondition() - Method in class com.uc4.api.objects.AbortAction
 
isAfterCondition() - Method in interface com.uc4.api.objects.Action
Returns true if this action can be used in a Pre-Condition.
isAfterCondition() - Method in class com.uc4.api.objects.BlockAction
 
isAfterCondition() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
isAfterCondition() - Method in class com.uc4.api.objects.ChangeQueueAction
 
isAfterCondition() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.CheckFileCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.CheckProcessCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.ClearVariableAction
 
isAfterCondition() - Method in interface com.uc4.api.objects.Condition
 
isAfterCondition() - Method in class com.uc4.api.objects.ConditionOrAction
 
isAfterCondition() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
isAfterCondition() - Method in class com.uc4.api.objects.ModifyStateAction
 
isAfterCondition() - Method in class com.uc4.api.objects.PublishValueAction
 
isAfterCondition() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
isAfterCondition() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
isAfterCondition() - Method in class com.uc4.api.objects.RestartTaskAction
 
isAfterCondition() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.RollbackAction
 
isAfterCondition() - Method in class com.uc4.api.objects.RunPathAction
 
isAfterCondition() - Method in class com.uc4.api.objects.RunTaskAction
 
isAfterCondition() - Method in class com.uc4.api.objects.SetValueAction
 
isAfterCondition() - Method in class com.uc4.api.objects.SetVariableAction
 
isAfterCondition() - Method in class com.uc4.api.objects.SkipTaskAction
 
isAfterCondition() - Method in class com.uc4.api.objects.StatusCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
isAfterCondition() - Method in class com.uc4.api.objects.UserDefinedCondition
 
isAgentActive() - Method in class com.uc4.api.systemoverview.AgentAssignmentListItem
 
isAgentAlive() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns true if this Agent Group is running, false if the Agent has been stopped.
isAgentAlive() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns true if this Agent is running, false if the Agent has been stopped.
isAgentLog() - Method in class com.uc4.api.objects.AttributesJMX
 
isAgentLog() - Method in class com.uc4.api.objects.AttributesRA
 
isAgentLog() - Method in class com.uc4.api.objects.AttributesSAP
 
isAgentLog() - Method in class com.uc4.api.objects.AttributesSQL
 
isAlarm() - Method in class com.uc4.api.systemoverview.QuarantineListItem
Returns the alarm state of this entry.
isAllowedInClientZero() - Method in class com.uc4.communication.CreateFolder
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ActivateLDAPConnection
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ActivateObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ActivatorStatistics
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ActivityList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ActivityNotificationOn
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AddJobPlanTask
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AddPromptSet
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AddScheduleMonitorTask
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AddScheduleTask
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AdoptTask
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AgentAndGroupList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AgentAssignmentList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AgentGroupList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AgentGroupMonitor
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AgentList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.AuthenticateAgent
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CacheList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CalendarList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CauDeploy
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CauSkipWaiting
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ChangeLogging
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ChangePassword
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ChangeServerMode
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CheckAuthorizations
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CheckILMPartition
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CheckUserPrivileges
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ChildStatistics
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ClientList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CloseObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ConfirmQuarantineMessage
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CreateObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.CreateSession
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeactivateLDAPConnection
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeepRename
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeleteAgentAssignment
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeleteLink
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeleteMQMemList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeleteObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeleteQuarantineMessage
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeleteStaticVaraRow
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DeleteStorageEntry
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DisconnectAgentGroup
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DisconnectHost
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DisconnectUser
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DropILMPartition
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.DuplicateObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ExecuteAgentAssignment
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ExitList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ExportAuthenticationPackage
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ExportCompanyKey
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ExportObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ExportWithReferences
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.FindReferencedObjects
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.FolderList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.FolderTree
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ForceMemoryTrace
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GenericStatistics
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetActivitiesFilter
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetAgentProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetCAUAgentVersions
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetChangeLog
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetComments
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetCPProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetExecuteOnce
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetExecutePeriod
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetLastRuntimes
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetModifyQueue
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetObjectDocu
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetObjectProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetOutputDirectory
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetQuarantineMessage
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetRAAgentNames
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetRAConnectionNames
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetRAConnectionValues
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetRAJobNames
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetReplaceList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetRestEndpoints
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetSessionTZ
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetStaticVaraRows
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetStorageItems
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetSyncMonitor
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetSyncUsage
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetUnreadMessages
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GetWPProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.GroupMonitor
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ILMList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ImportObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.JobPlanMonitor
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.LatestReport
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.LicenseList
Deprecated.
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.LinkTo
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.MessageList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ModifyQueueStatus
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ModifyUISettings
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.MoveAgentAssignment
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.MoveObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.MoveUserToClient
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.MQMemList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.NavigatorAgentTree
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.NavigatorQueueTree
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.NavigatorStatusTree
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.NavigatorZDUTree
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.NotificationMonitor
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.NotificationState
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ObjectStatistics
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.OpenObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ParentStatistics
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.PreviewAssignment
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.PreviewVariable
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.PromptInputHelp
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.QuarantineList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.QueryData
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.QueueList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.QuickSearch
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.RefreshServiceManagerScan
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ReleaseQuarantineMessage
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.RenameObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.RenewTransferKey
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ReplaceObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.Report
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ReportTypeList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ResetLastRuntimes
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ResetOpenFlag
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.RestoreObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.RestoreObjectVersion
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ResumeClient
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SaveAgentAssignment
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SaveObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ScheduleMonitor
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SearchObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ServerList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetAgentGroupProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetAgentProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetCPProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetHostAuthorizations
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetObjectProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetStaticVaraRows
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetWPProperties
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SetZDUStep
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ShowQuarantineMessage
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.StartHost
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.StartILM
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.StartServer
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.StopILM
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SuspendClient
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SwitchOutILM
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SynchronizeLDAP
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.SystemWorkload
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TaskDetails
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TaskList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TaskPromptSetContent
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TaskStatistics
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TemplateList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TerminateAgentGroup
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TerminateHost
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TerminateServer
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.TransportObject
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.UploadBinary
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.UserList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.VersionControlList
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.XMLRequest
This method is used internally.
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ZduStep
 
isAllowedInClientZero() - Method in class com.uc4.communication.requests.ZduWizard
 
isAllowOneOverlap() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isAllowOneOverlap() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isAllowSMSEInterface() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns true if the SMSE function modules should be used.
isAllowUc4Interface() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns true if the uc4 function modules should be used.
isAlternativeCharacter(int, int) - Method in class com.uc4.api.objects.CodeTable
Whether or not the character at the given position is marked as alternative character.
isAltView() - Method in class com.uc4.api.objects.PromptElement
Is this prompt using a variable as default value.
isApplicationLog() - Method in class com.uc4.api.objects.AttributesSAP
 
isApplicationWorkflow() - Method in class com.uc4.api.objects.Deployment
Returns true if the type of this deployment ProcessFlow is application workflow.
isApplicationWorkflow() - Method in class com.uc4.communication.requests.GetDeploymentProperties
Returns true if the type of this deployment ProcessFlow is application workflow.
isApplicationWorkflow() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns true if the type of this deployment ProcessFlow is application workflow.
isApplyTaskHost() - Method in class com.uc4.api.objects.FileListVariable
Returns true if the host name from the task settings should be applied.
isApplyTaskLogin() - Method in class com.uc4.api.objects.FileListVariable
Returns true if the LOGIN object from the settings of the currently executed task should be used.
isApplyUserHost() - Method in class com.uc4.api.objects.BackendVariable
Returns true if the host name from the user settings should be applied.
isApplyUserLogin() - Method in class com.uc4.api.objects.BackendVariable
Returns true if the LOGIN object from the settings of the currently logged on user should be used.
isApplyUserLogin() - Method in class com.uc4.api.objects.DynamicSQLVariable
Returns true if the LOGIN object from the settings of the currently logged on user should be used.
isApplyUserLogin() - Method in class com.uc4.api.objects.SecureSQLVariable
Returns true if the LOGIN object from the settings of the currently logged on user should be used.
isArchiveKeyAndRelation() - Method in class com.uc4.api.TaskFilter
Returns if tasks should be returned where both archive keys match.
isArchiveKeyAndRelation() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if both archive keys must match.
isAsSoonAsPossible() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the SAP system should attempt to start the Job as soon as possible.
isAtTheLatest() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if the latest start and end time is enabled.
isAttributeDialog() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns true if the attribut dialog should be displayed when the job is activated.
isAttributeDialog() - Method in class com.uc4.api.objects.JobAttributes
Returns true if the attribut dialog should be displayed when the job is activated.
isAuthenticated() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns true if the agent is authenticated, false otherwise.
isAutoDeactivation() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if automatic deactivation of the predecessor is enabled.
isAutomatic() - Method in class com.uc4.communication.ActivitySettings
 
isAutoPrefix() - Method in class com.uc4.communication.EditorSettings
 
isAutoTermination() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns true if the JOBQ task should end when empty.
isAvailableExternalJobChildrenOnly() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
isAvailableJobWithoutStartDate() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
isAvailableJobWithPredecessor() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
isBeforeCondition() - Method in class com.uc4.api.objects.AbortAction
 
isBeforeCondition() - Method in interface com.uc4.api.objects.Action
Returns true if this action can be used in a Post-Condition.
isBeforeCondition() - Method in class com.uc4.api.objects.BlockAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.ChangeQueueAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.CheckFileCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.CheckProcessCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.ClearVariableAction
 
isBeforeCondition() - Method in interface com.uc4.api.objects.Condition
 
isBeforeCondition() - Method in class com.uc4.api.objects.ConditionOrAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.ModifyStateAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.PublishValueAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.RestartTaskAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.RollbackAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.RunPathAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.RunTaskAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.SetValueAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.SetVariableAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.SkipTaskAction
 
isBeforeCondition() - Method in class com.uc4.api.objects.StatusCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
isBeforeCondition() - Method in class com.uc4.api.objects.UserDefinedCondition
 
isBIChainsParallel() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns true if process chains can be executed in parallel.
isBinary() - Method in class com.uc4.communication.requests.DownloadBinary
Returns true if the file is a binary and not a text file.
isBlindCopy() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the recipient gets a blind copy which cannot be read by anyone else.
isBreakPoint() - Method in class com.uc4.api.objects.JobPlanEarliest
Returns true if the JobPlan should stop at this task.
isCallPriorityHigh() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if the Notification priority is high.
isCallPriorityLow() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if the Notification priority is low.
isCallPriorityMedium() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if the Notification priority is medium.
isCancel() - Method in class com.uc4.api.objects.MaxParallel
Returns true if objects should be canceled when maximum number of parallel tasks is exceeded.
isCancel() - Method in class com.uc4.api.objects.ObjectRight
 
isCancel() - Method in interface com.uc4.api.objects.Rights
Returns the access method: Cancel.
isCancel() - Method in class com.uc4.api.objects.UserRight
 
isCancelJobAboveMRT() - Method in class com.uc4.api.objects.Runtime
Returns true if the exceeding runtime will initiate a cancel or the completion of the task.
isCancelJobAboveMRT() - Method in class com.uc4.api.objects.TaskRuntime
Returns true if the exceeding runtime will initiate a cancel or the completion of the task.
isCancelTask() - Method in class com.uc4.communication.CheckBackSettings
 
isChangeLogging() - Method in class com.uc4.communication.CheckBackSettings
 
isCheckDownloadSize() - Method in class com.uc4.communication.CheckBackSettings
 
isChecked() - Method in class com.uc4.api.systemoverview.ILMPartitionItem
Returns true if the partition could successfully be checked.
isCheckInactiveTask() - Method in class com.uc4.communication.CheckBackSettings
 
isCheckMaxDate() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if maximum value is checked.
isCheckMaxLength() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if maximum length of characters is checked.
isCheckMaxNumber() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if maximum value is checked.
isCheckMaxTime() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if maximum value is checked.
isCheckMaxTimestamp() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if maximum value is checked.
isCheckMinDate() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if minimum value is checked.
isCheckMinNumber() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if minimum value is checked.
isCheckMinTime() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if minimum value is checked.
isCheckMinTimestamp() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if minimum value is checked.
isClientActive() - Method in class com.uc4.api.systemoverview.ClientListItem
Returns true if the client is currently active.
isClientInDeletion() - Method in class com.uc4.api.systemoverview.ClientListItem
Returns true if the client is in deletion progress and client is not active.
isCloseConstructsAutomatically() - Method in class com.uc4.communication.EditorSettings
Constructs such as :IF or :WHILE can automatically be completed with the corresponding closing statement (:ENDIF, :ENDWHILE).
isCollapseSteps() - Method in class com.uc4.api.objects.SAPConnectionRFC
Return if one SAP job can contain multiple steps.
isComponentWorkflow() - Method in class com.uc4.api.objects.Deployment
Returns true if this workflow is a component workflow.
isComponentWorkflow() - Method in class com.uc4.communication.requests.GetDeploymentProperties
Returns true if this workflow is a component workflow.
isComponentWorkflow() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns true if this workflow is a component workflow.
isCompression() - Method in class com.uc4.api.objects.AttributesSiebel
Returns true if compression is enabled.
isConditionMatchAll() - Method in class com.uc4.api.objects.TaskCalendar
Returns true if the task will be executed when the date of JobPlan activation or the logical date matches all specified calendar conditions.
isConditionMatchExt() - Method in class com.uc4.api.objects.TaskCalendar
Returns true if the calendar definition of external dependency should be used.
isConditionMatchNone() - Method in class com.uc4.api.objects.TaskCalendar
Returns true if the task will be executed when the date of JobPlan activation or the logical date does not match any of the specified calendar conditions.
isConditionMatchOne() - Method in class com.uc4.api.objects.TaskCalendar
Returns true if the task will be executed when the date of JobPlan activation or the logical date matches one of the specified calendar conditions.
isConfirmEventHistory() - Method in class com.uc4.api.objects.SAPConnectionRFC
Return if events in the history should be confirmed after processed by the agent
isConnection() - Method in class com.uc4.api.objects.OCVPanel.CITValue
 
isConsiderAll() - Method in class com.uc4.api.objects.FileSystem
 
isConsiderEndTime() - Method in class com.uc4.api.objects.SloFulfillment
 
isConsiderERT() - Method in class com.uc4.api.objects.QueueAttributes
 
isConsiderERT() - Method in class com.uc4.api.systemoverview.QueueListItem
Returns true if the consider ERT option is enabled.
isConsiderMRT() - Method in class com.uc4.api.objects.SloFulfillment
 
isConsiderSRT() - Method in class com.uc4.api.objects.SloFulfillment
 
isConsiderStartTime() - Method in class com.uc4.api.objects.SloFulfillment
 
isConsiderStatus() - Method in class com.uc4.api.objects.SloFulfillment
 
isContains() - Method in class com.uc4.api.objects.OutputFilter.Entry
Returns true if this filter matches when the filter text is found in the source, false if this filter should match when the filter text is not found.
isCopy() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the recipient should get a copy for information.
isDataSourceEventHistory() - Method in class com.uc4.api.objects.ConsoleSAP
Returns true if Event History is selected as data source.
isDataSourceJavaEventHistory() - Method in class com.uc4.api.objects.ConsoleSAP
Returns true if Java Event History is selected as data source.
isDataSourceXIChannels() - Method in class com.uc4.api.objects.ConsoleSAP
Returns true if XI Communication Channels is selected as data source.
isDataTypeCharacter() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the value type is character.
isDataTypeDate() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the value type is date.
isDataTypeNumber() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the value type is number.
isDataTypeTime() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the value type is time.
isDataTypeTimeStamp() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the value type is time stamp.
isDate() - Method in class com.uc4.api.FormItemText
Returns true if this input field is a date field.
isDateSelectionActivation() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if activation date selection is used.
isDateSelectionCreated() - Method in class com.uc4.communication.requests.SearchObject
Returns true if the creation date of objects is used in the selection for this search.
isDateSelectionEnd() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if end date selection is used.
isDateSelectionModified() - Method in class com.uc4.communication.requests.SearchObject
Returns true if the modification timestamp of objects is used in the selection for this search.
isDateSelectionNone() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if the date selection is disabled.
isDateSelectionStart() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if start date selection is used.
isDateSelectionUsed() - Method in class com.uc4.communication.requests.SearchObject
Returns true if the last used timestamp of objects is used in the selection for this search.
isDeactivateTask() - Method in class com.uc4.communication.CheckBackSettings
 
isDedicated() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns if a process is started with a dedicated role.
isDefineSLA() - Method in class com.uc4.api.objects.ObjectRight
 
isDefineSLA() - Method in interface com.uc4.api.objects.Rights
Deprecated.
This feature has been removed
isDefineSLA() - Method in class com.uc4.api.objects.UserRight
 
isDelete() - Method in class com.uc4.api.objects.ObjectRight
 
isDelete() - Method in interface com.uc4.api.objects.Rights
Returns the access method: Delete.
isDelete() - Method in class com.uc4.api.objects.UserRight
 
isDeleteBeforeRestore() - Method in class com.uc4.api.objects.Rollback
Returns true if the "Delete before restore" checkbox is selected in the User Interface.
isDeleteForecast() - Method in class com.uc4.communication.CheckBackSettings
 
isDeleteJob() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the Job in SAP should be deleted after execution.
isDeleteLink() - Method in class com.uc4.communication.CheckBackSettings
 
isDeleteObject() - Method in class com.uc4.communication.CheckBackSettings
 
isDeleteProcess() - Method in class com.uc4.api.objects.AttributesPS
Returns true if the process request will be deleted after execution in PeopleSoft.
isDeleteResource() - Method in class com.uc4.communication.CheckBackSettings
 
isDeploymentClient() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if deployment is enabled for this connection otherwise false.
isDesktopModeMulti() - Method in class com.uc4.communication.GeneralSettings
Returns the mode in which the desktop of the UserInterface is displayed.
isDirectStart() - Method in class com.uc4.communication.requests.ExecuteObject
Returns the execution mode.
isDirty() - Method in class com.uc4.api.objects.EstimatedRuntime
 
isDirty() - Method in class com.uc4.api.objects.MaxParallel
 
isDirty(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Is the given element dirty (changed by user before saving)
isDirty() - Method in class com.uc4.communication.requests.SetAgentGroupProperties
Returns true if the object data has changed
isDirty() - Method in class com.uc4.communication.requests.SetAgentProperties
Returns true if the object data has changed
isDirty() - Method in class com.uc4.communication.requests.SetCPProperties
Returns true if the object data has changed
isDirty() - Method in class com.uc4.communication.requests.SetWPProperties
Returns true if the object data has changed
isDisconnectAgent() - Method in class com.uc4.communication.CheckBackSettings
 
isDisconnectUser() - Method in class com.uc4.communication.CheckBackSettings
 
isDynamic() - Method in class com.uc4.api.prompt.ComboElement
Returns true if the "dynamic" property is set.
isDynamicMethodAdaptive() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if the adaptive method is used.
isDynamicMethodAverage() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if the Average method is used.
isDynamicMethodLinear() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if the Linear regression method should be used.
isDynamicMethodMaxValue() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if the Maximum method is used.
isEarliestStart() - Method in class com.uc4.api.objects.JobPlanEarliest
Returns true if an earliest start check is enabled for this JobPlan task.
isElseAbort() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if the task and the JobPlan itself are canceled when the defined conditions do not occur.
isElseAlarm() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if an alarm object should be executed.
isElseBlock() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if the JobPlan blocks at the preceding task.
isElseBlockAndAbort() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if the JobPlan blocks at the preceding task.
isElseCancelJobPlan() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if "JobPlan cancel" is set as "Else" action.
isElseSkip() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if the task will be skipped when the defined conditions do not occur.
isElseSkip() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if "Skip" is set as "Else" action.
isElseWait() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if "Wait" is set as "Else" action.
isEmailOnFulfillment() - Method in class com.uc4.api.objects.SloFulfillment
 
isEmailOnViolation() - Method in class com.uc4.api.objects.SloFulfillment
 
isEmpty() - Method in class com.uc4.api.DateTime
Returns true if this is an empty DateTime object.
isEmpty() - Method in class com.uc4.api.UC4ObjectName
Tests if the name is empty.
isEnabled() - Method in class com.uc4.api.objects.Rollback
Returns true if rollback is enabled for this object otherwise false.
isEnableSLOMonitoring() - Method in class com.uc4.api.objects.AttributesSLO
Checks if SLO is enabled for monitoring.
isEncryption() - Method in class com.uc4.api.objects.AttributesSiebel
Returns true if encryption is enabled.
isEncryption() - Method in class com.uc4.api.objects.OCVPanel.CITValue
 
isEnforced() - Method in class com.uc4.api.objects.HostGroup
 
isEnforced() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
Returns true if the task should even run when a host is inactive and getMode() returns "All".
isEraseSource() - Method in class com.uc4.api.objects.FileTransferSettings
 
isErrorAndWarningOnly() - Method in class com.uc4.communication.MessageSettings
Return the option "Display errors and Warnings only".
isEvent() - Method in class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Returns true if event has been licensed.
isEverythingInClient() - Method in class com.uc4.communication.MessageSettings
Returns the scope of subscribed messages.
isExclude() - Method in class com.uc4.api.objects.CustomAttributeFilter
Returns true if exclude is set, false otherwise.
isExcludeArchiveKey1() - Method in class com.uc4.api.TaskFilter
 
isExcludeArchiveKey2() - Method in class com.uc4.api.TaskFilter
 
isExcludeHost() - Method in class com.uc4.api.TaskFilter
 
isExcludeHost() - Method in class com.uc4.communication.requests.TaskList
Checks if is exclude host.
isExcludeObjectName() - Method in class com.uc4.api.TaskFilter
 
isExcludePeriodDescription() - Method in class com.uc4.api.TaskFilter
 
isExcludeUser() - Method in class com.uc4.api.TaskFilter
 
isExecutable() - Method in class com.uc4.api.objects.AgentAssignment
 
isExecutable() - Method in class com.uc4.api.objects.Calendar
 
isExecutable() - Method in class com.uc4.api.objects.Client
 
isExecutable() - Method in class com.uc4.api.objects.Cockpit
 
isExecutable() - Method in class com.uc4.api.objects.CodeTable
 
isExecutable() - Method in class com.uc4.api.objects.ConsoleEvent
 
isExecutable() - Method in class com.uc4.api.objects.Dashboard
 
isExecutable() - Method in class com.uc4.api.objects.DatabaseConnection
 
isExecutable() - Method in class com.uc4.api.objects.DatabaseEvent
 
isExecutable() - Method in class com.uc4.api.objects.Documentation
 
isExecutable() - Method in class com.uc4.api.objects.FileEvent
 
isExecutable() - Method in class com.uc4.api.objects.FileTransfer
 
isExecutable() - Method in class com.uc4.api.objects.Group
 
isExecutable() - Method in class com.uc4.api.objects.Host
 
isExecutable() - Method in class com.uc4.api.objects.HostGroup
 
isExecutable() - Method in class com.uc4.api.objects.Include
 
isExecutable() - Method in class com.uc4.api.objects.Job
 
isExecutable() - Method in class com.uc4.api.objects.JobPlan
 
isExecutable() - Method in class com.uc4.api.objects.Login
 
isExecutable() - Method in class com.uc4.api.objects.Notification
 
isExecutable() - Method in class com.uc4.api.objects.OutputFilter
 
isExecutable() - Method in class com.uc4.api.objects.Period
 
isExecutable() - Method in class com.uc4.api.objects.PromptSet
 
isExecutable() - Method in class com.uc4.api.objects.PSRemoteTaskManager
 
isExecutable() - Method in class com.uc4.api.objects.Queue
 
isExecutable() - Method in class com.uc4.api.objects.RAConnection
 
isExecutable() - Method in class com.uc4.api.objects.RASolution
 
isExecutable() - Method in class com.uc4.api.objects.RuleEvent
 
isExecutable() - Method in class com.uc4.api.objects.SAPConnection
 
isExecutable() - Method in class com.uc4.api.objects.SAPQueueManager
 
isExecutable() - Method in class com.uc4.api.objects.Schedule
 
isExecutable() - Method in class com.uc4.api.objects.Script
 
isExecutable() - Method in class com.uc4.api.objects.Server
 
isExecutable() - Method in class com.uc4.api.objects.ServiceLevelObjective
 
isExecutable() - Method in class com.uc4.api.objects.Storage
 
isExecutable() - Method in class com.uc4.api.objects.Stylesheet
 
isExecutable() - Method in class com.uc4.api.objects.Sync
 
isExecutable() - Method in class com.uc4.api.objects.TimeEvent
 
isExecutable() - Method in class com.uc4.api.objects.TimeZone
 
isExecutable() - Method in class com.uc4.api.objects.UC4Object
Returns true if this Object can be executed.
isExecutable() - Method in class com.uc4.api.objects.User
 
isExecutable() - Method in class com.uc4.api.objects.UserGroup
 
isExecutable() - Method in class com.uc4.api.objects.Variable
 
isExecutable() - Method in class com.uc4.api.objects.WorkflowIF
 
isExecutable() - Method in class com.uc4.api.objects.WorkflowLoop
 
isExecutable() - Method in class com.uc4.api.objects.XRequest
 
isExecute() - Method in interface com.uc4.api.objects.Authorizations.Entry
 
isExecute() - Method in class com.uc4.api.objects.ObjectRight
 
isExecute() - Method in interface com.uc4.api.objects.Rights
Returns the access method: Execute.
isExecute() - Method in class com.uc4.api.objects.UserRight
 
isExecuteAfterScheduledTime() - Method in class com.uc4.api.objects.EventSettings
 
isExecuteAfterScheduledTime() - Method in class com.uc4.api.objects.FileSystem
 
isExecuteAt() - Method in class com.uc4.communication.requests.GetExecuteOnce
 
isExecutedAtTime() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isExecutedAtTime() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isExecutedInterval() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isExecutedInterval() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isExecutedWithGap() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isExecutedWithGap() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isExecuteLoadDependent() - Method in class com.uc4.api.objects.HostGroup
 
isExecuteLoadDependent() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
isExecuteObject() - Method in class com.uc4.communication.CheckBackSettings
 
isExecuteOnAllHosts() - Method in class com.uc4.api.objects.HostGroup
 
isExecuteOnAllHosts() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
isExecuteOnAnyHost() - Method in class com.uc4.api.objects.HostGroup
 
isExecuteOnAnyHost() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
isExecuteOnce() - Method in class com.uc4.communication.requests.ExecuteObject
Returns the execution mode.
isExecuteOnFirstHost() - Method in class com.uc4.api.objects.HostGroup
 
isExecuteOnFirstHost() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
isExecuteOnFulfillment() - Method in class com.uc4.api.objects.SloFulfillment
 
isExecuteOnNextHost() - Method in class com.uc4.api.objects.HostGroup
 
isExecuteOnNextHost() - Method in class com.uc4.communication.requests.GetAgentGroupMonitorProperties
 
isExecuteOnViolation() - Method in class com.uc4.api.objects.SloFulfillment
 
isExecuteReccuring() - Method in class com.uc4.communication.requests.ExecuteObject
Returns true if this is a recurring execution.
isExecutionRepeated() - Method in class com.uc4.api.objects.ConsoleEvent
 
isExecutionRepeated() - Method in class com.uc4.api.objects.RuleEvent
 
isExecutionTypeRepeated() - Method in class com.uc4.api.objects.EventSettings
 
isExecutionTypeRepeated() - Method in class com.uc4.api.objects.FileSystem
 
isExecutionTypeSingle() - Method in class com.uc4.api.objects.EventSettings
 
isExecutionTypeSingle() - Method in class com.uc4.api.objects.FileSystem
 
isExecutionTypeUntilFirstHit() - Method in class com.uc4.api.objects.EventSettings
 
isExecutionTypeUntilFirstHit() - Method in class com.uc4.api.objects.FileSystem
 
isExecutionUntilFirstHit() - Method in class com.uc4.api.objects.ConsoleEvent
 
isExecutionUntilFirstHit() - Method in class com.uc4.api.objects.RuleEvent
 
isExists() - Method in class com.uc4.api.objects.CheckFileCondition
Returns the exists property.
isExpress() - Method in class com.uc4.api.objects.AttributesBS2000
Returns true if the express flag is set for this job.
isExpress() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if express sending is selected.
isExternal() - Method in class com.uc4.api.objects.JobPlanTask
Returns true if this task is an external dependency.
isExternal() - Method in class com.uc4.communication.requests.AddJobPlanTask
Returns true if this JobPlanTask is an external task.
isExternal() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns true if this task is an external dependency.
isExternalJobChildrenOnly() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
isFile() - Method in class com.uc4.api.objects.OutputFilter.Entry
Returns true if the source is a file.
isFileUploadOK() - Method in class com.uc4.communication.requests.UploadBinary
Returns true if the inputFile was uploaded successfully.
isFinal() - Method in class com.uc4.api.objects.AbortAction
 
isFinal() - Method in interface com.uc4.api.objects.Action
Returns true if this is a final action in this condition.
isFinal() - Method in class com.uc4.api.objects.BlockAction
 
isFinal() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
isFinal() - Method in class com.uc4.api.objects.ChangeQueueAction
 
isFinal() - Method in class com.uc4.api.objects.ClearVariableAction
 
isFinal() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
isFinal() - Method in class com.uc4.api.objects.ModifyStateAction
 
isFinal() - Method in class com.uc4.api.objects.PublishValueAction
 
isFinal() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
isFinal() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
isFinal() - Method in class com.uc4.api.objects.RestartTaskAction
 
isFinal() - Method in class com.uc4.api.objects.RollbackAction
 
isFinal() - Method in class com.uc4.api.objects.RunPathAction
 
isFinal() - Method in class com.uc4.api.objects.RunTaskAction
 
isFinal() - Method in class com.uc4.api.objects.SetValueAction
 
isFinal() - Method in class com.uc4.api.objects.SetVariableAction
 
isFinal() - Method in class com.uc4.api.objects.SkipTaskAction
 
isFirstExecutionAfterExpire() - Method in class com.uc4.api.objects.EventSettings
 
isFirstExecutionAfterExpire() - Method in class com.uc4.api.objects.FileSystem
 
isFirstExecutionImmediately() - Method in class com.uc4.api.objects.EventSettings
 
isFirstExecutionImmediately() - Method in class com.uc4.api.objects.FileSystem
 
isFixed() - Method in class com.uc4.api.AbstractFormItem
 
isFixed() - Method in interface com.uc4.api.IFormItem
Returns true if this IFormItem is fixed.
isFlatFiltering() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns the filter configuration.
isForceRestorePossible() - Method in class com.uc4.communication.requests.RestoreObjectVersion
Retrieve if force restore is possible.
isFormatBinary() - Method in class com.uc4.api.objects.FileTransferSettings
 
isFormatText() - Method in class com.uc4.api.objects.FileTransferSettings
 
isFriday() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isFriday() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isFriday() - Method in class com.uc4.api.objects.SloFulfillment
 
isFriday() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns true if friday is selected.
isGeneralJobPanel() - Method in class com.uc4.api.objects.OCVPanel.CITValue
 
isGenerateAtRuntime() - Method in class com.uc4.api.objects.EventAttributes
Returns true if the Job should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns true if the Job should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.isGenerateAtRuntime of this group instead
isGenerateAtRuntime() - Method in class com.uc4.api.objects.GroupAttributes
Returns true if the JobGroup should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.JobAttributes
Returns true if the Job should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns true if this JobPlan should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if this Notification should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.QueueManagerAttributes
Returns true if the Job should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns true if the Job should not be generated at activation time but rather at runtime.
isGenerateAtRuntime() - Method in class com.uc4.api.objects.ScriptAttributes
Returns true if the Script should not be generated at activation time but rather at runtime.
isGeneratedByScript() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the Job report is generated by script.
isGeneratedJCL() - Method in class com.uc4.api.ExecuteTestOptions
Returns true if the option generated JCL is selected.
isGenericHost() - Method in class com.uc4.api.UC4HostName
Returns true if the name represents a generic group of hosts but not a single host.
isGroup() - Method in class com.uc4.api.objects.CalendarKeyword
Returns true if this is a group keyword.
isGroup() - Method in class com.uc4.api.objects.GroupCalendarKeyword
 
isGroup() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
 
isGroup() - Method in class com.uc4.api.objects.RollCalendarKeyword
 
isGroup() - Method in class com.uc4.api.objects.StaticCalendarKeyword
 
isGroup() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
 
isGroup() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
 
isHipri() - Method in class com.uc4.api.objects.AttributesMPE
Returns true if HIPRI is active.
isHostAlive() - Method in class com.uc4.communication.requests.GetAgentGroupProperties
Returns true if the Host is running or false if not.
isHostAlive() - Method in class com.uc4.communication.requests.GetAgentProperties
Returns true if the Host is running or false if not.
isIF() - Method in class com.uc4.api.objects.AbortAction
 
isIF() - Method in class com.uc4.api.objects.BlockAction
 
isIF() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
isIF() - Method in class com.uc4.api.objects.ChangeQueueAction
 
isIF() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
isIF() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
isIF() - Method in class com.uc4.api.objects.CheckFileCondition
 
isIF() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
isIF() - Method in class com.uc4.api.objects.CheckProcessCondition
 
isIF() - Method in class com.uc4.api.objects.ClearVariableAction
 
isIF() - Method in class com.uc4.api.objects.ConditionOrAction
 
isIF() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
isIF() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
isIF() - Method in class com.uc4.api.objects.ExecuteObjectAction
 
isIF() - Method in class com.uc4.api.objects.ModifyStateAction
 
isIF() - Method in class com.uc4.api.objects.PublishValueAction
 
isIF() - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
isIF() - Method in class com.uc4.api.objects.ReEvaluateInAction
 
isIF() - Method in class com.uc4.api.objects.RestartTaskAction
 
isIF() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
isIF() - Method in class com.uc4.api.objects.RollbackAction
 
isIF() - Method in class com.uc4.api.objects.RunPathAction
 
isIF() - Method in class com.uc4.api.objects.RunTaskAction
 
isIF() - Method in class com.uc4.api.objects.SetValueAction
 
isIF() - Method in class com.uc4.api.objects.SetVariableAction
 
isIF() - Method in class com.uc4.api.objects.SkipTaskAction
 
isIF() - Method in class com.uc4.api.objects.StatusCondition
 
isIF() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
isIF() - Method in class com.uc4.api.objects.UserDefinedCondition
 
isIgnoreDifference() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if differences should be ignored.
isIgnoreSSO() - Method in class com.uc4.api.objects.UserAttributes
Returns true if SSO is to be ignored.
isIgnoreSync() - Method in class com.uc4.communication.CheckBackSettings
 
isIlmDrop() - Method in class com.uc4.communication.CheckBackSettings
 
isIlmSwitchout() - Method in class com.uc4.communication.CheckBackSettings
 
isImmediately() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the SAP system should attempt to start the Job immediately.
isImmediately() - Method in class com.uc4.communication.requests.GetExecuteOnce
 
isInactive() - Method in class com.uc4.api.objects.JobPlanTask
Return the status of the task
isInclSubDir() - Method in class com.uc4.api.objects.FileSystem
 
isIncludeLinks() - Method in class com.uc4.communication.requests.SearchObject
Returns true if links to objects are included in the result.
isIncludeSubDirectories() - Method in class com.uc4.api.objects.FileTransferSettings
 
isIncludeSubdirectories() - Method in class com.uc4.api.objects.Rollback
Returns true if the "Include sub-directories" option is selected in the User Interface.
isIncludeSubfolder() - Method in class com.uc4.communication.requests.SearchObject
Returns true if subfolder are included.
isIntervalBeginOfMonth() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns the direction for counting the days.
isIntervalBeginOfYear() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns true if the beginning of the year is set for the interval.
isInUC4DB() - Method in class com.uc4.communication.requests.GetOutputDirectory.OutputDirectoryItem
Returns true if the report is stored in the UC4 database; false otherwise.
isJavaStatistics() - Method in class com.uc4.api.objects.AttributesSAP
 
isJobGroupGeneratedAtRuntime() - Method in class com.uc4.communication.requests.GetGroupMonitorProperties
If Generate job at runtime or not
isJobObjectDefault() - Method in class com.uc4.api.objects.AttributesWin
Returns true if Job Object is set to default.
isJobObjectNo() - Method in class com.uc4.api.objects.AttributesWin
Returns true if Job Object is set to no.
isJobObjectYes() - Method in class com.uc4.api.objects.AttributesWin
Returns true if Job Object is set to yes.
isJobWithoutStartDate() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
isJobWithPredecessor() - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
isKeepFileAttributes() - Method in class com.uc4.api.objects.FileTransferSettings
Returns the setting to keep file attributes.
isKeepStartType() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns the Keep Start Type.
isKeepStartType() - Method in class com.uc4.communication.requests.RestartTask
 
isLabel() - Method in class com.uc4.api.AbstractFormItem
 
isLabel() - Method in class com.uc4.api.FormItemLabel
 
isLabel() - Method in interface com.uc4.api.IFormItem
Returns true if this form item is a label.
isLatestEnd() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if the latest end time is selected.
isLatestStart() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if the latest start time is selected.
isLDAP() - Method in class com.uc4.api.systemoverview.UserListItem
Returns true if this user is an LDAP user.
isLDAPConnection() - Method in class com.uc4.api.objects.UserAttributes
Returns true if LDAP is enabled for this user.
isLDAPConnectionSystem() - Method in class com.uc4.api.objects.UserAttributes
Returns true if LDAP is enabled for the system.
isLDAPEnabledSystem() - Method in class com.uc4.communication.requests.UserList
Returns true if LDAP is enabled for the system
isLdapLogin() - Method in class com.uc4.communication.requests.CreateSession
Returns if user logged in through LDAP
isLimitReached() - Method in class com.uc4.communication.requests.TaskList
 
isLink() - Method in class com.uc4.api.FolderListItem
Returns whether the object is a link.
isLink() - Method in class com.uc4.api.SearchResultItem
 
isLinked() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns true if this process is linked to the service manager.
isLinked() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns true if this process is linked to the service manager.
isLinked() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentLeaf
Returns true if this Agent is linked to the service manager.
isLinkedToServiceManager() - Method in class com.uc4.api.objects.ServerAttributes
Returns true if the process is linked to the Service Manager, false otherwise.
isLinkToSmgr() - Method in class com.uc4.api.objects.HostAttributes
Returns true if a link to the Service Manager has been enabled.
isList() - Method in class com.uc4.api.AbstractFormItem
 
isList() - Method in class com.uc4.api.FormItemList
 
isList() - Method in interface com.uc4.api.IFormItem
Returns true if this form item is a list.
isListTruncated() - Method in class com.uc4.communication.requests.AgentList
If max rows are set by the filter and the actual amount of rows exceeds this number than this will return true.
isLocalJVM() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if an MBean Server in the local JVM is used.
isLocked() - Method in class com.uc4.api.objects.PromptElement
 
isLocked() - Method in class com.uc4.api.objects.UserAttributes
Returns true if the user is locked.
isLocked() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns true if this Prompt Element is locked.
isLocked() - Method in class com.uc4.api.prompt.ComboElement
Returns true if this Prompt Element is locked.
isLocked() - Method in class com.uc4.api.prompt.DateElement
Returns true if this Prompt Element is locked.
isLocked() - Method in class com.uc4.api.prompt.NumberElement
Returns true if this Prompt Element is locked.
isLocked() - Method in interface com.uc4.api.prompt.PromptInterfaces.Locked
Returns true if this Prompt Element is locked.
isLocked() - Method in class com.uc4.api.prompt.RadioGroupElement
Returns true if this Prompt Element is locked.
isLocked() - Method in class com.uc4.api.prompt.TextElement
Returns true if this Prompt Element is locked.
isLocked() - Method in class com.uc4.api.prompt.TimeElement
Returns true if this Prompt Element is locked.
isLocked() - Method in class com.uc4.api.systemoverview.UserListItem
Returns true if this user is locked, false otherwise.
isLocked() - Method in class com.uc4.communication.requests.SynchronizeLDAP
Returns true if the user is locked.
isLoggedOn() - Method in class com.uc4.api.systemoverview.UserListItem
Returns true if the user is logged on.
isLoginSuccessful() - Method in class com.uc4.communication.requests.CreateSession
Tests if the log in was successful.
isLogOnAsBatch() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the Job is executed in batch mode.
isMbeanServerCreate() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if an MBean Server is created if it's not found.
isMethodDate() - Method in class com.uc4.api.objects.MaximumRuntime
Returns true if date and time are set for monitoring the maximum runtime.
isMethodDefault() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if "UC_CLIENT_SETTINGS" should be used.
isMethodDynamic() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if a dynamic method is used to calculate the estimated runtime.
isMethodERT() - Method in class com.uc4.api.objects.MinimumRuntime
Returns true if the estimated runtime method is used.
isMethodFixedValue() - Method in class com.uc4.api.objects.EstimatedRuntime
Returns true if a fixed value is selected for the estimated runtime.
isMethodFixedValue() - Method in class com.uc4.api.objects.MinimumRuntime
Returns true if a fixed value is used for the minimum runtime.
isMethodNone() - Method in class com.uc4.api.objects.MinimumRuntime
Returns true if the minimum runtime is not supervised.
isMibMonitoring() - Method in class com.uc4.api.objects.Client
Returns the SNMP monitoring setting of this client object.
isMinColorRed() - Method in class com.uc4.api.objects.CockpitValueControl
Returns true if the color for the minimum value is red, false if the color for the minimum value is green.
isModificationMode() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns true if this instance of the JobPlanMonitor class represents a ProcessFlow which has been opened for modification.
isModificationOfAttributes() - Method in class com.uc4.api.ExecuteTestOptions
Returns true if the option modification of attributes is selected.
isModificationOfVariables() - Method in class com.uc4.api.ExecuteTestOptions
Returns true if the option modification of variables is selected.
isModified() - Method in class com.uc4.api.objects.UserRight
 
isModifyAtRuntime() - Method in class com.uc4.api.objects.ObjectRight
 
isModifyAtRuntime() - Method in interface com.uc4.api.objects.Rights
Access method: Modify at runtime This access method permits the setting of trace options on UC4 Automation Engines or Agents and the ending of RemoteTaskManager and Event objects.
isModifyAtRuntime() - Method in class com.uc4.api.objects.UserRight
 
isModifyTask() - Method in class com.uc4.communication.CheckBackSettings
 
isMonday() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isMonday() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isMonday() - Method in class com.uc4.api.objects.SloFulfillment
 
isMonday() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns true if monday is selected.
isMonitoredTask() - Method in class com.uc4.api.AbstractTask
Returns true if this task is JOBD which is monitored by the Automation Engine.
isMonitorPermanently() - Method in class com.uc4.api.objects.AttributesSLO
Checks if monitor mode is set to "Permanently".
isMonitorRestricted() - Method in class com.uc4.api.objects.AttributesSLO
Checks if monitor mode is set to restricted.
isMonthly() - Method in class com.uc4.api.objects.CalendarKeyword
Returns true if this is a monthly keyword.
isMonthly() - Method in class com.uc4.api.objects.GroupCalendarKeyword
 
isMonthly() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
 
isMonthly() - Method in class com.uc4.api.objects.RollCalendarKeyword
 
isMonthly() - Method in class com.uc4.api.objects.StaticCalendarKeyword
 
isMonthly() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
 
isMonthly() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
 
isMqSetActive() - Method in class com.uc4.api.systemoverview.ServerListItem
Returns true if mqSetActive = mqSetOwn.
isMultiline() - Method in class com.uc4.api.prompt.TextElement
Returns the value of the multi-line property.
isMultiselect() - Method in class com.uc4.communication.requests.PromptInputHelp
Does this prompt input helper support multi selection.
isMultiSelectArray() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns true if this prompt element has a multi select array.
isNewLine() - Method in class com.uc4.api.AbstractFormItem
 
isNewLine() - Method in interface com.uc4.api.IFormItem
Returns true if this IFormItem is full sized.
isNextStartNotDefined() - Method in class com.uc4.communication.requests.ScheduleMonitor.Task
 
isNoDateSelection() - Method in class com.uc4.communication.requests.SearchObject
Returns true if the date selection is disabled.
isNoDeleteOnError() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the Job should not be delete in SAP when an error occurs.
isNoForwarding() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the recipient is not allowed to forward the document to other users.
isNoPrint() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the attribute 'No Printing' is set.
isNormalWorkflow() - Method in class com.uc4.api.objects.Deployment
Returns true if this is a normal workflow which is has not been enabled for deployment.
isNormalWorkflow() - Method in class com.uc4.communication.requests.GetDeploymentProperties
Returns true if this is a normal workflow which is has not been enabled for deployment.
isNormalWorkflow() - Method in class com.uc4.communication.requests.GetObjectProperties
Returns true if this is a normal workflow which is has not been enabled for deployment.
isNot() - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Returns the value of the "NOT" column.
isNotFoundError() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if an error should occur when the key is not found.
isNotFoundInitial() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the inital value will be returned when the key is not found.
isNumber() - Method in class com.uc4.api.AbstractFormItem
 
isNumber() - Method in class com.uc4.api.FormItemNumber
 
isNumber() - Method in interface com.uc4.api.IFormItem
Returns true if this form item is a number field.
isOk() - Method in class com.uc4.api.objects.StepListItem
 
isOldVersion() - Method in class com.uc4.api.objects.UC4Object
Returns true if the opened object is actually an older version of an object.
isOnAgent() - Method in class com.uc4.communication.requests.GetOutputDirectory.OutputDirectoryItem
Returns true if the report is stored in the filesystem where the Agent runs; false otherwise.
isOnce() - Method in class com.uc4.api.objects.ConditionOrAction
 
isOnDefinedCalendarDays() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns true if the definition of calendar days is selected.
isOnDefinedCalendarDays() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns true if the definition of calendar days is selected.
isOnlyAfterLastUnsuccessfulRepetition() - Method in class com.uc4.api.objects.TaskResult
Returns true if the selected object should not be started immediately but only after a specified number of repeated runs.
isOnOff() - Method in class com.uc4.api.objects.CockpitBox
Return true if the On/Off function is used, false if the threshold values.
isOnOff() - Method in class com.uc4.api.objects.CockpitLamp
Return true if the On/Off function is used, false if the threshold values.
isOnOff() - Method in class com.uc4.api.objects.CockpitTrafficLights
Return true if the On/Off function is used, false if the threshold values.
isOpen() - Method in class com.uc4.api.FolderListItem
Returns true if the object is open and therefore locked for changes.
isOpenCockpitMonitor() - Method in class com.uc4.communication.ActivitySettings
Returns true if the Cockpit monitor should be automatically opened.
isOpenNotificationMonitor() - Method in class com.uc4.communication.ActivitySettings
Returns true if the Notification monitor should be automatically opened.
isOpenProcessFlowMonitor() - Method in class com.uc4.communication.ActivitySettings
Returns true if the ProcessFlow monitor should be automatically opened.
isOpenScheduleMonitor() - Method in class com.uc4.communication.ActivitySettings
Returns true if the Schedule monitor should be automatically opened.
isOracleServiceName() - Method in class com.uc4.api.objects.DatabaseConnection
Returns true if the DB name is the service name of an Oracle database.
isOriginalScript() - Method in class com.uc4.api.ExecuteTestOptions
Returns true if the option Original Script is selected.
isOutputFileOK() - Method in class com.uc4.communication.requests.DownloadBinary
Returns true if the outputfile was saved successfully.
isOverwrite() - Method in class com.uc4.api.FormItemList
Returns true if the a new value can be defined.
isParameterAltView(String) - Method in class com.uc4.api.objects.ConditionOrAction
Returns true if the alternative view is enabled for the specified parameter If the parameter was not found false is returned.
isPassPriority() - Method in class com.uc4.api.objects.JobPlanAttributes
Pass priority to WF children
isPassword() - Method in class com.uc4.api.FormItemText
Returns true if this input field is a password field.
isPasswordChangeRequired() - Method in class com.uc4.api.objects.UserAttributes
Returns true if a password change is required for this user.
isPasswordChangeRequired() - Method in class com.uc4.communication.requests.CreateSession
Returns true if the next action must be a change of the password.
isPasswordNeverExpires() - Method in class com.uc4.api.objects.UserAttributes
Returns true if the password never expires.
isPeopleSoftWorkOffline() - Method in class com.uc4.communication.ERPFormsSettings
The option "Work Offline" can be used to deactivate the login screen.
isPlatformBS2000() - Method in class com.uc4.api.TaskFilter
Returns true if BS2000 Jobs are selected.
isPlatformBS2000() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if BS2000 Jobs are selected.
isPlatformCIT() - Method in class com.uc4.api.TaskFilter
Returns true if Rapid Automation Jobs are selected.
isPlatformCIT() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if Rapid Automation Jobs are selected.
isPlatformGCOS8() - Method in class com.uc4.api.TaskFilter
Returns true if GCOS8 Jobs are selected.
isPlatformGCOS8() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if GCOS8 Jobs are selected.
isPlatformJMX() - Method in class com.uc4.api.TaskFilter
Returns true if JMX Jobs are selected.
isPlatformJMX() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if JMX Jobs are selected.
isPlatformMAIL() - Method in class com.uc4.api.TaskFilter
Returns true if MAIL Jobs are selected.
isPlatformMAIL() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if MAIL Jobs are selected.
isPlatformMPE() - Method in class com.uc4.api.TaskFilter
Returns true if MPE Jobs are selected.
isPlatformMPE() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if MPE Jobs are selected.
isPlatformMVS() - Method in class com.uc4.api.TaskFilter
Returns true if MVS Jobs are selected.
isPlatformMVS() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if MVS Jobs are selected.
isPlatformNSK() - Method in class com.uc4.api.TaskFilter
Returns true if NSK Jobs are selected.
isPlatformNSK() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if NSK Jobs are selected.
isPlatformOA() - Method in class com.uc4.api.TaskFilter
Returns true if OA Jobs are selected.
isPlatformOA() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if OA Jobs are selected.
isPlatformOS400() - Method in class com.uc4.api.TaskFilter
Returns true if OS400 Jobs are selected.
isPlatformOS400() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if OS400 Jobs are selected.
isPlatformPS() - Method in class com.uc4.api.TaskFilter
Returns true if PS Jobs are selected.
isPlatformPS() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if PS Jobs are selected.
isPlatformR3() - Method in class com.uc4.api.TaskFilter
Returns true if SAP Jobs are selected.
isPlatformR3() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if SAP Jobs are selected.
isPlatformSiebel() - Method in class com.uc4.api.TaskFilter
Returns true if Siebel Jobs are selected.
isPlatformSiebel() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if Siebel Jobs are selected.
isPlatformSQL() - Method in class com.uc4.api.TaskFilter
Returns true if SQL Jobs are selected.
isPlatformSQL() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if SQL Jobs are selected.
isPlatformUNIX() - Method in class com.uc4.api.TaskFilter
Returns true if UNIX Jobs are selected.
isPlatformUNIX() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if UNIX Jobs are selected.
isPlatformVMS() - Method in class com.uc4.api.TaskFilter
Returns true if VMS Jobs are selected.
isPlatformVMS() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if VMS Jobs are selected.
isPlatformWindows() - Method in class com.uc4.api.TaskFilter
Returns true if Windows Jobs are selected.
isPlatformWindows() - Method in class com.uc4.communication.requests.GenericStatistics
Returns true if Windows Jobs are selected.
isPrintObject() - Method in class com.uc4.communication.CheckBackSettings
 
isPriorityHigh() - Method in class com.uc4.communication.requests.NotificationState
Returns true if a Notification with high priority exists for this user.
isPriorityLow() - Method in class com.uc4.communication.requests.NotificationState
Returns true if a Notification with low priority exists for this user.
isPriorityMedium() - Method in class com.uc4.communication.requests.NotificationState
Returns true if a Notification with medium priority exists for this user.
isPrivilegeSet(UserPrivileges.Privilege) - Method in class com.uc4.api.objects.UserPrivileges
Returns true if the specified privilege is enabled.
isProcessorTask() - Method in class com.uc4.api.Task
Returns true if this task is a processor task.
isQueryDefined() - Method in class com.uc4.api.objects.SloSelection
Returns true if the there is a query
isQuitTask() - Method in class com.uc4.communication.CheckBackSettings
 
isRead() - Method in interface com.uc4.api.objects.Authorizations.Entry
 
isRead() - Method in class com.uc4.api.objects.ObjectRight
 
isRead() - Method in interface com.uc4.api.objects.Rights
Returns the access method: Read.
isRead() - Method in class com.uc4.api.objects.UserRight
 
isReadOnly() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the variable attributes cannot be modified.
isRecursive() - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
isRegisteredJobOutput() - Method in class com.uc4.api.objects.OutputFilter.Entry
Returns true if the source is a registered job output.
isReloadNextTurnaround() - Method in class com.uc4.communication.requests.ScheduleMonitor
Returns true if reload definition at period turnaround is enabled.
isRemoteJVM() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if an MBean Server in the remote JVM is used.
isRemoveCRLF() - Method in class com.uc4.api.objects.AttributesSQL
Returns true if Carriage Return and Line Feed characters should be removed in the result set in the Job report.
isReplaceable() - Method in class com.uc4.api.SearchResultItem
Returns true if this was a search for use and this match can be replaced.
isReplaceVariable() - Method in class com.uc4.api.StorageItem
Indicate whether variables for this resource should be replaced.
isReport() - Method in class com.uc4.api.objects.ObjectRight
 
isReport() - Method in class com.uc4.api.objects.OutputFilter.Entry
Returns true if the source is a report.
isReport() - Method in interface com.uc4.api.objects.Rights
Access to Reports.
isReport() - Method in class com.uc4.api.objects.UserRight
 
isReportDatabase() - Method in class com.uc4.api.objects.AttributesGCOS8
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesJMX
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesMPE
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesNSK
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesOA
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesOS400
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesPS
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesRA
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesSAP
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesSiebel
Returns whether the Job report transfered to the Automation Engine database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesSQL
Returns whether the Job report transfered to the database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesUnix
Returns whether the Job report transfered to the database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesVMS
Returns whether the Job report transfered to the database.
isReportDatabase() - Method in class com.uc4.api.objects.AttributesWin
Returns whether the Job report transfered to the database.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesGCOS8
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesMPE
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesNSK
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesOA
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesOS400
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesPS
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesRA
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesSiebel
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesSQL
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesUnix
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesVMS
Returns true if the Job report will be stored only in case of Job interruption.
isReportErrorOnly() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the Job report will be stored only in case of Job interruption.
isReportFile() - Method in class com.uc4.api.objects.AttributesGCOS8
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesMPE
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesNSK
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesOA
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesOS400
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesPS
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesRA
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesSiebel
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesSQL
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesUnix
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesVMS
Returns true if the Job report is stored in the file system on the target system.
isReportFile() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the Job report is stored in the file system on the target system.
isReportsToDB() - Method in class com.uc4.api.objects.QueueManagerAttributes
 
isRequestParameterAtWFStart() - Method in class com.uc4.api.objects.ProcessFlowGeneral
If this property is set and "Request task parameters" is selected as well, the container window is displayed immediately at the generation time of the workflow (and not at the point of time when the appropriate task would be ready to run within the workflow).
isRequestTaskParameter() - Method in class com.uc4.api.objects.AttributesRA
Returns the value of the runtime option "Request task parameters".
isRequestTaskParameters() - Method in class com.uc4.api.objects.ProcessFlowGeneral
If this property is set and the selected task has either a PromptSet or selected "Request task parameters" option on object definition level, the container window pops-up.
isRequestTest() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if internal test are enabled.
isRequired() - Method in class com.uc4.api.AbstractFormItem
 
isRequired() - Method in class com.uc4.api.FormItemLabel
 
isRequired() - Method in interface com.uc4.api.IFormItem
Returns true if an input is required.
isRequiresLogin() - Method in class com.uc4.communication.requests.GetOutputDirectory.OutputDirectoryItem
Returns true if access to the report requires a login.
isRestartAbortedChildrenOnly() - Method in class com.uc4.communication.requests.RestartTask
 
isResubmitRequired() - Method in class com.uc4.communication.requests.SubmitPrompt
This method returns true if the server did not accept the submit because of invalid fields.
isResumeClient() - Method in class com.uc4.communication.CheckBackSettings
 
isResumeQueue() - Method in class com.uc4.communication.CheckBackSettings
 
isResumeTask() - Method in class com.uc4.communication.CheckBackSettings
 
isResumeTaskRecursive() - Method in class com.uc4.communication.CheckBackSettings
 
isReuseAgentGroups() - Method in class com.uc4.api.objects.JobPlanAttributes
Re-using AgentGroup calculation.
isRevision() - Method in class com.uc4.api.objects.UserAssignment
Returns the Revision from this UserGroup.
isRoll() - Method in class com.uc4.api.objects.CalendarKeyword
Returns true if this is a roll keyword.
isRoll() - Method in class com.uc4.api.objects.GroupCalendarKeyword
 
isRoll() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
 
isRoll() - Method in class com.uc4.api.objects.RollCalendarKeyword
 
isRoll() - Method in class com.uc4.api.objects.StaticCalendarKeyword
 
isRoll() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
 
isRoll() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
 
isRollback() - Method in class com.uc4.api.AbstractTask
Returns true if this task supports rollback.
isRollback() - Method in class com.uc4.communication.requests.GroupMonitor.Task
Return that the task can be rollback or not.
isRollbackEnabled() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns true if rollback is enabled for this ProcessFlow task.
isRollbacktask() - Method in class com.uc4.communication.CheckBackSettings
 
isRunPerPatch() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns true if this task should run per patch in a deployment ProcessFlow.
isSaturday() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isSaturday() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isSaturday() - Method in class com.uc4.api.objects.SloFulfillment
 
isSaturday() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns true if saturday is selected.
isSearchUseOfObjects() - Method in class com.uc4.communication.requests.SearchObject
Returns true if the use of objects is selected.
isSecurityMessages() - Method in class com.uc4.communication.MessageSettings
 
isSelected() - Method in interface com.uc4.api.objects.Authorizations.Entry
Used in agent assignments only.
isSendEmail() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if e-mails are sent to the responsible operators at CallOperator start.
isSent() - Method in class com.uc4.api.Form
Returns a flag to indicate if this form has been sent to the Automation Engine.
isServerAlive() - Method in class com.uc4.communication.requests.GetCPProperties
Returns true if the Server is running or false if not.
isServerAlive() - Method in class com.uc4.communication.requests.GetWPProperties
Returns true if the Server is running or false if not.
isShowAsPassword() - Method in class com.uc4.api.prompt.TextElement
If set, this control shows asterisks instead of the text which was entered.
isShowAtDesktop() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the Job is executed and visible to a logged-on user.
isShowHeadLines() - Method in class com.uc4.api.objects.AttributesSQL
Returns true if the column names of result sets should be displayed in the Automation Engine Job report.
isShowHelpForParameterInfo() - Method in class com.uc4.communication.EditorSettings
 
isShowNULLasEmptyString() - Method in class com.uc4.api.objects.AttributesSQL
Returns true if NULL in result sets should be displays as an empty string in the UC4 Job Report.
isShowParameterInfo() - Method in class com.uc4.communication.EditorSettings
 
isShowSeconds() - Method in class com.uc4.communication.TimeSettings
Method to know whether to show seconds or not.
isShowUnreadAfterLogon() - Method in class com.uc4.communication.MessageSettings
Returns if unread messages should be shown after logon.
isShutdownUC4() - Method in class com.uc4.communication.CheckBackSettings
 
isSltAfterJobPlanStart() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if satisfaction lead time commences when the JobPlan starts.
isSltBeforeJobPlanStart() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if the satisfaction lead time commences before the JobPlan starts.
isSltSinceLastJobPlanExecution() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if satisfaction lead time commences at the end of the last JobPlan execution.
isSNCEnabled() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns true if SNC is enabled, false otherwise.
isSnmp() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if SNMP is enabled.
isSortOrderAscending() - Method in class com.uc4.api.objects.VariableAttributes
 
isSortOrderDescending() - Method in class com.uc4.api.objects.VariableAttributes
 
isSourceArray() - Method in class com.uc4.api.objects.LoopDataSource
Returns true if the selected datasource is an array, false otherwise.
isSourceQuery() - Method in class com.uc4.api.objects.DatabaseEventValue
 
isSourceStatic() - Method in class com.uc4.api.objects.DatabaseEventValue
 
isSourceVariable() - Method in class com.uc4.api.objects.DatabaseEventValue
 
isSpoolAll() - Method in class com.uc4.api.objects.AttributesOS400
Returns true if the entire spool contents of the Job is saved.
isSpoolDirectory() - Method in class com.uc4.api.objects.AttributesSAP
 
isSpoolQPJOBLOG() - Method in class com.uc4.api.objects.AttributesOS400
Returns true if the spool contents from QPJOBLOG is saved.
isSSO() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if single sign on is active.
isSSOEnabled() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns true if SNC SSO is enabled, false otherwise.
isStartJobs() - Method in class com.uc4.api.objects.QueueManagerAttributes
 
isStartupEvent() - Method in class com.uc4.api.objects.FileSystem
 
isStateDeleted() - Method in class com.uc4.api.objects.TaskState
Checks if the TaskState has the deleted state.
isStatic() - Method in class com.uc4.api.objects.CalendarKeyword
Returns true if this is a static keyword.
isStatic() - Method in class com.uc4.api.objects.GroupCalendarKeyword
 
isStatic() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
 
isStatic() - Method in class com.uc4.api.objects.RollCalendarKeyword
 
isStatic() - Method in class com.uc4.api.objects.StaticCalendarKeyword
 
isStatic() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
 
isStatic() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
 
isStatistics() - Method in class com.uc4.api.objects.AttributesSAP
 
isStatistics() - Method in class com.uc4.api.objects.ObjectRight
 
isStatistics() - Method in interface com.uc4.api.objects.Rights
Access to Statistics.
isStatistics() - Method in class com.uc4.api.objects.UserRight
 
isStatistics() - Method in class com.uc4.api.Task
Returns the source of the task if it has been created with the TaskList request.
isStatusMatchAll() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if all predecessors must end with the determined status (AND Link).
isStatusMatchOne() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns true if at least one predecessor ends as defined.
isStepList() - Method in class com.uc4.api.objects.AttributesSAP
 
isSuccessful() - Method in class com.uc4.communication.requests.SetHostAuthorizations.ModificationStatus
 
isSuggestKeepIndent() - Method in class com.uc4.communication.EditorSettings
For the purpose of keeping a clear structure, scripting lines in constructs such as :IF or :WHILE should be indented.
isSunday() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isSunday() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isSunday() - Method in class com.uc4.api.objects.SloFulfillment
 
isSunday() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns true if sunday is selected.
isSuspendClient() - Method in class com.uc4.communication.CheckBackSettings
 
isSuspendQueue() - Method in class com.uc4.communication.CheckBackSettings
 
isSuspendTask() - Method in class com.uc4.communication.CheckBackSettings
 
isSuspendTaskRecursive() - Method in class com.uc4.communication.CheckBackSettings
 
isSyslstDatabase() - Method in class com.uc4.api.objects.AttributesBS2000
Returns whether SYSLST protocol is saved only in the Automation Engine database.
isSyslstErrorOnly() - Method in class com.uc4.api.objects.AttributesBS2000
Returns whether SYSLST protocol is saved only in case of an error.
isSyslstFile() - Method in class com.uc4.api.objects.AttributesBS2000
Returns whether SYSLST protocol should be available as a file.
isSysoutDatabase() - Method in class com.uc4.api.objects.AttributesBS2000
Returns whether SYSOUT protocol is saved only in the Automation Engine database.
isSysoutDatabase() - Method in class com.uc4.api.objects.AttributesOS390
Returns whether SYSOUT protocol is saved only in the Automation Engine database.
isSysoutErrorOnly() - Method in class com.uc4.api.objects.AttributesBS2000
Returns whether SYSOUT protocol is saved only in case of an error.
isSysoutErrorOnly() - Method in class com.uc4.api.objects.AttributesOS390
Returns whether SYSOUT protocol is saved only in case of an error.
isSysoutFile() - Method in class com.uc4.api.objects.AttributesBS2000
Returns whether SYSOUT protocol should be available as a file.
isSysoutFile() - Method in class com.uc4.api.objects.AttributesOS390
Returns whether SYSOUT protocol should be available as a file.
isTerminateAgent() - Method in class com.uc4.communication.CheckBackSettings
 
isTerminateServer() - Method in class com.uc4.communication.CheckBackSettings
 
isText() - Method in class com.uc4.api.AbstractFormItem
 
isText() - Method in class com.uc4.api.FormItemText
 
isText() - Method in interface com.uc4.api.IFormItem
Returns true if this form item is a text input field.
isText() - Method in class com.uc4.communication.requests.DownloadBinary
Returns true if the resource is a text.
isTextCharacter(int, int) - Method in class com.uc4.api.objects.CodeTable
Whether or not the character at the given position is marked as text character.
isThursday() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isThursday() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isThursday() - Method in class com.uc4.api.objects.SloFulfillment
 
isThursday() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns true if thursday is selected.
isTimeCheckpoint() - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Returns true if time checkpoint is enabled for this JobPlanTask.
isTimeCheckpoint() - Method in class com.uc4.api.objects.ProcessFlowGeneral
Returns true if time checkpoint is enabled for this JobPlanTask.
isTimeout() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if timeout is enabled.
isTimeoutAlarm() - Method in class com.uc4.api.objects.JobPlanExternal
Settings made in here are only taken into account when "Wait" has been checked in the Else area.
isTimeoutCancelJobPlan() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if the JobPlan containing the external dependency is aborted.
isTimeoutIfPast() - Method in class com.uc4.communication.requests.ModifyStartTime
Returns true if the task should end with a timeout in case the modified start date is in the past, false is returned if the task should start immediately.
isTimeoutSkip() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if external dependency is skipped.
isTimeoutWait() - Method in class com.uc4.api.objects.JobPlanExternal
Returns true if JobPlan execution is in a waiting condition without limitation.
isTimerControlAuto() - Method in class com.uc4.api.objects.EventSettings
 
isTimerControlAuto() - Method in class com.uc4.api.objects.FileSystem
 
isTimerControlInterval() - Method in class com.uc4.api.objects.EventSettings
 
isTimerControlInterval() - Method in class com.uc4.api.objects.FileSystem
 
isTimerControlStartTime() - Method in class com.uc4.api.objects.EventSettings
 
isTimerControlStartTime() - Method in class com.uc4.api.objects.FileSystem
 
isTimezone() - Method in class com.uc4.api.Template
Returns true if this template is one of the timzone templates.
isTls() - Method in class com.uc4.api.systemoverview.AgentListItem
Returns true, if this is a TLS Agent.
isTooltipCalendar() - Method in class com.uc4.communication.ProcessFlowSettings
Returns true if the calendar information sould be shown in the tooltip of a task in a Process Flow.
isTooltipCheckpoint() - Method in class com.uc4.communication.ProcessFlowSettings
Returns true if the checkpoint information sould be shown in the tooltip of a task in a Process Flow.
isTooltipConditions() - Method in class com.uc4.communication.ProcessFlowSettings
Returns true if the conditions information sould be shown in the tooltip of a task in a Process Flow.
isTooltipDependencies() - Method in class com.uc4.communication.ProcessFlowSettings
Returns true if the dependency information sould be shown in the tooltip of a task in a Process Flow.
isTooltipEarliest() - Method in class com.uc4.communication.ProcessFlowSettings
Returns true if the earliest information sould be shown in the tooltip of a task in a Process Flow.
isTooltipExternalDependency() - Method in class com.uc4.communication.ProcessFlowSettings
Returns true if the external dependencies sould be shown in the tooltip of a task in a Process Flow.
isTooltipGeneral() - Method in class com.uc4.communication.ProcessFlowSettings
"General" has the effect that the tooltip displays an additional area that includes the most important information such as object type, host name and the short forms of specified properties.
isTooltipRuntime() - Method in class com.uc4.communication.ProcessFlowSettings
Returns true if the runtime information sould be shown in the tooltip of a task in a Process Flow.
isTooltipThumbnail() - Method in class com.uc4.communication.ProcessFlowSettings
Thumbnail has the effect that the box for the ProcessFlow task is shown in tooltip if a particular zoom level has been reached.
isTransferFolderStructure() - Method in class com.uc4.api.objects.FileTransferSettings
 
isTreeMode() - Method in class com.uc4.communication.requests.TaskList
 
isTuesday() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isTuesday() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isTuesday() - Method in class com.uc4.api.objects.SloFulfillment
 
isTuesday() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns true if tuesday is selected.
isTurnaroundWarning() - Method in class com.uc4.api.objects.Schedule
Returns whether the turnaround warning exists in this Schedule.
isTypeABAP() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the SAP type is of ABAP
isTypeAE() - Method in class com.uc4.api.objects.AttributesOS390
Returns true if the Automation Engine (AE) type is selected.
isTypeAlarm() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if this Notification has type "Alarm".
isTypeAPI() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if Call API tasks are selected.
isTypeAPI() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type API is enabled for the search or not.
isTypeBAT() - Method in class com.uc4.api.objects.AttributesWin
Returns true if type BAT is selected.
isTypeC_HOSTG() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the AgentGroup Container is selected.
isTypeC_HOSTG() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type host group container is enabled for the search or not.
isTypeC_PERIOD() - Method in class com.uc4.api.ObjectTypeFilter
 
isTypeC_PERIOD() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type period container is enabled for the search or not.
isTypeCALE() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type CALE is enabled for the search or not.
isTypeCALL() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Notification object is selected.
isTypeCALL() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type CALL is enabled for the search or not.
isTypeCALL() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type CALL is enabled for the search or not.
isTypeCAU() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the CAU statistics type is selected.
isTypeCBCK() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the callback type is selected.
isTypeCITC() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type CITC is enabled for the search or not.
isTypeCLNT() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type CLNT is enabled for the search or not.
isTypeCLNT() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type CLNT is enabled for the search or not.
isTypeCLNTDEL() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the client deletion type is selected.
isTypeCMD() - Method in class com.uc4.api.objects.AttributesOS400
Returns true if the type CMD is selected.
isTypeCODE() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type CODE is enabled for the search or not.
isTypeCOM() - Method in class com.uc4.api.objects.AttributesWin
Returns true if type COM is selected.
isTypeCommand() - Method in class com.uc4.api.objects.AttributesUnix
Returns true if the Job type is Command.
isTypeCONN() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type CONN is enabled for the search or not.
isTypeCPIT() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Cockpit object is selected.
isTypeCPIT() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type CPIT is enabled for the search or not.
isTypeCPIT() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type CPIT is enabled for the search or not.
isTypeDASH() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type DASH is enabled for the search or not.
isTypeDEPLOY() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the DEPLOY statistics type is selected.
isTypeDOCU() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type DOCU is enabled for the search or not.
isTypeEmail() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if this Notification has type "Email".
isTypeEVENT_CHILD() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type EVENT_CHILD is enabled for the search or not.
isTypeEVNT() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Event object is selected.
isTypeEVNT() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type EVENT is enabled for the search or not.
isTypeEVNT() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type EVNT is enabled for the search or not.
isTypeFILTER() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type FILTER is enabled for the search or not.
isTypeFOLD() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type FOLD is enabled for the search or not.
isTypeGROUP() - Method in class com.uc4.api.ObjectTypeFilter
Deprecated.
Use isTypeJOBG() instead
isTypeHOST() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type HOST is enabled for the search or not.
isTypeHOST() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type HOST is enabled for the search or not.
isTypeHOSTG() - Method in class com.uc4.api.ObjectTypeFilter
Deprecated.
Use isTypeC_HOSTG() instead.
isTypeHOSTG() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type HOSTG is enabled for the search or not.
isTypeHSTA() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type HSTA is enabled for the search or not.
isTypeILE_CL() - Method in class com.uc4.api.objects.AttributesOS400
Returns true if the type ILE CL is selected.
isTypeInterpreter() - Method in class com.uc4.api.objects.AttributesWin
Returns true if type Interpreter is selected.
isTypeJava() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the SAP type is of Java
isTypeJCL() - Method in class com.uc4.api.objects.AttributesOS390
Returns true if the JCL of the Job is found in OS/390.
isTypeJCL_JobCard() - Method in class com.uc4.api.objects.AttributesOS390
Returns true if the complete JCL including the Job card is used from the dataset which has been specified in the "File name" field.
isTypeJOBD() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if child jobs are selected.
isTypeJOBD() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type JOBD is enabled for the search or not.
isTypeJOBF() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the FileTransfer object is selected.
isTypeJOBF() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type JOBF is enabled for the search or not.
isTypeJOBF() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type JOBF is enabled for the search or not.
isTypeJOBG() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Group object is selected.
isTypeJOBG() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type JOBG is enabled for the search or not.
isTypeJOBG() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type JOBG is enabled for the search or not.
isTypeJOBI() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type JOBI is enabled for the search or not.
isTypeJOBP() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the JobPlan object is selected.
isTypeJOBP() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type JOBP is enabled for the search or not.
isTypeJOBP() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type JOBP is enabled for the search or not.
isTypeJOBQ() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the QueueManager object is selected.
isTypeJOBQ() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type JOBQ is enabled for the search or not.
isTypeJOBQ() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type JOBQ is enabled for the search or not.
isTypeJOBS() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Job object is selected.
isTypeJOBS() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type JOBS is enabled for the search or not.
isTypeJOBS() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type JOBS is enabled for the search or not.
isTypeJSCH() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Schedule object is selected.
isTypeJSCH() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type JSCH is enabled for the search or not.
isTypeJSCH() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type JSCH is enabled for the search or not.
isTypeLOGIN() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type LOGIN is enabled for the search or not.
isTypeMessage() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if this Notification has type "Message".
isTypeNBEXEC() - Method in class com.uc4.api.objects.AttributesNSK
Returns true if the Job type is NetBatch - NBEXEC scripts.
isTypeOSS() - Method in class com.uc4.api.objects.AttributesNSK
Returns true if the Job type is OSS - UNIX commands (osh Shell).
isTypePERIOD() - Method in class com.uc4.api.ObjectTypeFilter
Deprecated.
Use isTypeC_PERIOD() instead.
isTypePERIOD() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type STORE is enabled for the search or not.
isTypePI() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if the SAP type is of PI
isTypePostEVNT() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the !Event object is selected.
isTypePRPT() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type PRPT is enabled for the search or not.
isTypeQUEUE() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type QUEUE is enabled for the search or not.
isTypeREPORT() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Report object is selected.
isTypeREPORT() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type REPORT is enabled for the search or not.
isTypeRequest() - Method in class com.uc4.api.objects.NotificationAttributes
Returns true if this Notification has type "Request".
isTypeREXX() - Method in class com.uc4.api.objects.AttributesOS400
Returns true if the type REXX is selected.
isTypeSCRI() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if the Script object is selected.
isTypeSCRI() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type SCRI is enabled for the search or not.
isTypeSCRI() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type SCRI is enabled for the search or not.
isTypeSERV() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type SERV is enabled for the search or not.
isTypeSERV() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type SERV is enabled for the search or not.
isTypeShellScript() - Method in class com.uc4.api.objects.AttributesUnix
Returns true if the Job type is Shell Script.
isTypeSLO() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type SLO is enabled for the search or not.
isTypeSTORE() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type STORE is enabled for the search or not.
isTypeSYNC() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type SYNC is enabled for the search or not.
isTypeSYNC() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type SYNC is enabled for the search or not.
isTypeTACL() - Method in class com.uc4.api.objects.AttributesNSK
Returns true if the Job type is Guardian - TACL commands.
isTypeTZ() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type TZ is enabled for the search or not.
isTypeUC4() - Method in class com.uc4.api.objects.AttributesOS390
Deprecated.
By rebranding UC4 to Automic, use AttributesOS390.isTypeAE() instead
isTypeUSER() - Method in class com.uc4.api.ObjectTypeFilter
Returns true if USER object is selected.
isTypeUSER() - Method in class com.uc4.communication.requests.GenericStatistics
Returns whether the type USER is enabled for the search or not.
isTypeUSER() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type USER is enabled for the search or not.
isTypeUSRG() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type USER is enabled for the search or not.
isTypeVARA() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type VARA is enabled for the search or not.
isTypeXSL() - Method in class com.uc4.communication.requests.SearchObject
Returns whether the object type XSL is enabled for the search or not.
isUnregisterTask() - Method in class com.uc4.communication.CheckBackSettings
 
isUpper() - Method in class com.uc4.api.prompt.TextElement
Returns true if the values should be converted to upper case.
isUppercase() - Method in class com.uc4.api.AbstractFormItem
 
isUppercase() - Method in interface com.uc4.api.IFormItem
Returns true if this IFormItem is uppercase.
isUppercase() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the checkbox for upper case is set.
isUseAnyMBeanServer() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if any local MBean Server is used.
isUseHighestReturncode() - Method in class com.uc4.api.objects.AttributesOS390
 
isUseJDNI() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if JNDI is used to get a reference to the MBean Server.
isUseLoadBalancing() - Method in class com.uc4.api.objects.SAPConnectionRFC
 
isUseLogicalDate() - Method in class com.uc4.communication.requests.GetExecuteOnce
 
isUseLoginObject() - Method in class com.uc4.api.objects.AttributesSAP
Returns true if login object is used instead of login information in connection object.
isUser() - Method in class com.uc4.api.Template
Returns true if this template is a template for User objects.
isUseSpecificMBeanServer() - Method in class com.uc4.api.objects.AttributesJMX
Returns true if an MBean Server with the specified agent ID is used.
isUseTaskSettings() - Method in class com.uc4.api.objects.TaskRuntime
Returns true if the task settings should be used.
isValid() - Method in class com.uc4.api.AbstractFormItem
 
isValid() - Method in class com.uc4.api.FormItemNumber
 
isValid(String) - Method in class com.uc4.api.FormItemText
Tests if the parameter test is a valid input.
isValid() - Method in class com.uc4.api.FormItemText
 
isValid() - Method in interface com.uc4.api.IFormItem
Tests if the current value a valid input for this field.
isValid() - Method in class com.uc4.api.systemoverview.AgentAssignmentListItem
 
isValid(String) - Method in class com.uc4.api.UC4HostName
 
isValid(String) - Method in class com.uc4.api.UC4ObjectName
Tests if the supplied name would be a valid name for an object in the Automation Engine.
isValid(String) - Method in class com.uc4.api.UC4TimezoneName
 
isValid(String) - Method in class com.uc4.api.UC4UserName
 
isValid() - Method in class com.uc4.communication.Connection
Returns true if there is an open connection to the AE
isValid() - Method in class com.uc4.communication.ConnectionAttributes
Returns true if this connection is valid.
isValidOnSameLDate() - Method in class com.uc4.api.objects.JobPlanExternal
 
isValidUsername() - Method in class com.uc4.api.UC4UserName
Returns true if this object contains a valid user name.
isValueOverridden(String) - Method in class com.uc4.api.objects.TaskValues
Returns if the value for a given validity keyword (variable) was overridden
isValueRequired() - Method in class com.uc4.api.prompt.CheckGroupElement
Returns true if the user has to use the default value or check at least one box.
isValueRequired() - Method in interface com.uc4.api.prompt.PromptInterfaces.ValueRequired
Returns true if the user has to use the default value or check at least one box.
isValueRequired() - Method in class com.uc4.api.prompt.TextElement
Returns true if the user has to use the default value or enter a value in this field.
isVariableNotShareable() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the variable is can not be shared.
isVariableReadOnly() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the variable can be accessed from other clients in "reading" mode.
isVariableReferenceable() - Method in class com.uc4.api.objects.VariableAttributes
Returns true if the variable is referenceable form other clients.
isVersionControl() - Method in class com.uc4.communication.CheckBackSettings
 
isViewMaximized() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the view is set to maximized.
isViewMinimized() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the view is set to minimized.
isViewStandard() - Method in class com.uc4.api.objects.AttributesWin
Returns true if the view is set to standard.
isWait() - Method in class com.uc4.api.objects.ExecuteObjectAction
Returns true if waiting for the task to finish is enabled.
isWaitForManualRelease() - Method in class com.uc4.communication.requests.GetExecuteOnce
Returns true if the task waits a for manual release.
isWaitForManualRelease() - Method in class com.uc4.communication.requests.RestartTask
 
isWaitForRelease() - Method in class com.uc4.communication.requests.GetRestartInformation
Returns the wait For Release.
isWednesday() - Method in class com.uc4.api.objects.ExecuteRecurring
 
isWednesday() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
isWednesday() - Method in class com.uc4.api.objects.SloFulfillment
 
isWednesday() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Returns true if wednesday is selected.
isWeekly() - Method in class com.uc4.api.objects.CalendarKeyword
Returns true if this is a weekly keyword.
isWeekly() - Method in class com.uc4.api.objects.GroupCalendarKeyword
 
isWeekly() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
 
isWeekly() - Method in class com.uc4.api.objects.RollCalendarKeyword
 
isWeekly() - Method in class com.uc4.api.objects.StaticCalendarKeyword
 
isWeekly() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
 
isWeekly() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
 
isWildcards() - Method in class com.uc4.api.objects.FileTransferSettings
Returns true if the wildcard characters are used in this FileTransfer object.
isWrite() - Method in interface com.uc4.api.objects.Authorizations.Entry
 
isWrite() - Method in class com.uc4.api.objects.ObjectRight
 
isWrite() - Method in interface com.uc4.api.objects.Rights
Returns the access method: Write.
isWrite() - Method in class com.uc4.api.objects.UserRight
 
isWrongMonitor() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns true if no workflow monitor data was returned.
isXALSystemLog() - Method in class com.uc4.api.objects.SAPConnectionRFC
Returns true if the SAP system log should be transfered in case of an error.
isYearly() - Method in class com.uc4.api.objects.CalendarKeyword
Returns true if this is a yearly keyword.
isYearly() - Method in class com.uc4.api.objects.GroupCalendarKeyword
 
isYearly() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
 
isYearly() - Method in class com.uc4.api.objects.RollCalendarKeyword
 
isYearly() - Method in class com.uc4.api.objects.StaticCalendarKeyword
 
isYearly() - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
 
isYearly() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
 
isZduBaseSelect() - Method in class com.uc4.api.TaskFilter
 
isZduTargetSelect() - Method in class com.uc4.api.TaskFilter
 
ITaskItem - Interface in com.uc4.api.objects
Contains common methods of tasks in a Workflow and Schedule.
Item(String, String) - Constructor for class com.uc4.api.objects.AgentAssignmentFilter.Item
Creates a new filter item.
iterator() - Method in class com.automic.server.api.data.ClientQueueList
 
iterator() - Method in class com.uc4.api.Form
Returns a java.util.Iterator to get all FormItem in this form.
iterator() - Method in class com.uc4.api.FormItemList
Returns an iterator over the predefined values.
iterator() - Method in class com.uc4.api.objects.AgentAssignmentFilter
 
iterator() - Method in class com.uc4.api.objects.Authorizations
Returns an iterator over AuthorizationItem.
iterator() - Method in class com.uc4.api.objects.CockpitDesign
 
iterator() - Method in class com.uc4.api.objects.CockpitFrame
 
iterator() - Method in class com.uc4.api.objects.ConditionsSet
 
iterator() - Method in class com.uc4.api.objects.ConsoleBS2000
Returns an Iterator that can be used to step through the list of filters.
iterator() - Method in class com.uc4.api.objects.ConsoleOS390
Returns an Iterator over ConsoleOS390Filter.
iterator() - Method in class com.uc4.api.objects.ConsoleOS400
Returns an java.util.Iterator over ConsoleOS400Filter.
iterator() - Method in class com.uc4.api.objects.ConsoleWindows
Returns an Iterator over ConsoleWindowsFilter.
iterator() - Method in class com.uc4.api.objects.EventCalendar
 
iterator() - Method in class com.uc4.api.objects.JobPlanDependencies
Returns an iterator over JobPlanTaskDependency This iterator cannot be used to remove dependencies.
iterator() - Method in class com.uc4.api.objects.Login
Returns an iterator over LoginDefinition.
iterator() - Method in class com.uc4.api.objects.ObjectAuthorizations
Returns an java.util.Iterator over ObjectRight.
iterator() - Method in class com.uc4.api.objects.OCVPanel
Returns an iterator which can be used ot read all values.
iterator() - Method in class com.uc4.api.objects.OutputFilter
Iterator which can be used to read the filter or remove them using Iterator.remove().
iterator() - Method in class com.uc4.api.objects.PromptDesigner
Returns an java.util.Iterator which can used to read PromptElements of this PromptSet.
iterator() - Method in class com.uc4.api.objects.SecureSQLVariable
Returns an java.util.Iterator of bind parameters.
iterator() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Returns an java.util.Iterator of bind parameters.
iterator() - Method in class com.uc4.api.objects.StaticCalendarKeyword
Returns an iterator over DateTime.
iterator() - Method in class com.uc4.api.objects.SyncList
Returns a list of all sync conditions.
iterator() - Method in class com.uc4.api.objects.TaskCalendar
Returns an iterator over CalendarCondition.
iterator() - Method in class com.uc4.api.objects.UserAuthorizations
Returns an java.util.Iterator over UserRight.
iterator() - Method in class com.uc4.api.objects.WorkflowLoop
 
iterator() - Method in class com.uc4.api.objects.XMLDocuNode
Iterator which returns all child nodes.
iterator() - Method in class com.uc4.communication.requests.ActiveNotifications
 
iterator() - Method in class com.uc4.communication.requests.ActivityList
Returns an iterator over the Task elements in this activity list.
iterator() - Method in class com.uc4.communication.requests.AgentAndGroupList
 
iterator() - Method in class com.uc4.communication.requests.AgentGroupList
Returns an Iterator which can be used to step through the AgentGroupListItem.
iterator() - Method in class com.uc4.communication.requests.AgentGroupMonitor
 
iterator() - Method in class com.uc4.communication.requests.AgentList
Returns an Iterator which can be used to step through the AgentListItem.
iterator() - Method in class com.uc4.communication.requests.CacheList
Returns an Iterator which can be used to step through the CacheListItem.
iterator() - Method in class com.uc4.communication.requests.CalendarList
 
iterator() - Method in class com.uc4.communication.requests.CheckAuthorizations
 
iterator() - Method in class com.uc4.communication.requests.CheckILMPartition
 
iterator() - Method in class com.uc4.communication.requests.CheckUserPrivileges
 
iterator() - Method in class com.uc4.communication.requests.ChildStatistics
 
iterator() - Method in class com.uc4.communication.requests.ClientList
Returns an Iterator which can be used to step through the ClientListItem.
iterator() - Method in class com.uc4.communication.requests.ExitList
 
iterator() - Method in class com.uc4.communication.requests.FindReferencedObjects
 
iterator() - Method in class com.uc4.communication.requests.FolderList
Returns an iterator over FolderListItem.
iterator() - Method in class com.uc4.communication.requests.GetActivitiesFilter
 
iterator() - Method in class com.uc4.communication.requests.GetCAUAgentVersions
Returns an Iterator which can be used to step through the available versions.
iterator() - Method in class com.uc4.communication.requests.GetChangeLog
 
iterator() - Method in class com.uc4.communication.requests.GetComments
 
iterator() - Method in class com.uc4.communication.requests.GetComponentTemplates
 
iterator() - Method in class com.uc4.communication.requests.GetComponentWorkflows
 
iterator() - Method in class com.uc4.communication.requests.GetDynamicComboList
Returns an Iterator to get the valus of a dynamic Combo Box.
iterator() - Method in class com.uc4.communication.requests.GetOutputDirectory
 
iterator() - Method in class com.uc4.communication.requests.GetRAAgentNames
 
iterator() - Method in class com.uc4.communication.requests.GetRAConnectionNames
 
iterator() - Method in class com.uc4.communication.requests.GetRAJobNames
 
iterator() - Method in class com.uc4.communication.requests.GetRestEndpoints
 
iterator() - Method in class com.uc4.communication.requests.GetStorageItems
Returns an Iterator which can be used to step through the StorageItem.
iterator() - Method in class com.uc4.communication.requests.GetSyncUsage
 
iterator() - Method in class com.uc4.communication.requests.GetUnreadMessages
 
iterator() - Method in class com.uc4.communication.requests.GroupMonitor
 
iterator() - Method in class com.uc4.communication.requests.JobPlanMonitor
 
iterator() - Method in class com.uc4.communication.requests.LicenseList
Deprecated.
 
iterator() - Method in class com.uc4.communication.requests.MessageList
 
iterator() - Method in class com.uc4.communication.requests.MQMemList
 
iterator() - Method in class com.uc4.communication.requests.NavigatorAgentTree
Returns an Iterator which can be used to step through the AgentNode items of the root.
iterator() - Method in class com.uc4.communication.requests.NavigatorCATree
Returns an Iterator which can be used to step through the CustomAttributeNode items of the root.
iterator() - Method in class com.uc4.communication.requests.NavigatorQueueTree
Returns an Iterator which can be used to step through the QueueNode items of the root.
iterator() - Method in class com.uc4.communication.requests.NavigatorStatusTree
Returns an Iterator which can be used to step through the StatusNode items of the root.
iterator() - Method in class com.uc4.communication.requests.NavigatorZDUTree
Returns an Iterator which can be used to step through the CustomAttributeNode items of the root.
iterator() - Method in class com.uc4.communication.requests.NotificationMonitor
 
iterator() - Method in class com.uc4.communication.requests.ObjectStatistics
 
iterator() - Method in class com.uc4.communication.requests.QuarantineList
 
iterator() - Method in class com.uc4.communication.requests.QueryData
 
iterator() - Method in class com.uc4.communication.requests.QueueList
Returns an Iterator which can be used to step through the QueueListItem.
iterator() - Method in class com.uc4.communication.requests.QuickSearch
Returns an java.util.Iterator which can be used to read the result items.
iterator() - Method in class com.uc4.communication.requests.ReportTypeList
Returns an array of report types which are available for this RunID.
iterator() - Method in class com.uc4.communication.requests.ScheduleMonitor
 
iterator() - Method in class com.uc4.communication.requests.ServerList
Returns an Iterator which can be used to step through the ServerListItem.
iterator() - Method in class com.uc4.communication.requests.ServiceFulfillmentList
Returns an Iterator which can be used to step through the ServiceFulfillmentItem.
iterator() - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList
Returns an Iterator which can be used to step through the ServiceLevelObjectiveListItem.
iterator() - Method in class com.uc4.communication.requests.SystemWorkload
Returns an Iterator which can be used to step through the WorkloadItem.
iterator() - Method in class com.uc4.communication.requests.TaskList
Returns an iterator over the Task elements in this activity list.
iterator() - Method in class com.uc4.communication.requests.TaskPromptSetContent
The returned Iterator can be used to set values of PromptElements the execution of an executable object.
iterator() - Method in class com.uc4.communication.requests.TaskPromptSetNames
 
iterator() - Method in class com.uc4.communication.requests.TaskStatistics
 
iterator() - Method in class com.uc4.communication.requests.TemplateList
Returns an Iterator to iterate over the template collection.
iterator() - Method in class com.uc4.communication.requests.UserList
Returns an Iterator which can be used to step through the UserListItem.
iterator() - Method in class com.uc4.communication.requests.VersionControlList
The returned iterator can be used to get the items of this version list.
ITransportable - Interface in com.uc4.api
Classes that provide transportable Automation Engine Objects must implement this interface.
ITreeItem - Interface in com.uc4.api
This interface is implemented by all item of a navigator tree.

J

JavaEventHistoryFilter(String, String, String) - Constructor for class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
Creates a new filter for the JAVA Event history.
JavaEventHistoryFilter(Element) - Constructor for class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
 
javaEventHistoryIterator() - Method in class com.uc4.api.objects.ConsoleSAP
Returns an Iterator for all Java Event History filters.
JCL - Class in com.uc4.api.objects
This class represents the JCL tab of JOBS monitor.
JCL(XMLDocument) - Constructor for class com.uc4.api.objects.JCL
Constructs a JCL object from the specified XMLDocument
Job - Class in com.uc4.api.objects
This is the base class for all jobs.
Job() - Constructor for class com.uc4.api.objects.Job
 
JobAttributes - Class in com.uc4.api.objects
This class represents the attributes of a job.
JobAttributes(XMLDocument, boolean) - Constructor for class com.uc4.api.objects.JobAttributes
Constructs a JobAttributes using the specified XML document.
JOBF - Static variable in class com.uc4.api.Template
Template for FileTransfer objects.
JOBG - Static variable in class com.uc4.api.Template
Template for Group objects.
JOBI - Static variable in class com.uc4.api.Template
Template for Include objects.
JOBP - Static variable in class com.uc4.api.Template
Template for JobPlan objects.
JOBP_FOREACH - Static variable in class com.uc4.api.Template
Template for FOR EACH workflows.
JOBP_IF - Static variable in class com.uc4.api.Template
Template for IF workflows.
JobPlan - Class in com.uc4.api.objects
This class represents a standard Workflow object.
JobPlan() - Constructor for class com.uc4.api.objects.JobPlan
 
JOBPLAN_NAME - Static variable in class com.uc4.api.objects.ValidityKeywordType
JobPlan names are used as scopes.
JOBPLAN_SESSION - Static variable in class com.uc4.api.objects.ValidityKeywordType
The UC4 system automatically uses the JobPlan RunIDs as scopes.
JobPlanAttributes - Class in com.uc4.api.objects
This class repesents JobPlan attributes.
JobPlanAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.JobPlanAttributes
 
JobPlanCheckpoint - Class in com.uc4.api.objects
Deprecated.
Use ProcessFlowGeneral instead, this class will be removed in the next main release
JobPlanCheckpoint() - Constructor for class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
 
JobPlanCheckpoint(XMLDocument, Element) - Constructor for class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
 
JobPlanDependencies - Class in com.uc4.api.objects
JobPlan task dependencies.
JobPlanEarliest - Class in com.uc4.api.objects
This class can be used to specify the earliest starting time for a task in a JobPlan.
JobPlanEarliest(boolean) - Constructor for class com.uc4.api.objects.JobPlanEarliest
 
JobPlanEarliest(XMLDocument, Element) - Constructor for class com.uc4.api.objects.JobPlanEarliest
 
JobPlanExternal - Class in com.uc4.api.objects
External Dependency.
JobPlanExternal(XMLDocument, Element) - Constructor for class com.uc4.api.objects.JobPlanExternal
 
JobPlanMonitor - Class in com.uc4.communication.requests
Reads a JobPlan Monitor.
JobPlanMonitor(int, boolean) - Constructor for class com.uc4.communication.requests.JobPlanMonitor
Constructs a new JobPlanMonitor request.
JobPlanMonitor.JobPlanMonitorExternal - Class in com.uc4.communication.requests
Deprecated.
Do not use it.
JobPlanMonitor.JobPlanMonitorRuntime - Class in com.uc4.communication.requests
Deprecated.
Do not use it.
JobPlanMonitor.Task - Class in com.uc4.communication.requests
Task in the ProcessFlow monitor.
JobPlanMonitorExternal(XMLDocument, Element) - Constructor for class com.uc4.communication.requests.JobPlanMonitor.JobPlanMonitorExternal
Deprecated.
Internal use only.
JobPlanMonitorRuntime(XMLDocument, Element) - Constructor for class com.uc4.communication.requests.JobPlanMonitor.JobPlanMonitorRuntime
Deprecated.
Internal use only.
JobPlanTask - Class in com.uc4.api.objects
Task in the JobPlan.
JobPlanTask(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.objects.JobPlanTask
Constructs a JobPlanTask from the specified XML document.
JobPlanTaskDependency - Class in com.uc4.api.objects
This class represents a single JobPlan dependency.
JobPlanTaskDependency(Element) - Constructor for class com.uc4.api.objects.JobPlanTaskDependency
 
JobPlanTaskDependency(JobPlanTask, TaskState) - Constructor for class com.uc4.api.objects.JobPlanTaskDependency
Creates a JobPlanTaskDependency using the specified predecessor and when-condition.
JOBQ_PS_PROCESSREQUEST - Static variable in class com.uc4.api.Template
Template for PeopleSoft QueueManager objects.
JOBQ_R3_ALL_JOBS - Static variable in class com.uc4.api.Template
Template for SAP QueueManager objects.
JOBQ_R3_INTERCEPTED_JOBS - Static variable in class com.uc4.api.Template
Template for SAP Intercepted Jobs QueueManager objects.
JOBQ_R3_JAVA_JOBS - Static variable in class com.uc4.api.Template
Template for SAP Java Jobs QueueManager objects.
JOBQ_R3_PROCESSCHAINS - Static variable in class com.uc4.api.Template
Template for SAP ProcessChains QueueManager objects.
JOBS_BS2000 - Static variable in class com.uc4.api.Template
Template for BS2000 Jobs.
JOBS_GCOS8 - Static variable in class com.uc4.api.Template
Template for GCOS8 Jobs.
JOBS_GENERIC - Static variable in class com.uc4.api.Template
Template for Generic Jobs.
JOBS_JMX - Static variable in class com.uc4.api.Template
Template for JMX Jobs.
JOBS_MPE - Static variable in class com.uc4.api.Template
Template for MPE Jobs.
JOBS_NSK - Static variable in class com.uc4.api.Template
Template for NSK Jobs.
JOBS_OA - Static variable in class com.uc4.api.Template
Template for Oracle Application Jobs.
JOBS_OS390 - Static variable in class com.uc4.api.Template
Template for OS/390 Jobs.
JOBS_OS400 - Static variable in class com.uc4.api.Template
Template for OS/400 Jobs.
JOBS_PS - Static variable in class com.uc4.api.Template
Template for PeopleSoft Jobs.
JOBS_R3 - Static variable in class com.uc4.api.Template
Deprecated.
Use JOBS_SAP_ABAP, JOBS.SAP_PI or JOBS.SAP_JAVA instead
JOBS_SAP_ABAP - Static variable in class com.uc4.api.Template
Template for SAP ABAP Jobs.
JOBS_SAP_JAVA - Static variable in class com.uc4.api.Template
Template for SAP Java Jobs.
JOBS_SAP_PI - Static variable in class com.uc4.api.Template
Template for SAP PI(XI) Jobs.
JOBS_SIEBEL - Static variable in class com.uc4.api.Template
Template for Siebel Jobs.
JOBS_SQL - Static variable in class com.uc4.api.Template
Template for SQL Jobs.
JOBS_UNIX - Static variable in class com.uc4.api.Template
Template for Unix Jobs.
JOBS_VMS - Static variable in class com.uc4.api.Template
Template for VMS Jobs.
JOBS_WIN - Static variable in class com.uc4.api.Template
Template for Windows Jobs.
JSCH - Static variable in class com.uc4.api.Template
Template for Schedule objects.

K

keyIterator() - Method in class com.uc4.api.objects.Variable
Returns an java.util.Iterator of validity keywords.
keyIterator() - Method in class com.uc4.api.objects.VariableValues
Returns an iterator over validity keywords.
keyIterator() - Method in class com.uc4.communication.requests.GetStaticVaraRows
Returns an java.util.Iterator of validity keywords.
keywordIterator() - Method in class com.uc4.api.objects.Calendar
Iterator over CalendarKeyword.
KickEvent - Class in com.uc4.communication
Represents a KickEvent which is passed to a IKickEventListener
KickEventType - Enum in com.uc4.communication
Represents a KickEventType of a KickEventType to distinguish which KickEvent is performed.
kickPerformed(KickEvent) - Method in interface com.uc4.communication.IKickEventListener
This method is called, when a kick event is performed.

L

LabelElement - Class in com.uc4.api.prompt
This class represents a label prompt element.
LabelElement(String) - Constructor for class com.uc4.api.prompt.LabelElement
Creates a new LabelElement.
lastEstimatedRuntimes() - Method in class com.uc4.communication.requests.GetLastRuntimes
This method provides the last 25 estimated runtimes measured in seconds.
lastPage() - Method in class com.uc4.communication.requests.Report
Selects the last page.
lastRealRuntimes() - Method in class com.uc4.communication.requests.GetLastRuntimes
This method provides the last 25 real runtimes measured in seconds.
LatestReport - Class in com.uc4.communication.requests
Returns the latest RunID for the specified UC4 Object name or UC4 Object Id.
LatestReport(UC4ObjectName) - Constructor for class com.uc4.communication.requests.LatestReport
Constructs a LastestReport using the specified name of an UC4 Object.
LatestReport(int) - Constructor for class com.uc4.communication.requests.LatestReport
Constructs a LastestReport using the specified id of an UC4 Object.
latestRunID() - Method in class com.uc4.communication.requests.LatestReport
Returns the latest RunID.
LicenseList - Class in com.uc4.communication.requests
Deprecated.
the license check has been removed in version 12.2 and higher
LicenseList() - Constructor for class com.uc4.communication.requests.LicenseList
Deprecated.
 
LicenseListItem - Class in com.uc4.api.systemoverview
Deprecated.
the license check has been removed in version 12.2 and higher
LicenseListItem(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.LicenseListItem
Deprecated.
Constructs a LicenseListItem using the specified Element.
LifecycleSaveAware - Interface in com.uc4.api.objects
This interface allows objects that implemented to be notified after save operations were executed on the object.
LinkTo - Class in com.uc4.communication.requests
Creates a link to an UC4 object.
LinkTo(FolderListItem, IFolder) - Constructor for class com.uc4.communication.requests.LinkTo
Creates a new link request.
LinkTo(List<FolderListItem>, IFolder) - Constructor for class com.uc4.communication.requests.LinkTo
Creates a new link request.
list - Variable in class com.uc4.api.objects.PromptElement
 
listParam() - Method in class com.uc4.api.objects.PromptElement
 
listParam() - Method in class com.uc4.api.prompt.CheckListElement
 
listParam() - Method in class com.uc4.api.prompt.DateElement
 
listParam() - Method in class com.uc4.api.prompt.NumberElement
 
listParam() - Method in class com.uc4.api.prompt.TimeElement
 
listSize() - Method in class com.uc4.api.FormItemList
Returns the number of values in this list.
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesBS2000
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesGCOS8
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesJMX
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesMPE
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesNSK
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesOA
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesOS390
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesOS400
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesPS
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesRA
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesSAP
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesSiebel
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesSQL
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesUnix
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesVMS
 
load(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesWin
 
load(XMLDocument, Element) - Method in interface com.uc4.api.objects.IHostAttributes
Loads the host attributes.
load(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.UC4Object
Fills the object from a XML document.
loadCalculatedDays(Element) - Method in class com.uc4.api.objects.CalendarKeyword
 
loadConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleBS2000
 
loadConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleEventSetting
 
loadConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleOS390
 
loadConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleOS400
 
loadConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleSAP
 
loadConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleWindows
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Calendar
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.ConsoleEvent
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.DatabaseConnection
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.DatabaseEvent
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.FileEvent
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.FileTransfer
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Group
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Host
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.HostGroup
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Include
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Job
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.JobPlan
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Login
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Notification
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.OutputFilter
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.PromptSet
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Queue
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.RAConnection
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.RuleEvent
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.SAPConnection
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.SAPQueueManager
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Schedule
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Script
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Sync
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.User
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.UserGroup
 
loadContent(XMLDocument, ConnectionAttributes) - Method in class com.uc4.api.objects.Variable
 
loadPromptElements(Element, boolean) - Method in class com.uc4.api.objects.ObjectFactory
Internal use, load promptElements
Login - Class in com.uc4.api.objects
Login object.
Login() - Constructor for class com.uc4.api.objects.Login
 
LOGIN - Static variable in class com.uc4.api.Template
Template for Login objects.
login(SSOConfiguration) - Method in class com.uc4.communication.Connection
Single Sign On (Kerberos) using the current OS user.
login(SamlConfiguration) - Method in class com.uc4.communication.Connection
Single Sign On using SAML
login(AccessTokenConfiguration) - Method in class com.uc4.communication.Connection
Login using an access token
login(int, String, String) - Method in class com.uc4.communication.Connection
Sets the session, this method must be called before a login request is sent.
login(int, String, String, String, char) - Method in class com.uc4.communication.Connection
Sets the session, this method must be called before a login request is sent.
login(int, String, String, String, char, String) - Method in class com.uc4.communication.Connection
Sets the session, this method must be called before a login request is sent.
LoginDefinition - Class in com.uc4.api.objects
This class represents a single entry a Login object.
LoginDefinition(Element) - Constructor for class com.uc4.api.objects.LoginDefinition
 
LoginDefinition(UC4HostName, String, String) - Constructor for class com.uc4.api.objects.LoginDefinition
Constructs a new LoginDefinition using the specified values.
LoginDefinition(UC4HostName, String, String, boolean) - Constructor for class com.uc4.api.objects.LoginDefinition
Constructs a new LoginDefinition using the specified values.
LoopDataSource - Class in com.uc4.api.objects
This class represents the datasource in a ProcessFlow loop.
LoopDataSource(Element) - Constructor for class com.uc4.api.objects.LoopDataSource
 

M

makeKey(byte[]) - Method in class com.uc4.util.C3
Creates a key
MAX_UPLOAD_SIZE - Static variable in class com.uc4.communication.requests.UploadBinary
Max file size in bytes for uploads.
MaximumRuntime - Class in com.uc4.api.objects
This class represents the maximum runtime settings.
maximumRuntime() - Method in class com.uc4.api.objects.Runtime
Returns a MaximumRuntime which can be used to modify the maximum runtime settings.
maximumRuntime() - Method in class com.uc4.api.objects.TaskRuntime
Returns a MaximumRuntime which can be used to modify the maximum runtime settings.
maxLength - Variable in class com.uc4.api.UC4ObjectName
 
maxParallel() - Method in class com.uc4.api.objects.EventAttributes
Returns settings for parallel tasks.
maxParallel() - Method in class com.uc4.api.objects.FileTransferAttributes
Returns settings for parallel tasks.
maxParallel() - Method in class com.uc4.api.objects.JobAttributes
Returns settings for parallel tasks.
maxParallel() - Method in class com.uc4.api.objects.JobPlanAttributes
Returns settings for parallel tasks.
MaxParallel - Class in com.uc4.api.objects
This class contains information about the maximum number of parallel tasks.
MaxParallel(XMLDocument, Element) - Constructor for class com.uc4.api.objects.MaxParallel
Constructs a MaxParallel from specified parameters.
maxParallel() - Method in class com.uc4.api.objects.NotificationAttributes
Returns settings for parallel tasks.
maxParallel() - Method in class com.uc4.api.objects.ScheduleAttributes
Returns settings for parallel tasks.
maxParallel() - Method in class com.uc4.api.objects.ScriptAttributes
Returns settings for parallel tasks.
maxTraceSize - Variable in class com.uc4.api.TraceOptions
 
memberListIterator() - Method in class com.uc4.api.objects.UserAssignment
Returns a list of users who are members of this User Group The returned java.util.Iterator cannot be used to remove users.
memberListIterator() - Method in class com.uc4.api.objects.UserGroupAssignment
Returns a list of the client's user groups in which the user is a member.
MessageBox - Class in com.uc4.api
This class a represents a message box.
MessageBox(int, String, Message) - Constructor for class com.uc4.api.MessageBox
Constructs a MessageBox.
messageDebug(String) - Method in interface com.uc4.communication.DebugAndTraceListener
Handle a debug message
messageIn(String) - Method in interface com.uc4.communication.TraceListener
This method is called when a message is received.
MessageList - Class in com.uc4.communication.requests
Find messages in the Automation Engine.
MessageList() - Constructor for class com.uc4.communication.requests.MessageList
Creates a new MessageList request.
MessageList.Category - Enum in com.uc4.communication.requests
Category of the message.
MessageList.MessageType - Enum in com.uc4.communication.requests
Type of the message.
MessageList.Order - Enum in com.uc4.communication.requests
Sort order.
MessageListItem - Class in com.uc4.api.systemoverview
This class represents one row in the search result of the MessageList.
MessageListItem(Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.MessageListItem
Internal use only.
messageOut(String) - Method in interface com.uc4.communication.TraceListener
This method is called when a message is sent.
MessageSettings - Class in com.uc4.communication
This class represents the message window settings.
MessageSettings.OpenMessages - Enum in com.uc4.communication
Automatically open messages.
messageWindow() - Method in class com.uc4.communication.Settings
This method provides access to the Message Window settings.
method - Variable in class com.uc4.api.objects.MinimumRuntime
 
METHOD_ERT - Static variable in class com.uc4.api.objects.MinimumRuntime
 
METHOD_FIX - Static variable in class com.uc4.api.objects.MinimumRuntime
 
METHOD_NONE - Static variable in class com.uc4.api.objects.MinimumRuntime
 
minColorRed - Variable in class com.uc4.api.objects.CockpitValueControl
 
MinimumRuntime - Class in com.uc4.api.objects
This class represents the settings for Minimum Runtime.
MinimumRuntime() - Constructor for class com.uc4.api.objects.MinimumRuntime
 
minimumRuntime() - Method in class com.uc4.api.objects.Runtime
Returns a MinimumRuntime which can be used to modify the minimum runtime settings.
minimumRuntime() - Method in class com.uc4.api.objects.TaskRuntime
Returns a MinimumRuntime which can be used to modify the minimum runtime settings.
modificationFlag - Variable in class com.uc4.api.Task
 
modifyAttributeDTD(String, String, String[], String) - Method in class com.uc4.api.objects.XMLDocumentation
Modifies the DTD of an attribute.
modifyFirstTimeExecuteTask() - Method in class com.uc4.communication.requests.ModifyStartTime
This method will set the timeoutIfPast to Zero.
modifyFirstTimeTask() - Method in class com.uc4.communication.requests.ModifyRecurringTask
This method will set the startImmediate to Zero.
ModifyNotificationMonitor - Class in com.uc4.communication.requests
This class can be used to modify the monitor of a notification (Accept, Reject, Done, Yes, No, Ok).
ModifyNotificationMonitor(int, ModifyNotificationMonitor.Action) - Constructor for class com.uc4.communication.requests.ModifyNotificationMonitor
Creates a notification action for the specified monitor.
ModifyNotificationMonitor(List<Integer>, ModifyNotificationMonitor.Action) - Constructor for class com.uc4.communication.requests.ModifyNotificationMonitor
Creates a notification action for the specified list of monitors IDs.
ModifyNotificationMonitor.Action - Enum in com.uc4.communication.requests
Action in a notification monitor.
ModifyProcessFlowMonitor - Class in com.uc4.communication.requests
Adds a task or changes an existing task in a ProcessFlow monitor which is opened for modification.
ModifyProcessFlowMonitor(JobPlanMonitor, JobPlanTask) - Constructor for class com.uc4.communication.requests.ModifyProcessFlowMonitor
Adds a task to a ProcessFlow.
ModifyProcessFlowMonitor(JobPlanMonitor, JobPlanMonitor.Task) - Constructor for class com.uc4.communication.requests.ModifyProcessFlowMonitor
Modifies an existing task in the ProcessFlow monitor.
ModifyProcessFlowMonitor(JobPlanMonitor, JobPlanMonitor.Task, JobPlanMonitor.Task) - Constructor for class com.uc4.communication.requests.ModifyProcessFlowMonitor
Removes a dependency of a task in the ProcessFlow monitor.
ModifyQueue - Class in com.uc4.communication.requests
Modifies a queue.
ModifyQueue(QueueListItem, int, int) - Constructor for class com.uc4.communication.requests.ModifyQueue
Creates a new ModifyQueue request object.
ModifyQueue(NavigatorQueueTree.QueueNode, int, int) - Constructor for class com.uc4.communication.requests.ModifyQueue
Creates a new ModifyQueue request object.
ModifyQueueStatus - Class in com.uc4.communication.requests
Sets the status of a Queue to Stop or Go.
ModifyQueueStatus(UC4ObjectName, QueueStatus) - Constructor for class com.uc4.communication.requests.ModifyQueueStatus
Creates a new instance of a SwitchQueueStatus class.
ModifyQueueStatus(QueueListItem, QueueStatus) - Constructor for class com.uc4.communication.requests.ModifyQueueStatus
Creates a new instance of a SwitchQueueStatus class.
ModifyRecurringTask - Class in com.uc4.communication.requests
Modifies a recurring task.
ModifyRecurringTask(int, ExecuteRecurring) - Constructor for class com.uc4.communication.requests.ModifyRecurringTask
Creates a ModifyRecurringTask.
ModifyStartTime - Class in com.uc4.communication.requests
Modifies the start time of a task was executed once and is waiting for its start time.
ModifyStartTime(int, DateTime, UC4TimezoneName) - Constructor for class com.uc4.communication.requests.ModifyStartTime
Constructs a new ModifyStartTime request to change the start time of a task.
ModifyStartTime(int, DateTime, DateTime, UC4TimezoneName) - Constructor for class com.uc4.communication.requests.ModifyStartTime
Constructs a new ModifyStartTime request to change the start time of a task.
ModifyStateAction - Class in com.uc4.api.objects
Sets return code without checking of further conditions.
ModifyStateAction() - Constructor for class com.uc4.api.objects.ModifyStateAction
Creates a new ModifyStateAction.
ModifyTaskPriority - Class in com.uc4.communication.requests
Modifies the UC4 priority of task.
ModifyTaskPriority(int, int) - Constructor for class com.uc4.communication.requests.ModifyTaskPriority
Creates a new ModifyTaskPriority request.
ModifyTaskState - Class in com.uc4.communication.requests
Modifies an UC4 Object state manually.
ModifyTaskState(int, int, int) - Constructor for class com.uc4.communication.requests.ModifyTaskState
Constructs a new ModifyState request for the specified RunID.
ModifyUISettings - Class in com.uc4.communication.requests
Saves User Interface settings of the current logged on user.
ModifyUISettings(Connection) - Constructor for class com.uc4.communication.requests.ModifyUISettings
Creates a new ModifyUISettings request in order to save the User Interface settings.
monitoredTask - Variable in class com.uc4.api.AbstractTask
 
MonthlyCalendarKeyword - Class in com.uc4.api.objects
This class represents a monthly calendar keyword.
MonthlyCalendarKeyword(Element, String) - Constructor for class com.uc4.api.objects.MonthlyCalendarKeyword
 
MonthlyCalendarKeyword(UC4ObjectName, int, int, int) - Constructor for class com.uc4.api.objects.MonthlyCalendarKeyword
Constructs a new MonthlyCalendarKeyword.
MonthlyCalendarKeyword(UC4ObjectName) - Constructor for class com.uc4.api.objects.MonthlyCalendarKeyword
Constructs a new MonthlyCalendarKeyword.
MoveAgentAssignment - Class in com.uc4.communication.requests
This class is used to move the AgentAssignment from the active to inactive list.
MoveAgentAssignment(AgentAssignmentListItem, boolean) - Constructor for class com.uc4.communication.requests.MoveAgentAssignment
Creates a MoveAgentAssignment request.
MoveObject - Class in com.uc4.communication.requests
Moves objects.
MoveObject(FolderListItem, IFolder, IFolder) - Constructor for class com.uc4.communication.requests.MoveObject
Moves an object from a source folder to a target folder.
MoveObject(List<FolderListItem>, IFolder, IFolder) - Constructor for class com.uc4.communication.requests.MoveObject
Moves list of objects from a source folder to a target folder.
MoveUserToClient - Class in com.uc4.communication.requests
Moves a user from client 0 to another client.
MoveUserToClient(UC4UserName, IFolder, int) - Constructor for class com.uc4.communication.requests.MoveUserToClient
Creates a new instance of the MoveUserToClient request.
MoveUserToClient(List<UC4UserName>, List<IFolder>, int) - Constructor for class com.uc4.communication.requests.MoveUserToClient
Creates a new instance of the MoveUserToClient request.
MQMemList - Class in com.uc4.communication.requests
Class for a list of MQMEM entries
MQMemList() - Constructor for class com.uc4.communication.requests.MQMemList
 
MQMemListItem - Class in com.uc4.api.systemoverview
Description for one mqmem entry
MQMemListItem(Element) - Constructor for class com.uc4.api.systemoverview.MQMemListItem
Internal use only, creates an MQMemListItem item from the specified element.

N

name - Variable in class com.uc4.api.AbstractTask
 
name() - Method in class com.uc4.api.objects.AttributesBS2000
 
name() - Method in class com.uc4.api.objects.AttributesGCOS8
 
name() - Method in class com.uc4.api.objects.AttributesJMX
 
name() - Method in class com.uc4.api.objects.AttributesMPE
 
name() - Method in class com.uc4.api.objects.AttributesNSK
 
name() - Method in class com.uc4.api.objects.AttributesOA
 
name() - Method in class com.uc4.api.objects.AttributesOS390
 
name() - Method in class com.uc4.api.objects.AttributesOS400
 
name() - Method in class com.uc4.api.objects.AttributesPS
 
name() - Method in class com.uc4.api.objects.AttributesRA
 
name() - Method in class com.uc4.api.objects.AttributesSAP
 
name() - Method in class com.uc4.api.objects.AttributesSiebel
 
name() - Method in class com.uc4.api.objects.AttributesSQL
 
name() - Method in class com.uc4.api.objects.AttributesUnix
 
name() - Method in class com.uc4.api.objects.AttributesVMS
 
name() - Method in class com.uc4.api.objects.AttributesWin
 
name() - Method in interface com.uc4.api.objects.IHostAttributes
Returns the host attributes name.
NATDocument - Class in com.uc4.util
This is only a sub class of XMLDocument in order to keep the API compatible and hide the fact that it now also sends messages in the NAT protocol instead of XML.
NATDocument(Message) - Constructor for class com.uc4.util.NATDocument
Creates a new NATDocument for a structured message.
NavigatorAgentTree - Class in com.uc4.communication.requests
Represents the agent tree in the activity window navigator.
NavigatorAgentTree() - Constructor for class com.uc4.communication.requests.NavigatorAgentTree
 
NavigatorAgentTree.AgentLeaf - Class in com.uc4.communication.requests
Represents a leaf in the NavigatorAgentTree.
NavigatorAgentTree.AgentNode - Class in com.uc4.communication.requests
Represents a node in the NavigatorAgentTree.
NavigatorCATree - Class in com.uc4.communication.requests
Represents the Custom Attributes tree in the activity window navigator.
NavigatorCATree(String) - Constructor for class com.uc4.communication.requests.NavigatorCATree
Creates a NavigatorCATree request.
NavigatorCATree.CustomAttributeLeaf - Class in com.uc4.communication.requests
Represents a leaf in the NavigatorCATree.
NavigatorCATree.CustomAttributeNode - Class in com.uc4.communication.requests
Represents a node in the NavigationCATree.
NavigatorQueueTree - Class in com.uc4.communication.requests
Represents the queue tree in the activity window navigator.
NavigatorQueueTree() - Constructor for class com.uc4.communication.requests.NavigatorQueueTree
 
NavigatorQueueTree.QueueLeaf - Class in com.uc4.communication.requests
Represents a leaf in the NavigatorQueueTree.
NavigatorQueueTree.QueueNode - Class in com.uc4.communication.requests
Represents a node in the NavigatorQueueTree.
NavigatorStatusTree - Class in com.uc4.communication.requests
Represents the status tree in the activity window navigator.
NavigatorStatusTree() - Constructor for class com.uc4.communication.requests.NavigatorStatusTree
 
NavigatorStatusTree.StatusLeaf - Class in com.uc4.communication.requests
Represents a leaf in the NavigatorStatusTree.
NavigatorStatusTree.StatusNode - Class in com.uc4.communication.requests
Represents a node in the NavigatorStatusTree.
NavigatorZDUTree - Class in com.uc4.communication.requests
Returns the Zero Downtime Upgrade tree.
NavigatorZDUTree() - Constructor for class com.uc4.communication.requests.NavigatorZDUTree
 
NavigatorZDUTree.ZDUNode - Class in com.uc4.communication.requests
Represents a node in the NavigationZDUTree.
newForecastState(int) - Static method in class com.uc4.api.objects.ForecastTaskState
Deprecated.
Use the constructor instead
newInstance(String) - Static method in class com.uc4.api.objects.ValidityKeywordType
Returns a ValidityKeywordType for the given ID or null if the ID is unknown.
NEWLINE - Static variable in class com.uc4.communication.requests.GetComments.Comment
New line in a comment.
next() - Method in class com.uc4.util.NoRemoveIterator
 
nextPage(int) - Method in class com.uc4.communication.requests.Report
Selects the next page of the report.
noMemberListIterator() - Method in class com.uc4.api.objects.UserAssignment
Returns a list of users who are not members of this User Group The returned java.util.Iterator cannot be used to remove users.
noMemberListIterator() - Method in class com.uc4.api.objects.UserGroupAssignment
Returns a list of the client's user groups in which the user is not a member.
NONE - Static variable in class com.uc4.api.objects.ValidityKeywordType
"*" is automatically set by the Automation Engine as scope.
NONE - Static variable in class com.uc4.communication.requests.NotificationState
 
noneIterator() - Method in class com.uc4.api.objects.GroupCalendarKeyword
Returns an iterator over CalendarCondition where none of the calendar conditions apply This iterator can be used to read or remove calendar conditions.
Nonnull - Annotation Type in com.automic.annotations
Denotes that a type (parameter, field, method return value, ...) can never be null.
NoRemoveIterator<E> - Class in com.uc4.util
Implementation of the iterator interface.
NoRemoveIterator(Iterator<E>) - Constructor for class com.uc4.util.NoRemoveIterator
Constructs a iterator using the specified iterator.
Notification - Class in com.uc4.api.objects
Notification Object.
Notification() - Constructor for class com.uc4.api.objects.Notification
 
notification() - Method in class com.uc4.api.objects.Notification
 
NotificationAttributes - Class in com.uc4.api.objects
Notification attributes.
NotificationAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.NotificationAttributes
 
NotificationMonitor - Class in com.uc4.communication.requests
Reads the monitor of a notification.
NotificationMonitor(int) - Constructor for class com.uc4.communication.requests.NotificationMonitor
Creates a new NotificationMonitor request.
NotificationMonitor(List<Integer>) - Constructor for class com.uc4.communication.requests.NotificationMonitor
Creates a new NotificationMonitor request.
NotificationMonitor.CallStatus - Class in com.uc4.communication.requests
This inner class represents a row in the calling status table of this notification monitor.
NotificationMonitor.Type - Enum in com.uc4.communication.requests
Notification type.
NotificationSettings - Class in com.uc4.api.objects
This class represents the "Notification" tab within a Notification object.
NotificationSettings(XMLDocument) - Constructor for class com.uc4.api.objects.NotificationSettings
Creates a NotificationSettings using the specified XMLDocument
NotificationSettings.ReportSource - Enum in com.uc4.api.objects
Report source.
NotificationState - Class in com.uc4.communication.requests
Finds the highest Notification priority for current user.
NotificationState() - Constructor for class com.uc4.communication.requests.NotificationState
 
now() - Static method in class com.uc4.api.DateTime
Constructs a new DateTime object and sets the date and time to the current date and time.
now(TimeZone) - Static method in class com.uc4.api.DateTime
Constructs a new DateTime object and sets the date and time to the current date and time.
now() - Static method in class com.uc4.api.Time
Creates a new Time instance which is set to the current time.
nowDate() - Static method in class com.uc4.api.DateTime
Constructs a new DateTime object and sets the date to the current date and sets all time fields to 0.
Nullable - Annotation Type in com.automic.annotations
Denotes that a type (parameter, field, method return value, ...) can be null.
NumberElement - Class in com.uc4.api.prompt
Number field.
NumberElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.NumberElement
Creates a new number field.
NumberUtils - Class in com.uc4.util
 
NumberUtils() - Constructor for class com.uc4.util.NumberUtils
 

O

ObjectAuthorizations - Class in com.uc4.api.objects
This class serves to define access rights for a UC4Objects.
ObjectAuthorizations() - Constructor for class com.uc4.api.objects.ObjectAuthorizations
Creates a new ObjectAuthorizations object.
ObjectAuthorizations(XMLDocument) - Constructor for class com.uc4.api.objects.ObjectAuthorizations
 
ObjectFactory - Class in com.uc4.api.objects
Creates new tasks in Workflow without a check if there is an existing definition in the Automation Engine.
ObjectFactory() - Constructor for class com.uc4.api.objects.ObjectFactory
 
objectName - Variable in class com.uc4.api.AbstractTask
 
ObjectRight - Class in com.uc4.api.objects
This class represents a row on the authorizations tab of an object.
ObjectRight() - Constructor for class com.uc4.api.objects.ObjectRight
Creates a new ObjectRight object.
ObjectRight(XMLDocument, Element) - Constructor for class com.uc4.api.objects.ObjectRight
 
ObjectStatistics - Class in com.uc4.communication.requests
Reads the statistics of a single UC4 object.
ObjectStatistics(UC4ObjectName) - Constructor for class com.uc4.communication.requests.ObjectStatistics
Creates a request instance to read the statistic of the specified object.
ObjectStatistics(UserListItem) - Constructor for class com.uc4.communication.requests.ObjectStatistics
Creates a request to read the statistics of a user object.
ObjectStatistics(UC4ObjectName, int) - Constructor for class com.uc4.communication.requests.ObjectStatistics
Creates a request instance to read the statistic of the specified object.
ObjectTypeFilter - Class in com.uc4.api
This is a abstract base class for filters which needs object types.
ObjectTypeFilter() - Constructor for class com.uc4.api.ObjectTypeFilter
Constructs a new TaskFilter object.
ObjectValues - Class in com.uc4.api.objects
This class contains values and PromptSets of executable Objects.
OCVPanel - Class in com.uc4.api.objects
This class provides access to the values of Connection Objects and Rapid Automation Jobs.
OCVPanel(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.objects.OCVPanel
Internal use only.
OCVPanel.CITValue - Class in com.uc4.api.objects
This class represents a single row in this panel.
ocvValues() - Method in class com.uc4.api.objects.AttributesSAP
This method provides access to the SAP_JAVA Job definition values.
ocvValues() - Method in class com.uc4.api.objects.Host
This method provides access to the RA values of the agent panel.
ocvValues() - Method in class com.uc4.api.objects.Job
This method provides access to the RA Job values.
ocvValues() - Method in class com.uc4.api.objects.RAConnection
This method provides access to the values of this Connection Object.
ocvValues() - Method in class com.uc4.communication.requests.TaskPromptSetContent
This method provides access to the RA Job values.
OnChangeResetElement - Class in com.uc4.api.prompt
Abstract class which adds OnChangeReset-functionality to a PromptElement.
OnChangeResetElement() - Constructor for class com.uc4.api.prompt.OnChangeResetElement
 
onChangeResetElementIterator() - Method in class com.uc4.api.prompt.OnChangeResetElement
Returns a java.util.Iterator to get all OnChangeReset-children of this PromptElement.
onClose(Session, int, String) - Method in class com.uc4.communication.WebSocketConnection
 
onConnect(Session) - Method in class com.uc4.communication.WebSocketConnection
Internal use only
oneIterator() - Method in class com.uc4.api.objects.GroupCalendarKeyword
Returns an iterator over CalendarCondition where at least one calendar condition must apply This iterator can be used to read or remove calendar conditions.
onError(Throwable) - Method in class com.uc4.communication.WebSocketConnection
Internal use only
onMessage(String) - Method in class com.uc4.communication.WebSocketConnection
Internal use only WebSocket method to receive xml messages
onMessage(byte[], int, int) - Method in class com.uc4.communication.WebSocketConnection
Internal use only WebSocket method to receive binary messages
onReceiveFrame(Session, Frame) - Method in class com.uc4.communication.WebSocketConnection
Internal use only WebSocket method when receiving a Frame - if it is a ping or pong message, a debug message gets written
open(String, int) - Static method in class com.uc4.communication.Connection
Opens a connection to the UC4 Server.
open(String, int, Properties) - Static method in class com.uc4.communication.Connection
Opens a connection to the UC4 Server.
open(String, int, Properties, DebugAndTraceListener) - Static method in class com.uc4.communication.Connection
Opens a connection to the UC4 Server.
open(String, int, Properties, DebugAndTraceListener, String) - Static method in class com.uc4.communication.Connection
Opens a connection to the UC4 Server.
OpenObject - Class in com.uc4.communication.requests
Opens an existing UC4 Object.
OpenObject(UC4ObjectName) - Constructor for class com.uc4.communication.requests.OpenObject
Constructs a OpenObject using the specified UC4 Object name.
OpenObject(UserListItem) - Constructor for class com.uc4.communication.requests.OpenObject
Opens a user object based on an entry in the user list of the system overview.
OpenObject(UC4ObjectName, boolean, boolean) - Constructor for class com.uc4.communication.requests.OpenObject
Constructs a OpenObject using the specified UC4 Object name.
OpenProcessFlowModification - Class in com.uc4.communication.requests
Sets the modification mode of a ProcessFlow.
OpenProcessFlowModification(int) - Constructor for class com.uc4.communication.requests.OpenProcessFlowModification
Modify ProcessFlowMonitor.
operator - Variable in class com.uc4.api.objects.Notification
 
operator() - Method in class com.uc4.api.objects.Notification
Returns a Operator object which represents the "Operator" tab in the dialog client.
Operator - Class in com.uc4.api.objects
Operator settings of an Nofitication.
Operator(XMLDocument) - Constructor for class com.uc4.api.objects.Operator
 
OPERATOR_EQUAL - Static variable in class com.uc4.api.objects.FileSystem
=.
OPERATOR_GREATER - Static variable in class com.uc4.api.objects.FileSystem
>.
OPERATOR_GREATER_EQUAL - Static variable in class com.uc4.api.objects.FileSystem
>=.
OPERATOR_LOWER - Static variable in class com.uc4.api.objects.FileSystem
<.
OPERATOR_LOWER_EQUAL - Static variable in class com.uc4.api.objects.FileSystem
<=.
OPERATOR_NOT_EQUAL - Static variable in class com.uc4.api.objects.FileSystem
<>.
operatorIterator() - Method in class com.uc4.api.objects.Operator
Returns an iterator over ICallOperatorCondition.
operatorSize() - Method in class com.uc4.api.objects.Operator
Returns the number of operator entries returned by the operatorIterator method.
outputFiles() - Method in class com.uc4.api.objects.Job
This method provides access to the registered output files of this Job definition.
OutputFiles - Class in com.uc4.api.objects
This class represents the "Output" tab of Job objects.
OutputFilter - Class in com.uc4.api.objects
Output Filter.
OutputFilter() - Constructor for class com.uc4.api.objects.OutputFilter
 
OutputFilter.Entry - Class in com.uc4.api.objects
This class represents a single filter definition in an OutputFilter object.
OutputFilter.Operator - Enum in com.uc4.api.objects
Operator.
outputScan() - Method in class com.uc4.api.objects.FileTransfer
Returns an OutputScan instance which represents the "Output Scan" tab of a FileTransfer.
outputScan() - Method in class com.uc4.api.objects.Job
Returns an OutputScan instance which represents the "Output Scan" tab of an Job.
OutputScan - Class in com.uc4.api.objects
This class represents the Output-Scan tab in AE-Object definitions.
OutputScan(XMLDocument) - Constructor for class com.uc4.api.objects.OutputScan
Constructs a OutputScan using the specified XML document
outputScan() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Returns an OutputScan instance which represents the "Output Scan" tab of a Job.
outputScan() - Method in class com.uc4.api.objects.SAPQueueManager
Returns an OutputScan instance which represents the "Output Scan" tab of a Job.
OutputScan.Inherit - Enum in com.uc4.api.objects
Inherit setting.
OutputScanFilter - Class in com.uc4.api.objects
This class represents a single row Output-Scan tab of an Automation Engine Object.
OutputScanFilter(UC4ObjectName, boolean, int, UC4ObjectName, String) - Constructor for class com.uc4.api.objects.OutputScanFilter
Creates a new instance of this class.
OutputScanFilter(UC4ObjectName, boolean, int, UC4ObjectName) - Constructor for class com.uc4.api.objects.OutputScanFilter
Creates a new instance of this class.
OutputScanFilter(Element) - Constructor for class com.uc4.api.objects.OutputScanFilter
Creates a new instance of this class from an XML element

P

PAR0 - Static variable in class com.uc4.api.objects.ConditionOrAction
 
PAR1 - Static variable in class com.uc4.api.objects.ConditionOrAction
 
PAR2 - Static variable in class com.uc4.api.objects.ConditionOrAction
 
PAR3 - Static variable in class com.uc4.api.objects.ConditionOrAction
 
parameterNameIterator() - Method in class com.uc4.api.objects.DynamicExecVariable
Returns an java.util.Iterator of set parameter names.
params - Variable in class com.uc4.api.objects.ConditionOrAction
 
paramSize() - Method in class com.uc4.api.objects.DynamicExecVariable
Number of used parameters.
parentRunID - Variable in class com.uc4.api.AbstractTask
 
ParentStatistics - Class in com.uc4.communication.requests
Reads the parent statistics of a specified RunID.
ParentStatistics(int) - Constructor for class com.uc4.communication.requests.ParentStatistics
Reads the parent statistics of the specified RunID.
parentValueKeyIterator() - Method in class com.uc4.api.objects.TaskValues
Returns an iterator over parent validity keywords.
parentValueSize() - Method in class com.uc4.api.objects.TaskValues
 
parentVariableNameIterator() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns an iterator over parent variable names.
parse(String, String, String) - Static method in enum com.uc4.api.PlatformSwHwType
Parse the single components Platform, SW, HW into the combined type.
parse(String) - Static method in enum com.uc4.api.StorageItem.UsageType
 
parse(String) - Static method in enum com.uc4.communication.requests.UploadBinary.ContentType
Parse the coded value (0,1) into the Content-type.
parseInt(String, int) - Static method in class com.uc4.util.NumberUtils
 
partitions() - Method in class com.uc4.communication.requests.ILMList
Returns an iterator which can be used get the content of the partitions table.
partitionSize() - Method in class com.uc4.communication.requests.ILMList
Returns the number of rows in the partition table.
PATH_FILE_COUNT - Static variable in class com.uc4.api.objects.FileSystem
Number of files.
PATH_SPACE_UNUSED - Static variable in class com.uc4.api.objects.FileSystem
Free drive space.
PATH_SPACE_USED - Static variable in class com.uc4.api.objects.FileSystem
Used drive space.
percentERT - Variable in class com.uc4.api.objects.MinimumRuntime
 
Period - Class in com.uc4.api.objects
An object that holds settings that may be used for periodic execution of tasks.
Period() - Constructor for class com.uc4.api.objects.Period
 
PERIOD - Static variable in class com.uc4.api.Template
Template for the Period object.
periodDescription - Variable in class com.uc4.api.AbstractTask
 
platform - Variable in class com.uc4.api.AbstractTask
 
PlatformSwHwType - Enum in com.uc4.api
Combined type of Platform, SW, HW of the file.
postConditions() - Method in class com.uc4.api.objects.JobPlanTask
This method provides access to the "Post-Conditions" of a JobPlan task.
postConditions() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Gets postconditions of this JobPlanMonitor task.
preConditions() - Method in class com.uc4.api.objects.JobPlanTask
This method provides access to the "Pre-Conditions" of a JobPlan task.
preConditions() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Gets preconditions of this JobPlanMonitor task.
predecessors() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
predecessorsWithDottedLines() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
prepareLnrSort() - Method in class com.uc4.api.objects.JobPlanDependencies
 
PreviewAssignment - Class in com.uc4.communication.requests
Preview of an AgentAssignment AgentAssignment.
PreviewAssignment(AgentAssignment) - Constructor for class com.uc4.communication.requests.PreviewAssignment
Creates a new Preview Assignment Request for Agent Assignment Variable.
PreviewVariable - Class in com.uc4.communication.requests
Preview of an SQL and Backend Variables.
PreviewVariable(Variable) - Constructor for class com.uc4.communication.requests.PreviewVariable
Creates a new Preview Request for SQL Variables.
PreviewVariable(UC4ObjectName) - Constructor for class com.uc4.communication.requests.PreviewVariable
Creates a new Preview Request for dynamic Variables.
previousPage(int) - Method in class com.uc4.communication.requests.Report
Selects the previous page.
priority - Variable in class com.uc4.api.Task
 
privileges() - Method in class com.uc4.api.objects.User
This method provides access to the privileges of this USER object.
privileges() - Method in class com.uc4.api.objects.UserGroup
This method provides access to the privileges of this User Group.
processFlow() - Method in class com.uc4.communication.Settings
This method provides access to the ProcessFlow settings.
ProcessFlowGeneral - Class in com.uc4.api.objects
This class can be used to access the "General" tab of a task in a ProcessFlow.
ProcessFlowGeneral(boolean) - Constructor for class com.uc4.api.objects.ProcessFlowGeneral
 
ProcessFlowGeneral(XMLDocument, Element) - Constructor for class com.uc4.api.objects.ProcessFlowGeneral
 
ProcessFlowGeneral.DeploymentDependency - Enum in com.uc4.api.objects
DeploymentDependency.
ProcessFlowSettings - Class in com.uc4.communication
This class represents the Process Flow settings.
ProcessFlowSettings.AskForAlias - Enum in com.uc4.communication
Open dialog box for alias input when a task is added to a process flow.
ProcessFlowSettings.ElseAction - Enum in com.uc4.communication
Default Else action of tasks in a ProcessFlow.
ProcessFlowSettings.ExternalTaskStatus - Enum in com.uc4.communication
Status for external tasks.
processId - Variable in class com.uc4.api.Task
 
processingStarted() - Method in class com.uc4.communication.DefaultNotificationListener
 
processingStarted() - Method in interface com.uc4.communication.INotificationListener
Deprecated.
use IKickEventListener instead
processingStopped() - Method in class com.uc4.communication.DefaultNotificationListener
 
processingStopped() - Method in interface com.uc4.communication.INotificationListener
Deprecated.
use IKickEventListener instead
processorRunID - Variable in class com.uc4.api.Task
 
processorTask - Variable in class com.uc4.api.Task
 
PROMPT_SET - Static variable in class com.uc4.api.Template
Template PrompSet.
PromptDesigner - Class in com.uc4.api.objects
This class is used to design Prompt Elements.
PromptDesigner(XMLDocument) - Constructor for class com.uc4.api.objects.PromptDesigner
Parses the XMLDocument and extracts all prompt elements.
PromptElement - Class in com.uc4.api.objects
Basis class of all prompt elements.
PromptElement() - Constructor for class com.uc4.api.objects.PromptElement
 
PromptInputHelp - Class in com.uc4.communication.requests
Returns a table with values for input help in PromptElements.
PromptInputHelp(String, UC4ObjectName, int, String, int, TaskPromptSetNames, TaskPromptSetContent...) - Constructor for class com.uc4.communication.requests.PromptInputHelp
Creates an input help based on values entered in prompts.
PromptInputHelp(String, UC4ObjectName, String, int) - Constructor for class com.uc4.communication.requests.PromptInputHelp
Deprecated.
Use PromptInputHelp(String variableName, UC4ObjectName promptSet, String filter, int filterColumn, UC4Object object) instead
PromptInputHelp(String, UC4ObjectName, String, int, UC4Object) - Constructor for class com.uc4.communication.requests.PromptInputHelp
Input help of Prompt values for objects.
PromptInputHelp(String, UC4ObjectName, String, int, ITaskItem) - Constructor for class com.uc4.communication.requests.PromptInputHelp
Input help of Prompt values for objects.
promptInputRequired(int) - Method in class com.uc4.communication.DefaultNotificationListener
 
promptInputRequired(int) - Method in interface com.uc4.communication.INotificationListener
Deprecated.
use IKickEventListener instead
PromptInterfaces - Interface in com.uc4.api.prompt
Interfaces to allow access to properties shared by multiple prompt elements.
PromptInterfaces.Caption - Interface in com.uc4.api.prompt
Implemented if the prompt element contains captions.
PromptInterfaces.Constraints<T> - Interface in com.uc4.api.prompt
Represents min/max constraints.
PromptInterfaces.DataReference - Interface in com.uc4.api.prompt
Implemented if the prompt element contains a data reference.
PromptInterfaces.Focus - Interface in com.uc4.api.prompt
Implemented if the prompt element has a property to set the focus for user input.
PromptInterfaces.ItemList - Interface in com.uc4.api.prompt
Represents the item list property.
PromptInterfaces.Locked - Interface in com.uc4.api.prompt
Represents the locked property.
PromptInterfaces.MultiSelect - Interface in com.uc4.api.prompt
Implemented if the prompt element contains a multi select.
PromptInterfaces.OutputFormat - Interface in com.uc4.api.prompt
Implemented if the prompt element contains an output format.
PromptInterfaces.QuoteCharacter - Interface in com.uc4.api.prompt
Implemented if the prompt element contains a quote character property.
PromptInterfaces.ValueRequired - Interface in com.uc4.api.prompt
Implemented if the prompt has a property for required values.
PromptInterfaces.XmlKey - Interface in com.uc4.api.prompt
Implemented if the prompt element contains an XML key.
PromptInterfaces.XPath - Interface in com.uc4.api.prompt
Implemented if the prompt element contains a XPath field.
PromptSet - Class in com.uc4.api.objects
This class represents a PromptSet Object in the Automation Engine.
PromptSet() - Constructor for class com.uc4.api.objects.PromptSet
 
PromptSetDefinition - Class in com.uc4.api.objects
This class is created using the request com.uc4.communication.AddPromptSet An instance of this class can be added to executable Objects (for example Jobs) and default values for PromptElements can be set.
PromptSetDefinition(Element) - Constructor for class com.uc4.api.objects.PromptSetDefinition
Internal use.
PromptSetDefinition(PromptSetDefinition) - Constructor for class com.uc4.api.objects.PromptSetDefinition
This constructor is required for creating a copy of the PromptSetDefinition.
PromptSetDefinition.PromptElementTable - Enum in com.uc4.api.objects
Enum for all the various tables where prompt values can be stored
promptSetIterator() - Method in class com.uc4.api.objects.ObjectValues
Returns an iterator over PromptSetDefinition.
promptSetIterator() - Method in class com.uc4.api.objects.TaskValues
Returns an iterator over PromptSetDefinition.
promptSetSize() - Method in class com.uc4.api.objects.ObjectValues
 
promptSetSize() - Method in class com.uc4.api.objects.TaskValues
 
PromptVariableEncoder - Class in com.uc4.util
Encodes variable names.
properties - Variable in class com.uc4.api.objects.PromptElement
 
PSRemoteTaskManager - Class in com.uc4.api.objects
RemoteTaskManager for PeopleSoft.
PSRemoteTaskManager() - Constructor for class com.uc4.api.objects.PSRemoteTaskManager
 
PSRemoteTaskManagerFilter - Class in com.uc4.api.objects
Filter for PeopleSoft RemoteTaskManager objects.
PublishValueAction - Class in com.uc4.api.objects
Publish a value.
PublishValueAction() - Constructor for class com.uc4.api.objects.PublishValueAction
Creates a new publish action.
putPromptBuffer(String, String) - Method in class com.uc4.communication.requests.ExecuteObject
Puts the name and content of a script variable to the input buffer.
putPromptBuffer(String, String[]) - Method in class com.uc4.communication.requests.ExecuteObject
Puts the name and content of a script array to the input buffer.

Q

QuarantineList - Class in com.uc4.communication.requests
List of invalid messages which caused a failure in the server process.
QuarantineList() - Constructor for class com.uc4.communication.requests.QuarantineList
 
QuarantineListItem - Class in com.uc4.api.systemoverview
This class represents one row in the Quarantine list.
QuarantineListItem(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.QuarantineListItem
Internal use only.
QueryData - Class in com.uc4.communication.requests
Returns exactly one table based on query parameters.
QueryData(String, String, Map<String, String>) - Constructor for class com.uc4.communication.requests.QueryData
Generic constructor (internal use only).
QueryData.Row - Class in com.uc4.communication.requests
This class represents a row in the returned result set.
queue - Variable in class com.uc4.api.AbstractTask
 
Queue - Class in com.uc4.api.objects
Queue Object.
Queue() - Constructor for class com.uc4.api.objects.Queue
 
queue() - Method in class com.uc4.api.objects.Queue
Provides access to the Queue tab of a QUEUE object.
QUEUE - Static variable in class com.uc4.api.Template
Template for Queues.
QueueAttributes - Class in com.uc4.api.objects
This class represents the "Queue" tab of a Queue object.
QueueAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.QueueAttributes
 
QueueExceptionCondition - Class in com.uc4.api.objects
This class represents a single line in the Exception table of a Queue object.
QueueExceptionCondition(CalendarCondition, Time, Time, int, int, String) - Constructor for class com.uc4.api.objects.QueueExceptionCondition
Creates a new QueueExceptionCondition.
QueueExceptionCondition(XMLDocument, Element) - Constructor for class com.uc4.api.objects.QueueExceptionCondition
 
QueueList - Class in com.uc4.communication.requests
Returns the list of Queue.
QueueList() - Constructor for class com.uc4.communication.requests.QueueList
 
QueueListItem - Class in com.uc4.api.systemoverview
This class represents a single row in the queue list of the system overview.
QueueListItem(Element) - Constructor for class com.uc4.api.systemoverview.QueueListItem
Creates a new QueueListItem from an Element.
QueueManagerAttributes - Class in com.uc4.api.objects
Attributes of JOBQ Objects.
QueueManagerAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.QueueManagerAttributes
 
QueueStatus - Enum in com.uc4.api
Status of a Queue object.
QuickSearch - Class in com.uc4.communication.requests
Gets a list of object names which contain a defined pattern.
QuickSearch(String) - Constructor for class com.uc4.communication.requests.QuickSearch
Create a new QuickAccess request.
QuickSearchItem - Class in com.uc4.api
This class represents a line the quick access list.
QuickSearchItem(Element) - Constructor for class com.uc4.api.QuickSearchItem
Internal use, creates a QuickSearchItem from a DOM element.
QuitTask - Class in com.uc4.communication.requests
Quits an active task.
QuitTask(int) - Constructor for class com.uc4.communication.requests.QuitTask
Constructs a QuitTask using the specified RunID.
QuitTask(int[]) - Constructor for class com.uc4.communication.requests.QuitTask
Constructs a QuitTask using multiple RunIds.

R

RAConnection - Class in com.uc4.api.objects
This class represents an RA Connection Object.
RAConnection() - Constructor for class com.uc4.api.objects.RAConnection
 
RadioGroupElement - Class in com.uc4.api.prompt
This class represents a radio group element.
RadioGroupElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.RadioGroupElement
Creates a new RadioGroupElement.
raPanel() - Method in class com.uc4.api.objects.JobPlanTask
If this task is an RA solution and the Workflow has been saved and reopened this method can be used to override RA panel values.
RASolution - Class in com.uc4.api.objects
This class represents a CITC Object.
RASolution() - Constructor for class com.uc4.api.objects.RASolution
 
RC4Cod(byte[]) - Method in class com.uc4.util.C3
rc4
RC4Gen(byte[]) - Method in class com.uc4.util.C3
make key
read(Form) - Method in class com.uc4.communication.DefaultNotificationListener
 
read(Form) - Method in interface com.uc4.communication.INotificationListener
This method is called when activating an object which requires user input.
READY - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Ready.
rearrange(List<PromptSetDefinition>) - Method in class com.uc4.api.objects.ObjectValues
This method can be used to rearrange the prompt sets.
ReEvaluateAtAction - Class in com.uc4.api.objects
Exits current evaluation cycle.
ReEvaluateAtAction() - Constructor for class com.uc4.api.objects.ReEvaluateAtAction
Creates a new ReEvaluateAtAction.
ReEvaluateInAction - Class in com.uc4.api.objects
Exits current evaluation cycle.
ReEvaluateInAction() - Constructor for class com.uc4.api.objects.ReEvaluateInAction
Creates a new ReEvaluateInAction .
RefreshCockpitMonitor - Class in com.uc4.communication.requests
Refreshes the values of the Cockpit monitor.
RefreshCockpitMonitor(CockpitMonitorDefiniton) - Constructor for class com.uc4.communication.requests.RefreshCockpitMonitor
Creates a new RefreshCockpitMonitor request.
RefreshServiceManagerScan - Class in com.uc4.communication.requests
Refreshes the Service Manager Scan for the specified Agent.
RefreshServiceManagerScan(AgentListItem) - Constructor for class com.uc4.communication.requests.RefreshServiceManagerScan
Creates a new RefreshServiceManagerScan request for an Agent.
RefreshServiceManagerScan(ServerListItem) - Constructor for class com.uc4.communication.requests.RefreshServiceManagerScan
Creates a new RefreshServiceManagerScan request for a Server.
RefreshServiceManagerScan(AgentListItem[]) - Constructor for class com.uc4.communication.requests.RefreshServiceManagerScan
Creates a new RefreshServiceManagerScan request for Agents.
RefreshServiceManagerScan(ServerListItem[]) - Constructor for class com.uc4.communication.requests.RefreshServiceManagerScan
Creates a new RefreshServiceManagerScan request for Servers.
RELEASED - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Released.
ReleaseManually - Class in com.uc4.communication.requests
Releases a task manually.
ReleaseManually(int) - Constructor for class com.uc4.communication.requests.ReleaseManually
Creates a new ReleaseManually request.
ReleaseQuarantineMessage - Class in com.uc4.communication.requests
Releases a quarantine message.
ReleaseQuarantineMessage(int, ServerListItem, int[]) - Constructor for class com.uc4.communication.requests.ReleaseQuarantineMessage
Creates a new ReleaseQuarantineMessage request.
ReleaseQuarantineMessage(int, UC4ObjectName, int[]) - Constructor for class com.uc4.communication.requests.ReleaseQuarantineMessage
Creates a new ReleaseQuarantineMessage request.
ReloadNextTurnaround - Class in com.uc4.communication.requests
Register a Schedule for reloading from definition at period turnaround.
ReloadNextTurnaround(Schedule) - Constructor for class com.uc4.communication.requests.ReloadNextTurnaround
Enables the reload of the a Schedule definition.
RemoteRestart - Class in com.uc4.communication.requests
Restarts a remote Task (type JOBD).
RemoteRestart(int) - Constructor for class com.uc4.communication.requests.RemoteRestart
Creates a new RemoteRestart request.
RemoteRestart(int[]) - Constructor for class com.uc4.communication.requests.RemoteRestart
Constructs a RemoteRestart using multiple RunIds.
remoteStatus - Variable in class com.uc4.api.AbstractTask
 
remove(String) - Method in class com.uc4.api.objects.OCVPanel
Removes a value from this OCV Panel instance.
remove(int) - Method in class com.uc4.api.objects.SecureSQLVariable
Removes a bind parameter.
remove(int) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Removes a bind parameter.
remove(DateTime) - Method in class com.uc4.api.objects.StaticCalendarKeyword
Removes the specified date from this static calendar keyword.
remove(String) - Method in class com.uc4.api.objects.Variable
Removes an entry from this variable.
remove(String) - Method in class com.uc4.api.objects.VariableValues
Removes a variable entry The method returns false if the validity keyword was not found.
remove(int) - Method in class com.uc4.util.ArrayListDecorator
 
remove(Object) - Method in class com.uc4.util.ArrayListDecorator
 
remove() - Method in class com.uc4.util.NoRemoveIterator
 
removeAction(SyncAction) - Method in class com.uc4.api.objects.Sync
Removes the specified action.
removeAdditionalConditions() - Method in class com.uc4.api.objects.FileSystem
Removes additional FILE_STABLE/FILE_CHANGED conditions.
removeAll() - Method in class com.uc4.api.objects.JobPlanDependencies
 
removeAll() - Method in class com.uc4.api.objects.ObjectValues
Removes all entries (Values and PromptSets).
removeAll() - Method in class com.uc4.api.objects.Variable
Removes all entries in this variable.
removeAll() - Method in class com.uc4.api.objects.VariableValues
Removes all entries from the Variable.
removeAllActions() - Method in class com.uc4.api.objects.Sync
Method to remove all the actions.
removeAllBeneficiaries() - Method in class com.uc4.api.objects.SloSelection
Removes all beneficiaries.
removeAllCustomAttributeFilter() - Method in class com.uc4.api.TaskFilter
Removes all CustomAttributeFilter.
removeAllCustomAttributeFilter() - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Removes all CustomAttributeFilter.
removeAllCustomAttributeFilter() - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
Removes all CustomAttributeFilter.
removeAllCustomAttributes() - Method in class com.uc4.api.objects.XHeader
Removes all Custom Attributes.
removeAllDates() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Removes all selected dates.
removeAllFilters() - Method in class com.uc4.api.objects.OutputFilter
Removes all existing filters.
removeAllOnChangeResetElements() - Method in class com.uc4.api.prompt.OnChangeResetElement
Removes all OnChangeReset-children from the PromptElement.
removeAllSelectedValues() - Method in class com.uc4.api.objects.CustomAttributeFilter
Removes all selected Custom Attributes values.
removeAllStates() - Method in class com.uc4.api.objects.Sync
Method to remove all the states.
removeAllVariablevalues() - Method in class com.uc4.api.objects.ObjectValues
Removes all the variables stored
removeAttribute(String, String) - Method in class com.uc4.api.objects.XMLDocuNode
Deprecated.
call the method without value because it is ignored
removeAttribute(String) - Method in class com.uc4.api.objects.XMLDocuNode
Removes Attribute from node.
removeAttributeDTD(String, String) - Method in class com.uc4.api.objects.XMLDocumentation
Removes an attribute for the specified element.
removeBeneficiary(SloSelection.Beneficiary) - Method in class com.uc4.api.objects.SloSelection
Removes a specific Beneficiary.
removeChildNodes() - Method in class com.uc4.api.objects.XMLDocuNode
Removes all child nodes.
removeCollision(RollCalendarCollision) - Method in class com.uc4.api.objects.RollCalendarKeyword
Removes the specified reaction in case of a collision.
removeCustomAttribute(CustomAttribute) - Method in class com.uc4.api.objects.XHeader
Removes a CustomAttribute.
removeCustomAttributeFilter(CustomAttributeFilter) - Method in class com.uc4.api.TaskFilter
Removes a specific CustomAttributeFilter.
removeCustomAttributeFilter(CustomAttributeFilter) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Removes a specific CustomAttributeFilter.
removeCustomAttributeFilter(CustomAttributeFilter) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
Removes a specific CustomAttributeFilter.
removeDate(Integer) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Removes the specified day from the selected days.
removeDate(DateTime) - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Removes the specified date from the selected dates.
removeDependency(JobPlanTaskDependency) - Method in class com.uc4.api.objects.JobPlanDependencies
Removes the specified dependency.
RemoveJobPlanBreakPoint - Class in com.uc4.communication.requests
Removes a Breakpoint in a JobPlan.
RemoveJobPlanBreakPoint(int) - Constructor for class com.uc4.communication.requests.RemoveJobPlanBreakPoint
Constructs a RemoveJobPlanBreakPoint using the specified RunID.
RemoveJobPlanBreakPoint(int, int) - Constructor for class com.uc4.communication.requests.RemoveJobPlanBreakPoint
Constructs a RemoveJobPlanBreakPoint using the specified parent RunID and Lnr.
RemoveJobPlanBreakPoint(JobPlanMonitor.Task) - Constructor for class com.uc4.communication.requests.RemoveJobPlanBreakPoint
Constructs a RemoveJobPlanBreakPoint using the specified JobPlanMonitor task.
removeKeyword(UC4ObjectName) - Method in class com.uc4.api.objects.Calendar
Removes the specified calendar keyword from this calendar It is not possible to remove all keywords.
removeKickEventListener(IKickEventListener) - Method in class com.uc4.communication.Connection
Removes a notification listener.
removeLoginDefinition(LoginDefinition) - Method in class com.uc4.api.objects.Login
Removes the specified login definition from this Login object.
removeMail(String) - Method in class com.uc4.api.objects.Operator
Removes the specified Operator from this Notification.
removeNotificationListener(INotificationListener) - Method in class com.uc4.communication.Connection
Removes a notification listener.
removeOnChangeResetElement(OnChangeResetElement) - Method in class com.uc4.api.prompt.OnChangeResetElement
Removes the specified OnChangeReset-children from the PromptElement.
removeOperator(UC4ObjectName) - Method in class com.uc4.api.objects.Operator
Removes the specified Operator from this Notification.
removeParameter(String) - Method in class com.uc4.api.objects.DynamicExecVariable
Removes a parameter.
removePromptSets() - Method in class com.uc4.api.objects.ObjectValues
Removes all PromptSets.
removeReasonFilter() - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Removes all previously set reason-filters.
removeSelectedValue(String) - Method in class com.uc4.api.objects.CustomAttributeFilter
Removes a selected Custom Attribute value.
removeServiceFulfillmentStatusFilter() - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Removes all filters ServiceFulfillmentStatus.
removeServiceFulfillmentStatusFilter(ServiceFulfillmentStatus) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Removes a specific ServiceFulfillmentStatus filter.
removeState(SyncState) - Method in class com.uc4.api.objects.Sync
Removes the specified SyncState.
removeSyncItem(SyncItem) - Method in class com.uc4.api.objects.SyncList
Removes the specified item from this SyncList.
removeTask(JobPlanTask) - Method in class com.uc4.api.objects.JobPlan
Removes the specified task from the JobPlan.
removeTask(JobPlanTask) - Method in class com.uc4.api.objects.WorkflowIF
Removes the specified task from the WorkFLowIF.
removeTask(JobPlanTask) - Method in class com.uc4.api.objects.WorkflowLoop
Removes the specified task from the WorkFlowLoop.
removeTaskAndCreateDependencies(JobPlanTask) - Method in class com.uc4.api.objects.WorkflowLoop
Removes the specified task from the WorkFlowLoop and recreates the dependencies.
removeUser(UC4UserName) - Method in class com.uc4.api.objects.UserAssignment
Removes a user from this UserGroup.
removeUserGroup(UC4ObjectName) - Method in class com.uc4.api.objects.UserGroupAssignment
Removes this User from the specified User Group.
removeValue(String) - Method in class com.uc4.api.objects.ObjectValues
Removes a variable entry The method returns false if the validity keyword was not found.
RenameObject - Class in com.uc4.communication.requests
Renames an existing UC4 Object.
RenameObject(UC4ObjectName, UC4ObjectName, IFolder) - Constructor for class com.uc4.communication.requests.RenameObject
Deprecated.
Use RenameObject(UC4ObjectName oldName, UC4ObjectName newName, IFolder folder, String title) instead
RenameObject(UC4ObjectName, UC4ObjectName, IFolder, String) - Constructor for class com.uc4.communication.requests.RenameObject
Constructs a RenameObject.
RenameObject(IFolder, UC4ObjectName) - Constructor for class com.uc4.communication.requests.RenameObject
This constructor is used to rename folders.
RenameObject(IFolder, UC4ObjectName, String) - Constructor for class com.uc4.communication.requests.RenameObject
This constructor is used to rename folders.
RenewTransferKey - Class in com.uc4.communication.requests
Renew transfer key or withdraw the authentication of an Agent.
RenewTransferKey(AgentListItem) - Constructor for class com.uc4.communication.requests.RenewTransferKey
Creates a new RenewTransferKey request.
repeat(int, int) - Method in class com.uc4.api.objects.TaskResult
Repeats the task.
ReplaceObject - Class in com.uc4.communication.requests
Replaces UC4 objects.
ReplaceObject(GetReplaceList) - Constructor for class com.uc4.communication.requests.ReplaceObject
This request is used to replace the use of all selected objects provided by the GetReplaceList request.
ReplaceObject(GetReplaceList, List<String>) - Constructor for class com.uc4.communication.requests.ReplaceObject
This request is used to replace the use of selected objects
ReplaceObject(GetReplaceList, UC4ObjectName, int) - Constructor for class com.uc4.communication.requests.ReplaceObject
Replaces an UC4 Object.
ReplaceObject(UC4ObjectName, String, UC4ObjectName, SearchResultItem...) - Constructor for class com.uc4.communication.requests.ReplaceObject
Replaces an UC4 Object based on a search result.
replaceTask(JobPlanTask, JobPlanTask) - Method in class com.uc4.api.objects.JobPlan
Replaces an existing JobPlanTask.
replaceValue(String, String) - Method in class com.uc4.api.objects.TaskValues
Replaces an existing value.
replaceValueOnlyIfChanged(String, String) - Method in class com.uc4.api.objects.TaskValues
Deprecated.
Deprecated, kept only for binary compatibility.
reponseIterator() - Method in class com.uc4.communication.requests.ExecuteObjects
Returns an iterator over the responses
Report - Class in com.uc4.communication.requests
Gets a page of a report.
Report(int, String) - Constructor for class com.uc4.communication.requests.Report
Constructs a ReportContent using the specified runID and reportType.
ReportTypeList - Class in com.uc4.communication.requests
Gets a list of report types for a specified RunID.
ReportTypeList(int) - Constructor for class com.uc4.communication.requests.ReportTypeList
Constructs a ReportTypes using the specified RunID.
requiresUserLogin(String) - Method in class com.uc4.api.objects.OutputFiles
This method checks if the specified file requires a user login.
RerunWorkflow - Class in com.uc4.communication.requests
Rerun a rollbacked task.
RerunWorkflow(int) - Constructor for class com.uc4.communication.requests.RerunWorkflow
Constructs a new RerunWorkflow request.
resetAllSubValues() - Method in class com.uc4.api.prompt.OnChangeResetElement
Resets all OnChangeReset-children of this PromptElement and all related sub-children (=Recursive reset).
ResetLastRuntimes - Class in com.uc4.communication.requests
Resets real runtimes (RRT) and estimated runtimes (ERT) of an activatable object.
ResetLastRuntimes(UC4ObjectName) - Constructor for class com.uc4.communication.requests.ResetLastRuntimes
Creates a new request to get the last 25 RRTs and ERTs.
ResetLastRuntimes(int) - Constructor for class com.uc4.communication.requests.ResetLastRuntimes
Creates a new request to get the last 25 RRTs and ERTs.
ResetOpenFlag - Class in com.uc4.communication.requests
Resets the Reservation of an UC4 Object.
ResetOpenFlag(UC4ObjectName) - Constructor for class com.uc4.communication.requests.ResetOpenFlag
Constructs a new ResetOpenFlag request which is used to reset the open flag.
ResetOpenFlag(String) - Constructor for class com.uc4.communication.requests.ResetOpenFlag
Constructs a new ResetOpenFlag request which is used to reset the open flag.
resetPromptValue(String) - Method in class com.uc4.api.objects.PromptSetDefinition
Sets values of the element to use the default.
ResetScheduleTask - Class in com.uc4.communication.requests
This class represents the menu item "Reset task" in the schedule monitor.
ResetScheduleTask(ScheduleMonitor.Task) - Constructor for class com.uc4.communication.requests.ResetScheduleTask
Creates a new ResetScheduleTask request for the specified task.
ResetScheduleTask(ScheduleMonitor.Task[]) - Constructor for class com.uc4.communication.requests.ResetScheduleTask
Creates a new ResetScheduleTask request for the specified tasks.
ResourceItem - Class in com.uc4.api.objects
This class represents Storage resource items.
ResourceItem(Element, String) - Constructor for class com.uc4.api.objects.ResourceItem
Creates a new ResourceItem.
ResourceItems - Class in com.uc4.api.objects
This class represents Storage resource items.
ResourceItems(XMLDocument, String) - Constructor for class com.uc4.api.objects.ResourceItems
Creates a new instance of ResourceItems based on the specified XML document.
resourceItems() - Method in class com.uc4.api.objects.Storage
Returns the resource items of this storage-object.
resourceItemsIterator() - Method in class com.uc4.api.objects.ResourceItems
Returns an java.util.Iterator of resource items.
responseCount() - Method in class com.uc4.communication.requests.ExecuteObjects
Returns the number of responses
RestartTask - Class in com.uc4.communication.requests
Restarts a task.
RestartTask(int) - Constructor for class com.uc4.communication.requests.RestartTask
Creates a new RestartTask request to restart the task with the specified RunID.
RestartTask(UC4ObjectName, UC4ObjectName) - Constructor for class com.uc4.communication.requests.RestartTask
Restarts a task from the object definition.
RestartTask(int, UC4ObjectName) - Constructor for class com.uc4.communication.requests.RestartTask
Creates a new RestartTask request to restart the task with the specified RunID.
RestartTask.FileTransferRestart - Enum in com.uc4.communication.requests
Restart setting of FileTransfers.
RestartTaskAction - Class in com.uc4.api.objects
Restarts the task and exits current evaluation cycle.
RestartTaskAction() - Constructor for class com.uc4.api.objects.RestartTaskAction
Creates a RestartTaskAction.
RestoreObject - Class in com.uc4.communication.requests
Restores deleted UC4 Object.
RestoreObject(FolderListItem[]) - Constructor for class com.uc4.communication.requests.RestoreObject
Restores UC4 Objects with the specified FolderListItems.
RestoreObject(List<String>) - Constructor for class com.uc4.communication.requests.RestoreObject
Restore UC4 Objects from the given list.
RestoreObjectVersion - Class in com.uc4.communication.requests
Restores an Object from Version Management.
RestoreObjectVersion(VersionControlListItem) - Constructor for class com.uc4.communication.requests.RestoreObjectVersion
Creates a new instance of the RestoreObjectVersion request.
result() - Method in class com.uc4.api.objects.ScheduleTask
Gets the TaskResult of this task.
resultIterator() - Method in class com.uc4.communication.requests.ChildStatistics
Deprecated.
Use iterator() method instead.
resultIterator() - Method in class com.uc4.communication.requests.GenericStatistics
Returns an iterator over StatisticSearchItem.
resultIterator() - Method in class com.uc4.communication.requests.ObjectStatistics
Deprecated.
Use the iterator() method instead, the iterator() method never returns null.
resultIterator() - Method in class com.uc4.communication.requests.SearchObject
Returns an iterator over SearchResultItem.
ResumeClient - Class in com.uc4.communication.requests
Starts the automatic processing for the current client.
ResumeClient() - Constructor for class com.uc4.communication.requests.ResumeClient
Starts the processing of the current client.
ResumeClient(ClientListItem) - Constructor for class com.uc4.communication.requests.ResumeClient
Starts the processing of the specified client.
ResumeClient(List<ClientListItem>) - Constructor for class com.uc4.communication.requests.ResumeClient
Starts the processing of multiple clients.
ResumeTask - Class in com.uc4.communication.requests
Sets stopped tasks active again.
ResumeTask(int, boolean) - Constructor for class com.uc4.communication.requests.ResumeTask
Constructs a GoTask using the specified RunID.
returnCode - Variable in class com.uc4.api.AbstractTask
 
ReturnCodeCondition - Class in com.uc4.api.objects
Checks the return code of the task.
ReturnCodeCondition() - Constructor for class com.uc4.api.objects.ReturnCodeCondition
Creates a new ReturnCodeCondition.
rfc() - Method in class com.uc4.api.objects.SAPConnection
This method provides access to the RFC settings of this connection object.
Rights - Interface in com.uc4.api.objects
Interface for Rights.
rollback - Variable in class com.uc4.api.AbstractTask
 
rollback() - Method in class com.uc4.api.objects.ConsoleEvent
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.DatabaseEvent
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.FileEvent
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.FileTransfer
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.Group
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.Job
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.JobPlan
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.Notification
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.PSRemoteTaskManager
This method provides access to the rollback tab of an executable object.
Rollback - Class in com.uc4.api.objects
This class represents the rollback tab on executable Automation Engine objects.
Rollback(XMLDocument) - Constructor for class com.uc4.api.objects.Rollback
Constructs a Rollback object from the specified XMLDocument
rollback() - Method in class com.uc4.api.objects.RuleEvent
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.SAPQueueManager
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.Script
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.TimeEvent
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.WorkflowIF
This method provides access to the rollback tab of an executable object.
rollback() - Method in class com.uc4.api.objects.WorkflowLoop
This method provides access to the rollback tab of an executable object.
RollbackAction - Class in com.uc4.api.objects
Rollback Action.
RollbackAction() - Constructor for class com.uc4.api.objects.RollbackAction
Creates a new Rollback action.
RollbackAction.Task - Enum in com.uc4.api.objects
Task.
RollbackTask - Class in com.uc4.communication.requests
Rollback the entire task.
RollbackTask(int) - Constructor for class com.uc4.communication.requests.RollbackTask
Constructs a new RollbackTask request.
RollbackTo - Class in com.uc4.communication.requests
Rollback to a specific task.
RollbackTo(int) - Constructor for class com.uc4.communication.requests.RollbackTo
Constructs a new RollbackTo request.
RollbackTo(int, int) - Constructor for class com.uc4.communication.requests.RollbackTo
Constructs a new RollbackTo request, based on the runID and the taskLnr.
RollbackTo(String) - Constructor for class com.uc4.communication.requests.RollbackTo
Constructs a new RollbackTo request, based on the taskID.
RollCalendarCollision - Class in com.uc4.api.objects
This class represents a reaction to a collision for roll calendar keywords.
RollCalendarCollision(CalendarCondition, int) - Constructor for class com.uc4.api.objects.RollCalendarCollision
Deprecated.
Use RollCalendarCollision(CalendarCondition collisionCalendar, int adjustDays, char sign, CalendarCondition inCalendar) instead
RollCalendarCollision(CalendarCondition, int, CalendarCondition) - Constructor for class com.uc4.api.objects.RollCalendarCollision
Deprecated.
Use RollCalendarCollision(CalendarCondition collisionCalendar, int adjustDays, char sign, CalendarCondition inCalendar) instead
RollCalendarCollision(CalendarCondition, int, char, CalendarCondition) - Constructor for class com.uc4.api.objects.RollCalendarCollision
Constructs a new RollCalendarCollision.
RollCalendarCollision(Element) - Constructor for class com.uc4.api.objects.RollCalendarCollision
 
RollCalendarKeyword - Class in com.uc4.api.objects
This class represents a Roll Calendar Keyword.
RollCalendarKeyword(Element, String) - Constructor for class com.uc4.api.objects.RollCalendarKeyword
 
RollCalendarKeyword(UC4ObjectName, CalendarCondition) - Constructor for class com.uc4.api.objects.RollCalendarKeyword
Constructs a new RollCalendarKeyword using the specified source calendar condition.
root() - Method in class com.uc4.api.objects.XMLDocumentation
 
root() - Method in class com.uc4.communication.requests.FolderTree
Returns the root folder of the client.
RuleEvent - Class in com.uc4.api.objects
IA Event.
RuleEvent() - Constructor for class com.uc4.api.objects.RuleEvent
 
RuleEventSetting - Class in com.uc4.api.objects
Settings of an IAEvent
RuleEventSetting() - Constructor for class com.uc4.api.objects.RuleEventSetting
 
runID - Variable in class com.uc4.api.AbstractTask
 
RunJobPlanTask - Class in com.uc4.communication.requests
Executes a task in a JobPlan immediately.
RunJobPlanTask(int) - Constructor for class com.uc4.communication.requests.RunJobPlanTask
Constructs a ExecuteTaskImmediately using the specified RunID.
RunJobPlanTask(int, int) - Constructor for class com.uc4.communication.requests.RunJobPlanTask
Constructs a ExecuteTaskImmediately using the specified parent RunID and Lnr.
RUNNING - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Running.
RunPathAction - Class in com.uc4.api.objects
Run Path.
RunPathAction() - Constructor for class com.uc4.api.objects.RunPathAction
Creates a new RunPathAction.
RunScheduledTask - Class in com.uc4.communication.requests
Runs a task which is waiting for its start time.
RunScheduledTask(int) - Constructor for class com.uc4.communication.requests.RunScheduledTask
Creates a new RunScheduledTask in order to start a task immediately which has been executed with the option once and is now waiting for its start time.
RunScheduledTask(ScheduleMonitor.Task) - Constructor for class com.uc4.communication.requests.RunScheduledTask
Runs a task of schedule monitor immediately.
runsOnDefinedCalendar() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns true if the task runs based on calendar conditions.
runsOnDefinedCalendar() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
runsOnDefinedWeekdays() - Method in class com.uc4.api.objects.ExecuteRecurring
Returns true if the task runs on defined week days.
runsOnDefinedWeekdays() - Method in class com.uc4.api.objects.Period
Deprecated.
Use getExecuteRecurring() instead
RunTaskAction - Class in com.uc4.api.objects
Starts the task without checking of further conditions.
RunTaskAction() - Constructor for class com.uc4.api.objects.RunTaskAction
 
runtime - Variable in class com.uc4.api.AbstractTask
 
runtime() - Method in class com.uc4.api.objects.Cockpit
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.ConsoleEvent
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.DatabaseEvent
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.FileEvent
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.FileTransfer
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.Group
Returns runtime information of this job.
runtime() - Method in interface com.uc4.api.objects.ITaskItem
Returns the runtime settings of this task.
runtime() - Method in class com.uc4.api.objects.Job
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.JobPlan
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.JobPlanTask
Gets the runtime settings of this JobPlan task.
runtime() - Method in class com.uc4.api.objects.Notification
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.RuleEvent
Returns runtime information of this job.
Runtime - Class in com.uc4.api.objects
The "Runtime" tab is an object class-specific tab that is found in every executable object in UC4.
Runtime(XMLDocument) - Constructor for class com.uc4.api.objects.Runtime
 
runtime() - Method in class com.uc4.api.objects.SAPQueueManager
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.Schedule
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.ScheduleTask
 
runtime() - Method in class com.uc4.api.objects.Script
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.TimeEvent
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.WorkflowIF
Returns runtime information of this job.
runtime() - Method in class com.uc4.api.objects.WorkflowLoop
Returns runtime information of this job.
runtime() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Gets the runtime settings of this JobPlanMonitor task.

S

SamlConfiguration - Class in com.uc4.communication
Configuration for SAML An instance of this class must be passed to the Connection.login() method.
SamlConfiguration(int, String, String, char, String, String) - Constructor for class com.uc4.communication.SamlConfiguration
Creates a new SSO login configuration instance for SAML
SamlConfiguration(int, String, String, String, String) - Constructor for class com.uc4.communication.SamlConfiguration
Creates a new SSO login configuration instance for SAML The default value for the logon language is english.
SAPAgentPanel - Class in com.uc4.api.objects
This provides access to the values on the "SAP" tab of a host object.
SAPAgentPanel(XMLDocument, ConnectionAttributes) - Constructor for class com.uc4.api.objects.SAPAgentPanel
Creates a new instance using the XML document of a HOST object
SAPConnection - Class in com.uc4.api.objects
This class represents an SAP Connection object.
SAPConnection() - Constructor for class com.uc4.api.objects.SAPConnection
 
SAPConnection.ConnectionTyp - Enum in com.uc4.api.objects
Type of the connection object.
SAPConnectionHTTP - Class in com.uc4.api.objects
This class can be used to read or set the HTTP connection data for SAP Connection objects (PI, SLD, JXBP).
SAPConnectionHTTP(XMLDocument, ConnectionAttributes) - Constructor for class com.uc4.api.objects.SAPConnectionHTTP
Creates a new instance of the SAPConnectionHTTP class by using the values provided in the XML Document.
sapConnectionPanel() - Method in class com.uc4.api.objects.Host
Returns the SAP Agent Panel or null if this HOST is not an SAP host.
SAPConnectionRFC - Class in com.uc4.api.objects
This class can be used to read or set the RFC connection data for SAP Connection objects.
SAPConnectionRFC(XMLDocument, ConnectionAttributes) - Constructor for class com.uc4.api.objects.SAPConnectionRFC
Creates a new SAPConnectionRFC from the specified XML document.
SAPConnectionRFC.BIExtendedMonitoring - Enum in com.uc4.api.objects
SAP BW Extended Monitoring.
SAPConnectionRFC.XALVersion - Enum in com.uc4.api.objects
XAL version.
SAPConnectionRFC.XBPVersion - Enum in com.uc4.api.objects
XBP version.
SAPQueueManager - Class in com.uc4.api.objects
RemoteTaskManager for SAP ABAP Jobs.
SAPQueueManager() - Constructor for class com.uc4.api.objects.SAPQueueManager
 
SAPQueueManagerFilter - Class in com.uc4.api.objects
Filter for SAP RemoteTaskManager objects.
SAPQueueManagerFilter(XMLDocument) - Constructor for class com.uc4.api.objects.SAPQueueManagerFilter
 
save(XMLDocument, Element, boolean) - Method in class com.uc4.api.ExecuteTestOptions
Internal use only.
save(XMLDocument, Element) - Method in class com.uc4.api.objects.CalendarKeyword
Saves the keyword under the specified parent element
save(XMLDocument, Element) - Method in class com.uc4.api.objects.GroupCalendarKeyword
 
save(XMLDocument, Element) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
 
save(Element) - Method in class com.uc4.api.objects.ObjectRight
 
save(XMLDocument, Element) - Method in class com.uc4.api.objects.RollCalendarKeyword
 
save(XMLDocument, Element) - Method in class com.uc4.api.objects.StaticCalendarKeyword
 
save(Element) - Method in class com.uc4.api.objects.UserRight
 
save(XMLDocument, Element) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
 
save(XMLDocument, Element) - Method in class com.uc4.api.objects.YearlyCalendarKeyword
 
SaveAgentAssignment - Class in com.uc4.communication.requests
Used to modify the Agent assignments.
SaveAgentAssignment(AgentAssignmentListItem...) - Constructor for class com.uc4.communication.requests.SaveAgentAssignment
Creates a new request to save changes in the order or list of active Agent assignments.
SaveObject - Class in com.uc4.communication.requests
Saves an open UC4 Object.
SaveObject(UC4Object) - Constructor for class com.uc4.communication.requests.SaveObject
Constructs a SaveObject using a subclass of UC4Object.
SaveObject(UC4Object, boolean) - Constructor for class com.uc4.communication.requests.SaveObject
Constructs a SaveObject using a subclass of UC4Object.
saveObjectAuthorizations(XMLDocument, Element, ObjectAuthorizations) - Method in class com.uc4.api.objects.ObjectFactory
Internal use to save the ObjectAuthorizations as SetObjectPropertiesRequest.
Schedule - Class in com.uc4.api.objects
Schedule.
Schedule() - Constructor for class com.uc4.api.objects.Schedule
 
ScheduleAttributes - Class in com.uc4.api.objects
This class represents attributes of a Schedule.
ScheduleAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.ScheduleAttributes
 
SCHEDULED - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Scheduled.
ScheduleMonitor - Class in com.uc4.communication.requests
Reads a Schedule monitor.
ScheduleMonitor(int, boolean) - Constructor for class com.uc4.communication.requests.ScheduleMonitor
Deprecated.
This method is deprecated on 31-03-2016, please set "src" using methods setActivityScheduleMonitor, setArchiveScheduleMonitor, setExplorerScheduleMonitor
ScheduleMonitor(int) - Constructor for class com.uc4.communication.requests.ScheduleMonitor
Constructs a new ScheduleMonitor request.
ScheduleMonitor.Task - Class in com.uc4.communication.requests
This class represents a task in the Schedule monitor.
ScheduleTask - Class in com.uc4.api.objects
This class represents a task in a Schedule.
ScheduleTask(XMLDocument, Element) - Constructor for class com.uc4.api.objects.ScheduleTask
Constructs a ScheduleTask from the specified XML document.
SCRI - Static variable in class com.uc4.api.Template
Template for Script objects.
Script - Class in com.uc4.api.objects
This class represents a SCRI object.
Script() - Constructor for class com.uc4.api.objects.Script
 
ScriptAttributes - Class in com.uc4.api.objects
Attributes of SCRI objects.
ScriptAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.ScriptAttributes
 
scriptEditor() - Method in class com.uc4.communication.Settings
This method provides access to the ScriptEditor settings.
searchCalendarKeyword(String) - Method in class com.uc4.communication.requests.SearchObject
Sets a filter to return only CALE objects which contain the specified keywordPattern The default value is *.
searchInRAValues(String) - Method in class com.uc4.communication.requests.SearchObject
Search for RA values.
SearchObject - Class in com.uc4.communication.requests
Finds UC4 Objects.
SearchObject() - Constructor for class com.uc4.communication.requests.SearchObject
Constructs a Search.
SearchObject.VariableDataType - Enum in com.uc4.communication.requests
Type of a Variable.
SearchResultItem - Class in com.uc4.api
This class represents an item from the search result.
SearchResultItem(ConnectionAttributes, Element) - Constructor for class com.uc4.api.SearchResultItem
Constructs a SearchResultItem using the specified XML element.
SecureSQLVariable - Class in com.uc4.api.objects
Dynamic Database Variable Secure.
SecureSQLVariable(XMLDocument) - Constructor for class com.uc4.api.objects.SecureSQLVariable
 
SecureSQLVariableIntern - Class in com.uc4.api.objects
Secure SQL Variables.
SecureSQLVariableIntern(XMLDocument) - Constructor for class com.uc4.api.objects.SecureSQLVariableIntern
 
selectAll() - Method in class com.uc4.api.objects.UserPrivileges
Enables all privileges.
selectAll() - Method in class com.uc4.communication.CheckBackSettings
Enables all checks.
selectAllChangeTypes() - Method in class com.uc4.communication.requests.GetChangeLog
Select all types of changes.
selectAllObjects() - Method in class com.uc4.api.ObjectTypeFilter
Select all object types.
selectAllObjects() - Method in class com.uc4.communication.requests.GetChangeLog
Select all object types.
selectAllObjectTypes() - Method in class com.uc4.communication.requests.SearchObject
Select all object types.
selectAllPlatforms() - Method in class com.uc4.api.TaskFilter
Select all platforms.
selectAllPlatforms() - Method in class com.uc4.communication.requests.GenericStatistics
Select all platforms.
selectAllTypes() - Method in class com.uc4.communication.requests.GenericStatistics
Selects all object types.
selectedAgents() - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
selectedAgentSize() - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
selectedDates() - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Returns an iterator over Integer.
selectedDates() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Returns an iterator over DateTime.
selectedValuesIterator() - Method in class com.uc4.api.objects.CustomAttributeFilter
Returns an java.util.Iterator of selected Custom Attributes values.
selectEventHistory() - Method in class com.uc4.api.objects.ConsoleSAP
Sets the data source to Event History.
selection() - Method in class com.uc4.api.objects.ServiceLevelObjective
This method provides access to the selection tab of SLO objects.
selectJavaEventHistory() - Method in class com.uc4.api.objects.ConsoleSAP
Sets the data source to Java Event History.
selectLatestEnd() - Method in class com.uc4.api.objects.JobPlanDependencies
Enables the check for the latest end time.
selectLatestStart() - Method in class com.uc4.api.objects.JobPlanDependencies
Enables the check for the latest start time.
selectOnDefinedCalendarDays(boolean) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
If this method is called the selected calendar days are used.
selectOnDefinedCalendarDays() - Method in class com.uc4.api.objects.YearlyCalendarKeyword
If this method is called the selected calendar days are used.
selectSourceArray(String) - Method in class com.uc4.api.objects.LoopDataSource
Selects array as datasource.
selectSourceVariable(UC4ObjectName, int) - Method in class com.uc4.api.objects.LoopDataSource
Selects a VARA Object as datasource.
selectTaskRelatedObjectTypes() - Method in class com.uc4.api.ObjectTypeFilter
Sets a filter to object types that are task related.
selectXIChannels() - Method in class com.uc4.api.objects.ConsoleSAP
Sets the data source to XI Communication Channels.
send(Document, ConnectionAttributes, String) - Method in class com.uc4.communication.requests.XMLRequest
Prepares the request for sending.
sendRequest(XMLRequest, IResponseHandler) - Method in interface com.uc4.communication.AEConnection
Sends an message to the UC4 Server.
sendRequest(XMLRequest, IResponseHandler) - Method in class com.uc4.communication.Connection
Sends an message to the UC4 Server.
sendRequest(XMLRequest, IResponseHandler) - Method in class com.uc4.communication.WebSocketConnection
Sends an message to the UC4 Server.
sendRequestAndWait(XMLRequest) - Method in interface com.uc4.communication.AEConnection
Sends a message to the UC4 Server and waits for the response.
sendRequestAndWait(ConnectProperties, XMLRequest) - Method in class com.uc4.communication.AEConnectionPool
Sends a request to the Automation Engine.
sendRequestAndWait(ConnectProperties, XMLRequest, Properties) - Method in class com.uc4.communication.AEConnectionPool
Sends a request to the Automation Engine.
sendRequestAndWait(XMLRequest) - Method in class com.uc4.communication.Connection
Sends a message to the UC4 Server and waits for the response.
sendRequestAndWait(XMLRequest) - Method in class com.uc4.communication.WebSocketConnection
Sends a message to the UC4 Server and waits for the response.
Server - Class in com.uc4.api.objects
This class represents Server objects (type SERV).
Server() - Constructor for class com.uc4.api.objects.Server
 
ServerAttributes - Class in com.uc4.api.objects
This class represents the "Attributes" tab of server objects.
ServerList - Class in com.uc4.communication.requests
Reads a list of UC4 Servers independent of their states (running or not running).
ServerList(ServerList.Filter) - Constructor for class com.uc4.communication.requests.ServerList
Constructor with filter
ServerList() - Constructor for class com.uc4.communication.requests.ServerList
Default constructor
ServerList.Filter - Class in com.uc4.communication.requests
Filter in the Servers list.
ServerListItem - Class in com.uc4.api.systemoverview
This class describes a single row in the server list of the system overview.
ServerListItem(Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.ServerListItem
Constructs a ServerListEntry from an Element.
ServiceFulfillmentItem - Class in com.uc4.api.servicefulfillment
This class represents a item of the service fulfillments list.
ServiceFulfillmentItem(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.servicefulfillment.ServiceFulfillmentItem
Constructs a ServiceFulfillmentItem using the specified Element.
ServiceFulfillmentList - Class in com.uc4.communication.requests
Reads the list of service fulfillments.
ServiceFulfillmentList() - Constructor for class com.uc4.communication.requests.ServiceFulfillmentList
Requests the full service fulfillments list (all columns and all entries).
ServiceFulfillmentList(ServiceFulfillmentList.Filter, String...) - Constructor for class com.uc4.communication.requests.ServiceFulfillmentList
Requests the service fulfillments list with a filter.
ServiceFulfillmentList.Filter - Class in com.uc4.communication.requests
Filter in the service fulfillments list.
ServiceFulfillmentStatus - Enum in com.uc4.api.servicefulfillment
This class contains information about the service fulfillment status.
serviceFulfillmentStatusIterator() - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Returns an Iterator over all ServiceFulfillmentStatus filters.
ServiceLevelObjective - Class in com.uc4.api.objects
This class represents SLO objects.
ServiceLevelObjective() - Constructor for class com.uc4.api.objects.ServiceLevelObjective
 
ServiceLevelObjectiveList - Class in com.uc4.communication.requests
Reads the list of service level objectives.
ServiceLevelObjectiveList() - Constructor for class com.uc4.communication.requests.ServiceLevelObjectiveList
Requests the full service level objectives.
ServiceLevelObjectiveList(ServiceLevelObjectiveList.Filter) - Constructor for class com.uc4.communication.requests.ServiceLevelObjectiveList
Requests the service level objectives list with a filter.
ServiceLevelObjectiveList.Filter - Class in com.uc4.communication.requests
Filter in the service level objective list.
ServiceLevelObjectiveListItem - Class in com.uc4.api
This class represents one item of a service level objective list.
ServiceLevelObjectiveListItem(Element) - Constructor for class com.uc4.api.ServiceLevelObjectiveListItem
Constructs a new list item which represents one SLO Object partially.
set8ByteString(String) - Static method in class com.uc4.util.C2
 
setAbapConnection(UC4ObjectName) - Method in class com.uc4.api.objects.SAPAgentPanel
Sets the ABAP Connection Object.
setAbortAtFirstError(boolean) - Method in class com.uc4.api.objects.FileTransferSettings
Changes the setting to cancel or continue a wildcard filetransfer in case of errors.
setAbortIfNameExists(DeepRename.AbortIfNameExistsMode) - Method in class com.uc4.communication.requests.DeepRename
Sets the mode for abortIfNameExists.
setAccessFileName(String) - Method in class com.uc4.api.objects.AttributesSQL
Sets the file name of the Microsoft Access database.
setAccessToken(String) - Method in class com.uc4.communication.ConnectionAttributes
Access token that will be verified in JWP and used for auto-login.
setAccount(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the accounting Information on the Job.
setAct(String) - Method in class com.uc4.api.objects.XRequest
Sets the script on object execution for XREQ Object
setAction(String) - Method in class com.uc4.api.objects.SyncAction
Sets the name of the action.
setActive(boolean) - Method in class com.uc4.api.objects.ConditionOrAction
Activates or deactivates a condition.
setActive(boolean) - Method in class com.uc4.api.objects.JobPlanEarliest
Sets this task active or inactive.
setActive(boolean) - Method in class com.uc4.api.objects.ScheduleTask
Sets this ScheduleTask active or inactive.
setActive(boolean) - Method in class com.uc4.api.objects.UserAttributes
Changes the status of this User.
setActive(boolean) - Method in class com.uc4.api.objects.XHeader
Sets the active flag.
setActive(boolean) - Method in class com.uc4.communication.requests.ActivateObject
Sets the active state exclusively (no toggle) to the state which is passed.
setActiveFilter(Boolean) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
Sets the filter if objective should be active or not.
setActivityDetail() - Method in class com.uc4.communication.requests.TaskDetails
If this method is called the detail of a task in the activity list is returned.
setActivityGroupMonitor() - Method in class com.uc4.communication.requests.GroupMonitor
If this method is called the detail of a GroupMonitor in the activity list is returned.
setActivityRecurringExecute() - Method in class com.uc4.communication.requests.GetExecutePeriod
If this method is called the detail of a task in the activity list is returned.
setActivityRestart() - Method in class com.uc4.communication.requests.RestartTask
If this method is called the detail of a task in the activity list is returned.
setActivityScheduleMonitor() - Method in class com.uc4.communication.requests.ScheduleMonitor
If this method is called the detail of a ScheduleMonitor in the activity list is returned.
setAdded(boolean) - Method in class com.uc4.api.objects.JobPlanTask
 
setAdjustDays(int) - Method in class com.uc4.api.objects.RollCalendarCollision
Sets the number of days of adjustment.
setAdjustDays(int) - Method in class com.uc4.api.objects.RollCalendarKeyword
Sets the number of days of adjustment.
setAdjustmentCalendar(CalendarCondition) - Method in class com.uc4.api.objects.RollCalendarKeyword
Sets the calendar and keyword from which days should be choosen if adjustment is enabled.
setAdjustSign(char) - Method in class com.uc4.api.objects.RollCalendarCollision
Sets the sign of the adjust offset.
setAdjustSign(char) - Method in class com.uc4.api.objects.RollCalendarKeyword
Sets the sign of the adjust offset.
setAdministratorMessages(boolean) - Method in class com.uc4.communication.MessageSettings
Defines if administrator messages should be shown in the message window.
setAdminMessages(boolean) - Method in class com.uc4.communication.requests.MessageList
Sets or clears the filter for admin messages.
setAgent(UC4HostName) - Method in class com.uc4.api.objects.CheckConnectionCondition
 
setAgent(UC4HostName) - Method in class com.uc4.api.objects.CheckFileCondition
Sets the name of the Agent.
setAgent(UC4HostName) - Method in class com.uc4.api.objects.CheckProcessCondition
 
SetAgentGroupMonitorProperties - Class in com.uc4.communication.requests
This class is used to change settings in the AgentGroup monitor.
SetAgentGroupMonitorProperties(GetAgentGroupMonitorProperties) - Constructor for class com.uc4.communication.requests.SetAgentGroupMonitorProperties
Modifies an existing AgentGroup monitor.
SetAgentGroupProperties - Class in com.uc4.communication.requests
Sets properties of agent group
SetAgentGroupProperties(String) - Constructor for class com.uc4.communication.requests.SetAgentGroupProperties
creates new instance of SetAgentGroupProperties.
setAgentID(String) - Method in class com.uc4.api.objects.AttributesJMX
Sets the agent ID.
setAgentLog(boolean) - Method in class com.uc4.api.objects.AttributesJMX
Sets the Agent Process Log for this SAP Job.
setAgentLog(boolean) - Method in class com.uc4.api.objects.AttributesRA
Sets the Agent Process Log for this SAP Job.
setAgentLog(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets the Agent Process Log for this SAP Job.
setAgentLog(boolean) - Method in class com.uc4.api.objects.AttributesSQL
Sets the Agent Process Log for this SAP Job.
setAgentName(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the name of the Agent
SetAgentProperties - Class in com.uc4.communication.requests
 
SetAgentProperties(GetAgentProperties) - Constructor for class com.uc4.communication.requests.SetAgentProperties
creates new instance of SetAgentProperties.
setAgentTypes(String...) - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentAndGroupListFilter
Filter for one or more agent types.
setAgentTypesFilter(String...) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the agenttypes filter.
setAgentVersionFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets a filter for the Agent version.
setAlarmObject(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanExternal
Sets the alarm object.
setAlias(UC4Alias) - Method in class com.uc4.api.objects.ExecuteObjectAction
Sets the alias of the task.
setAlias(UC4Alias) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the alias of a recurring task.
setAlias(UC4Alias) - Method in class com.uc4.api.objects.JobPlanExternal
Sets the alias name, use null to remove the alias.
setAlias(UC4Alias) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Sets the alias, use null to remove the alias.
setAlias(String) - Method in class com.uc4.api.objects.RunPathAction
Sets the alias name.
setAlias(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets a filter for alias.
setAlias(String) - Method in class com.uc4.communication.requests.TaskList
Sets the filter for the alias.
setAllowOneOverlap(boolean) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets if one overlap should be allowed.
setAllowOneOverlap(boolean) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setAllowSMSEInterface(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables the use of the SMSE function modules.
setAllowUc4Interface(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables the use of the UC4 function modules.
setAlternativeLogin(UC4ObjectName) - Method in class com.uc4.api.objects.DatabaseConnection
Sets an alternative Login Object.
setAlternativeValue(String, String) - Method in class com.uc4.api.objects.PromptSetDefinition
Sets a value for the specified prompt element.
setAltView(boolean) - Method in class com.uc4.api.objects.PromptElement
Is this prompt using a variable as default value
setApplicationLog(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets the Agent Process Log for this SAP Job.
setApplicationWorkflow(String, String) - Method in class com.uc4.api.objects.Deployment
Selects Application Workflow as type for this deployment ProcessFlow.
setApplyTaskHost(boolean) - Method in class com.uc4.api.objects.FileListVariable
Sets or clears the check box "Apply Task Host" in the User interface.
setApplyTaskLogin(boolean) - Method in class com.uc4.api.objects.FileListVariable
Sets or clears the check box "Apply task Login" in the User interface.
setApplyUserHost(boolean) - Method in class com.uc4.api.objects.BackendVariable
Sets or clears the check box "Apply User's Host" in the User interface.
setApplyUserLogin(boolean) - Method in class com.uc4.api.objects.BackendVariable
Sets or clears the check box "Apply User's Login" in the User interface.
setApplyUserLogin(boolean) - Method in class com.uc4.api.objects.DynamicSQLVariable
Sets or clears the check box "Apply User's Login" in the User interface.
setApplyUserLogin(boolean) - Method in class com.uc4.api.objects.SecureSQLVariable
Sets or clears the check box "Apply User's Login" in the User interface.
setArchive1(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the first archive key of the host.
setArchive2(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the second archive key of the host.
setArchiveDetail() - Method in class com.uc4.communication.requests.TaskDetails
If this method is called the detail of a task in the statistics is returned.
setArchiveGroupMonitor() - Method in class com.uc4.communication.requests.GroupMonitor
If this method is called the detail of a GroupMonitor in the statistics is returned.
setArchiveKey1(String) - Method in class com.uc4.api.objects.Header
Sets the first archive key.
setArchiveKey1(String) - Method in class com.uc4.api.objects.XHeader
Sets the first archive key.
setArchiveKey1(String) - Method in class com.uc4.api.TaskFilter
Sets the selection for the first archive key.
setArchiveKey1(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the filter for the first archive key.
setArchiveKey2(String) - Method in class com.uc4.api.objects.Header
Sets the second archive key.
setArchiveKey2(String) - Method in class com.uc4.api.objects.XHeader
Sets the second archive key.
setArchiveKey2(String) - Method in class com.uc4.api.TaskFilter
Sets the selection for the second archive key.
setArchiveKey2(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the filter for the second archive key.
setArchiveKeyAndRelation(boolean) - Method in class com.uc4.api.TaskFilter
Sets the relation for archive keys.
setArchiveKeyAndRelation(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the relation of archive keys in the filter.
setArchiveRecurringExecute() - Method in class com.uc4.communication.requests.GetExecutePeriod
If this method is called the detail of a task in the statistics is returned.
setArchiveRestart() - Method in class com.uc4.communication.requests.RestartTask
If this method is called the detail of a task in the statistics is returned.
setArchiveScheduleMonitor() - Method in class com.uc4.communication.requests.ScheduleMonitor
If this method is called the detail of a ScheduleMonitor in the statistics is returned.
setAskForAlias(ProcessFlowSettings.AskForAlias) - Method in class com.uc4.communication.ProcessFlowSettings
Determines whether the dialog "Add task" should be displayed when you add ProcessFlow tasks using the drag and drop function, and when.
setAsSoonAsPossible() - Method in class com.uc4.api.objects.AttributesSAP
The system attempts to start the Job as soon as possible.
setAttachFile(String) - Method in class com.uc4.api.objects.NotificationSettings
Sets the file attachment.
setAttachReportsFrom(String) - Method in class com.uc4.api.objects.NotificationSettings
Sets email attachments.
setAtTheLatest(boolean) - Method in class com.uc4.api.objects.JobPlanDependencies
Enables or disables the latest start and end time.
setAtTime(Time) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the start time of the task.
setAtTime(Time) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setAttribute(String, String) - Method in class com.uc4.api.objects.XMLDocuNode
Sets the value of an attribute.
setAttributeDialog(boolean) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets or clears the attribut dialog check box.
setAttributeDialog(boolean) - Method in class com.uc4.api.objects.JobAttributes
Sets or clears the attribut dialog check box.
setAttributes(int, int, boolean, boolean) - Method in class com.uc4.api.objects.CodeTable
Sets an attribute for a character at the given position in the code table.
setAuthenticatedFilter(Boolean) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the filter for the authentication of the Agent.
setAutoDeactivation(boolean) - Method in class com.uc4.api.objects.NotificationAttributes
Enables or disables the automatic deactivation of the predecessor.
setAutomatic(boolean) - Method in class com.uc4.communication.ActivitySettings
Sets the refresh of the activities to automatic or manual.
setAutoPrefix(boolean) - Method in class com.uc4.communication.EditorSettings
Defines if the prefix of the previous line should be automatically added when a new line is created in the ScriptEditor.
setAutoTermination(boolean) - Method in class com.uc4.api.objects.QueueManagerAttributes
The QueueManager object ends automatically when there are no more non-UC4 operations which correspond to the specified filter criteria.
setBackupDirectory(String) - Method in class com.uc4.api.objects.Rollback
Sets the backup directory.
setBackupObject(UC4ObjectName) - Method in class com.uc4.api.objects.Rollback
Sets the UC4 object for backup.
setBIChainsParallel(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables the parallel execution of the same chain in one SAP Agent.
setBIExtendedMonitoring(SAPConnectionRFC.BIExtendedMonitoring) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the status of the extended monitoring of Info Packages.
setBIRepeatChecks(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the number of checks repeated status checks if the extended Info Package monitoring has been set to REPEAT_CHECK.
setBIRepeatChecks(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the number of checks repeated status checks if the extended Info Package monitoring has been set to REPEAT_CHECK, allows null and empty string.
setBIRepeatDataRequestChecks(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the number of runs for data request checks.
setBIRepeatDataRequestChecks(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the number of runs for data request checks, allows null and empty string.
setBlindCopy(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets if the recipient gets a blind copy which cannot be read by anyone else.
setBreakPoint(boolean) - Method in class com.uc4.api.objects.JobPlanEarliest
Sets or clears the breakpoint.
setCalendar(CalendarCondition) - Method in class com.uc4.api.objects.UserAttributes
Sets the authorization check according to the Calendar.
setCalendarCondition(TaskCalendar) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the calendar condition of the recurring tasks.
setCalendarCondition(TaskCalendar) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setCalendarCondition(CalendarCondition) - Method in class com.uc4.api.objects.QueueExceptionCondition
Sets the calendar condition.
setCalendarCondition(CalendarCondition) - Method in class com.uc4.api.prompt.DateElement
Sets the calendar and keyword for valid inputs.
setCalendarConditions(List<CalendarCondition>) - Method in class com.uc4.api.objects.TaskCalendar
Overrides CalendarCondition
setCalendarName(String) - Method in class com.uc4.api.objects.CalendarKeyword
 
setCalendarView(TimeSettings.CalendarView) - Method in class com.uc4.communication.TimeSettings
Sets the calendar view.
setCallPriorityHigh() - Method in class com.uc4.api.objects.NotificationAttributes
Sets the Notification priority to high.
setCallPriorityLow() - Method in class com.uc4.api.objects.NotificationAttributes
Sets the Notification priority to low.
setCallPriorityMedium() - Method in class com.uc4.api.objects.NotificationAttributes
Sets the Notification priority to medium.
setCancel(boolean) - Method in class com.uc4.api.objects.MaxParallel
Sets the handling of the Object if execution exceeds the maximum number of tasks set to run parallel.
setCancel(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setCancel(boolean) - Method in interface com.uc4.api.objects.Rights
Sets the access method: Cancel.
setCancel(boolean) - Method in class com.uc4.api.objects.UserRight
 
setCancelJobAboveMRT(boolean) - Method in class com.uc4.api.objects.Runtime
If cancelJobAboveMRT is set to true the exceeding runtime will initiate a cancel or the completion of the task.
setCancelJobAboveMRT(boolean) - Method in class com.uc4.api.objects.TaskRuntime
If cancelJobAboveMRT is set to true the exceeding runtime will initiate a cancel or the completion of the task.
setCancelTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if cancelling a task should be re-checked.
setCaption(String) - Method in class com.uc4.api.objects.CockpitControl
Sets the caption.
setCaption(String) - Method in class com.uc4.api.objects.PromptDesigner
Sets the caption of this PromptSet.
setCaption(String) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets the caption of this prompt element.
setCaption(String) - Method in class com.uc4.api.prompt.ComboElement
Sets the caption of this prompt element.
setCaption(String) - Method in class com.uc4.api.prompt.DateElement
Sets the caption of this prompt element.
setCaption(String) - Method in class com.uc4.api.prompt.LabelElement
Sets the caption of this label.
setCaption(String) - Method in class com.uc4.api.prompt.NumberElement
Sets the caption of this prompt element.
setCaption(String) - Method in interface com.uc4.api.prompt.PromptInterfaces.Caption
 
setCaption(String) - Method in class com.uc4.api.prompt.RadioGroupElement
Sets the caption of this prompt element.
setCaption(String) - Method in class com.uc4.api.prompt.TextElement
Sets the caption of this prompt element.
setCaption(String) - Method in class com.uc4.api.prompt.TimeElement
Sets the caption of this prompt element.
setCategory(int) - Method in class com.uc4.api.objects.ConsoleWindows
Sets the Windows Event's category The category is defined by the source which has logged the Event.
setCategory(MessageList.Category) - Method in class com.uc4.communication.requests.MessageList
Sets the filter for the message category.
setCauVersion(String) - Method in class com.uc4.communication.requests.TaskList
Sets the filter for the Version of the Agent.
setChangeLogging(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if changing a log should be re-checked.
setChangeType(String, boolean) - Method in class com.uc4.communication.requests.GetChangeLog
Sets the filter for the type of the change (Object modified, Objects created, ...).
setCharacter(int, int, char) - Method in class com.uc4.api.objects.CodeTable
Sets a character (value) for the given position in the code table.
setCheckDownloadSize(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if downloading a large file should be re-checked.
setCheckInactiveTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if inactive Workflow tasks should be re-checked.
setCheckInterval(int) - Method in class com.uc4.communication.requests.SetAgentGroupProperties
Sets the check interval for this Agent Group.
setCheckInterval(int) - Method in class com.uc4.communication.requests.SetAgentProperties
Sets the check interval for this Agent.
setChildPostProcess(ChildPostProcess) - Method in class com.uc4.api.objects.Job
Deprecated.
Will be removed in future version. Use setChildPostProcessScript(String) instead.
setChildPostProcess(String) - Method in class com.uc4.api.objects.PSRemoteTaskManager
Sets the content of the Child Post-Process tab.
setChildPostProcess(String) - Method in class com.uc4.api.objects.SAPQueueManager
Sets the content of the Child Post-Process tab.
setChildPostProcessScript(String) - Method in class com.uc4.api.objects.Job
Sets the content of the Child Post-Process Script.
setChildrenQueue(UC4ObjectName) - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.setChildrenQueue of this group instead
setChildrenQueue(UC4ObjectName) - Method in class com.uc4.api.objects.GroupAttributes
Sets the name of the Queue Object for children of this Group.
setChildrenQueue(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the name of the Queue Object for children of this ProcessFlow.
setChildrenQueue(UC4ObjectName) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the name of the Queue Object for children of this Schedule.
setCITName(String) - Method in class com.uc4.api.objects.HostGroup
Sets the CIT Name for the CIT Host Group Type.
setCleanPattern(String) - Method in class com.uc4.communication.requests.DeepRename
Sets the new name.
setClient(int) - Method in class com.automic.server.api.data.ClientQueueList.Entry
Sets the client.
setClient(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the logon client.
setClient(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
setClient(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the UC4 Client
setClient(int) - Method in class com.uc4.communication.requests.ActivityList
Sets a specific client as filter for the ActivityList.
setClient(int) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the client for the statistics search if this request is executed in client zero.
setClient(int) - Method in class com.uc4.communication.requests.NavigatorAgentTree
Sets a specific client as filter for the NavigatorAgentTree.
setClient(int) - Method in class com.uc4.communication.requests.NavigatorCATree
Sets a specific client as filter for the NavigatorCATree.
setClient(int) - Method in class com.uc4.communication.requests.NavigatorQueueTree
Sets a specific client as filter for the NavigatorQueueTree.
setClient(int) - Method in class com.uc4.communication.requests.NavigatorStatusTree
Sets a specific client used as filter for the NavigatorStatusTree.
setClient(int) - Method in class com.uc4.communication.requests.NavigatorZDUTree
Sets a specific client as filter for the NavigatorZDUTree.
setClient(int) - Method in class com.uc4.communication.requests.TaskList
Sets a specific client as filter for the TaskList.
setClientType(String) - Method in class com.uc4.communication.requests.CreateSession
 
setCloseConstructsAutomatically(boolean) - Method in class com.uc4.communication.EditorSettings
Constructs such as :IF or :WHILE can automatically be completed with the corresponding closing statement (:ENDIF, :ENDWHILE).
setCodeName(UC4ObjectName) - Method in class com.uc4.api.objects.JobAttributes
Sets the name of the CodeTable.
setCollapseSteps(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables the use of multiple steps in one SAP job.
setCollisionCalendar(CalendarCondition) - Method in class com.uc4.api.objects.RollCalendarCollision
Sets the calendar object and keyword with which collisions may occur.
setColumns(String) - Method in class com.uc4.api.objects.BackendCommand
Sets the columns.
setColumnSeparator(Character) - Method in class com.uc4.api.objects.AttributesSQL
Sets the character which is used to separate column values in the Job report.
setCommand(String) - Method in class com.uc4.api.objects.AttributesUnix
Set a single shell command or sequence of shell commands.
setCommand(String) - Method in class com.uc4.api.objects.AttributesWin
Sets the program to be executed.
setCommand(String) - Method in class com.uc4.api.objects.BackendCommand
Sets the command.
setCommentFlag(boolean) - Method in class com.uc4.communication.requests.TaskList
Sets comment flag.
setCompleteJobLog(int) - Method in class com.uc4.api.objects.AttributesOS390
Sets the complexity of job log
setComponentWorkflow(String, String) - Method in class com.uc4.api.objects.Deployment
Selects component workflow as type of this ProcessFlow.
setCompression(boolean) - Method in class com.uc4.api.objects.AttributesSiebel
Sets if the compression should be enabled or not.
setCompression(int) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the compression level.
setConditionMatchAll() - Method in class com.uc4.api.objects.TaskCalendar
The task will be executed when the date of JobPlan activation or the logical date matches all specified calendar conditions.
setConditionMatchExt() - Method in class com.uc4.api.objects.TaskCalendar
Use calendar definition of external dependency.
setConditionMatchNone() - Method in class com.uc4.api.objects.TaskCalendar
The task will be executed when the date of JobPlan activation or the logical date does not match any of the specified calendar conditions.
setConditionMatchOne() - Method in class com.uc4.api.objects.TaskCalendar
The task will be executed when the date of JobPlan activation or the logical date matches one of the specified calendar conditions.
setConfirmEventHistory(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables if events in the history should be confirmed after processed by the agent
setConnectedFilter(Boolean) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets a filter for the connection status.
setConnection(UC4ObjectName) - Method in class com.uc4.api.objects.AttributesSQL
Sets the connection object.
setConnection(UC4ObjectName) - Method in class com.uc4.api.objects.CheckConnectionCondition
 
setConnection(UC4ObjectName) - Method in class com.uc4.api.objects.DynamicSQLVariable
Sets the connection object.
setConnection(UC4ObjectName) - Method in class com.uc4.api.objects.SecureSQLVariable
Sets the connection object.
setConnectionType(SAPConnection.ConnectionTyp) - Method in class com.uc4.api.objects.SAPConnection
Sets the type of the SAP connection.
setConsiderAll(boolean) - Method in class com.uc4.api.objects.FileSystem
Sets a flag that which is used to determine if all files should be considered in the check or not.
setConsiderEndTime(boolean) - Method in class com.uc4.api.objects.SloFulfillment
Defines if end time should be considered.
setConsiderERT(boolean) - Method in class com.uc4.api.objects.QueueAttributes
Sets a flag to define if the Estimated Runtime should be considered for the calculation.
setConsiderMRT(boolean) - Method in class com.uc4.api.objects.SloFulfillment
Defines if the MRT should be considered.
setConsiderSRT(boolean) - Method in class com.uc4.api.objects.SloFulfillment
Defines if the SRT should be considered.
setConsiderStartTime(boolean) - Method in class com.uc4.api.objects.SloFulfillment
Defines if start time should be considered.
setConsiderStatus(boolean) - Method in class com.uc4.api.objects.SloFulfillment
Defines if the status should be considered.
setConsoleType(ConsoleEventSetting) - Method in class com.uc4.api.objects.ConsoleEvent
Sets the console settings for the specified host type.
setConsumption(int) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets the consumption value for this Job.
setConsumption(int) - Method in class com.uc4.api.objects.JobAttributes
Sets the consumption value for this Job.
setConsumption(int) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the consumption value for this Job.
setContent(String) - Method in class com.uc4.api.objects.TextDocumentation
Sets the content of this text documenation.
setContentType(UploadBinary.ContentType) - Method in class com.uc4.communication.requests.UploadBinary
Sets the content type.
setCopy(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets if the recipient should get a copy for information.
setCount(int) - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
setCPConnection(String, int) - Method in class com.uc4.communication.ConnectProperties
Sets the connection parameters of the communication process.
SetCPProperties - Class in com.uc4.communication.requests
Sets the trace options for a Communication Process using existing XREQ
SetCPProperties(GetCPProperties) - Constructor for class com.uc4.communication.requests.SetCPProperties
Creates new instance of SetCPProperties.
setCPTraceOptions(CPTraceOptions) - Method in class com.uc4.communication.requests.SetCPProperties
Set the CPTraceOptions to the SetCPTraceOptions request prior to sending it to the server.
setCpu(int) - Method in class com.uc4.api.objects.AttributesNSK
Sets the number of the CPU on which the Job should run.
setCurrentERT(int) - Method in class com.uc4.api.objects.EstimatedRuntime
Sets the current estimated runtime.
setCurrentState(String) - Method in class com.uc4.api.objects.SyncAttributes
Sets the current state.
setCustomField(String) - Method in class com.uc4.api.objects.PromptElement
Sets the custom field of this Prompt Element.
setCustomText(String) - Method in class com.uc4.communication.requests.CauDeploy
Sets the custom text for the upgrade, which will be used as name prefix for the top statistics record instead of 'CAU'.
setDashboard(String) - Method in class com.uc4.api.objects.Dashboard
Sets the content of the Dashboard tab.
setDatabaseName(String) - Method in class com.uc4.api.objects.AttributesSQL
Sets the name of the database.
setDatabaseServer(String) - Method in class com.uc4.api.objects.AttributesSQL
Sets the name of the database server.
setDataReference(UC4ObjectName) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets a VARA Object which contains a list of valid entries for this prompt element.
setDataReference(UC4ObjectName) - Method in class com.uc4.api.prompt.ComboElement
Sets a VARA Object which contains a list of valid entries for this prompt element.
setDataReference(UC4ObjectName) - Method in class com.uc4.api.prompt.DateElement
Sets a VARA Object which contains a list of valid entries for this prompt element.
setDataReference(UC4ObjectName) - Method in class com.uc4.api.prompt.NumberElement
Sets a UC4 VARA Object which contains a list of valid entries for this prompt element.
setDataReference(UC4ObjectName) - Method in interface com.uc4.api.prompt.PromptInterfaces.DataReference
Sets a VARA Object which contains a list of valid entries for this prompt element.
setDataReference(UC4ObjectName) - Method in class com.uc4.api.prompt.RadioGroupElement
Sets a VARA Object which contains a list of valid entries for this prompt element.
setDataReference(UC4ObjectName) - Method in class com.uc4.api.prompt.TextElement
Sets a UC4 VARA Object which contains a list of valid entries for this prompt element.
setDataReference(UC4ObjectName) - Method in class com.uc4.api.prompt.TimeElement
Sets a VARA Object which contains a list of valid entries for this prompt element.
setDataTypeCharacter() - Method in class com.uc4.api.objects.VariableAttributes
Sets the value type to character.
setDataTypeDate() - Method in class com.uc4.api.objects.VariableAttributes
Sets the value type to date.
setDataTypeNumber() - Method in class com.uc4.api.objects.VariableAttributes
Sets the value type to number.
setDataTypeTime() - Method in class com.uc4.api.objects.VariableAttributes
Sets the value type to time.
setDataTypeTimeStamp() - Method in class com.uc4.api.objects.VariableAttributes
Sets the value type to time stamp.
setDateRange(DateTime, DateTime) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the date range for the interval.
setDateRange(DateTime, int) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets a date range using a start date and a number of runs.
setDateRange(DateTime, DateTime) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setDateRange(DateTime, int) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setDateSelectionActivation() - Method in class com.uc4.communication.requests.GenericStatistics
Selects activation date selection.
setDateSelectionCreated(DateTime, DateTime) - Method in class com.uc4.communication.requests.SearchObject
Select objects which are created within the specified date range.
setDateSelectionEnd() - Method in class com.uc4.communication.requests.GenericStatistics
Selects the start date of tasks for date selection.
setDateSelectionLast(TaskList.DateRange, int, TaskFilter.TimeUnit) - Method in class com.uc4.communication.requests.TaskList
Sets a time range filter for the last minutes, hours or days.
setDateSelectionModified(DateTime, DateTime) - Method in class com.uc4.communication.requests.SearchObject
Select objects which are modified within the specified date range.
setDateSelectionNone() - Method in class com.uc4.communication.requests.GenericStatistics
Disables date selection.
setDateSelectionRange(TaskList.DateRange, DateTime, DateTime) - Method in class com.uc4.communication.requests.TaskList
Sets a time interval.
setDateSelectionStart() - Method in class com.uc4.communication.requests.GenericStatistics
Selects the start date of tasks for date selection.
setDateSelectionUsed(DateTime, DateTime) - Method in class com.uc4.communication.requests.SearchObject
Select objects which are used within the specified date range.
setDayOffset(int) - Method in class com.uc4.api.objects.CheckHistoryCondition
Sets the offset in days.
setDayOffset(int) - Method in class com.uc4.api.objects.ScheduleTask
Sets the number of days which should are added to the start time.
setDays(int) - Method in class com.uc4.api.objects.ReEvaluateAtAction
Adds the specified number of days to the next evaluation time The parameter must be an integer between 0 and 99.
setDaysAfterJobPlanActivation(int) - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Sets the number of days as of JobPlan activation.
setDaysAfterJobPlanActivation(int) - Method in class com.uc4.api.objects.JobPlanEarliest
Sets the number of days which should be added to the current date as of activation to get the earliest start time.
setDaysAfterJobPlanActivation(int) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Sets the number of days as of JobPlan activation.
setDbName(String) - Method in class com.uc4.api.objects.DatabaseConnection
Sets the name of the database.
setDbPort(int) - Method in class com.uc4.api.objects.DatabaseConnection
Sets the port of the database.
setDbServer(String) - Method in class com.uc4.api.objects.DatabaseConnection
Sets the database server name.
setDBType(DatabaseConnection.DatabaseType) - Method in class com.uc4.api.objects.DatabaseConnection
Sets the database type.
setDeactivate(DeactivateCondition) - Method in class com.uc4.api.objects.EventAttributes
Sets the deactivate condition for this Job.
setDeactivate(DeactivateCondition) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets the deactivate condition for this Job.
setDeactivate(DeactivateCondition) - Method in class com.uc4.api.objects.GroupAttributes
Sets the deactivate condition for this Job.
setDeactivate(DeactivateCondition) - Method in class com.uc4.api.objects.JobAttributes
Sets the deactivate condition for this Job.
setDeactivate(DeactivateCondition) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the deactivate condition for this JobPlan.
setDeactivate(DeactivateCondition) - Method in class com.uc4.api.objects.NotificationAttributes
Sets the deactivate condition for this Job.
setDeactivate(DeactivateCondition) - Method in class com.uc4.api.objects.ScriptAttributes
Sets the deactivate condition for this Job.
setDeactivateTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if deactivating a task should be re-checked.
setDebug(boolean) - Method in class com.uc4.communication.requests.ExecuteObject
Enables debugging, subclasses may override.
setDebug(boolean) - Method in class com.uc4.communication.SSOConfiguration
Sets the debug flag for SSO.
setDedicatedFilter(List<String>) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the dedicated filter of a process.
setDefaultJobPlanElse(int) - Method in class com.uc4.communication.ConnectionAttributes
 
setDefaultLogin(UC4ObjectName) - Method in class com.uc4.api.objects.UserAttributes
Sets the Login object for the database access of Variable objects with the source "SQL".
setDefaultLogin(UC4ObjectName) - Method in class com.uc4.communication.ERPFormsSettings
Sets the Login object that should be used by default in the "Form" tab of PeopleSoft jobs in order to connect to the Enterprise Business Solution.
setDefineSLA(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setDefineSLA(boolean) - Method in interface com.uc4.api.objects.Rights
Deprecated.
This feature has been removed
setDefineSLA(boolean) - Method in class com.uc4.api.objects.UserRight
 
setDelay(int) - Method in class com.uc4.api.objects.DeactivateCondition
Sets the delay for deactivation.
setDelete(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setDelete(boolean) - Method in interface com.uc4.api.objects.Rights
Sets the access method: Delete.
setDelete(boolean) - Method in class com.uc4.api.objects.UserRight
 
setDeleteBeforeRestore(boolean) - Method in class com.uc4.api.objects.Rollback
Enables or disables the "Delete before restore" option.
setDeleteForecast(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if delete forecast should be re-checked.
setDeleteJob(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets if the Job in SAP should be deleted after execution.
setDeleteLink(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if delete link should be re-checked.
setDeleteObject(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if delete object should be re-checked.
setDeleteProcess(boolean) - Method in class com.uc4.api.objects.AttributesPS
Sets if the process request will be deleted after execution in PeopleSoft.
setDeleteResource(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if "Delete resource from store-object" should be re-checked.
setDeliver(char) - Method in class com.uc4.api.objects.AttributesSAP
Sets the report send status:
setDepartment(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the UC4 Department
setDependencyListener(IChangeListener) - Method in class com.uc4.api.objects.JobPlanDependencies
 
setDeploymentClient(boolean) - Method in class com.uc4.communication.ConnectionAttributes
Sets the deployment client flag
setDeploymentDependency(ProcessFlowGeneral.DeploymentDependency) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Sets the dependency of the component process workflow.
setDescription(String) - Method in class com.uc4.api.objects.QueueExceptionCondition
Sets the description of this Queue Exception.
setDescription(String) - Method in class com.uc4.api.objects.SyncState
Sets the description of the state.
setDesktopModeMulti(boolean) - Method in class com.uc4.communication.GeneralSettings
Sets the mode in which the desktop of the UserInterface is displayed.
setDestination(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the Destination.
setDestinationCodeTable(UC4ObjectName) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the CodeTable for all destination files.
setDestinationFile(String) - Method in class com.uc4.api.objects.FileTransferSettings
Destination of the FileTransfer Specify where the file should be stored, thereby indicating the directory, folder or ID.
setDestinationFileAttributes(String) - Method in class com.uc4.api.objects.FileTransferSettings
Sets additional file attribtues (optional) of the source file.
setDestinationHost(UC4HostName) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the destination host.
setDestinationHost(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the filter for the destination host of a FileTransfer or UC4 Job.
setDestinationLogin(UC4ObjectName) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the name fo the Login Object which should be used by source Agent.
setDetectionTimeSelectionLast(int, TaskFilter.TimeUnit) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Sets a detection time range filter for the last minutes, hours or days.
setDetectionTimeSelectionRange(DateTime, DateTime) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Sets a detection time interval.
setDirectConnection(String, int, String, String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets up a direct connection to the SAP system.
setDirectory(String) - Method in class com.uc4.api.objects.FileListVariable
Sets the directory for the file list.
setDisconnectAgent(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if a disconnect of an Agent should be re-checked.
setDisconnectUser(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if a disconnect of a user should be re-checked.
setDistinguishedName(String) - Method in class com.uc4.api.objects.UserAttributes
Set the distinguished name for the LDAP connection.
setDSTSavings(int) - Method in class com.uc4.api.objects.TimeZoneAttributes
Sets the difference between normal time and daylight saving time (DST) in minutes.
setDuplicateKeysAllowed(boolean) - Method in class com.uc4.api.objects.Variable
Allow duplicate keys to be passed for a static variable object.
setDynamic(boolean) - Method in class com.uc4.api.prompt.ComboElement
Sets the "dynamic" property.
setDynamicMethodAdaptive() - Method in class com.uc4.api.objects.EstimatedRuntime
Selects the adaptive method.
setDynamicMethodAverage() - Method in class com.uc4.api.objects.EstimatedRuntime
Selects the Average method.
setDynamicMethodLinear() - Method in class com.uc4.api.objects.EstimatedRuntime
Selects linear regression method.
setDynamicMethodMaxValue() - Method in class com.uc4.api.objects.EstimatedRuntime
Selects the maximum method.
setEarliestStart(boolean) - Method in class com.uc4.api.objects.JobPlanEarliest
Enables or disables the check for the earliest start time.
setElseAbort() - Method in class com.uc4.api.objects.JobPlanDependencies
The task and the JobPlan itself are canceled when the defined conditions do not occur.
setElseAction(ProcessFlowSettings.ElseAction) - Method in class com.uc4.communication.ProcessFlowSettings
Sets the default else action when tasks are added to a Process Flow.
setElseAlarm(boolean) - Method in class com.uc4.api.objects.JobPlanExternal
Enables or disables the execution of an alarm object.
setElseBlock() - Method in class com.uc4.api.objects.JobPlanDependencies
The JobPlan blocks at the preceding task when the defined conditions do not occur.
setElseBlockAndAbort() - Method in class com.uc4.api.objects.JobPlanDependencies
The JobPlan blocks at the preceding task.
setElseCancelJobPlan() - Method in class com.uc4.api.objects.JobPlanExternal
The JobPlan containing the external dependency is aborted.
setElseExecute(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanDependencies
Sets the object that should be executed when a defined condition does not occur.
setElseExecute(UC4ObjectName) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the object that is executed when a task has a Return Code greater or equal the than the max expected return code.
setElseExecute(UC4ObjectName) - Method in class com.uc4.communication.ProcessFlowSettings
Sets the default name of the UC4 Object which should be executed as ELSE action when a task are added to a Process Flow.
setElseSkip() - Method in class com.uc4.api.objects.JobPlanDependencies
Skips the task if the defined conditions do not occur.
setElseSkip() - Method in class com.uc4.api.objects.JobPlanExternal
Set the else action to "Skip".
setElseWait() - Method in class com.uc4.api.objects.JobPlanExternal
Set the else action to "Wait".
setEmail1(String) - Method in class com.uc4.api.objects.UserAttributes
Sets the first Email address of this user.
setEmail2(String) - Method in class com.uc4.api.objects.UserAttributes
Sets the second Email address of this user.
setEmailOnFulfillment(boolean) - Method in class com.uc4.api.objects.SloFulfillment
Defines if a mail should be sent on fulfillment.
setEmailOnViolation(boolean) - Method in class com.uc4.api.objects.SloFulfillment
Defines if a mail should be sent on violation.
setEmailRecipientFulfillment(String) - Method in class com.uc4.api.objects.SloFulfillment
Sets the recipient of e-mails on fulfillment.
setEmailRecipientViolation(String) - Method in class com.uc4.api.objects.SloFulfillment
Sets the recipient of e-mails on violation.
setEnabled(boolean) - Method in class com.uc4.api.objects.Rollback
Enables or disables rollback.
setEnableSLOMonitoring(boolean) - Method in class com.uc4.api.objects.AttributesSLO
Sets and enable SLO monitoring.
setEncoding(String) - Method in class com.uc4.communication.ConnectionAttributes
Set the Encoding for communication between API and CP.
setEncryption(boolean) - Method in class com.uc4.api.objects.AttributesSiebel
Sets if the encryption should be enabled or not.
setEndMonth(int) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Sets the number of the end month of the monthly interval.
setEndWeek(int) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Sets the end week for the interval.
setEnforced(boolean) - Method in class com.uc4.api.objects.HostGroup
Sets the enforced flag:
setEnterParameter(String) - Method in class com.uc4.api.objects.AttributesBS2000
Sets the enter parameters.
setEnterpriseServer(String) - Method in class com.uc4.api.objects.AttributesSiebel
Sets the name of the Enterprise Server.
setEraseSource(boolean) - Method in class com.uc4.api.objects.FileTransferSettings
Set this flag to true to have the file deleted after the transfer.
setErrorAndWarningOnly(boolean) - Method in class com.uc4.communication.MessageSettings
Sets the option "Display errors and Warnings only".
setErrorMessageInsert(String) - Method in class com.uc4.api.objects.CalendarKeyword
Sets the error message insert.
setErrorMessageNumber(int) - Method in class com.uc4.api.objects.CalendarKeyword
 
setErrorText(String) - Method in class com.uc4.api.objects.CalendarKeyword
 
setEscalationCallOperator(UC4ObjectName) - Method in class com.uc4.api.objects.NotificationAttributes
Sets an additional Notification which will be activated if the controlling operator does not respond.
setEscalationMinutes(int) - Method in class com.uc4.api.objects.NotificationAttributes
Sets the time limit, in minutes, in which the controlling operator has to respond.
setEstimatedRunTime(int) - Method in class com.uc4.communication.requests.JobPlanMonitor
Sets the estimated runtime in seconds for the entry.
setEstimatedRunTime(int) - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Sets the estimated runtime in seconds for the entry.
setEstimatedStartTime(Long) - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Sets the estimated start time in millis for when the entry is supposed to be executed.
setEventID(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the Event ID.
setEventParameter(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the parameter value of the SAP Event.
setEventProcess(String) - Method in class com.uc4.api.objects.ConsoleEvent
Sets the content of the "!Process" tab.
setEventProcess(String) - Method in class com.uc4.api.objects.DatabaseEvent
Sets the content of the "!Process" tab.
setEventProcess(String) - Method in class com.uc4.api.objects.FileEvent
Sets the content of the "!Process" tab.
setEventProcess(String) - Method in class com.uc4.api.objects.RuleEvent
Sets the content of the "!Process" tab.
setEventProcess(String) - Method in class com.uc4.api.objects.TimeEvent
Sets the content of the "!Process" tab.
setEverythingInClient(boolean) - Method in class com.uc4.communication.MessageSettings
Defines which messages should be shown in the message window.
setExclude(boolean) - Method in class com.uc4.api.objects.CustomAttributeFilter
If set to true the filter values are excluded from the selection.
setExcludeArchiveKey1(boolean) - Method in class com.uc4.api.TaskFilter
If excludeArchiveKey1 is set to true the Archive Key 1 is excluded from the selection.
setExcludeArchiveKey2(boolean) - Method in class com.uc4.api.TaskFilter
If excludeArchiveKey2 is set to true the Archive Key 2 is excluded from the selection.
setExcludeHost(boolean) - Method in class com.uc4.api.TaskFilter
If excludeHost is set to true the HOST is excluded from the selection.
setExcludeHost(boolean) - Method in class com.uc4.communication.requests.TaskList
Sets the exclude host.
setExcludeHostName(boolean) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets "exclude" flag for host name.
setExcludeNetArea(boolean) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets "exclude" flag for netArea.
setExcludeObjectName(boolean) - Method in class com.uc4.api.TaskFilter
If excludeObjectName is set to true the Object is excluded from the selection.
setExcludePeriodDescription(boolean) - Method in class com.uc4.api.TaskFilter
If excludePeriodDescription is set to true objects with the given period description are excluded from the selection.
setExcludeProcessName(boolean) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets "exclude" flag for process name.
setExcludeServiceLevelObjective(boolean) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
If exclude is set to true the service level objective name is excluded from the selection.
setExcludeServiceLevelObjective(boolean) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
If exclude is set to true the service level objective name is excluded from the selection.
setExcludeServiceName(boolean) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
If exclude is set to true the service name is excluded from the selection.
setExcludeTitle(boolean) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
If exclude is set to true the service level objectives are excluded from the selection when their title matches the ServiceLevelObjectiveList.Filter.setTitleFilter(String).
setExcludeUser(boolean) - Method in class com.uc4.api.TaskFilter
If excludeUser is set to true the user is excluded from the selection.
setExecObject(UC4ObjectName) - Method in class com.uc4.api.objects.DynamicExecVariable
Sets the executable object name.
setExecute(boolean) - Method in interface com.uc4.api.objects.Authorizations.Entry
Sets execute permission.
setExecute(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Sets the name of the object that is to be started when the checkpoint has been exceeded.
setExecute(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setExecute(UC4ObjectName) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Sets the name of the object that is to be started when the checkpoint has been exceeded.
setExecute(boolean) - Method in interface com.uc4.api.objects.Rights
Sets the access method: Execute.
setExecute(boolean) - Method in class com.uc4.api.objects.UserRight
 
setExecuteAfterScheduledTime(boolean) - Method in class com.uc4.api.objects.EventSettings
Defines if the event should start after the scheduled time.
setExecuteAfterScheduledTime(boolean) - Method in class com.uc4.api.objects.FileSystem
Defines if the event should start after the scheduled time.
setExecuteLoadDependent() - Method in class com.uc4.api.objects.HostGroup
Sets the execution mode to LOAD_DEPENDENT.
setExecuteObject(UC4ObjectName) - Method in class com.uc4.api.objects.Runtime
Sets the object which is executed when the runtime exceeds or falls below the specified limits.
setExecuteObject(UC4ObjectName) - Method in class com.uc4.api.objects.TaskResult
Returns the object that is to be started when the specified status is not reached.
setExecuteObject(UC4ObjectName) - Method in class com.uc4.api.objects.TaskRuntime
Sets the object which is executed when the runtime exceeds or falls below the specified limits.
setExecuteObject(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if execute object should be re-checked.
setExecuteOnAllHosts() - Method in class com.uc4.api.objects.HostGroup
Sets the execution mode to all hosts.
setExecuteOnAnyHost() - Method in class com.uc4.api.objects.HostGroup
Sets the execution mode to ANY.
setExecuteOnFirstHost() - Method in class com.uc4.api.objects.HostGroup
Sets the execution mode to FIRST.
setExecuteOnFulfillment(boolean) - Method in class com.uc4.api.objects.SloFulfillment
 
setExecuteOnNextHost() - Method in class com.uc4.api.objects.HostGroup
Sets the execution mode to NEXT.
setExecuteOnViolation(boolean) - Method in class com.uc4.api.objects.SloFulfillment
 
setExecuteRecurring(ExecuteRecurring) - Method in class com.uc4.api.objects.Period
This method is used to set the ExecuteRecurring details.
setExecutionInterval(int) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the execution interval in minutes.
setExecutionInterval(int) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setExecutionRepeated() - Method in class com.uc4.api.objects.ConsoleEvent
When this method is called the remains active after the first condition applied.
setExecutionRepeated() - Method in class com.uc4.api.objects.RuleEvent
When this method is called the remains active after the first condition applied.
setExecutionTypeRepeated() - Method in class com.uc4.api.objects.EventSettings
Sets the execution type to repeated.
setExecutionTypeRepeated() - Method in class com.uc4.api.objects.FileSystem
Sets the execution type to repeated.
setExecutionTypeSingle() - Method in class com.uc4.api.objects.EventSettings
Sets the execution type to single.
setExecutionTypeSingle() - Method in class com.uc4.api.objects.FileSystem
Sets the execution type to single.
setExecutionTypeUntilFirstHit() - Method in class com.uc4.api.objects.EventSettings
Sets the execution type to "Until first hit".
setExecutionTypeUntilFirstHit() - Method in class com.uc4.api.objects.FileSystem
Sets the execution type to "Until first hit".
setExecutionUntilFirstHit() - Method in class com.uc4.api.objects.ConsoleEvent
When this method is called the EVENT ends when specified condition applies.
setExecutionUntilFirstHit() - Method in class com.uc4.api.objects.RuleEvent
When this method is called the EVENT ends when specified condition applies.
setExists(boolean) - Method in class com.uc4.api.objects.CheckFileCondition
Sets the exists property.
setExp(String) - Method in class com.uc4.api.objects.XRequest
sets the script on exporting object for XREQ Object
setExpandedRunIds(List<Integer>) - Method in class com.uc4.communication.requests.ActivityList
Sets the RundIds of Tasks that should be expanded.
setExpandedRunIds(List<Integer>) - Method in class com.uc4.communication.requests.TaskList
Sets the RundIds of Tasks that should be expanded.
setExpectedStatus(TaskState) - Method in class com.uc4.api.objects.JobPlanExternal
Sets the status expected for the external task's end of execution.
setExpectedStatus(TaskState) - Method in class com.uc4.api.objects.SloFulfillment
Sets the expected status for fulfillment.
setExplorerGroupMonitor() - Method in class com.uc4.communication.requests.GroupMonitor
If this method is called the detail of a GroupMonitor in the Explorer is returned.
setExplorerRecurringExecute() - Method in class com.uc4.communication.requests.GetExecutePeriod
If this method is called the detail of a task in the Explorer is returned.
setExplorerRestart() - Method in class com.uc4.communication.requests.RestartTask
If this method is called the detail of a task in the Explorer is returned.
setExplorerScheduleMonitor() - Method in class com.uc4.communication.requests.ScheduleMonitor
If this method is called the detail of a ScheduleMonitor in the Explorer is returned.
setExportLinksEnabled(boolean) - Method in class com.uc4.communication.requests.ExportObject
Sets the export links enabled.
setExpress(boolean) - Method in class com.uc4.api.objects.AttributesBS2000
Sets the express flag.
setExpress(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets express sending.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.EventAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.GroupAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.JobAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.NotificationAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the option for extended reports.
setExtendedReports(ExtendedReports) - Method in class com.uc4.api.objects.ScriptAttributes
Sets the option for extended reports.
setExternal() - Method in class com.uc4.api.objects.JobPlanTask
Do not use - only for testing! Sets this task to type EXTERNAL
setExternal(boolean) - Method in class com.uc4.communication.requests.AddJobPlanTask
If external is set to true an before the request is sent the UC4 server returns an external JobPlan task.
setExternalJobChildrenOnly(Boolean) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
setExternalParent(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanExternal
Sets the parent of the external task.
setFile(String) - Method in class com.uc4.api.objects.CheckFileCondition
Sets the name of the File.
setFileExistsAction(int) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the behavior in case of an existing destination file.
setFileName(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the name of the dataset or member which contains the JCL of the Job (Option "JCL from OS/390") or the JCL and the Job card of the Job (Option "JCL incl.
setFileName(String) - Method in class com.uc4.communication.requests.UploadBinary
Set the resource file name.
setFileNameDestination(String) - Method in class com.uc4.api.objects.UserRight
Sets the filter for file names (FileTransfer destination).
setFileNameSource(String) - Method in class com.uc4.api.objects.UserRight
Sets the filter for file names (FileTransfer source).
setFileTransferSetting(RestartTask.FileTransferRestart) - Method in class com.uc4.communication.requests.RestartTask
Sets the file transfer restart settings.
setFileType(String) - Method in class com.uc4.api.objects.FileSystem
Sets the file type.
setFilter(String) - Method in class com.uc4.api.objects.CustomAttributeFilter
Sets filter for the Custom Attribute.
setFirstExecutionAfterExpire() - Method in class com.uc4.api.objects.EventSettings
Sets the first execution after time is expired .
setFirstExecutionAfterExpire() - Method in class com.uc4.api.objects.FileSystem
Sets the first execution after time is expired .
setFirstExecutionImmediately() - Method in class com.uc4.api.objects.EventSettings
Sets the first execution immediately.
setFirstExecutionImmediately() - Method in class com.uc4.api.objects.FileSystem
Sets the first execution immediately.
setFirstName(String) - Method in class com.uc4.api.objects.UserAttributes
Sets the first name of this user.
setFirstNameFilter(String) - Method in class com.uc4.communication.requests.GetChangeLog
Sets the filter for the first name of the user who did the change.
setFirstWeekOfYear(TimeSettings.FirstWeekOfYear) - Method in class com.uc4.communication.TimeSettings
The definition made here is displayed in Calendar objects but does not influence processing (for example, WEEK_NR).
setFlags(HostTraceOptions.HostTraceFlag[]) - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
setFlatFiltering(boolean) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the configuration for monitored and controlled operations.
setFocus(boolean) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFocus(boolean) - Method in class com.uc4.api.prompt.ComboElement
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFocus(boolean) - Method in class com.uc4.api.prompt.DateElement
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFocus(boolean) - Method in class com.uc4.api.prompt.NumberElement
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFocus(boolean) - Method in interface com.uc4.api.prompt.PromptInterfaces.Focus
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFocus(boolean) - Method in class com.uc4.api.prompt.RadioGroupElement
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFocus(boolean) - Method in class com.uc4.api.prompt.TextElement
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFocus(boolean) - Method in class com.uc4.api.prompt.TimeElement
Sets the cursor focus: The cursor is placed at this control if the value is true.
setFontSize(FontSettings.Size) - Method in class com.uc4.communication.FontSettings
Sets the size in which the caption should be displayed in the UserInterface.
setForced(boolean) - Method in class com.uc4.communication.requests.CauDeploy
Sets the forced flag.
setForceRename() - Method in class com.uc4.communication.requests.RenameObject
Method to rename the object forcefully.
setForceRestore(boolean) - Method in class com.uc4.communication.requests.RestoreObjectVersion
Method to set force restore.
setForecastDetail() - Method in class com.uc4.communication.requests.TaskDetails
If this method is called the detail of a task in the autoforecast list is returned.
setForecastState(ForecastTaskState) - Method in class com.uc4.api.objects.Runtime
Sets the end status, which should be returned by this task when making a forecast.
setFormat(TimeSettings.TimeFormat) - Method in class com.uc4.communication.TimeSettings
Sets the display time format.
setFormatBinary() - Method in class com.uc4.api.objects.FileTransferSettings
Sets the file format to binary.
setFormatText() - Method in class com.uc4.api.objects.FileTransferSettings
Sets the file format to text.
setFriday(boolean) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Selects or deselects friday.
setFrom(Time) - Method in class com.uc4.api.objects.QueueExceptionCondition
Sets the start time.
setFromDate(DateTime) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the from date for the selection.
setGapToPreviousRun(int) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the gap to the previous run of the task in minutes.
setGapToPreviousRun(int) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setGatewayFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets filter for gateway filter
setGatewayHost(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the gateway host.
setGatewayServer(String) - Method in class com.uc4.api.objects.AttributesSiebel
Sets the Network address of the Siebel Gateway computer.
setGatewayService(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the gateway service.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.EventAttributes
Sets or clears the Generate at runtime check box.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets or clears the Generate at runtime check box.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.setGenerateAtRuntime of this group instead
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.GroupAttributes
Sets or clears the Generate at runtime check box.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.JobAttributes
Sets or clears the Generate at runtime check box.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets if this JobPlan should be generated at runtime.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.NotificationAttributes
Sets if this Notification should be generated at runtime.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets or clears the Generate at runtime check box.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.ScheduleAttributes
Enables or disables runtime generation.
setGenerateAtRuntime(boolean) - Method in class com.uc4.api.objects.ScriptAttributes
Sets or clears the Generate at runtime check box.
setGeneratedByScript(boolean) - Method in class com.uc4.api.objects.AttributesWin
Sets whether the script should generate the Job report instead of STDOUT/STERR.
setGeneratedJCL(boolean) - Method in class com.uc4.api.ExecuteTestOptions
Sets the option to show the generated JCL in the activation protocol.
setGenericJdbcConnectString(String) - Method in class com.uc4.api.objects.DatabaseConnection
Sets the JDBC connect String.
setGet(String) - Method in class com.uc4.api.objects.XRequest
Sets the script on read object for XREQ Object
setGroup(UC4ObjectName) - Method in class com.uc4.communication.MessageSettings
Sets the name of the user group if own messages are selected (EverythingInClient is set to false).
setGroupingType(ActivityList.GroupingType) - Method in class com.uc4.communication.requests.ActivityList
Sets the grouping type for the activity window.
setGroupingType(ActivityList.GroupingType) - Method in class com.uc4.communication.requests.TaskList
Sets the grouping type for the activity window.
SetGroupMonitorProperties - Class in com.uc4.communication.requests
This class is used to change settings in the Group monitor.
SetGroupMonitorProperties(GetGroupMonitorProperties) - Constructor for class com.uc4.communication.requests.SetGroupMonitorProperties
Modifies an existing Group monitor.
setGrp(int) - Method in class com.uc4.api.objects.UserRight
Sets the authorization group.
setGui(String) - Method in class com.uc4.api.objects.XRequest
Sets the script describing the GUI structure for XREQ Object
setHardware(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Sets the value of the hardware field (e.g., system type, number of processors, processor type).
setHardware(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the hardware text of the host.
setHardwareFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the hardware filter.
setHeight(int) - Method in class com.uc4.api.objects.CockpitControl
Sets the height of the CockpitControl.
setHipri(boolean) - Method in class com.uc4.api.objects.AttributesMPE
Enables or disables HIPRI.
setHost(UC4HostName) - Method in class com.uc4.api.objects.BackendVariable
Sets the Name of the host for the file list.
setHost(UC4HostName) - Method in class com.uc4.api.objects.FileListVariable
Sets the Name of the host for the file list.
setHost(UC4HostName, String) - Method in class com.uc4.api.objects.FileSystem
Sets the Agent for this Event.
setHost(UC4HostName) - Method in class com.uc4.api.objects.JobAttributes
Sets the Agent or AgentGroup for this Job.
setHost(UC4HostName) - Method in class com.uc4.api.objects.LoginDefinition
Sets the name of the Agent or a generic host name.
setHost(UC4HostName) - Method in class com.uc4.api.objects.OutputScan
Sets the name of the Agent which is used for external file scans.
setHost(UC4HostName) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the Agent or AgentGroup for this Job.
setHost(UC4HostName) - Method in class com.uc4.api.objects.RuleEventSetting
Set the host destination
setHost(String) - Method in class com.uc4.api.objects.UserRight
Sets the filter for an Agent name (Job execution, FileTransfer source).
setHost(String) - Method in class com.uc4.api.TaskFilter
Sets the filter for the host name.
setHost(String) - Method in class com.uc4.communication.requests.TaskList
Sets the host.
setHostAuthorization(int, boolean, boolean, boolean) - Method in class com.uc4.api.objects.Authorizations
Sets the authorizations for a client.
setHostAuthorization(int, boolean, boolean, boolean, boolean) - Method in class com.uc4.api.objects.Authorizations
Sets the authorizations in case of Agent assignments.
SetHostAuthorizations - Class in com.uc4.communication.requests
Sets the authorizations of one or many hosts in one request.
SetHostAuthorizations(String, int, boolean, boolean, boolean) - Constructor for class com.uc4.communication.requests.SetHostAuthorizations
Sets the specified authorizations for all hosts that match the filter.
SetHostAuthorizations.ModificationStatus - Class in com.uc4.communication.requests
This class stores the modification status of a single HOST object.
setHostDestination(String) - Method in class com.uc4.api.objects.UserRight
Sets the filter for Agent names (FileTransfer destination).
setHostGroupType(String) - Method in class com.uc4.api.objects.HostGroup
Sets the Job type for the HostGroup.
setHostName(UC4HostName) - Method in class com.uc4.api.objects.ConsoleEventSetting
Select the Agent whose console output should be monitored.
setHostName(String) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the hostName filter of a process.
setHostTraceOptions(HostTraceOptions) - Method in class com.uc4.communication.requests.SetAgentProperties
Set the HostTraceOptions to the SetAgentProperties request prior to sending it to the server.
setHostType(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Sets the type of this Agent.
setHostType(String) - Method in class com.uc4.api.objects.LoginDefinition
Sets the host type.
setHostType(String, boolean) - Method in class com.uc4.api.objects.LoginDefinition
Sets the host type.
setHour(int) - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Sets the hour of the day at which the time change takes place.
Allowed values: 0 to 23
setHours(short) - Method in class com.uc4.api.Time
Sets the hours of this Time.
setIdent(String) - Method in class com.uc4.api.objects.AttributesGCOS8
Sets the name for the $ IDENT statement ident must not contain more than 63 characters.
setIdnr(String) - Method in class com.uc4.api.objects.JobPlanTask
 
setIgnoreDifference(boolean) - Method in class com.uc4.api.objects.EstimatedRuntime
If value is set to true the method ignoreDifferences can be used to ignore differences.
setIgnoreSSO(boolean) - Method in class com.uc4.api.objects.UserAttributes
Changes the ignore SSO setting.
setIgnoreSync(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if ignoring a sync should be re-checked.
setIlmDrop(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if ILM drop should be re-checked.
setIlmSwitchout(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if ILM switchout should be re-checked.
setImmediately() - Method in class com.uc4.api.objects.AttributesSAP
The system attempts to start the Job immediately.
setInCalendar(CalendarCondition) - Method in class com.uc4.api.objects.RollCalendarCollision
Sets the calendar keyword whose area may be used when moving days.
setInclSubDir(boolean) - Method in class com.uc4.api.objects.FileSystem
Enables or disables the search in sub directories.
setIncludeFolderNames(DeepRename.IncludeFolderNamesMode) - Method in class com.uc4.communication.requests.DeepRename
Sets the mode for includeFolderNames.
setIncludeInactiveUsers(boolean) - Method in class com.uc4.communication.requests.UserList
If inactive is true also inactive users are returned.
setIncludeJob(String) - Method in class com.uc4.api.objects.AttributesGCOS8
Sets the path and name of a file containing a Job.
setIncludeLinks(boolean) - Method in class com.uc4.communication.requests.SearchObject
If the parameter includeLinks is set to true links to objects are included in the result.
setIncludeSubDirectories(boolean) - Method in class com.uc4.api.objects.FileTransferSettings
Set this flag to include files in subdirectories of a FileTransfer with wildcard characters.
setIncludeSubdirectories(boolean) - Method in class com.uc4.api.objects.Rollback
Enables or disables the "Include sub-directories" option.
setIncludeTaskProperties(boolean) - Method in class com.uc4.communication.requests.JobPlanMonitor
If this method is set to true, the properties of task are also returned in the monitor.
setIncludeTaskProperties(boolean) - Method in class com.uc4.communication.requests.ScheduleMonitor
If this method is set to true, the properties of task are also returned in the monitor.
setIncludeUseInScripts(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the content of Scripts in the search.
setInherit(OutputScan.Inherit) - Method in class com.uc4.api.objects.OutputScan
Sets an enum which describes if the scan should affect child jobs.
setInheritFromParent(int) - Method in class com.uc4.api.objects.ObjectValues
Sets the inherit mode for this VariableValues instance.
setInitialContextFactory(String) - Method in class com.uc4.api.objects.AttributesJMX
Sets the initial context factory.
setInputAssistance(boolean) - Method in class com.uc4.api.prompt.TextElement
Enables or disables the input assistance for this field.
setInputPriority(int) - Method in class com.uc4.api.objects.AttributesMPE
Sets the input priority (INPRI).
setInstanceParameter(String, String) - Method in class com.uc4.communication.requests.ExecuteObject
This method can be used to set additional parameters which are shown in the details of the task.
setIntAccount(String) - Method in class com.uc4.api.objects.EventAttributes
Sets the internal account, max.
setIntAccount(String) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets the internal account, max.
setIntAccount(String) - Method in class com.uc4.api.objects.JobAttributes
Sets the internal account, max.
setIntAccount(String) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the internal account, max.
setIntAccount(String) - Method in class com.uc4.api.objects.NotificationAttributes
Sets the internal account, max.
setIntAccount(String) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the internal account, max.
setIntAccount(String) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the internal account, max.
setIntAccount(String) - Method in class com.uc4.api.objects.ScriptAttributes
Sets the internal account, max.
setIpAddress(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Sets the Agent's TCP/IP address.
setIpAddressFilter(List<String>) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the ipAddressFilter of a process.
setIPakChange(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the value of the IPak Change parameter.
setJavaConnection(UC4ObjectName) - Method in class com.uc4.api.objects.SAPAgentPanel
 
setJavaStatistics(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets the Java Statistics Report for this SAP Job.
setJndiName(String) - Method in class com.uc4.api.objects.AttributesJMX
Sets the JNDI name.
setJobclass(String) - Method in class com.uc4.api.objects.AttributesBS2000
Sets the job class.
setJobClass(char) - Method in class com.uc4.api.objects.AttributesOS390
Sets the Job class in which the Job should run.
setJobClass(char) - Method in class com.uc4.api.objects.AttributesSAP
Specifies with which priority the Job in SAP should be handled.
setJobCount(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
setJobDescription(String) - Method in class com.uc4.api.objects.AttributesOS400
Sets the name of the Job description used for this Job in the form Library/Job description.
setJobGroup(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
setJobName(String) - Method in class com.uc4.api.objects.AttributesMPE
Specification of a name under which the Job should be executed.
setJobName(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the name of the Job in the system.
setJobName(String) - Method in class com.uc4.api.objects.AttributesOS400
Sets the name which is assigned to the Job during its processing.
setJobName(String) - Method in class com.uc4.api.objects.AttributesSAP
Sets the name for the Job in SAP.
setJobName(String) - Method in class com.uc4.api.objects.AttributesVMS
Specification of the name under which a Job should be executed.
setJobName(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the Job name, Wildcard characters are allowed.
setJobObjectDefault() - Method in class com.uc4.api.objects.AttributesWin
Whether or not the Windows Job Object is used depends on the configuration settings made in the INI file of the Agent.
setJobObjectNo() - Method in class com.uc4.api.objects.AttributesWin
The Job does not use the Windows Job Object.
setJobObjectYes() - Method in class com.uc4.api.objects.AttributesWin
The Job uses the Windows Job Object.
setJobParameters(String) - Method in class com.uc4.api.objects.AttributesOS390
Specification of additional job parameters, e.g.
SetJobPlanBreakPoint - Class in com.uc4.communication.requests
Sets a breakpoint in a JobPlan.
SetJobPlanBreakPoint(int) - Constructor for class com.uc4.communication.requests.SetJobPlanBreakPoint
Constructs a SetJobPlanBreakPoint using the specified RunID.
SetJobPlanBreakPoint(int, int) - Constructor for class com.uc4.communication.requests.SetJobPlanBreakPoint
Constructs a SetJobPlanBreakPoint using the specified parent RunID and Lnr.
SetJobPlanTaskActive - Class in com.uc4.communication.requests
Sets a skipped task in the JobPlan active again.
SetJobPlanTaskActive(int) - Constructor for class com.uc4.communication.requests.SetJobPlanTaskActive
Constructs a UnskipTask using the specified RunID.
SetJobPlanTaskActive(int, int) - Constructor for class com.uc4.communication.requests.SetJobPlanTaskActive
Constructs a UnskipTask using the specified parent RunID and Lnr.
SetJobPlanTaskInactive - Class in com.uc4.communication.requests
Skips a task in an active JobPlan which is not yet executed.
SetJobPlanTaskInactive(int) - Constructor for class com.uc4.communication.requests.SetJobPlanTaskInactive
Constructs a SetJobPlanTaskInactive using the specified RunID.
SetJobPlanTaskInactive(int, int) - Constructor for class com.uc4.communication.requests.SetJobPlanTaskInactive
Constructs a SetJobPlanTaskInactive using the specified parent RunID and Lnr.
setJobQueue(String) - Method in class com.uc4.api.objects.AttributesOS400
Sets the name of the Job queue in which the this Job has been put.
setJobWithoutStartDate(Boolean) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the filter configuration for Jobs without a start date.
setJobWithPredecessor(Boolean) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the configuration for Jobs with predecessors.
setKeepFileAttributes(boolean) - Method in class com.uc4.api.objects.FileTransferSettings
Changes the setting to keep the attributes of the source file.
setKeepStartType(boolean) - Method in class com.uc4.communication.requests.RestartTask
Sets a flag to decide if the start type of the task should be kept when the task is restarted.
setKerberosToken(byte[]) - Method in class com.uc4.communication.ConnectionAttributes
Sets the kerberos token.
setKey(String) - Method in class com.uc4.api.objects.AttributesOA
Sets the responsibility key for the Oracle user.
setKey(String) - Method in class com.uc4.api.objects.ClearVariableAction
Sets the key of the variable.
setKey(String) - Method in class com.uc4.api.objects.CockpitControlDataSource
Sets the key of the data source variable.
setKey(String) - Method in class com.uc4.api.objects.SetVariableAction
 
setKicks(String) - Method in class com.uc4.communication.AccessTokenConfiguration
This connection is registered to receive the specified kick messages.
setKicks(String) - Method in class com.uc4.communication.ConnectionAttributes
This connection is registered to receive the specified kick messages.
setKicks(String) - Method in class com.uc4.communication.ConnectProperties
This connection is registered to receive the specified kick messages.
setKicks(String) - Method in class com.uc4.communication.requests.CreateSession
Registers this connection to receive the specified kick messages.
setKicks(String) - Method in class com.uc4.communication.SamlConfiguration
This connection is registered to receive the specified kick messages.
setKicks(String) - Method in class com.uc4.communication.SSOConfiguration
This connection is registered to receive the specified kick messages.
setLanguage(String) - Method in class com.uc4.api.objects.AttributesSAP
Sets the language.
setLanguage(String) - Method in class com.uc4.api.objects.AttributesSiebel
Sets the siebel login language.
setLanguage(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the logon language (for example DE or EN) or null if not used
setLanguage(char) - Method in class com.uc4.communication.AccessTokenConfiguration
Sets the logon language.
setLanguage(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the UC4 Language, allowed Values are D,E or F
setLanguage(char) - Method in class com.uc4.communication.ConnectProperties
Sets the logon language.
setLanguage(char) - Method in class com.uc4.communication.SamlConfiguration
Sets the logon language.
setLanguage(char) - Method in class com.uc4.communication.SSOConfiguration
Sets the logon language.
setLastName(String) - Method in class com.uc4.api.objects.UserAttributes
Sets the last name of the user.
setLastNameFilter(String) - Method in class com.uc4.communication.requests.GetChangeLog
Sets the filter for the last name of the user who did the change.
setLastRuns(int) - Method in class com.uc4.api.objects.EstimatedRuntime
Sets the number of past runs which are taken into account when calculating the ERT.
setLastRunsPercent(int) - Method in class com.uc4.api.objects.EstimatedRuntime
Sets the value in percent for an upward correction or the ERT.
setLastTimeCnt(int) - Method in class com.uc4.api.TaskFilter
Sets the count for the last Activation.
setLastUse(int) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the last use
setLatestEndDays(int) - Method in class com.uc4.api.objects.JobPlanDependencies
Sets the number of days for the latest end time of this task.
setLatestEndTime(Time) - Method in class com.uc4.api.objects.JobPlanDependencies
Sets the Time for the latest end of this task.
setLatestEndTime(Time) - Method in class com.uc4.api.objects.SloFulfillment
Defines latest end time for fulfillment.
setLatestStartDays(int) - Method in class com.uc4.api.objects.JobPlanDependencies
Sets the number of days for the latest start time of this task.
setLatestStartTime(Time) - Method in class com.uc4.api.objects.JobPlanDependencies
Sets the Time for the latest start of this task.
setLatestStartTime(Time) - Method in class com.uc4.api.objects.SloFulfillment
Defines latest start time for fulfillment.
setLDAPConnection(boolean) - Method in class com.uc4.api.objects.UserAttributes
Enables or disables the LDAP Connection.
setLeft(int) - Method in class com.uc4.api.objects.CockpitControl
Sets the distance to the left.
setLicenseCategory(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Deprecated.
the license check has been removed in version 12.2 and higher
setLicenseCategoryFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Deprecated.
the license check has been removed in version 12.2 and higher
setLicenseClassFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Deprecated.
the license check has been removed in version 12.2 and higher
setLinkedToServiceManager(boolean) - Method in class com.uc4.api.objects.ServerAttributes
Sets the "Linked to the Service Manager" flag.
setLinkedToServiceManagerFilter(Boolean) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the filter for the service manager link status.
setLinkToSmgr(boolean) - Method in class com.uc4.api.objects.HostAttributes
Enables or disables the link the Service Manager.
setList(List<ClientQueueList.Entry>) - Method in class com.automic.server.api.data.ClientQueueList
Sets the list.
setListener(IChangeListener) - Method in class com.uc4.util.ArrayListDecorator
Sets the listener.
setLnr(int) - Method in class com.uc4.api.objects.JobPlanTask
 
setLnr(int) - Method in class com.uc4.api.objects.ScheduleTask
 
setLoadBalancedConnection(String, String, String, String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets up a load balanced connection the SAP system.
setLocalJVM() - Method in class com.uc4.api.objects.AttributesJMX
Uses an MBean Server in the local Java Virtual Machine.
setLocked(boolean) - Method in class com.uc4.api.objects.PromptElement
 
setLocked(boolean) - Method in class com.uc4.api.objects.UserAttributes
This method can be used to lock or unlock a User.
setLocked(boolean) - Method in class com.uc4.api.prompt.CheckGroupElement
Lock or unlocks this element.
setLocked(boolean) - Method in class com.uc4.api.prompt.ComboElement
Lock or unlocks this element.
setLocked(boolean) - Method in class com.uc4.api.prompt.DateElement
Lock or unlocks this element.
setLocked(boolean) - Method in class com.uc4.api.prompt.NumberElement
Lock or unlocks this element.
setLocked(boolean) - Method in interface com.uc4.api.prompt.PromptInterfaces.Locked
Lock or unlocks this element.
setLocked(boolean) - Method in class com.uc4.api.prompt.RadioGroupElement
Lock or unlocks this element.
setLocked(boolean) - Method in class com.uc4.api.prompt.TextElement
Lock or unlocks this element.
setLocked(boolean) - Method in class com.uc4.api.prompt.TimeElement
Lock or unlocks this element.
setLoggingDays(int) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the logging days
setLoggingMb(int) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the logging Mb
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.BackendVariable
Sets the name of the LOGIN object.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.CheckFileCondition
Sets the name of the Login object that is used to check if the file exists.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.CheckProcessCondition
 
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.DynamicSQLVariable
Sets the name of the login object.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.FileListVariable
Sets the name of the LOGIN object.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.FileSystem
Sets the name of the login object this field just effect on HostType WIN, UNIX Os/390 (MVS).
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.JobAttributes
Sets the name of the login object.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.OutputScan
Sets the login object for the specified host.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.SAPConnectionHTTP
Sets the login.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the login.
setLogin(UC4ObjectName) - Method in class com.uc4.api.objects.SecureSQLVariable
Sets the name of the login object.
setLogin(String) - Method in class com.uc4.api.objects.UserRight
Sets the filter for names of Login objects (Job execution, FileTransfer) source).
setLoginDestination(String) - Method in class com.uc4.api.objects.UserRight
Sets the filter for names of Login objects (FileTransfer destination).
setLoginInfo(String) - Method in class com.uc4.api.objects.LoginDefinition
Sets the login information.
setLoginName(UC4ObjectName) - Method in class com.uc4.api.objects.ConsoleSAP
Sets the name of the login object.
setLogOnAsBatch(boolean) - Method in class com.uc4.api.objects.AttributesWin
If set the Job is executed in batch mode and is not visible to a logged-on user.
setLogonTimeSpan(Time, Time) - Method in class com.uc4.api.objects.UserAttributes
Sets the time span in which a logon is allowed.
setLongDescription(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the Long Description, Wildcard characters are allowed.
setMagneticArea(int) - Method in class com.uc4.communication.GeneralSettings
Sets the magnetic area in pixels.
setMagneticWindows(GeneralSettings.MagneticWindows) - Method in class com.uc4.communication.GeneralSettings
Sets the magnetic scope of the windows that are shown in the UserInterface.
setMax(int) - Method in class com.uc4.api.objects.CockpitThresholds
Sets the maximal value.
setMaxCharacters(int) - Method in class com.uc4.api.objects.AttributesSQL
Sets the max.
setMaxConnectionCount(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the maximum number of concurrent RFC connections.
setMaxConnectionCount(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the maximum number of concurrent RFC connections, allows null and empty string.
setMaxCPU(int) - Method in class com.uc4.api.objects.AttributesBS2000
Sets the maximum CPU time (in seconds) that is available for the Job.
setMaxFileTransfer(int) - Method in class com.uc4.communication.requests.SetAgentGroupProperties
Sets the maximum number of file transfer for this Agent Group.
setMaxFileTransfer(int) - Method in class com.uc4.communication.requests.SetAgentProperties
Sets the maximum number of file transfer for this Agent.
setMaximumValue(DateTime) - Method in class com.uc4.api.prompt.DateElement
Deprecated.
use setMaxValue instead
setMaximumValue(int) - Method in class com.uc4.api.prompt.NumberElement
Deprecated.
Use setMaxValue() instead
setMaximumValue(String) - Method in class com.uc4.api.prompt.TimeElement
Deprecated.
use setMaxValue instead
setMaximumValue(DateTime) - Method in class com.uc4.api.prompt.TimeStampElement
Sets the maximum value.
setMaxJobs(int) - Method in class com.uc4.communication.requests.SetAgentGroupProperties
Sets the maximum number of jobs for this Agent Group.
setMaxJobs(int) - Method in class com.uc4.communication.requests.SetAgentProperties
Sets the maximum number of jobs for this Agent.
setMaxLength(int) - Method in class com.uc4.api.prompt.TextElement
Sets the maximal length for inputs in this text field.
setMaxNumber(int) - Method in class com.uc4.communication.MessageSettings
Sets the maximum number of messages in the Message Window.
setMaxNumber(int) - Method in class com.uc4.communication.requests.MessageList
Sets the maximum number of the returned rows, the default value is 100.
setMaxParallel(int) - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.maxParallel().setParallelTask of this group instead
setMaxParallel(int) - Method in class com.uc4.api.objects.GroupAttributes
Specify the maximum number of executable objects which are allowed to run simultaneously in a Group.
setMaxParallel(int) - Method in class com.uc4.api.objects.QueueManagerAttributes
 
setMaxParallelJobs(int) - Method in class com.uc4.api.objects.HostGroup
Sets the maximum number of parallel tasks when the execution mode is set to ALL.
setMaxParallelJobs(int) - Method in class com.uc4.communication.requests.SetAgentGroupMonitorProperties
sets the maximum parallel jobs
setMaxParallelJobs(int) - Method in class com.uc4.communication.requests.SetGroupMonitorProperties
sets the maximum parallel jobs
setMaxParallelSessions(int) - Method in class com.uc4.api.objects.UserAttributes
Sets the maximum number of parallel login sessions a user may have.
setMaxParallelTransfers(int) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the number of files to be transferred parallel to a FileTransfer with wildcard characters.
setMaxReportBlocks(int) - Method in class com.uc4.communication.requests.SetAgentGroupProperties
Sets the maximum number of report blocks for this Agent Group.
setMaxReportBlocks(int) - Method in class com.uc4.communication.requests.SetAgentProperties
Sets the maximum number of report blocks for this Agent.
setMaxResult(int) - Method in class com.uc4.communication.requests.TaskStatistics
Sets the maximum number of returned rows.
setMaxResultCount(int) - Method in class com.uc4.communication.requests.GetChangeLog
Sets the maximum number of rows in the returned result list.
setMaxRetCode(int) - Method in class com.uc4.api.objects.Runtime
Sets the maximum Return Code for the normal end of a task or Step list for OS/390 Jobs.
setMaxRows(int) - Method in class com.uc4.api.objects.AttributesSQL
Sets the max.
setMaxRows(int) - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentAndGroupListFilter
Used to limit the number of returned agents.
setMaxRows(int) - Method in class com.uc4.communication.requests.AgentList.Filter
Used to limit the number of returned agents.
setMaxRows(int) - Method in class com.uc4.communication.requests.TaskList
Used to limit the number of returned tasks.
setMaxSingleObjectRecords(int) - Method in class com.uc4.communication.StatisticsSettings
Sets the maximum number of statistical data that should be shown in an object's statistical overview.
setMaxSlots(int) - Method in class com.uc4.api.objects.QueueAttributes
Sets the maximum number of slots for this Queue.
setMaxSlots(int) - Method in class com.uc4.api.objects.QueueExceptionCondition
Sets the maximum number of slots for this Queue.
setMaxTraceSize(int) - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
setMaxTraceSize(int) - Method in class com.uc4.api.TraceOptions
 
setMaxValue(DateTime) - Method in class com.uc4.api.prompt.DateElement
 
setMaxValue(Integer) - Method in class com.uc4.api.prompt.NumberElement
Sets the maximum value.
setMaxValue(T) - Method in interface com.uc4.api.prompt.PromptInterfaces.Constraints
 
setMaxValue(Time) - Method in class com.uc4.api.prompt.TimeElement
 
setMbeanServerCreate(boolean) - Method in class com.uc4.api.objects.AttributesJMX
Sets whether an MBean Server should be created if it does not exist.
setMessage(String) - Method in class com.uc4.api.objects.NotificationSettings
Sets the text message for the Notification.
setMessageBox(MessageBox) - Method in class com.uc4.communication.requests.CreateObject
 
setMessageBox(MessageBox) - Method in class com.uc4.communication.requests.XMLRequest
Used in XMLRequestSet to move the Message Box from a child request to the XMLRequestSet object.
setMessageClassesReport(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the message classes which should be read and routed.
setMessageInsert(String) - Method in class com.uc4.api.TaskFilter
Sets the filter for the remote status message insert.
setMessageNumber(String) - Method in class com.uc4.api.TaskFilter
Sets the filter for the remote status message number.
setMessageNumber(int) - Method in class com.uc4.api.TaskFilter
Sets the filter for the remote status message number.
setMessagesBefore(DateTime) - Method in class com.uc4.communication.requests.GetChangeLog
Sets a filter for the message timestamp.
setMessageType(String) - Method in class com.uc4.api.objects.ConsoleOS400
Specify the message type here.
setMethodDate(int, Time, UC4TimezoneName) - Method in class com.uc4.api.objects.MaximumRuntime
Sets date and time for the maximum runtime.
setMethodDefault() - Method in class com.uc4.api.objects.EstimatedRuntime
Selects default (UC_CLIENT_SETTING).
setMethodDynamic() - Method in class com.uc4.api.objects.EstimatedRuntime
Selects dynamic Method: Average, linear regression, maximal value.
setMethodERT(int) - Method in class com.uc4.api.objects.MinimumRuntime
Selects ERT method to monitor the minimum runtime.
setMethodFixedValue(int) - Method in class com.uc4.api.objects.EstimatedRuntime
Sets a fixed value for the estimated runtime.
setMethodFixedValue(int) - Method in class com.uc4.api.objects.MinimumRuntime
Sets a fixed value for the minimum runtime.
setMethodNone() - Method in class com.uc4.api.objects.MinimumRuntime
The minimum runtime is not supervised.
setMibFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
 
setMibInfo(String) - Method in class com.uc4.api.objects.Client
Sets the MIB Information of this client object.
setMibMonitoring(boolean) - Method in class com.uc4.api.objects.Client
Sets the SNMP monitoring setting of this client object.
setMin(int) - Method in class com.uc4.api.objects.CockpitThresholds
Sets the minimal value.
setMinActivityRefresh(int) - Method in class com.uc4.api.objects.UserAttributes
Sets the User-specific minimum interval in seconds for refreshing activities (display refresh).
setMinColorRed(boolean) - Method in class com.uc4.api.objects.CockpitValueControl
Sets the color for the minimum value to red.
setMinEventInterval(int) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the minimum event interval
setMinimumValue(DateTime) - Method in class com.uc4.api.prompt.DateElement
Deprecated.
use setMinValue instead
setMinimumValue(int) - Method in class com.uc4.api.prompt.NumberElement
Deprecated.
Use setMinValue() instead
setMinimumValue(String) - Method in class com.uc4.api.prompt.TimeElement
Deprecated.
use setMinValue instead
setMinimumValue(DateTime) - Method in class com.uc4.api.prompt.TimeStampElement
Sets the minimum value.
setMinute(int) - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Gets the number of minutes after the hour at which the time change takes place.
Allowed values: 0 to 59
setMinutes(int) - Method in class com.uc4.api.objects.ReEvaluateInAction
 
setMinutes(int) - Method in class com.uc4.api.objects.RestartTaskAction
Sets the number of minutes.
setMinutes(short) - Method in class com.uc4.api.Time
Sets the minutes of this Time.
setMinValue(DateTime) - Method in class com.uc4.api.prompt.DateElement
 
setMinValue(Integer) - Method in class com.uc4.api.prompt.NumberElement
Sets the minimum value.
setMinValue(T) - Method in interface com.uc4.api.prompt.PromptInterfaces.Constraints
 
setMinValue(Time) - Method in class com.uc4.api.prompt.TimeElement
 
setModCnt(UC4Object, String) - Method in class com.uc4.api.objects.ObjectFactory
Internal use to set the modification count of an UC4Object.
setModificationOfAttributes(boolean) - Method in class com.uc4.api.ExecuteTestOptions
Sets the option to show the modification of attributes in the activation protocol.
setModificationOfVariables(boolean) - Method in class com.uc4.api.ExecuteTestOptions
Sets the option to show the modification of variables in the activation protocol.
setModified(boolean) - Method in class com.uc4.api.objects.UserRight
 
setModifyAtRuntime(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setModifyAtRuntime(boolean) - Method in interface com.uc4.api.objects.Rights
Sets the access method: Modify at runtime This access method permits the setting of trace options on UC4 Automation Engines or Agents and the ending of RemoteTaskManager and Event objects.
setModifyAtRuntime(boolean) - Method in class com.uc4.api.objects.UserRight
 
setModifyFlag(boolean) - Method in class com.uc4.communication.requests.TaskList
Sets modify flag.
setModifyTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if modifying a task should be re-checked.
setMonday(boolean) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Selects or deselects monday.
setMonitorPermanently() - Method in class com.uc4.api.objects.AttributesSLO
Sets monitor mode to "Permanently".
setMonitorRestricted() - Method in class com.uc4.api.objects.AttributesSLO
Sets monitor mode to "Restricted to daily operation window".
setMonth(int) - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Sets the month of a particular year in which the time change is made.
setMqmemCache(long) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the MQMEM Cache
setMQmemType2(String) - Method in class com.uc4.api.systemoverview.MQMemListItem
 
setMsgClass(char) - Method in class com.uc4.api.objects.AttributesOS390
Sets the Job log's message class (optional).
setMsgInsert(String) - Method in class com.uc4.communication.requests.TaskList
Sets remote status insert.
setMsgLevel(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the trace option for the job log (optional).
setMsgNumber(int) - Method in class com.uc4.communication.requests.TaskList
Sets remote status number.
setMultiline(boolean) - Method in class com.uc4.api.prompt.TextElement
Enables or disables the multiline property.
setMultiSelect(boolean) - Method in class com.uc4.api.prompt.CheckGroupElement
Enables or disables multi select.
setMultiSelect(boolean) - Method in interface com.uc4.api.prompt.PromptInterfaces.MultiSelect
Enables or disables multi select.
setMultiSelect(boolean) - Method in class com.uc4.api.prompt.TextElement
Enables or disables multi select.
setMultiSelectArray(boolean) - Method in class com.uc4.api.prompt.CheckGroupElement
Enables or disables the array property for multi select values.
setMultiSelectSeparator(String) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets the mulit select separator character.
setMultiSelectSeparator(String) - Method in interface com.uc4.api.prompt.PromptInterfaces.MultiSelect
Sets the mulit select separator character.
setMultiSelectSeparator(String) - Method in class com.uc4.api.prompt.TextElement
Sets the mulit select separator character.
setName(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Sets the name of the Agent or filter for several Agents.
setName(UC4ObjectName) - Method in class com.uc4.api.objects.CalendarKeyword
Sets the name of the Calendar Keyword.
setName(UC4ObjectName) - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
setName(UC4ObjectName) - Method in class com.uc4.api.objects.CheckHistoryCondition
 
setName(UC4ObjectName) - Method in class com.uc4.api.objects.ExecuteObjectAction
Sets the name of the Automation Engine object.
setName(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the name of the host.
setName(UC4ObjectName) - Method in class com.uc4.api.objects.ObjectRight
Sets the name for the ObjectRight.
setName(String) - Method in class com.uc4.api.objects.ServerAttributes
Sets the name of the entry in the Service Manager.
setName(String) - Method in class com.uc4.api.objects.SetValueAction
 
setName(String) - Method in class com.uc4.api.objects.UserRight
Sets the filter for object name and folder path.
setName(String) - Method in class com.uc4.communication.requests.SearchObject
Sets the object name filter.
setNameAndTitle(String) - Method in class com.uc4.communication.requests.SearchObject
Sets the search pattern for the object name and/or the object title.
setNameFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the name filter of an Agent.
setNamePattern(String) - Method in class com.uc4.communication.requests.DeepRename
Sets the name pattern of the object to rename.
setNDay(int) - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Sets the predetermined weekday(for example, the 2nd or 3rd Wednesday) of the month the time change take place.
setNetArea(String) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the netArea filter of a process.
setNetAreaFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the NetArea filter in which this Agent runs.
setNewOperator(String) - Method in class com.uc4.api.objects.SyncAction
Sets the operator which modifies the new value.
setNewState(String) - Method in class com.uc4.api.objects.SyncAction
Sets the name of the new state.
setNewValue(int) - Method in class com.uc4.api.objects.SyncAction
Sets the new Value.
setNMonth(int) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Sets the period in month.
setNoDateSelection() - Method in class com.uc4.communication.requests.SearchObject
Disables date selection.
setNoDeleteOnError(boolean) - Method in class com.uc4.api.objects.AttributesSAP
If set the Job is not deleted in SAP when an error occurs.
setNodeName(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the SAP node name.
setNoForwarding(boolean) - Method in class com.uc4.api.objects.AttributesSAP
If set the recipient is not allowed to forward the document to other users.
setNoPrint(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Enables or disables the send attribute 'No Printing'.
setNormalWorkflow() - Method in class com.uc4.api.objects.Deployment
Changes the workflow type to a normal workflow and disables the deployment settings.
setNot(boolean) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Set the value to true if you want to use the filter settings of this line to exclude Agents (instead of selecting them).
setNotFoundError() - Method in class com.uc4.api.objects.VariableAttributes
Set the variable to return an error if the key is not found.
setNotFoundInitial() - Method in class com.uc4.api.objects.VariableAttributes
Set the variable to return initial values if the key is not found.
setNotify(String) - Method in class com.uc4.api.objects.AttributesOS390
Specification of a notify on OS/390.
setNWeek(int) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Sets the interval in weeks.
setNYear(int) - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Sets the interval in years.
setObjectAuthorizations(ObjectAuthorizations) - Method in class com.uc4.communication.requests.SetObjectProperties
Sets the ObjectAuthentication.
setObjectCache(long) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the Object Cache
setObjectName(String) - Method in class com.uc4.api.TaskFilter
Sets the filter for the object name.
setObjectName(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets a filter for object names.
setObjectName(String) - Method in class com.uc4.communication.requests.GetChangeLog
Sets a filter for the object name.
SetObjectProperties - Class in com.uc4.communication.requests
Sets Object Authentication for an UC4 object.
SetObjectProperties(UC4ObjectName) - Constructor for class com.uc4.communication.requests.SetObjectProperties
Creates a new Request to set ObjectAuthorizations for an UC4 object.
setObjectType(String, boolean) - Method in class com.uc4.api.ObjectTypeFilter
Sets or clears a filter for the object type.
setObjectType(String, boolean) - Method in class com.uc4.communication.requests.GetChangeLog
Sets the filter for object types.
setOffset(int) - Method in class com.uc4.api.objects.RollCalendarCollision
Deprecated.
use setAdjustSign() and setAdjustSign() instead
setOffsetUTCHours(int) - Method in class com.uc4.api.objects.TimeZoneAttributes
Sets the difference to UTC in hours.
setOffsetUTCMinutes(int) - Method in class com.uc4.api.objects.TimeZoneAttributes
Sets the difference to UTC in minutes.
setOkState(TaskState) - Method in class com.uc4.api.objects.TaskResult
Sets the task status which should be reached.
setOkStateExecute(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the object that is executed when a task does not have the expected end status.
setOkStateExecute(UC4ObjectName) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the object that is executed when a task does not have the expected end status.
setOkStateForTasks(TaskState) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the end status that is expected for the subordinated tasks of the JobPlan.
setOkStateForTasks(TaskState) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the end status that is expected for the subordinated tasks of the Schedule.
setOnce(boolean) - Method in class com.uc4.api.objects.ConditionOrAction
 
setOnce(Time) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the time of the once field
setOnFulfillmentObject(UC4ObjectName) - Method in class com.uc4.api.objects.SloFulfillment
Sets the name of the object which is executed on fulfillment.
setOnlyAfterLastUnsuccessfulRepetition(boolean) - Method in class com.uc4.api.objects.TaskResult
If onlyAfterLastUnsuccessfulRepetition is set to true the selected object will not be started immediately but only after a specified number of repeated runs.
setOnOff(boolean) - Method in class com.uc4.api.objects.CockpitBox
Specify, whether the On/Off mode is used or not.
setOnOff(boolean) - Method in class com.uc4.api.objects.CockpitLamp
Specify, whether the On/Off mode is used or not.
setOnOff(boolean) - Method in class com.uc4.api.objects.CockpitTrafficLights
Specify, whether the On/Off mode is used or not.
setOnOperator(String) - Method in class com.uc4.api.objects.SyncAction
Sets the comparison operator.
setOnState(String) - Method in class com.uc4.api.objects.SyncAction
Sets the comparison state.
setOnValue(int) - Method in class com.uc4.api.objects.SyncAction
Sets the comparison value.
setOnViolationObject(UC4ObjectName) - Method in class com.uc4.api.objects.SloFulfillment
Sets the name of the object which is executed on violation.
setOpenAutomatically(MessageSettings.OpenMessages) - Method in class com.uc4.communication.MessageSettings
Specifies whether the Message Window should open automatically for incoming information or error messages.
setOpenCockpitMonitor(boolean) - Method in class com.uc4.communication.ActivitySettings
Defines if a Cockpit monitor should be opened automatically.
setOpenNotificationMonitor(boolean) - Method in class com.uc4.communication.ActivitySettings
Defines if a Notification monitor should be opened automatically.
setOpenProcessFlowMonitor(boolean) - Method in class com.uc4.communication.ActivitySettings
Defines if a ProcessFlow monitor should be opened automatically.
setOpenScheduleMonitor(boolean) - Method in class com.uc4.communication.ActivitySettings
Defines if a Schedule monitor should be opened automatically.
setOperation(CompositeVariable.Operation) - Method in class com.uc4.api.objects.CompositeVariable
Sets the operation which is used for variable 1 and variable 2.
setOperationWindowFrom(Time) - Method in class com.uc4.api.objects.AttributesSLO
Sets "From" time of operation window.
setOperationWindowTo(Time) - Method in class com.uc4.api.objects.AttributesSLO
Sets "To" time of operation window.
setOperator(String) - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
setOperator(char) - Method in class com.uc4.api.objects.DatabaseEventSettings
Sets the operator which should be used to convert the data sources.
setOperator(String) - Method in class com.uc4.api.objects.FileSystem
Sets the operator.
setOperator(OutputFilter.Operator) - Method in class com.uc4.api.objects.OutputFilter
Sets the operator which is used to combine the filter in this object.
setOperator(String) - Method in class com.uc4.api.objects.ReturnCodeCondition
Sets the operator, one of "<", "<=", "=", ">", ">=", "<>" .
setOperator(TimeSinceActivationCondition.TimeOperator) - Method in class com.uc4.api.objects.TimeSinceActivationCondition
Sets the Operator of the time condition.
setOperator(String) - Method in class com.uc4.api.objects.UserDefinedCondition
Sets the operator, one of "<", "<=", "=", ">", ">=", "<>" .
setOperatorID(String) - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Sets the PeopleSoft operator ID.
setOracleServiceName(boolean) - Method in class com.uc4.api.objects.DatabaseConnection
Defines how the database name is used in case of Oracle.
setOrder(MessageList.Order) - Method in class com.uc4.communication.requests.MessageList
Sets the sort order of the returned messages.
setOrderName(String) - Method in class com.uc4.api.objects.AttributesBS2000
Sets the order name (PNAME).
setOriginalScript(boolean) - Method in class com.uc4.api.ExecuteTestOptions
Sets the option to show the original script in the activation protocol.
setOS(String) - Method in class com.uc4.api.objects.BackendCommand
Sets the operating system.
setOS(String) - Method in class com.uc4.communication.requests.CreateSession
 
setOsName(String) - Method in class com.uc4.api.objects.ConsoleOS390
Set a filter here for the OS name as defined by IBM.
setOther(String) - Method in class com.uc4.api.objects.AttributesMPE
Sets additional parameters for the "JOB" command.
setOutputFormat(String) - Method in class com.uc4.api.prompt.DateElement
Sets the output format.
setOutputFormat(String) - Method in interface com.uc4.api.prompt.PromptInterfaces.OutputFormat
Sets the output format.
setOutputFormat(String) - Method in class com.uc4.api.prompt.TimeStampElement
Sets the output format: YYYY-MM-DD HH:MM:SS or YYYYMMDDHH24MISS.
setOutputFormatCharacter(Integer, boolean) - Method in class com.uc4.api.objects.VariableAttributes
Sets the output format parameters for the type character.
setOutputFormatDate(DateTime, DateTime, String) - Method in class com.uc4.api.objects.VariableAttributes
Sets the output format for the datatype date.
setOutputFormatNumber(BigDecimal, BigDecimal, String) - Method in class com.uc4.api.objects.VariableAttributes
Sets the output format parameters for the type number.
setOutputFormatTime(Time, Time, String) - Method in class com.uc4.api.objects.VariableAttributes
Sets the output format for the datatype time.
setOutputFormatTimestamp(DateTime, DateTime, String) - Method in class com.uc4.api.objects.VariableAttributes
Sets the output format for the datatype timestamp.
setOwnHost() - Method in class com.uc4.api.objects.CheckConnectionCondition
Sets *OWN as host.
setOwnHost() - Method in class com.uc4.api.objects.CheckFileCondition
Sets *OWN as host .
setOwnHost() - Method in class com.uc4.api.objects.CheckProcessCondition
Sets *OWN as host.
setOwnLogin() - Method in class com.uc4.api.objects.CheckFileCondition
Sets *OWN as Login object name .
setOwnLogin() - Method in class com.uc4.api.objects.CheckProcessCondition
Sets *OWN as login.
setParallelTasks(int) - Method in class com.uc4.api.objects.MaxParallel
Setting which defines the maximum number of parallel executions for this Job.
setParameter(String, String, String) - Method in class com.uc4.api.objects.ConditionOrAction
Internal use only: Sets a condition parameter using the variable name and message number.
setParameter(Map<String, String>) - Method in class com.uc4.api.objects.ExecuteObjectAction
Sets the parameter (Prompt values).
setParent(IFolder) - Method in class com.uc4.util.FolderImpl
Sets the parent folder
setParentAlias(UC4Alias) - Method in class com.uc4.api.objects.JobPlanExternal
Sets the parent alias.
setParentRunID(int) - Method in class com.uc4.api.TaskFilter
Sets a filter for the parent RunID.
setPassPriority(boolean) - Method in class com.uc4.api.objects.JobPlanAttributes
 
setPassword(String) - Method in class com.uc4.api.objects.DatabaseConnection
Sets the password of the database user.
setPassword(String) - Method in class com.uc4.api.objects.LoginDefinition
Sets the password.
setPassword(String) - Method in class com.uc4.api.objects.SAPConnectionHTTP
Sets the password for the HTTP user.
setPassword(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the password of the logon user.
setPassword(String) - Method in class com.uc4.api.objects.UserAttributes
Sets the password of this user.
setPassword(String) - Method in class com.uc4.communication.ConnectionAttributes
Set the UC4 Password
setPasswordChangeRequired(boolean) - Method in class com.uc4.api.objects.UserAttributes
Changes the setting for a password change.
setPasswordNeverExpires(boolean) - Method in class com.uc4.api.objects.UserAttributes
Changes the password expiration setting.
setPasswords(String, String, String) - Method in class com.uc4.api.objects.LoginDefinition
Sets up to 3 passwords.
setPasswordType(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the type of the secret.
setPasswordValue(String, String) - Method in class com.uc4.api.objects.PromptSetDefinition
Sets a value for the specified prompt element and encrypts it.
setPath(String) - Method in class com.uc4.api.objects.FileSystem
Sets the path.
setPath(boolean) - Method in class com.uc4.api.objects.RunPathAction
Selects the path of the IF.
setPeopleSoftWorkOffline(boolean) - Method in class com.uc4.communication.ERPFormsSettings
The option "Work Offline" can be used to deactivate the login screen.
setPeriod(int) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the period of this Schedule.
setPeriodDescription(String) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the description that describes the execution cycle of this instance.
setPeriodDescription(String) - Method in class com.uc4.api.TaskFilter
Sets the filter for the period description.
setPeriodDescription(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets a filter for a period description.
setPhrase(String) - Method in class com.uc4.api.objects.ServerAttributes
Sets the Service Manager Phrase.
setPlatformBS2000(boolean) - Method in class com.uc4.api.TaskFilter
Select BS2000 Jobs if the parameter platformBS2000 is true.
setPlatformBS2000(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select BS2000 Jobs if the parameter platformBS2000 is true.
setPlatformCIT(boolean) - Method in class com.uc4.api.TaskFilter
Select Rapid Automation Jobs if the parameter platformCIT is true.
setPlatformCIT(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select Rapid Automation Jobs if the parameter platformCIT is true.
setPlatformFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the platform filter.
setPlatformGCOS8(boolean) - Method in class com.uc4.api.TaskFilter
Select GCOS8 Jobs if the parameter platformGCOS8 is true.
setPlatformGCOS8(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select GCOS8 Jobs if the parameter platformGCOS8 is true.
setPlatformJMX(boolean) - Method in class com.uc4.api.TaskFilter
Select JMX Jobs if the parameter platformJMX is true.
setPlatformJMX(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select JMX Jobs if the parameter platformJMX is true.
setPlatformMAIL(boolean) - Method in class com.uc4.api.TaskFilter
Select MAIL Jobs if the parameter platformMAIL is true.
setPlatformMAIL(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select MAIL Jobs if the parameter platformMAIL is true.
setPlatformMPE(boolean) - Method in class com.uc4.api.TaskFilter
Select MPE Jobs if the parameter platformMPE is true.
setPlatformMPE(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select MPE Jobs if the parameter platformMPE is true.
setPlatformMVS(boolean) - Method in class com.uc4.api.TaskFilter
Select VMS Jobs if the parameter platformMVS is true.
setPlatformMVS(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select VMS Jobs if the parameter platformMVS is true.
setPlatformNSK(boolean) - Method in class com.uc4.api.TaskFilter
Select NSK Jobs if the parameter platformNSK is true.
setPlatformNSK(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select NSK Jobs if the parameter platformNSK is true.
setPlatformOA(boolean) - Method in class com.uc4.api.TaskFilter
Select OA Jobs if the parameter platformOA is true.
setPlatformOA(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select OA Jobs if the parameter platformOA is true.
setPlatformOS400(boolean) - Method in class com.uc4.api.TaskFilter
Select OS400 Jobs if the parameter platformOS400 is true.
setPlatformOS400(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select OS400 Jobs if the parameter platformOS400 is true.
setPlatformPS(boolean) - Method in class com.uc4.api.TaskFilter
Select PS Jobs if the parameter platformPS is true.
setPlatformPS(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select PS Jobs if the parameter platformPS is true.
setPlatformR3(boolean) - Method in class com.uc4.api.TaskFilter
Select SAP Jobs if the parameter platformR3 is true.
setPlatformR3(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select SAP Jobs if the parameter platformR3 is true.
setPlatformSiebel(boolean) - Method in class com.uc4.api.TaskFilter
Select Siebel Jobs if the parameter platformSiebel is true.
setPlatformSiebel(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select Siebel Jobs if the parameter platformSiebel is true.
setPlatformSQL(boolean) - Method in class com.uc4.api.TaskFilter
Select SQL Jobs if the parameter platformSQL is true.
setPlatformSQL(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select SQL Jobs if the parameter platformSQL is true.
setPlatformUNIX(boolean) - Method in class com.uc4.api.TaskFilter
Select UNIX Jobs if the parameter platformUNIX is true.
setPlatformUNIX(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select UNIX Jobs if the parameter platformUNIX is true.
setPlatformVMS(boolean) - Method in class com.uc4.api.TaskFilter
Select VMS Jobs if the parameter platformVMS is true.
setPlatformVMS(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select VMS Jobs if the parameter platformVMS is true.
setPlatformWindows(boolean) - Method in class com.uc4.api.TaskFilter
Select Windows Jobs if the parameter platformWindows is true.
setPlatformWindows(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Select Windows Jobs if the parameter platformWindows is true.
setPort(int) - Method in class com.uc4.api.objects.ServerAttributes
Sets the Service Manager port.
setPostProcess(String) - Method in class com.uc4.api.objects.FileTransfer
Sets the content of the Post Process tab.
setPostProcess(String) - Method in class com.uc4.api.objects.Job
Sets the content of the Post Process tab.
setPostProcess(String) - Method in class com.uc4.api.objects.PSRemoteTaskManager
Sets the content of the Post Process tab.
setPostProcess(String) - Method in class com.uc4.api.objects.SAPQueueManager
Sets the content of the Post Process tab.
setPreProcess(String) - Method in class com.uc4.api.objects.Job
Sets the content of the Pre Process tab.
setPrintObject(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if printing an object should be re-checked.
setPriority(int) - Method in class com.uc4.api.objects.AttributesBS2000
Sets the jobs priority.
setPriority(int) - Method in class com.uc4.api.objects.AttributesNSK
Sets the Job's priority.
setPriority(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the Job's priority (optional).
setPriority(int) - Method in class com.uc4.api.objects.AttributesOS400
Sets the priority with which the Job should be executed.
setPriority(int) - Method in class com.uc4.api.objects.AttributesVMS
Specification of the priority for the Job.
setPriority(int) - Method in class com.uc4.api.objects.EventAttributes
Priority with which this Job should be executed in UC4.
setPriority(int) - Method in class com.uc4.api.objects.FileTransferAttributes
Priority with which this Job should be executed in the Automation Engine.
setPriority(int) - Method in class com.uc4.api.objects.JobAttributes
Priority with which this Job should be executed in UC4.
setPriority(int) - Method in class com.uc4.api.objects.JobPlanAttributes
Priority with which this Workflow should be executed in the Automation Engine.
setPriority(int) - Method in class com.uc4.api.objects.NotificationAttributes
Priority with which this Notification should be executed in the Automation Engine.
setPriority(int) - Method in class com.uc4.api.objects.QueueAttributes
Priority with which this Queue should be executed in UC4.
setPriority(int) - Method in class com.uc4.api.objects.QueueExceptionCondition
Priority with which this Queue should be executed in the Automation Engine.
setPriority(int) - Method in class com.uc4.api.objects.QueueManagerAttributes
Priority with which this Job should be executed in the Automation Engine.
setPriority(int) - Method in class com.uc4.api.objects.ScheduleAttributes
Priority with which this Job should be executed in the Automation Engine.
setPriority(int) - Method in class com.uc4.api.objects.ScriptAttributes
Priority with which this Script should be executed in the Automation Engine.
setPrivilege(UserPrivileges.Privilege, boolean) - Method in class com.uc4.api.objects.UserPrivileges
Sets or clears a privilege.
setPrivilege(long) - Method in class com.uc4.communication.ConnectionAttributes
 
setProcess(String) - Method in class com.uc4.api.objects.Cockpit
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.ConsoleEvent
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.DatabaseEvent
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.FileEvent
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.FileTransfer
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.Group
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.Include
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.Job
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.JobPlan
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.Notification
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.PSRemoteTaskManager
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.RuleEvent
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.SAPQueueManager
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.Schedule
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.Script
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.TimeEvent
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.WorkflowIF
Sets the content of the "Process" tab.
setProcess(String) - Method in class com.uc4.api.objects.WorkflowLoop
Sets the content of the "Process" tab.
setProcessChain(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the Process Chain, Wildcard characters are allowed.
setProcessInstanceFrom(Integer) - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Sets the minimum process instance number.
setProcessInstanceTo(Integer) - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Sets the maximum process instance number.
setProcessName(String) - Method in class com.uc4.api.objects.CheckProcessCondition
 
setProcessName(String) - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Sets the filter for the PeopleSoft process name.
setProcessName(String) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the name filter of a process.
setProcessType(String) - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Sets the filter for the PeopleSoft process type.
setProductVersion(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the filter for the product version of the host.
setProgramId(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the program id.
setProgramName(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the program name.
setPublishedVariable(String) - Method in class com.uc4.api.objects.LoopDataSource
Sets the name of the variable which should be used to publish items of the loop.
setPublishName(String) - Method in class com.uc4.api.objects.PublishValueAction
Set the name for the published value.
setPurgeJobLog(int) - Method in class com.uc4.api.objects.AttributesOS390
Defines if the job log should be deleted.
setQuery(String) - Method in class com.uc4.api.objects.SloSelection
Sets the query definition.
setQueue(String) - Method in class com.automic.server.api.data.ClientQueueList.Entry
Sets the queue.
setQueue(String) - Method in class com.uc4.api.objects.AttributesMPE
Sets the Queue in which this Job should run.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.ChangeQueueAction
 
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.EventAttributes
Sets the Queue that will be used when this object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the Queue that will be used when this Automation Engine object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets the name of the Queue.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.setQueue of this group instead
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.GroupAttributes
Sets the Queue that will be used when this Automic object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.JobAttributes
Sets the Queue that will be used when this object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the Queue that will be used when this object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.NotificationAttributes
Sets the Queue that will be used when this object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the Queue that will be used when this the Automation Engine object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the Queue that will be used when this Automation Engine object is executed.
setQueue(UC4ObjectName) - Method in class com.uc4.api.objects.ScriptAttributes
Sets the Queue that will be used when this object is executed.
setQueue(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the filter for a Queue.
setQueueFilter(UC4ObjectName) - Method in class com.uc4.api.TaskFilter
Sets a filter for Queues.
setQueueFilter(UC4ObjectName, int) - Method in class com.uc4.api.TaskFilter
Sets a filter for a certain Queue and a client.
setQueueName(String) - Method in class com.uc4.api.objects.AttributesVMS
Specification of the queue in which the Job should be activated.
setQueueName(UC4ObjectName) - Method in class com.uc4.api.objects.CurrentQueueCondition
 
setQuitTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if quitting a task should be re-checked.
setQuoteCharacter(char) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets the character for a quote, for example ' or ".
setQuoteCharacter(char) - Method in class com.uc4.api.prompt.ComboElement
Sets the character for a quote, for example ' or ".
setQuoteCharacter(char) - Method in class com.uc4.api.prompt.NumberElement
Sets the character for a quote, for example ' or ".
setQuoteCharacter(char) - Method in interface com.uc4.api.prompt.PromptInterfaces.QuoteCharacter
Sets the character for a quote, for example ' or ".
setQuoteCharacter(char) - Method in class com.uc4.api.prompt.RadioGroupElement
Sets the character for a quote, for example ' or ".
setQuoteCharacter(char) - Method in class com.uc4.api.prompt.TextElement
Sets the character for a quote, for example ' or ".
setRangeWithoutEnd(DateTime) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets a date range with a start date and an open end date.
setRangeWithoutEnd(DateTime) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setRASolutionNameFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets the RA solution filter.
setRead(boolean) - Method in interface com.uc4.api.objects.Authorizations.Entry
Sets read permission.
setRead(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setRead(boolean) - Method in interface com.uc4.api.objects.Rights
Sets the access method: Read.
setRead(boolean) - Method in class com.uc4.api.objects.UserRight
 
setReadFromTable(String, PromptSetDefinition.PromptElementTable) - Method in class com.uc4.api.objects.PromptSetDefinition
 
setRecursive(boolean) - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
setReferenceRunID(int) - Method in class com.uc4.communication.requests.RestartTask
Sets the reference RunID.
setRefreshDurationMultiplier(int) - Method in class com.uc4.communication.ActivitySettings
Specify the number of seconds that the system must be idle in order to allow refreshing.
setRefreshInterval(int) - Method in class com.uc4.communication.ActivitySettings
Sets the refresh interval in seconds for the automatic refresh.
setRefreshToken(String) - Method in class com.uc4.communication.ConnectionAttributes
Refresh token that will be verified in JWP and used for auto-login.
setRegExp(String) - Method in class com.uc4.api.prompt.TextElement
Sets the Regular expression.
setRelMsgClass(int) - Method in class com.uc4.api.objects.AttributesOS390
Job-log release for printing 0 ...
setRemoteContextName(String) - Method in class com.uc4.communication.requests.TaskList
Sets the filter for the remote context name.
setRemoteContextValue(String) - Method in class com.uc4.communication.requests.TaskList
Sets the filter for the remote context value.
setRemoteID(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the remote ID
setRemoteJVM() - Method in class com.uc4.api.objects.AttributesJMX
Uses an MBean Server in a remote JVM.
setRemoveCRLF(boolean) - Method in class com.uc4.api.objects.AttributesSQL
Enables or disables the display of Carriage Return and Line Feed characters in result sets in the Job report.
setRenameIfUsed(boolean) - Method in class com.uc4.communication.requests.RenameObject
The parameter renameIfUsed can be set to false to prevent objects from beeing renamend if they are used in other objects.
setReplaceItemActive(int) - Method in class com.uc4.communication.requests.GetReplaceList.ReplaceListItem
Set the replace Item active which will be considered while replacing.
setReport(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setReport(boolean) - Method in interface com.uc4.api.objects.Rights
Sets access to Reports.
setReport(boolean) - Method in class com.uc4.api.objects.UserRight
 
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesGCOS8
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesJMX
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesMPE
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesNSK
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesOA
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesOS400
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesPS
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesRA
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesSiebel
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesSQL
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesUnix
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesVMS
Sets whether the Job report should be transfered to the database.
setReportDatabase(boolean) - Method in class com.uc4.api.objects.AttributesWin
Sets whether the Job report should be transfered to the database.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesGCOS8
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesJMX
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesMPE
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesNSK
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesOA
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesOS400
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesPS
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesRA
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesSiebel
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesSQL
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesUnix
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesVMS
Sets whether the Job report should be stored only in case of Job interruption.
setReportErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesWin
Sets whether the Job report should be stored only in case of Job interruption.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesGCOS8
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesJMX
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesMPE
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesNSK
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesOA
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesOS400
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesPS
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesRA
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesSiebel
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesSQL
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesUnix
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesVMS
Sets whether the Job report should be stored in the file system on the target system.
setReportFile(boolean) - Method in class com.uc4.api.objects.AttributesWin
Sets whether the Job report should be stored in the file system on the target system.
setReportsToDB(boolean) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets a flag to indicate if reports should be stored in the the Automation Engine Database.
setRequesetTest(boolean) - Method in class com.uc4.communication.ConnectionAttributes
Performs additional checks on Request objects.
setRequestParameterAtWFStart(boolean) - Method in class com.uc4.api.objects.ProcessFlowGeneral
If this property is set and "Request task parameters" is selected as well, the container window is displayed immediately at the generation time of the workflow (and not at the point of time when the appropriate task would be ready to run within the workflow).
setRequestParameters(Element, String) - Method in class com.uc4.communication.requests.DeactivateTask
 
setRequestParameters(Element, String) - Method in class com.uc4.communication.requests.DisconnectHost
 
setRequestTaskParameter(boolean) - Method in class com.uc4.api.objects.AttributesRA
Sets the value of the runtime option "Request task parameters".
setRequestTaskParameters(boolean) - Method in class com.uc4.api.objects.ProcessFlowGeneral
If this property is set and the selected task has either a PromptSet or selected "Request task parameters" option on object definition level, the container window pops-up.
setReservedApiUsers(int) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the reserved API users
setRestartAbortedChildrenOnly(boolean) - Method in class com.uc4.communication.requests.RestartTask
Sets a flag to restart only aborted children.
setRestartPoint(String) - Method in class com.uc4.communication.requests.RestartTask
Sets the Restart Point on which the Job should continue.
setResultFormat(String) - Method in class com.uc4.api.objects.BackendVariable
Sets the result format.
setResultFormat(String) - Method in class com.uc4.api.objects.CompositeVariable
Sets the result format.
setResultFormat(String) - Method in class com.uc4.api.objects.DynamicSQLVariable
Sets the result format.
setResultFormat(String) - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Sets the result format.
setResultFormat(String) - Method in class com.uc4.api.objects.SecureSQLVariable
Sets the result format.
setResultFormat(String) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Sets the result format.
setResultVariableName(String) - Method in class com.uc4.api.objects.DynamicExecVariable
Sets the Variable result name.
setResumeClient(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if resuming a client should be re-checked.
setResumeQueue(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if resuming a stopped queue should be re-checked.
setResumeTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if resuming a task should be re-checked.
setResumeTaskRecursive(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if resuming a task recursive should be re-checked.
setRetCode(int) - Method in class com.uc4.api.objects.ModifyStateAction
Sets the return code.
setRetCodeExecuteObject(UC4ObjectName) - Method in class com.uc4.api.objects.Runtime
Sets the name of the Automation Engine Object which should be executed when the actual return code is higher than the maximum allowed return code.
setReturnCode(long) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the Maximum Expected Return Code.
setReturnCode(int) - Method in class com.uc4.api.objects.ReturnCodeCondition
Sets the return code.
setReturnCode(Integer) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the SAP return code.
setReuseAgentGroups(boolean) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the flag for re-using AgentGroup calculation.
setRole(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Selects the Agent role, this must be a value defined in UC_EX_HOST_ROLE.
setRole(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the role of the host.
setRoleFilter(List<String>) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the role filter of a process.
setRolesFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the roles filter of the Agent.
setRollbackEnabled(boolean) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Enables or disables rollback for this ProcessFlow task.
setRollbackObject(UC4ObjectName) - Method in class com.uc4.api.objects.Rollback
Sets the rollback object.
setRollbacktask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if a rollback should be re-checked.
setRouteMessageClass(String) - Method in class com.uc4.api.objects.AttributesOS390
Sets the message classes which should be routed.
setRoutingData(String) - Method in class com.uc4.api.objects.AttributesOS400
Sets the rooting data with which the Job's first rooting step is initiated.
setRunID(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the filter for the RunID.
setRunID(int) - Method in class com.uc4.communication.requests.TaskList
Sets runID.
setRunIDs(List<Integer>) - Method in class com.uc4.communication.requests.TaskList
Sets List of runIDs.
setRunPerPatch(boolean) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Enables or disables the patch flag.
setSamlToken(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the saml token
setSapAddressType(char) - Method in class com.uc4.api.objects.AttributesSAP
Sets the type of address.
setSapRecipent(String) - Method in class com.uc4.api.objects.AttributesSAP
Sets the receiver of a spool list.
setSaturday(boolean) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Selects or deselects saturday.
setScheduledStartGreater(DateTime) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
setScheduledStartLower(DateTime) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
setSchenv(String) - Method in class com.uc4.api.objects.AttributesOS390
Specification of a scheduling environment on OS/390.
setScope(CancelProcessFlowAction.Scope) - Method in class com.uc4.api.objects.CancelProcessFlowAction
 
setScope(SetValueAction.Scope) - Method in class com.uc4.api.objects.SetValueAction
 
setScriptCache(long) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the Script Cache
setScriptFontSize(int) - Method in class com.uc4.communication.FontSettings
Sets the font size used in scripts, reports and activation logs.
setScriptFontStyle(FontSettings.Style) - Method in class com.uc4.communication.FontSettings
Sets the font style used in scripts, reports and activation logs.
setScriptFontType(String) - Method in class com.uc4.communication.FontSettings
Sets the font type used in scripts, reports and activation logs.
setSdlConnection(UC4ObjectName) - Method in class com.uc4.api.objects.SAPAgentPanel
 
setSearchInVariable(String, boolean, boolean, boolean, SearchObject.VariableDataType) - Method in class com.uc4.communication.requests.SearchObject
Searches in UC4 Variable Objects.
setSearchLocation(String, boolean) - Method in class com.uc4.communication.requests.SearchObject
Sets the folder path.
setSearchUseOfObjects(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the search for use of objects.
setSecurityMessages(boolean) - Method in class com.uc4.communication.MessageSettings
Defines if security messages should be shown in the message window.
setSecurityMessages(boolean) - Method in class com.uc4.communication.requests.MessageList
Sets or clears the filter for security messages.
setSelected(boolean) - Method in interface com.uc4.api.objects.Authorizations.Entry
Used in agent assignments only.
setSelectionIndex(int) - Method in class com.uc4.api.FormItemList
 
setSendEmail(boolean) - Method in class com.uc4.api.objects.NotificationAttributes
Enables or disables sending of emails.
setSentFlag() - Method in class com.uc4.api.Form
Called when this Form is submitted.
setSeparatorSubstitute(Character) - Method in class com.uc4.api.objects.AttributesSQL
Sets the substitute character that will be used to replace characters in the field value which are the same as the separator character.
setServerName(String) - Method in class com.uc4.api.objects.PSRemoteTaskManagerFilter
Sets the filter for the PeopleSoft process scheduler server.
setServerName(String) - Method in class com.uc4.communication.ConnectionAttributes
Set the UC4 Server Name - the name of the server process
setServerPrincipal(String) - Method in class com.uc4.communication.SSOConfiguration
Sets the name of the serice principal of the Automation Engine.
setServerURL(String) - Method in class com.uc4.api.objects.AttributesJMX
Sets the JMX URL of the remote MBean Server.
setServerVersion(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the version of Automation Engine.
setServiceLevelObjectiveFilter(String) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Sets a filter for the service level objective.
setServiceLevelObjectiveFilter(String) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
Sets a filter for the service level objective.
setServiceNameFilter(String) - Method in class com.uc4.communication.requests.ServiceFulfillmentList.Filter
Sets a filter for the service name.
setSessionId(String) - Method in class com.uc4.communication.ConnectionAttributes
Set the Session ID
setSessionTimeZone(TimeZone) - Method in class com.uc4.communication.ConnectionAttributes
Sets the session time zone.
setSet(String) - Method in class com.uc4.api.objects.XRequest
Sets the script on saving object for XREQ Object
setSetting(String, String) - Method in class com.uc4.api.objects.Client
Adds a new value or changes the value of an existing setting.
setSettings(Settings) - Method in class com.uc4.communication.ConnectionAttributes
 
setSeverity(String) - Method in class com.uc4.api.objects.ConsoleOS400
Define the severity of the message here.
setShell(String) - Method in class com.uc4.api.objects.AttributesUnix
Sets the Unix Shell, under which the Job should run.
setShellOptions(String) - Method in class com.uc4.api.objects.AttributesUnix
Specification of shell options.
setShortName(String) - Method in class com.uc4.api.objects.AttributesOA
Sets the short name of the application.
setShowAsPassword(boolean) - Method in class com.uc4.api.prompt.TextElement
If set, this control shows asterisks instead of the text which was entered.
setShowAtDesktop(boolean) - Method in class com.uc4.api.objects.AttributesWin
If set the Job is executed and visible to a logged-on user.
setShowAttributeDialog(boolean) - Method in class com.uc4.api.ExecuteTestOptions
Shows the attribute Dialog.
setShowHeadLines(boolean) - Method in class com.uc4.api.objects.AttributesSQL
Enables or disables the display of column namens of result sets in the Automation Engine Job Report.
setShowHelpForParameterInfo(boolean) - Method in class com.uc4.communication.EditorSettings
 
setShowNULLasEmptyString(boolean) - Method in class com.uc4.api.objects.AttributesSQL
Enables or disables the display of NULL-values in result sets in the Automation Engine Job report.
setShowParameterInfo(boolean) - Method in class com.uc4.communication.EditorSettings
Defines if the parameter info should be shown in the ScriptEditor.
setShowSeconds(boolean) - Method in class com.uc4.communication.TimeSettings
Method to show seconds at places if set to true.
setShowUnreadAfterLogon(boolean) - Method in class com.uc4.communication.MessageSettings
Defines if unread messages should be shown after logon.
setShutdownUC4(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if a shutdown of the UC4 system should be re-checked.
setSiebelServer(String) - Method in class com.uc4.api.objects.AttributesSiebel
Sets the name of the Siebel Server.
setSimpleList(boolean) - Method in class com.uc4.communication.requests.AgentList
Deprecated.
Do not call this method if you need a filtered output, use AgentList(AgentFilter filter, String... selectedColumns) instead
setSltAfterJobPlanStart() - Method in class com.uc4.api.objects.JobPlanExternal
The satisfaction lead time commences when the JobPlan starts.
setSltBeforeJobPlanStart(int) - Method in class com.uc4.api.objects.JobPlanExternal
The satisfaction lead time commences before the JobPlan starts.
setSltSinceLastJobPlanExecution() - Method in class com.uc4.api.objects.JobPlanExternal
The satisfaction lead time commences at the end of the last JobPlan execution.
setSmgrName(String) - Method in class com.uc4.api.objects.HostAttributes
Sets the name of the Service Manager.
setSmgrPhrase(String) - Method in class com.uc4.api.objects.HostAttributes
Sets the Service Manager Phrase.
setSmgrPort(int) - Method in class com.uc4.api.objects.HostAttributes
Sets the Service Manager port.
setSNCEnable(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables the SNC mode.
setSNCLib(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the path to the SNC library.
setSNCMyName(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the SNC "MyName" value.
setSNCPartnerName(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the SNC Partner name.
setSNCQOP(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the QOP level for the SNC encryption.
setSnmp(boolean) - Method in class com.uc4.api.objects.NotificationAttributes
Enables or disables SNMP.
setSnumb(String) - Method in class com.uc4.api.objects.AttributesGCOS8
Sets the sequence number of the Job.
setSoftware(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Sets the value of the software field.
setSoftware(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the Software filter for the host.
setSoftwareFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Software filter.
setSoftwareVersion(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Sets the version of the software.
setSoftwareVersion(String) - Method in class com.uc4.api.objects.HostGroupItem
Sets the software version filter of the host.
setSoftwareVersionFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Filter for software version.
setSolution(String) - Method in class com.uc4.communication.requests.AgentAndGroupList.AgentAndGroupListFilter
Filter for a specific RA (CIT) solution.
setSortColumn(int) - Method in class com.uc4.api.objects.VariableAttributes
Sets the column for sorting.
setSortOrder(boolean) - Method in class com.uc4.api.objects.VariableAttributes
Sets the sort order.
setSource(String) - Method in class com.uc4.api.objects.ConsoleWindows
Determine the Windows Event's source.
setSource(NotificationSettings.ReportSource) - Method in class com.uc4.api.objects.NotificationSettings
Sets the source of the files which should be attached to the mail.
setSourceCalendar(CalendarCondition) - Method in class com.uc4.api.objects.RollCalendarKeyword
Sets the source calendar condition.
setSourceCodeTable(UC4ObjectName) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the CodeTable for all source files.
setSourceDestHost(String) - Method in class com.uc4.communication.requests.TaskList
Sets the filter for the source host.
setSourceFile(String) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the name of the source file(s), thereby using the directory, folder or ID FileTransfer with wildcard characters.
setSourceFileAttributes(String) - Method in class com.uc4.api.objects.FileTransferSettings
Sets additional file attribtues (optional) of the source file.
setSourceHost(UC4HostName) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the source host.
setSourceHost(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the source host of a FileTransfer.
setSourceLogin(UC4ObjectName) - Method in class com.uc4.api.objects.FileTransferSettings
Sets the name fo the Login Object which should be used by source Agent.
setSourceQuery(String, UC4HostName, UC4ObjectName, String, String, String) - Method in class com.uc4.api.objects.DatabaseEventValue
Sets the Source of this DatabaseEventValue to an SQL Query.
setSourceStatic(String) - Method in class com.uc4.api.objects.DatabaseEventValue
Sets the Source of this DatabaseEventValue to a static value.
setSourceVariable(UC4ObjectName, UC4ObjectName) - Method in class com.uc4.api.objects.DatabaseEventValue
Deprecated.
: variableKeyowrd type changed from UC4ObjectName to String.
setSourceVariable(UC4ObjectName, String) - Method in class com.uc4.api.objects.DatabaseEventValue
Sets the Source of this DatabaseEventValue to the content of a variable.
setSpnegoToken(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the browser token.
setSpnegoToken(String) - Method in class com.uc4.communication.SSOConfiguration
Sets the browser token.
setSpoolAll() - Method in class com.uc4.api.objects.AttributesOS400
The entire spool contents of the Job are saved in the Automation Engine database and/or are available as a member in the target system.
setSpoolBlocksize(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the blocksize for the transfer of spool lists.
setSpoolBlocksize(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the block size for the transfer of spool lists, allows null and empty string.
setSpoolDirectory(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Sets the Spool Directory Log for this SAP Job.
setSpoolQPJOBLOG() - Method in class com.uc4.api.objects.AttributesOS400
Only the spool contents from QPJOBLOG are saved in the Automation Engine database and/or are available as a member in the target system.
setSqlStatement(String) - Method in class com.uc4.api.objects.DynamicSQLVariable
Sets the SQL statement.
setSqlStatement(String) - Method in class com.uc4.api.objects.SecureSQLVariable
Sets the SQL statement.
setSSLContext(SSLContext) - Method in class com.uc4.communication.ConnectionAttributes
The ssl-context that was used to establish this connection
setSSOEnable(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables the SNC SSO.
setStartJobs(boolean) - Method in class com.uc4.api.objects.QueueManagerAttributes
If startJobs is true, Jobs are started by the Server in case they are not running.
setStartMonth(int) - Method in class com.uc4.api.objects.MonthlyCalendarKeyword
Sets the number of the start month of the monthly interval.
setStartTime(Time) - Method in class com.uc4.api.objects.ScheduleTask
Sets the start time of this task.
setStartType(UC4ObjectName) - Method in class com.uc4.api.objects.EventAttributes
Sets the start type of this Job.
setStartType(UC4ObjectName) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets the start type of this Job.
setStartType(UC4ObjectName) - Method in class com.uc4.api.objects.JobAttributes
Sets the start type of this Job.
setStartType(UC4ObjectName) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the start type of this JobPlan.
setStartType(UC4ObjectName) - Method in class com.uc4.api.objects.NotificationAttributes
Sets the start type of this Notification.
setStartType(UC4ObjectName) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the start type of this job.
setStartType(UC4ObjectName) - Method in class com.uc4.api.objects.ScriptAttributes
Sets the start type of this Script.
setStartupEvent(boolean) - Method in class com.uc4.api.objects.FileSystem
 
setStartWeek(int) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Sets the start week for the interval.
setStartYear(int) - Method in class com.uc4.api.objects.YearlyCalendarKeyword
Sets the start year for the interval.
setState(String) - Method in class com.uc4.api.objects.SyncState
Sets the name of the state.
setStatementDB2(String) - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Sets the SQL statement for DB2 .
setStatementDB2(String) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Sets the SQL statement for DB2.
setStatementMsSQL(String) - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Sets the SQL statement for MS SQL.
setStatementMsSQL(String) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Sets the SQL statement for MS SQL.
setStatementOracle(String) - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Sets the SQL statement for Oracle.
setStatementOracle(String) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Sets the SQL statement for Oracle.
setStatementPostgres(String) - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
Sets the SQL statement for Postgres.
setStatementPostgres(String) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Sets the SQL statement for Postgres.
SetStaticVaraRows - Class in com.uc4.communication.requests
Modify a list of variable rows, specified by their keys.
SetStaticVaraRows(UC4ObjectName) - Constructor for class com.uc4.communication.requests.SetStaticVaraRows
Creates a new instance of the SetStaticVaraRows request.
setStatistics(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Enables or disables an additional report for the statistics of the SAP Job.
setStatistics(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setStatistics(boolean) - Method in interface com.uc4.api.objects.Rights
Sets access to Statistics.
setStatistics(boolean) - Method in class com.uc4.api.objects.UserRight
 
setStatus(TaskState) - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
setStatus(TaskState) - Method in class com.uc4.api.objects.CheckHistoryCondition
 
setStatus(CheckProcessCondition.ProcessStatus) - Method in class com.uc4.api.objects.CheckProcessCondition
 
setStatus(int[]) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Sets the Job status.
setStatus(TaskState) - Method in class com.uc4.api.objects.StatusCondition
 
setStatus(String) - Method in class com.uc4.api.TaskFilter
Sets status of selected tasks.
setStatus(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets a filter on the task status.
setStatusByMail(char) - Method in class com.uc4.api.objects.AttributesSAP
Sets the report status by mail:
setStatusFilter(Boolean) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the status filter of a process.
setStatusForExternalTasks(ProcessFlowSettings.ExternalTaskStatus) - Method in class com.uc4.communication.ProcessFlowSettings
Sets the default status for external tasks in a ProcessFlow.
setStatusForInternalTasks(TaskState) - Method in class com.uc4.communication.ProcessFlowSettings
Sets the default status for tasks in a ProcessFlow.
setStatusMatchAll() - Method in class com.uc4.api.objects.JobPlanDependencies
The task will only be executed if all predecessors end with the determined status (AND Link).
setStatusMatchOne() - Method in class com.uc4.api.objects.JobPlanDependencies
The task will only be executed if at least one predecessor ends as defined (OR Link).
setStepList(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Enables or disables an additional report for the step list of the SAP Job.
setStepList(StepListItem[]) - Method in class com.uc4.api.objects.Runtime
Sets the Step List for OS 390 Jobs.
setStoreName(UC4ObjectName) - Method in class com.uc4.api.objects.RuleEventSetting
Sets the Store object which this Event is linked to.
setStylesheet(String) - Method in class com.uc4.api.objects.Stylesheet
Sets the content of the "XSL" tab.
setSubject(String) - Method in class com.uc4.api.objects.NotificationSettings
Sets the subject text for the mail.
setSuggestKeepIndent(boolean) - Method in class com.uc4.communication.EditorSettings
For the purpose of keeping a clear structure, scripting lines in constructs such as :IF or :WHILE should be indented.
setSunday(boolean) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Selects or deselects sunday.
setSuspendClient(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if stopping a client should be re-checked.
setSuspendQueue(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if stopping a queue should be re-checked.
setSuspendTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if suspending a task should be re-checked.
setSuspendTaskRecursive(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if suspending a task recursive should be re-checked.
SetSyncMonitor - Class in com.uc4.communication.requests
Sets the value and state of a SYNC object.
SetSyncMonitor(UC4ObjectName, String, int) - Constructor for class com.uc4.communication.requests.SetSyncMonitor
Modifies the Sync Monitor.
setSyncObjectNames(Set<String>) - Method in class com.uc4.communication.requests.TaskList
Sets the filter for SYNC objects.
setSyslstDatabase(boolean) - Method in class com.uc4.api.objects.AttributesBS2000
Sets if the SYSLST protocol should be transfered to the Automation Engine database.
setSyslstErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesBS2000
In case of Job interruption, the SYSLST protocol is saved in the Automation Engine database and/or a file in the target system.
setSyslstFile(boolean) - Method in class com.uc4.api.objects.AttributesBS2000
Sets if the SYSLST protocol should be available as a file in the target system.
setSysoutDatabase(boolean) - Method in class com.uc4.api.objects.AttributesBS2000
Sets if the SYSOUT protocol should be transfered to the Automation Engine database.
setSysoutDatabase(boolean) - Method in class com.uc4.api.objects.AttributesOS390
Sets if the SYSOUT protocol should be transfered to the Automation Engine database.
setSysoutErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesBS2000
In case of Job interruption, the SYSOUT protocol is saved in the Automation Engine database and/or a file in the target system.
setSysoutErrorOnly(boolean) - Method in class com.uc4.api.objects.AttributesOS390
In case of Job interruption, the SYSOUT protocol is saved in the Automation Engine database and/or a file in the target system.
setSysoutFile(boolean) - Method in class com.uc4.api.objects.AttributesBS2000
Sets if the SYSOUT protocol should be available as a file in the target system.
setSysoutFile(boolean) - Method in class com.uc4.api.objects.AttributesOS390
Sets if the SYSOUT protocol should be available as a file in the target system.
setSystemName(String) - Method in class com.uc4.api.objects.ConsoleOS390
Specify a filter for the user-defined system name which may be used to distinguish various OS instances.
setSystemName(String) - Method in class com.uc4.communication.ConnectionAttributes
Set the UC4 System Name
setTargetSystem(String) - Method in class com.uc4.api.objects.AttributesSAP
Sets the target system in SAP.
setTask(JobPlanTask) - Method in class com.uc4.api.objects.JobPlanTaskDependency
 
setTask(String) - Method in class com.uc4.api.objects.RollbackAction
Sets the task to rollback.
setTask(RollbackAction.Task) - Method in class com.uc4.api.objects.RollbackAction
Sets the task to rollback.
setTaskFactory(WorkFlowTaskFactory) - Method in class com.uc4.api.objects.JobPlan
Sub classes may call this method in order to provide their own sub class of JobPlanTask which may contain additional features.
setTaskFactory(WorkFlowTaskFactory) - Method in class com.uc4.api.objects.WorkflowIF
Sub classes may call this method in order to provide their own sub class of JobPlanTask which may contain additional features.
setTaskFactory(WorkFlowTaskFactory) - Method in class com.uc4.api.objects.WorkflowLoop
Sub classes may call this method in order to provide their own sub class of JobPlanTask which may contain additional features.
setTaskName(String) - Method in class com.uc4.api.objects.JobPlanTask
 
setTaskStatus(String) - Method in class com.uc4.api.systemoverview.MQMemListItem
 
setTcpIPAddressFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
Filter for IP addresses, wildcards * and ? can be used.
setTerminateAgent(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if terminating an Agent should be re-checked.
setTerminateServer(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if terminating an Automation Engine process should be re-checked.
setTestOptions(ExecuteTestOptions) - Method in class com.uc4.communication.requests.RestartTask
Sets the test options when restarting this task.
setText(String) - Method in class com.uc4.api.objects.AbortAction
Abend information text.
setText(String) - Method in class com.uc4.api.objects.BlockAction
Additional text.
setText(String) - Method in class com.uc4.api.objects.ModifyStateAction
Sets the text.
setText(String) - Method in class com.uc4.api.objects.SkipTaskAction
Sets the text of the skip task action.
setTextFilter(int, String) - Method in class com.uc4.communication.requests.MessageList
Sets the filter for the message number and insert.
setTextSearch(String, boolean, boolean, boolean, boolean) - Method in class com.uc4.communication.requests.SearchObject
Search for texts.
setThreshold1(int) - Method in class com.uc4.api.objects.CockpitThresholds
Sets the maximal value for the lowest indicator.
setThreshold2(int) - Method in class com.uc4.api.objects.CockpitThresholds
Sets the maximal value for the middle indicator (yellow area).
setThursday(boolean) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Selects or deselects thursday.
setTime(Time) - Method in class com.uc4.api.objects.CurrentTimeCondition
 
setTime(Time) - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Sets the Checkpoint time.
setTime(Time) - Method in class com.uc4.api.objects.JobPlanEarliest
Sets the earliest start time.
setTime(Time) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Sets the Checkpoint time.
setTime(Time) - Method in class com.uc4.api.objects.ReEvaluateAtAction
 
setTime(Time) - Method in class com.uc4.api.objects.TimeSinceActivationCondition
Sets the time for the time condition.
setTimeCheckpoint(boolean) - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Enables or disables the time checkpoint for this JobPlanTask.
setTimeCheckpoint(boolean) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Enables or disables the time checkpoint for this JobPlanTask.
setTimeframe(Time, Time, boolean) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the execution time frame.
setTimeframe(Time, Time, boolean) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setTimeFrame(TaskFilter.TimeFrame) - Method in class com.uc4.api.TaskFilter
Sets the Activation Time Frame.
setTimeOffset(Time) - Method in class com.uc4.api.objects.CheckHistoryCondition
 
setTimeout(boolean) - Method in class com.uc4.api.objects.JobPlanExternal
Enables or disables timeout.
setTimeout(int) - Method in class com.uc4.communication.Connection
Sets the timeout in milliseconds.
setTimeoutAlarm(boolean) - Method in class com.uc4.api.objects.JobPlanExternal
Settings made in here are only taken into account when "Wait" has been checked in the Else area.
setTimeoutCancelJobPlan() - Method in class com.uc4.api.objects.JobPlanExternal
Settings made in here are only taken into account when "Wait" has been checked in the Else area.
setTimeoutIfPast(boolean) - Method in class com.uc4.communication.requests.ModifyStartTime
Sets the behaviour in case of a start date which is in the past: If the parameter timeoutIfPast is set to true the task will end if false the task will run immediately.
setTimeoutSeconds(int) - Method in class com.uc4.api.objects.JobPlanExternal
Sets the time span that should be waited.
setTimeoutSkip() - Method in class com.uc4.api.objects.JobPlanExternal
Settings made in here are only taken into account when "Wait" has been checked in the Else area.
setTimeoutWait() - Method in class com.uc4.api.objects.JobPlanExternal
Settings made in here are only taken into account when "Wait" has been checked in the Else area.
setTimeRange(DateTime, DateTime) - Method in class com.uc4.communication.requests.MessageList
Sets the filter the message timestamp.
setTimerControlAuto() - Method in class com.uc4.api.objects.EventSettings
Sets the TimeControl to Auto.
setTimerControlAuto() - Method in class com.uc4.api.objects.FileSystem
Sets the TimeControl to Auto.
setTimerControlInterval(int) - Method in class com.uc4.api.objects.EventSettings
Sets the polling interval in minutes.
setTimerControlInterval(int) - Method in class com.uc4.api.objects.FileSystem
Sets the polling interval in minutes.
setTimerControlStartTime(Time) - Method in class com.uc4.api.objects.EventSettings
Sets the start time of the event.
setTimerControlStartTime(Time) - Method in class com.uc4.api.objects.FileSystem
Sets the start time of the event.
setTimestampFrom(DateTime) - Method in class com.uc4.api.TaskFilter
Sets the From timestamp for the Activation.
setTimestampTo(DateTime) - Method in class com.uc4.api.TaskFilter
Sets the To timestamp for the Activation.
setTimeUnit(TaskFilter.TimeUnit) - Method in class com.uc4.api.TaskFilter
Sets the TimeUnit for the last Activation.
setTimezone(TimeZone) - Method in class com.uc4.api.DateTime
Sets the timezone for calculations, for example addSeconds().
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.AttributesSLO
Sets the time zone of this SLO Object.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.Client
Sets the time zone of this client.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.EventAttributes
Sets the TimeZone for this job.
setTimeZone(UC4TimezoneName) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets the time zone of all dates used in this class.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.FileTransferAttributes
Sets the TimeZone for this job.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.Group
Deprecated.
use attributes.setTimezone of this group instead
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.GroupAttributes
Sets the TimeZone for this job.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.JobAttributes
Sets the TimeZone for this job.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.JobPlanAttributes
Sets the TimeZone for this JobPlan.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
Sets the TimeZone that is to be used.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.JobPlanDependencies
Sets the TimeZone that is to be used.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.JobPlanEarliest
Sets the TimeZone that is to be used.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.NotificationAttributes
Sets the TimeZone for this Notification.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.ProcessFlowGeneral
Sets the TimeZone that is to be used.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.QueueAttributes
Sets the timezone of the Queue object.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.QueueManagerAttributes
Sets the TimeZone for this job.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the TimeZone for this Schedule.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.ScriptAttributes
Sets the TimeZone for this Script.
setTimezone(UC4TimezoneName) - Method in class com.uc4.api.objects.UserAttributes
Sets the TimeZone to be used for this user following System logon.
setTimezone(UC4TimezoneName) - Method in class com.uc4.communication.TimeSettings
The TimeZone that is specified here only serves display reasons (for example, for the Message Wwindow).
settingNames() - Method in class com.uc4.api.objects.Client
Returns an iterator of all setting names.
settings() - Method in class com.uc4.api.objects.DatabaseEvent
Returns the "Event" tab of this object.
settings() - Method in class com.uc4.api.objects.FileTransfer
Settings for the FileTransfer (Source/Destination Hosts, File names, ...) The return value represents the "FileTransfer" tab in the Dialog client.
settings() - Method in class com.uc4.api.objects.RuleEvent
Provides the settings of an IAEvent for read and write operations.
settings() - Method in class com.uc4.api.objects.TimeEvent
Returns the "Event" tab of this object.
settings() - Method in class com.uc4.communication.ConnectionAttributes
 
Settings - Class in com.uc4.communication
This class represents the settings in the User Interface.
setTitle(String) - Method in class com.uc4.api.objects.Header
Sets the title of the object.
setTitle(String) - Method in class com.uc4.api.objects.XHeader
Sets the title of the object.
setTitle(String) - Method in class com.uc4.communication.requests.CreateObject
With this method the title of a new folder can be set.
setTitleFilter(String) - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList.Filter
Sets a title field of the filter for the service level objectives.
setTlsFilter(Boolean) - Method in class com.uc4.communication.requests.AgentList.Filter
Sets filter if this Agent is a TLS Agent
setTo(Time) - Method in class com.uc4.api.objects.QueueExceptionCondition
Sets the end time.
setToDate(DateTime) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the end date of the selection.
setToken(String) - Method in class com.uc4.communication.ConnectionAttributes
Sets the logon token
setToolbarLabel(GeneralSettings.ToolbarLabel) - Method in class com.uc4.communication.GeneralSettings
Sets the location of the toolbar label.
setTooltip(String) - Method in class com.uc4.api.objects.PromptElement
Sets the tooltip of this Prompt Element.
setTooltip(String) - Method in class com.uc4.api.prompt.NumberElement
Sets the tooltip of this Prompt Element.
setTooltipCalendar(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Defines if calendar information sould be shown in the tooltip of a task in a Process Flow.
setTooltipCheckpoint(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Defines if checkpoint information sould be shown in the tooltip of a task in a Process Flow.
setTooltipConditions(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Defines if condition information sould be shown in the tooltip of a task in a Process Flow.
setTooltipDependencies(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Defines if dependency information sould be shown in the tooltip of a task in a Process Flow.
setTooltipEarliest(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Defines if earliest information sould be shown in the tooltip of a task in a Process Flow.
setTooltipExternalDependency(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Defines if external dependencies sould be shown in the tooltip of a task in a Process Flow.
setTooltipGeneral(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
"General" has the effect that the tooltip displays an additional area that includes the most important information such as object type, host name and the short forms of specified properties.
setTooltipRuntime(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Defines if runtime information sould be shown in the tooltip of a task in a Process Flow.
setTooltipThumbnail(boolean) - Method in class com.uc4.communication.ProcessFlowSettings
Thumbnail has the effect that the box for the ProcessFlow task is shown in tooltip if a particular zoom level has been reached.
setTop(int) - Method in class com.uc4.api.objects.CockpitControl
Sets the distance to the top.
setTopRunID(int) - Method in class com.uc4.api.TaskFilter
Sets a filter for the top RunID.
setTopRunID(String) - Method in class com.uc4.communication.requests.GenericStatistics
Sets the filter for the topRunID.
setTraceFileTrigger(String) - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
setTraceFlags(TraceOptions.TraceFlag[]) - Method in class com.uc4.api.TraceOptions
 
setTraceListener(TraceListener) - Method in class com.uc4.communication.Connection
Sets a listener in order to trace the messages that are exchanged between the Automation Engine and the UC4.Application Interface.
setTraceListener(TraceListener) - Method in class com.uc4.communication.ConnectProperties
Enables or disables the XML trace.
setTraceType(HostTraceOptions.HostTraceType) - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
setTraceType(TraceOptions.TraceType) - Method in class com.uc4.api.TraceOptions
 
setTransferFolderStructure(boolean) - Method in class com.uc4.api.objects.FileTransferSettings
Set this flag to transfer the complete folder structure with a wildcard transfere.
setTranslator(Message) - Method in class com.uc4.communication.ConnectionAttributes
 
setTreeMode(boolean) - Method in class com.uc4.communication.requests.TaskList
 
setTriggerText(String) - Method in class com.uc4.api.systemoverview.WPTraceOptions
 
setTriggerType(HostTraceOptions.HostTraceTriggerType) - Method in class com.uc4.api.systemoverview.HostTraceOptions
 
setTrustedCertFolderPath(String) - Static method in class com.uc4.communication.Connection
Sets the path to a trusted certificate folder.
setTrustedCertFolderPath(String) - Method in class com.uc4.communication.ConnectProperties
Sets an optional trustedCertFolderPath, which will be used to load additional certificates before opening the connection
setTrustedIPs(String) - Method in class com.uc4.api.objects.HostAttributes
Sets a String containing all trusted IPs separated by semicolon.
setTuesday(boolean) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Selects or deselects tuesday.
setTurnaround(Time) - Method in class com.uc4.api.objects.ScheduleAttributes
Sets the turn around time of the Schedule.
setType(int) - Method in class com.uc4.api.objects.ConsoleWindows
Select the log to be monitored (system, security, application, directory service, DNS server or File Replication Service).
setType(String) - Method in class com.uc4.api.objects.JobPlanTask
 
setType(String) - Method in class com.uc4.api.objects.OCVPanel.CITValue
Sets the type of this panel.
setType(UserRight.Type) - Method in class com.uc4.api.objects.UserRight
Sets the object type.
setType(MessageList.MessageType) - Method in class com.uc4.communication.requests.MessageList
Sets the filter for the type of the message.
setTypeAE() - Method in class com.uc4.api.objects.AttributesOS390
The JCL of the Job is stored in the "Pre-Script" and/or "Script" tab.
setTypeAlarm() - Method in class com.uc4.api.objects.NotificationAttributes
Selects the type "Alarm" for this Notification.
setTypeAPI(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Call APIs if the parameter typeAPI is true.
setTypeAPI(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type API.
setTypeBAT() - Method in class com.uc4.api.objects.AttributesWin
The script statements and DATA lines stored in the script are executed as MS-DOS batch file.
setTypeC_HOSTG(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Selects the AgentGroup Container.
setTypeC_HOSTG(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type host group container.
setTypeC_PERIOD(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Selects the container for periodical UC4 objects.
setTypeC_PERIOD(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type period container.
setTypeCALE(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type CALE.
setTypeCALL(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Notification objects.
setTypeCALL(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type CALL.
setTypeCALL(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type CALL.
setTypeCAU(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select CAU statistic entries.
setTypeCBCK(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select CBCK objects if the parameter callback is true.
setTypeCITC(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type CITC.
setTypeCLNT(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type CLNT.
setTypeCLNT(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type CLNT.
setTypeCLNTDEL(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select CLNTDEL objects if the parameter queueManager is true.
setTypeCMD() - Method in class com.uc4.api.objects.AttributesOS400
The Job consists of OS/400 commands.
setTypeCODE(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type CODE.
setTypeCOM() - Method in class com.uc4.api.objects.AttributesWin
The program stored in the field "Command" is executed.
setTypeCommand() - Method in class com.uc4.api.objects.AttributesUnix
The command or command sequence, stored in the "Command" field, are given to the UNIX command line.
setTypeCONN(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type CONN.
setTypeCPIT(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Cockpit objects.
setTypeCPIT(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type CPIT.
setTypeCPIT(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type CPIT.
setTypeDASH(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type DASH.
setTypeDEPLOY(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Deploy statistic entries.
setTypeDOCU(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type DOCU.
setTypeEmail() - Method in class com.uc4.api.objects.NotificationAttributes
Selects the type "Email" for this Notification.
setTypeEVENT_CHILD(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type EVENT_CHILD.
setTypeEVNT(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Event objects.
setTypeEVNT(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type EVENT.
setTypeEVNT(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type EVNT.
setTypeExecuteable() - Method in class com.uc4.communication.requests.SearchObject
Selects all executable object types.
setTypeFILTER(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type FILTER.
setTypeFilter(List<String>) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the type filter of a process.
setTypeFOLD(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type FOLD.
setTypeGROUP(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Deprecated.
Use the method setTypeJOBG() instead
setTypeHOST(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type HOST.
setTypeHOST(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type HOST.
setTypeHOSTG(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Deprecated.
Use the method setTypeC_HOSTG() instead
setTypeHOSTG(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type HOSTG.
setTypeHSTA(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type HSTA.
setTypeILE_CL() - Method in class com.uc4.api.objects.AttributesOS400
The Job consists of an ILE CL script and is compiled by the Agent before the execution.
setTypeInterpreter() - Method in class com.uc4.api.objects.AttributesWin
The processing stored in the script is transferred to an Interpreter as a file.
setTypeJCL() - Method in class com.uc4.api.objects.AttributesOS390
The JCL of the Job is found in OS/390.
setTypeJCL_JobCard() - Method in class com.uc4.api.objects.AttributesOS390
The complete JCL including the Job card is used from the dataset which has been specified in the "File name" field.
setTypeJOBD(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select child jobs if the parameter jobd is true.
setTypeJOBD(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type JOBD.
setTypeJOBF(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select FileTransfer objects.
setTypeJOBF(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type JOBF.
setTypeJOBF(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type JOBF.
setTypeJOBG(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Group objects.
setTypeJOBG(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type JOBG.
setTypeJOBG(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type JOBG.
setTypeJOBI(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type JOBI.
setTypeJOBP(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select JobPlan objects.
setTypeJOBP(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type JOBP.
setTypeJOBP(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type JOBP.
setTypeJOBQ(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select JOBQ objects if the parameter queueManager is true.
setTypeJOBQ(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type JOBQ.
setTypeJOBQ(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type JOBQ.
setTypeJOBS(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Job objects.
setTypeJOBS(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type JOBS.
setTypeJOBS(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type JOBS.
setTypeJSCH(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Schedule objects.
setTypeJSCH(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type JSCH.
setTypeJSCH(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type JSCH.
setTypeLOGIN(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type LOGIN.
setTypeMessage() - Method in class com.uc4.api.objects.NotificationAttributes
Selects the type "Message" for this Notification.
setTypeNBEXEC() - Method in class com.uc4.api.objects.AttributesNSK
Sets the Job type for NetBatch - NBEXEC scripts.
setTypeOSS() - Method in class com.uc4.api.objects.AttributesNSK
Sets the Job type for OSS - UNIX commands (osh Shell).
setTypePERIOD(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Deprecated.
Use the method setTypeC_PERIOD() instead.
setTypePERIOD(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type PERIOD.
setTypePostEvnt(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select !Event objects.
setTypePRPT(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type PRPT.
setTypeQUEUE(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type QUEUE.
setTypeREPORT(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select Report objects.
setTypeREPORT(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type REPORT.
setTypeRequest() - Method in class com.uc4.api.objects.NotificationAttributes
Selects the type "Request" for this Notification.
setTypeREXX() - Method in class com.uc4.api.objects.AttributesOS400
The Job consists of a REXX script and is given to the interpreter.
setTypeSCRI(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Sets the selection for the Script object.
setTypeSCRI(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type SCRI.
setTypeSCRI(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type SCRI.
setTypeSERV(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type SERV.
setTypeSERV(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type SERV.
setTypeShellScript() - Method in class com.uc4.api.objects.AttributesUnix
A Job is generated, transferred to the target system and executed as a shell script.
setTypeSLO(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type SLO.
setTypeSTORE(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type STORE.
setTypeSYNC(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type SYNC.
setTypeSYNC(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type SYNC.
setTypeTACL() - Method in class com.uc4.api.objects.AttributesNSK
Sets the Job type for Guardian - TACL commands.
setTypeTZ(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type TZ.
setTypeUC4() - Method in class com.uc4.api.objects.AttributesOS390
Deprecated.
By rebranding UC4 to Automic, use AttributesOS390.setTypeAE() instead
setTypeUSER(boolean) - Method in class com.uc4.api.ObjectTypeFilter
Select USER objects if the parameter queueManager is true.
setTypeUSER(boolean) - Method in class com.uc4.communication.requests.GenericStatistics
Enables or disables the type USER.
setTypeUSER(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type USER.
setTypeUSRG(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type USERG.
setTypeVARA(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type VARA.
setTypeXSL(boolean) - Method in class com.uc4.communication.requests.SearchObject
Enables or disables the object type XSL.
setUC4Client(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the UC4 client.
setUC4Client(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the UC4 client, allows null and empty string
setUC4Department(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the name of the UC4 department.
setUC4Password(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the UC4 password.
setUC4User(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the name of the UC4 user.
setUnit(String) - Method in class com.uc4.api.objects.FileSystem
Sets the unit of the value.
setUnregisterTask(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if unregister task should be re-checked.
setUpper(boolean) - Method in class com.uc4.api.prompt.TextElement
Sets the upper cause property.
setUrgency(int) - Method in class com.uc4.api.objects.AttributesGCOS8
Specification of the priority with which the Job should be executed.
setURL(String) - Method in class com.uc4.api.objects.SAPConnectionHTTP
Sets the URL of the Service (XI, JXBP, SLD).
setUseAnyMBeanServer() - Method in class com.uc4.api.objects.AttributesJMX
Uses any local MBean Server.
setUseHighestReturncode(boolean) - Method in class com.uc4.api.objects.AttributesOS390
Sets if the highest or latest return code should be used.
setUseJDNI() - Method in class com.uc4.api.objects.AttributesJMX
Uses JDNI to get a reference to the MBean Server.
setUseLoginObject(boolean) - Method in class com.uc4.api.objects.AttributesSAP
Set whether the Job will use the login object instead of login information in connection object.
setUser(String) - Method in class com.uc4.api.objects.DatabaseConnection
 
setUser(String) - Method in class com.uc4.api.objects.SAPConnectionHTTP
Sets the name of the user.
setUser(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the user name for the batch user.
setUser(String) - Method in class com.uc4.api.TaskFilter
Sets the filter for the user name.
setUser(UC4UserName) - Method in class com.uc4.communication.requests.MessageList
Sets the filter for a user.
setUserCache(long) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the User Cache
setUserDefinedID(String) - Method in class com.uc4.api.objects.JobPlanTask
Sets the user defined task ID.
setUserIdnr(String) - Method in class com.uc4.communication.ConnectionAttributes
Set the internal User ID
setUserInfo(String) - Method in class com.uc4.api.AbstractTask
 
setUserName(String) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
 
setUserName(String) - Method in class com.uc4.communication.ConnectionAttributes
Set the UC4 Username
setUserObjectName(String) - Method in class com.uc4.communication.requests.GetChangeLog
Sets a filter for the object name of the user who did the change (for example USER/DEPARTMENT).
setUseSpecificMBeanServer() - Method in class com.uc4.api.objects.AttributesJMX
An MBean Server with the specified agent ID is used.
setUseTaskSettings(boolean) - Method in class com.uc4.api.objects.TaskRuntime
If the parameter useTaskSettings is set to false the methods in this class can be used to set the runtime settings of this task.
setUt10m(int) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the 10 minutes utilization filter of a process.
setUt1m(int) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the 1 minute utilization filter of a process.
setUt60m(int) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the 60 minutes utilization filter of a process.
setValid(boolean) - Method in class com.uc4.communication.ConnectionAttributes
Sets the valid flag
setValidFrom(DateTime) - Method in class com.uc4.api.objects.StaticCalendarKeyword
Sets the start date of the validity period.
setValidityKeywordType(ValidityKeywordType) - Method in class com.uc4.api.objects.VariableAttributes
Sets the type of the validity keyword.
setValidOnSameLDate(boolean) - Method in class com.uc4.api.objects.JobPlanExternal
 
setValidTo(DateTime) - Method in class com.uc4.api.objects.StaticCalendarKeyword
Sets the end date of the validity period.
setValue(String) - Method in class com.uc4.api.FormItemLabel
 
setValue(String) - Method in class com.uc4.api.FormItemList
 
setValue(String) - Method in class com.uc4.api.FormItemNumber
 
setValue(String) - Method in class com.uc4.api.FormItemText
 
setValue(String) - Method in interface com.uc4.api.IFormItem
Sets a new value for this field.
setValue(long) - Method in class com.uc4.api.objects.FileSystem
Sets the current value.
setValue(String) - Method in class com.uc4.api.objects.OCVPanel.CITValue
Sets the value of this panel.
setValue(String, String, boolean, boolean) - Method in class com.uc4.api.objects.OCVPanel
Modifies or adds a new value to this OCV panel.
setValue(String) - Method in class com.uc4.api.objects.PromptElement
Sets the default value of this prompt element.
setValue(String, String) - Method in class com.uc4.api.objects.PromptSetDefinition
Sets a value for the specified prompt element.
setValue(String) - Method in class com.uc4.api.objects.PublishValueAction
Sets the value which should be published.
setValue(String) - Method in class com.uc4.api.objects.SetValueAction
 
setValue(String) - Method in class com.uc4.api.objects.SetVariableAction
 
setValue(int) - Method in class com.uc4.api.objects.SyncAttributes
Sets the value.
setValue(String) - Method in class com.uc4.api.objects.XMLDocuNode
Sets the value of this node.
setValue(DateTime) - Method in class com.uc4.api.prompt.DateElement
Sets the default value.
setValue(int) - Method in class com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
get the trace value
setValue(int) - Method in class com.uc4.api.TraceOptions.TraceFlag
Set the trace flag value.
setValue1(String) - Method in class com.uc4.api.objects.UserDefinedCondition
Sets the first value of this user defined condition.
setValue1(String, String) - Method in class com.uc4.communication.requests.SetStaticVaraRows
Sets a new entry for value1 of the variable An IllegalArgumentException is thrown if key is null or empty.
setValue2(String) - Method in class com.uc4.api.objects.UserDefinedCondition
Sets the second value of this user defined condition.
setValue2(String, String) - Method in class com.uc4.communication.requests.SetStaticVaraRows
Sets a new entry for value2 of the variable An IllegalArgumentException is thrown if key is null or empty.
setValue3(String, String) - Method in class com.uc4.communication.requests.SetStaticVaraRows
Sets a new entry for value3 of the variable An IllegalArgumentException is thrown if key is null or empty.
setValue4(String, String) - Method in class com.uc4.communication.requests.SetStaticVaraRows
Sets a new entry for value4 of the variable An IllegalArgumentException is thrown if key is null or empty.
setValue5(String, String) - Method in class com.uc4.communication.requests.SetStaticVaraRows
Sets a new entry for value5 of the variable An IllegalArgumentException is thrown if key is null or empty.
SetValueAction - Class in com.uc4.api.objects
Sets or creates an object value which will be available for restarts.
SetValueAction() - Constructor for class com.uc4.api.objects.SetValueAction
Creates a new SetValueAction.
SetValueAction.Scope - Enum in com.uc4.api.objects
Scope.
setValueColumn(int) - Method in class com.uc4.api.objects.SetVariableAction
 
setValueFormat(CockpitValueControl.ValueFormat) - Method in class com.uc4.api.objects.CockpitValueControl
Sets the format of the 2nd caption.
setValueRequired(boolean) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets or clears the property which determines if this field requires a value.
setValueRequired(boolean) - Method in interface com.uc4.api.prompt.PromptInterfaces.ValueRequired
Sets or clears the property which determines if this field requires a value.
setValueRequired(boolean) - Method in class com.uc4.api.prompt.TextElement
Sets or clears the property which determines if this field requires a value.
setValues(String[]) - Method in class com.uc4.api.objects.PromptElement
Sets the list of values if the "Array" property is set.
setValues(String, String[]) - Method in class com.uc4.api.objects.PromptSetDefinition
Sets values as an array for the specified prompt element.
setVaraCache(long) - Method in class com.uc4.communication.requests.SetWPProperties
Sets the vara Cache
setVariable(UC4ObjectName) - Method in class com.uc4.api.objects.CockpitControlDataSource
Sets the data source variable.
setVariable(String) - Method in class com.uc4.api.objects.PromptElement
Sets the variable name that can be used in the Automation Engine Script.
setVariable1(UC4ObjectName) - Method in class com.uc4.api.objects.CompositeVariable
Sets the name of the first variable.
setVariable2(UC4ObjectName) - Method in class com.uc4.api.objects.CompositeVariable
Sets the name of the first variable.
SetVariableAction - Class in com.uc4.api.objects
Sets the content of a static variable.
SetVariableAction() - Constructor for class com.uc4.api.objects.SetVariableAction
Creates a new SetVariableAction.
setVariableName(UC4ObjectName) - Method in class com.uc4.api.objects.ClearVariableAction
Sets the name of the Variable object.
setVariableName(UC4ObjectName) - Method in class com.uc4.api.objects.SetVariableAction
 
setVariableNotShareable() - Method in class com.uc4.api.objects.VariableAttributes
Sets the variable type to "Not shareable".
setVariableReadOnly() - Method in class com.uc4.api.objects.VariableAttributes
Sets the variable type to read only.
setVariableReferenceable() - Method in class com.uc4.api.objects.VariableAttributes
Sets the variable type to referenceable.
setVault(String) - Method in class com.uc4.api.objects.LoginDefinition
Sets External vault.
setVersion(String) - Method in class com.uc4.api.objects.AgentAssignmentFilter.Item
Sets the Agent version including hotfix level.
setVersion(String) - Method in class com.uc4.api.objects.BackendCommand
Sets the version.
setVersion(String) - Method in class com.uc4.communication.requests.UploadBinary
Set the resource version.
setVersionControl(boolean) - Method in class com.uc4.communication.CheckBackSettings
Defines if restoring an object should be re-checked.
setVersionFilter(List<String>) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the version filter of a process.
setVhTerm(String) - Method in class com.uc4.api.objects.AttributesNSK
Sets the virtual terminal.
setViewMaximized() - Method in class com.uc4.api.objects.AttributesWin
Sets the display to maximized.
setViewMinimized() - Method in class com.uc4.api.objects.AttributesWin
Sets the display to minimized.
setViewStandard() - Method in class com.uc4.api.objects.AttributesWin
Set the display to normal view.
setWait(boolean) - Method in class com.uc4.api.objects.ExecuteObjectAction
Wait for the task to finish?
setWaitForManualRelease(boolean) - Method in class com.uc4.communication.requests.ExecuteObject
Waits for manual release, this method only works if executeOnce is selected.
setWaitForManualRelease(boolean) - Method in class com.uc4.communication.requests.RestartTask
Sets a flag to let a restarted task what until it is manually released.
setWednesday(boolean) - Method in class com.uc4.api.objects.WeeklyCalendarKeyword
Selects or deselects wednesday.
setWeekday(int) - Method in class com.uc4.api.objects.TimeZoneAttributes.TimeChangeRule
Sets the weekday on which the time change is made.
setWeekDays(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.uc4.api.objects.ExecuteRecurring
Sets Weekdays.
setWeekDays(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.uc4.api.objects.Period
Deprecated.
Use setExecuteRecurring() instead
setWeekdays(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class com.uc4.api.objects.SloFulfillment
Sets Weekdays.
setWFRunID(long) - Method in class com.uc4.communication.ConnectionAttributes
Sets the ARA Workflow RunID.
setWhen(CurrentTimeCondition.When) - Method in class com.uc4.api.objects.CurrentTimeCondition
 
setWhen(TaskState) - Method in class com.uc4.api.objects.DeactivateCondition
Sets the status for the error-free execution.
setWhen(TaskState) - Method in class com.uc4.api.objects.JobPlanTaskDependency
Sets the expected status of the predecessor.
setWidth(int) - Method in class com.uc4.api.objects.CockpitControl
Sets the width of the CockpitControl.
setWildcards(boolean) - Method in class com.uc4.api.objects.FileTransferSettings
Set this flag to true to execute FileTransfers with wildcards.
setWorkingDirectory(String) - Method in class com.uc4.api.objects.AttributesWin
Sets the working directory in which the Job should run.
SetWPProperties - Class in com.uc4.communication.requests
Sets the trace options for a Work Process using existing XREQ
SetWPProperties(GetWPProperties) - Constructor for class com.uc4.communication.requests.SetWPProperties
Creates new instance of SetWPProperties.
setWPTraceOptions(WPTraceOptions) - Method in class com.uc4.communication.requests.SetWPProperties
Set the WPTraceOptions to the SetWPTraceOptions request prior to sending it to the server.
setWrite(boolean) - Method in interface com.uc4.api.objects.Authorizations.Entry
Sets write permission.
setWrite(boolean) - Method in class com.uc4.api.objects.ObjectRight
 
setWrite(boolean) - Method in interface com.uc4.api.objects.Rights
Sets the access method: Write.
setWrite(boolean) - Method in class com.uc4.api.objects.UserRight
 
setX(int) - Method in class com.uc4.api.objects.JobPlanTask
Sets the column number of this task.
setXALMonitor(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the name of the XAL monitor.
setXALMonitorSet(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the name of the XAL monitor set.
setXALMonitorShortName(String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the short name of the XAL monitor.
setXALSystemLog(boolean) - Method in class com.uc4.api.objects.SAPConnectionRFC
Enables or disables the transfer of the XAL system log.
setXALVersion(SAPConnectionRFC.XALVersion) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the version of the XAL interface.
setXBPAuditlevel(int) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the XBP audit level (0 == minimal, 3 == Trace).
setXBPVersion(SAPConnectionRFC.XBPVersion) - Method in class com.uc4.api.objects.SAPConnectionRFC
Sets the version of the XBP Interface.
setXcmp(String) - Method in class com.uc4.api.objects.XRequest
Sets the structure for version comparison for XREQ Object
setXgui(String) - Method in class com.uc4.api.objects.XRequest
Sets structure of UI definition for XREQ object
setXiConnection(UC4ObjectName) - Method in class com.uc4.api.objects.SAPAgentPanel
 
setXmlKey(String) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets the key in case XML Variables are used as data reference.
setXmlKey(String) - Method in class com.uc4.api.prompt.ComboElement
Sets the key in case XML Variables are used as data reference.
setXmlKey(String) - Method in interface com.uc4.api.prompt.PromptInterfaces.XmlKey
Sets the key in case XML Variables are used as data reference.
setXmlKey(String) - Method in class com.uc4.api.prompt.RadioGroupElement
Sets the key in case XML Variables are used as data reference.
setXmlKey(String) - Method in class com.uc4.api.prompt.TextElement
Sets the key in case XML Variables are used as data reference.
setXPath(String) - Method in class com.uc4.api.prompt.CheckGroupElement
Sets the XPath expression if XML variables are used as data reference.
setXPath(String) - Method in class com.uc4.api.prompt.ComboElement
Sets the XPath expression if XML variables are used as data reference.
setXPath(String) - Method in interface com.uc4.api.prompt.PromptInterfaces.XPath
Sets the XPath expression if XML variables are used as data reference.
setXPath(String) - Method in class com.uc4.api.prompt.RadioGroupElement
Sets the XPath expression if XML variables are used as data reference.
setXPath(String) - Method in class com.uc4.api.prompt.TextElement
Sets the XPath expression if XML variables are used as data reference.
setXreq(String) - Method in class com.uc4.api.objects.XRequest
Sets the X-request XML of XREQ Object
setY(int) - Method in class com.uc4.api.objects.JobPlanTask
Sets the row number of this task.
setYear(int) - Method in class com.uc4.api.objects.TimeZoneAttributes
Sets the year for and after the local time values are valid.
setZduBaseSelect(boolean) - Method in class com.uc4.api.TaskFilter
Sets the zdu base selection to true or false
SetZDUStep - Class in com.uc4.communication.requests
 
SetZDUStep() - Constructor for class com.uc4.communication.requests.SetZDUStep
 
setZDUStep(String) - Method in class com.uc4.communication.requests.SetZDUStep
Sets the current ZDU step.
setZduTargetSelect(boolean) - Method in class com.uc4.api.TaskFilter
Sets the zdu target selection to true or false
setZduVersion(List<String>) - Method in class com.uc4.communication.requests.ServerList.Filter
Sets the zduVersion filter of a process.
setZduVersion(String) - Method in class com.uc4.communication.requests.TaskList
Sets the ZDU version filter.
setzduVersionFilter(String) - Method in class com.uc4.communication.requests.AgentList.Filter
 
shouldHostAttrTypeEmpty() - Method in class com.uc4.api.TaskFilter
Check if host attribute types list should be empty.
showAttributeDialog() - Method in class com.uc4.api.ExecuteTestOptions
Returns true if the Attribute Dialog will be opened before the object starts.
ShowQuarantineMessage - Class in com.uc4.communication.requests
Shows a quarantine message.
ShowQuarantineMessage(int) - Constructor for class com.uc4.communication.requests.ShowQuarantineMessage
Shows a Quarantine Message.
showQuarantineNotification() - Method in class com.uc4.communication.requests.XMLRequest
Returns true if a new quarantine message has been found.
shutdown() - Method in class com.uc4.communication.AEConnectionPool
Closes all open connections.
size() - Method in class com.automic.server.api.data.ClientQueueList
Size.
size() - Method in class com.uc4.api.Form
Returns the number of controls in form.
size() - Method in interface com.uc4.api.ITreeItem
Returns the number of child items of this ITreeItem.
size() - Method in class com.uc4.api.objects.AgentAssignmentFilter
 
size() - Method in class com.uc4.api.objects.Authorizations
 
size() - Method in class com.uc4.api.objects.Calendar
Returns the number of keywords in this calendar.
size() - Method in class com.uc4.api.objects.CockpitDesign
Returns the number of CockpitControl objects.
size() - Method in class com.uc4.api.objects.CockpitFrame
Returns the number of CockpitControl objects in the frame.
size() - Method in class com.uc4.api.objects.ConditionsSet
 
size() - Method in class com.uc4.api.objects.ConsoleBS2000
 
size() - Method in class com.uc4.api.objects.ConsoleOS390
 
size() - Method in class com.uc4.api.objects.ConsoleOS400
 
size() - Method in class com.uc4.api.objects.ConsoleSAP
 
size() - Method in class com.uc4.api.objects.ConsoleWindows
 
size() - Method in class com.uc4.api.objects.EventCalendar
 
size() - Method in class com.uc4.api.objects.HostGroup
 
size() - Method in class com.uc4.api.objects.JobPlanDependencies
Gets the number of predecessor dependencies.
size() - Method in class com.uc4.api.objects.Login
Returns the number of entries in this Login object.
size() - Method in class com.uc4.api.objects.ObjectAuthorizations
Returns the number of authorizations for this UC4Object.
size() - Method in class com.uc4.api.objects.OCVPanel
 
size() - Method in class com.uc4.api.objects.OutputFilter
 
size() - Method in class com.uc4.api.objects.PromptDesigner
Returns the number of prompt elements in this PromptSet.
size() - Method in class com.uc4.api.objects.SecureSQLVariable
Returns the number of bind parameters.
size() - Method in class com.uc4.api.objects.SecureSQLVariableIntern
Returns the number of bind parameters.
size() - Method in class com.uc4.api.objects.SyncList
Returns the number of SyncItem in this list.
size() - Method in class com.uc4.api.objects.TaskCalendar
Returns the number of calendar conditions.
size() - Method in class com.uc4.api.objects.UserAuthorizations
Returns the number of authorizations in this user object.
size() - Method in class com.uc4.api.objects.Variable
Returns the number of entries in this variable.
size() - Method in class com.uc4.api.objects.VariableValues
 
size() - Method in class com.uc4.api.objects.WorkflowLoop
Number of tasks in the loop.
size() - Method in class com.uc4.communication.AEConnectionPool
 
size() - Method in class com.uc4.communication.requests.ActiveNotifications
Returns the number of active notifications.
size() - Method in class com.uc4.communication.requests.ActivityList
Returns the number of tasks.
size() - Method in class com.uc4.communication.requests.AgentAndGroupList
Returns the number of resulting items in the list.
size() - Method in class com.uc4.communication.requests.AgentGroupList
Returns the total number of items in the host group list (active and inactive).
size() - Method in class com.uc4.communication.requests.AgentGroupMonitor
Returns the number of tasks.
size() - Method in class com.uc4.communication.requests.AgentList
Returns the total number of items in the Agent list (active and inactive).
size() - Method in class com.uc4.communication.requests.CacheList
Returns the total number of items in the cache list.
size() - Method in class com.uc4.communication.requests.CalendarList
Returns the number of elements.
size() - Method in class com.uc4.communication.requests.CheckAuthorizations
Returns the number of candidates.
size() - Method in class com.uc4.communication.requests.CheckILMPartition
Returns the number tasks which are currently active in this partition.
size() - Method in class com.uc4.communication.requests.CheckUserPrivileges
Returns the number of candidates.
size() - Method in class com.uc4.communication.requests.ChildStatistics
Returns the number of items in the result.
size() - Method in class com.uc4.communication.requests.ClientList
Returns the total number of items in the client list (active and inactive).
size() - Method in class com.uc4.communication.requests.ExitList
 
size() - Method in class com.uc4.communication.requests.FindReferencedObjects
Returns the number of objects names that have been found.
size() - Method in class com.uc4.communication.requests.FolderList
Returns the number of objects in this folder.
size() - Method in class com.uc4.communication.requests.GenericStatistics
Returns the number of items in the result.
size() - Method in class com.uc4.communication.requests.GetActivitiesFilter
Returns the number of object types for the activity filter.
size() - Method in class com.uc4.communication.requests.GetCAUAgentVersions
Returns the total number of the available agent versions.
size() - Method in class com.uc4.communication.requests.GetChangeLog
Returns the number of rows in the result list.
size() - Method in class com.uc4.communication.requests.GetComments
Returns the number of comments.
size() - Method in class com.uc4.communication.requests.GetComponentTemplates
Returns the number of templates which where returned by this request.
size() - Method in class com.uc4.communication.requests.GetComponentWorkflows
Returns the number of workflows which where returned by this request.
size() - Method in class com.uc4.communication.requests.GetDynamicComboList
Returns the number of elements in the Combo Box.
size() - Method in class com.uc4.communication.requests.GetOutputDirectory
Returns the number of reports or -1 if this request has not been sent.
size() - Method in class com.uc4.communication.requests.GetRAAgentNames
 
size() - Method in class com.uc4.communication.requests.GetRAConnectionNames
 
size() - Method in class com.uc4.communication.requests.GetRAJobNames
 
size() - Method in class com.uc4.communication.requests.GetReplaceList
Returns the number of items.
size() - Method in class com.uc4.communication.requests.GetStorageItems
Returns the total number of items in the storage object.
size() - Method in class com.uc4.communication.requests.GetSyncUsage
Returns the number of SYNC objects.
size() - Method in class com.uc4.communication.requests.GetUnreadMessages
Returns the number of unread messages.
size() - Method in class com.uc4.communication.requests.GroupMonitor
Returns the number of tasks in this Group.
size() - Method in class com.uc4.communication.requests.JobPlanMonitor
Returns the number of tasks in the ProcessFlow.
size() - Method in class com.uc4.communication.requests.LicenseList
Deprecated.
Returns the number of entries in the license list.
size() - Method in class com.uc4.communication.requests.MessageList
 
size() - Method in class com.uc4.communication.requests.MQMemList
Returns the number of items in this list.
size() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentNode
 
size() - Method in class com.uc4.communication.requests.NavigatorAgentTree
Returns the number of top level items in the Navigation Queue Tree.
size() - Method in class com.uc4.communication.requests.NavigatorCATree.CustomAttributeNode
 
size() - Method in class com.uc4.communication.requests.NavigatorCATree
Returns the number of top level items in the Navigation Custom Attribute Tree.
size() - Method in class com.uc4.communication.requests.NavigatorQueueTree.QueueNode
 
size() - Method in class com.uc4.communication.requests.NavigatorQueueTree
Returns the number of top level items in the Navigation Queue Tree.
size() - Method in class com.uc4.communication.requests.NavigatorStatusTree
Returns the number of top level items in the Navigation Status Tree.
size() - Method in class com.uc4.communication.requests.NavigatorStatusTree.StatusNode
 
size() - Method in class com.uc4.communication.requests.NavigatorZDUTree
Returns the number of top level items in the Navigation Custom Attribute Tree.
size() - Method in class com.uc4.communication.requests.NavigatorZDUTree.ZDUNode
 
size() - Method in class com.uc4.communication.requests.NotificationMonitor
Returns the number of rows in the calling status table.
size() - Method in class com.uc4.communication.requests.ObjectStatistics
Returns the number of items in the result.
size() - Method in class com.uc4.communication.requests.PreviewAssignment
Returns the number of data rows in the preview.
size() - Method in class com.uc4.communication.requests.PreviewVariable
Returns the number of data rows in the preview.
size() - Method in class com.uc4.communication.requests.PromptInputHelp
Returns the number of data rows in the table.
size() - Method in class com.uc4.communication.requests.QuarantineList
 
size() - Method in class com.uc4.communication.requests.QueryData
Returns the number of rows.
size() - Method in class com.uc4.communication.requests.QueueList
Returns the total number of items in the Queue list (active and inactive).
size() - Method in class com.uc4.communication.requests.QuickSearch
Returns the number of items in the response.
size() - Method in class com.uc4.communication.requests.ReportTypeList
Returns the number of report types.
size() - Method in class com.uc4.communication.requests.ScheduleMonitor
Returns the number of tasks in this schedule.
size() - Method in class com.uc4.communication.requests.SearchObject
Returns the number of objects in the search result.
size() - Method in class com.uc4.communication.requests.ServerList
Returns the total number of items in the server list (active and inactive).
size() - Method in class com.uc4.communication.requests.ServiceFulfillmentList
Returns the total number of items in the service fulfillments list.
size() - Method in class com.uc4.communication.requests.ServiceLevelObjectiveList
Returns the total number of items in the service level objective list.
size() - Method in class com.uc4.communication.requests.SystemWorkload
Returns the total number of clients in the workload list.
size() - Method in class com.uc4.communication.requests.TaskDetails
Returns the number of groups.
size() - Method in class com.uc4.communication.requests.TaskList
Returns the number of tasks.
size() - Method in class com.uc4.communication.requests.TaskPromptSetContent
Returns the number of PromptElements.
size() - Method in class com.uc4.communication.requests.TaskPromptSetNames
Returns the number of prompt elements.
size() - Method in class com.uc4.communication.requests.TaskStatistics
Returns the number of items in the result.
size() - Method in class com.uc4.communication.requests.TemplateList
Returns the number of templates.
size() - Method in class com.uc4.communication.requests.UserList
Returns the total number of items in the user list (active and inactive).
size() - Method in class com.uc4.communication.requests.VersionControlList
Returns the number of versions.
sizeOfOnChangeResetElements() - Method in class com.uc4.api.prompt.OnChangeResetElement
Returns the number of OnChangeResetElement's which are registered to this PromptElement
SKIP_NAME_CHECK - Static variable in class com.uc4.api.objects.FileSystem
Skip UC4ObjectName check.
SkipTaskAction - Class in com.uc4.api.objects
Skips the task (as 'else skip' in V8 or lower) without checking of further conditions..
SkipTaskAction() - Constructor for class com.uc4.api.objects.SkipTaskAction
Creates a new SkipTaskAction.
SLO - Static variable in class com.uc4.api.Template
Template for the SLO object.
SloFulfillment - Class in com.uc4.api.objects
Represents the fulfillment sheet of SLO objects.
SloFulfillment(XMLDocument) - Constructor for class com.uc4.api.objects.SloFulfillment
 
SloSelection - Class in com.uc4.api.objects
Selection criteria of SLO objects.
SloSelection(XMLDocument) - Constructor for class com.uc4.api.objects.SloSelection
 
SloSelection.Beneficiary - Class in com.uc4.api.objects
Beneficiary of a service.
sortByNameAscending() - Method in class com.uc4.communication.requests.ActivityList
Sorts the result from the server.
sortByNameDescending() - Method in class com.uc4.communication.requests.ActivityList
Sorts the result from the server.
sql() - Method in class com.uc4.api.objects.Variable
This method provides access to the SQL settings of this VARA object.
sqlIntern() - Method in class com.uc4.api.objects.Variable
This method provides access to the SQL (Automation Engine DB) settings of this VARA object.
sqlInternSecure() - Method in class com.uc4.api.objects.Variable
This method provides access to the Secure SQL (Automation Engine DB) settings of this VARA object.
sqlSecure() - Method in class com.uc4.api.objects.Variable
This method provides access to the Secure SQL settings of this VARA object.
SSOConfiguration - Class in com.uc4.communication
Configuration for Single Sign on.
SSOConfiguration(int) - Constructor for class com.uc4.communication.SSOConfiguration
Creates a new SSO login configuration instance for the specified client.
stableWithin(int) - Method in class com.uc4.api.objects.FileSystem
Adds an additional condition for the event: The file must be stable within the specified number of seconds.
StartHost - Class in com.uc4.communication.requests
Starts a host which is linked to the Service Manager.
StartHost(UC4HostName) - Constructor for class com.uc4.communication.requests.StartHost
Creates a new StartHost instance.
StartILM - Class in com.uc4.communication.requests
Activates ILM.
StartILM() - Constructor for class com.uc4.communication.requests.StartILM
 
STARTING - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Starting.
StartServer - Class in com.uc4.communication.requests
Starts a Server Process (CP or WP).
StartServer(String) - Constructor for class com.uc4.communication.requests.StartServer
Creates a new StartServer instance.
StartServer(List<ServerListItem>) - Constructor for class com.uc4.communication.requests.StartServer
Creates a new StartServer instance.
startTime - Variable in class com.uc4.api.AbstractTask
 
startType - Variable in class com.uc4.api.AbstractTask
 
state - Variable in class com.uc4.api.AbstractTask
 
state - Variable in class com.uc4.communication.requests.NotificationState
 
stateIcon - Variable in class com.uc4.api.AbstractTask
 
stateIterator() - Method in class com.uc4.api.objects.Sync
Returns an iterator over SyncState.
stateSize() - Method in class com.uc4.api.objects.Sync
Returns the number of Sync states.
stateWithinParent - Variable in class com.uc4.api.AbstractTask
 
StaticCalendarKeyword - Class in com.uc4.api.objects
This class represents a static calendar keyword.
StaticCalendarKeyword(UC4ObjectName, DateTime, DateTime) - Constructor for class com.uc4.api.objects.StaticCalendarKeyword
Constructs a new StaticCalendarKeyword using the specified name and date range.
StaticCalendarKeyword(Element, String) - Constructor for class com.uc4.api.objects.StaticCalendarKeyword
 
statistics - Variable in class com.uc4.api.Task
 
statistics() - Method in class com.uc4.communication.Settings
This method provides access to the time statistics settings.
StatisticSearchItem - Class in com.uc4.api
This class represents a row in the result of a statistics search.
StatisticSearchItem(Element, boolean, ConnectionAttributes, XMLDocument) - Constructor for class com.uc4.api.StatisticSearchItem
Constructs a StatisticSearchItem from the speficied XML element.
StatisticsSettings - Class in com.uc4.communication
This class represents the Process Flow settings.
statusCode - Variable in class com.uc4.api.AbstractTask
 
StatusCondition - Class in com.uc4.api.objects
Checks the 'ENDED' status of the task.
StatusCondition() - Constructor for class com.uc4.api.objects.StatusCondition
Creates a new StatusCondition.
StatusNode(Element) - Constructor for class com.uc4.communication.requests.NavigatorStatusTree.StatusNode
 
statusText - Variable in class com.uc4.api.AbstractTask
 
StepListItem - Class in com.uc4.api.objects
Item in a Step List for OS/390 Jobs.
StepListItem(String, String, boolean) - Constructor for class com.uc4.api.objects.StepListItem
Creates a new item for the OS/390 Step List.
StepListItem(Element) - Constructor for class com.uc4.api.objects.StepListItem
 
StopILM - Class in com.uc4.communication.requests
Deactivates ILM.
StopILM() - Constructor for class com.uc4.communication.requests.StopILM
 
Storage - Class in com.uc4.api.objects
This class represents a STORE Object.
Storage() - Constructor for class com.uc4.api.objects.Storage
 
StorageItem - Class in com.uc4.api
This class represents one resource in storage object.
StorageItem(ConnectionAttributes, Element) - Constructor for class com.uc4.api.StorageItem
Constructs a StorareRessource using a XML Element.
StorageItem.UsageType - Enum in com.uc4.api
Represents usage type of the resource.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesBS2000
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesGCOS8
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesJMX
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesMPE
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesNSK
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesOA
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesOS390
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesOS400
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesPS
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesRA
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesSAP
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesSiebel
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesSLO
Stores data of this object under the request element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesSQL
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesUnix
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesVMS
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.AttributesWin
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.Authorizations
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.BackendVariable
 
store(Element) - Method in class com.uc4.api.objects.CalendarCondition
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.CockpitControl
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.CockpitDesign
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.CompositeVariable
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleOS390.ConsoleOS390Filter
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleOS400.ConsoleOS400Filter
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.DatabaseEventSettings
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.DatabaseEventValue
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.Deployment
Stores the data of this class in the specified XML document
store(XMLDocument, Element) - Method in class com.uc4.api.objects.DynamicExecVariable
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.DynamicSQLVariable
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.DynamicSQLVariableIntern
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.EstimatedRuntime
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.EventAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.EventCalendar
 
store(Element) - Method in class com.uc4.api.objects.EventCalendarItem
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.EventSettings
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ExecuteRecurring
Only for internal use.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.FileListVariable
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.FileSystem
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.FileTransferAttributes
Stores the content of this job under the request element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.FileTransferSettings
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.GroupAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.Header
Stores data of this object under the request element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.HostAttributes
 
store(Element) - Method in class com.uc4.api.objects.HostGroupItem
 
store(XMLDocument, Element) - Method in interface com.uc4.api.objects.IHostAttributes
Writes the host attributes back to the XMLDocument.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.JobAttributes
Stores the content of this job under the request element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.JobPlanAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.JobPlanCheckpoint
Deprecated.
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.JobPlanEarliest
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.JobPlanExternal
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.JobPlanTask
 
store(XMLDocument, Element, int) - Method in class com.uc4.api.objects.JobPlanTaskDependency
 
store(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.LoginDefinition
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.MaxParallel
Stores the content of this object under the attr element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.NotificationAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.NotificationSettings
Stores the all parameters of this tab
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ObjectAuthorizations
 
store(XMLDocument, Element, ConnectionAttributes, String) - Method in class com.uc4.api.objects.OCVPanel.CITValue
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.Operator
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.OutputScan
Stores data of this object under the request element.
store(XMLDocument, Element, int) - Method in class com.uc4.api.objects.OutputScanFilter
Saves the content of this instance in an XML DOM Element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ProcessFlowGeneral
 
store(XMLDocument, Element, ConnectionAttributes, String) - Method in class com.uc4.api.objects.PromptDesigner
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.PromptElement
Saves this PromptElement to the specified XML Document
store(XMLDocument, Element) - Method in class com.uc4.api.objects.PromptSetDefinition
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.QueueAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.QueueExceptionCondition
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.QueueManagerAttributes
Stores the content of this job under the request element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.Rollback
Stores the data of this class in the specified XML document
store(Element) - Method in class com.uc4.api.objects.RollCalendarCollision
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.Runtime
 
store(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.SAPAgentPanel
Saves the content of this panel in the specified XML document
store(XMLDocument, Element, ConnectionAttributes, String) - Method in class com.uc4.api.objects.SAPConnectionHTTP
Saves the content of this instance in the specified XML document
store(XMLDocument, Element, ConnectionAttributes, String) - Method in class com.uc4.api.objects.SAPConnectionRFC
Saves the content of this instance in the specified DOM document
store(XMLDocument, Element) - Method in class com.uc4.api.objects.SAPQueueManagerFilter
Stores the content of this job under the request element.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ScheduleAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ScheduleTask
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.ScriptAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.SecureSQLVariable
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.SecureSQLVariableIntern
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.SloFulfillment
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.SloSelection
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.StepListItem
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.SyncAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.SyncList
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.TaskResult
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.TaskRuntime
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.TimeZoneAttributes
 
store(XMLDocument, Element, ConnectionAttributes, boolean) - Method in class com.uc4.api.objects.UC4Object
Fills the XML document with the values from the object.
store(XMLDocument, Element) - Method in class com.uc4.api.objects.UserAssignment
 
store(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.UserAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.UserAuthorizations
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.UserGroupAssignment
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.UserPrivileges
 
store(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.VariableAttributes
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.VariableValues
 
store(XMLDocument, Element) - Method in class com.uc4.api.objects.XHeader
Stores data of this object under the request element.
STORE - Static variable in class com.uc4.api.Template
Template for Store objects.
store(XMLDocument, Element) - Method in class com.uc4.communication.requests.JobPlanMonitor.JobPlanMonitorExternal
Deprecated.
 
store(XMLDocument, Element) - Method in class com.uc4.communication.requests.JobPlanMonitor.JobPlanMonitorRuntime
Deprecated.
 
store(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.communication.Settings
Internal use only.
STORE_IA_RULE - Static variable in class com.uc4.api.Template
Template for IA Store Objects.
storeAdditionalPromptData(Element) - Method in class com.uc4.api.objects.PromptElement
Subclasses can implement this method to store additional data into the prompt-element.
storeAdditionalPromptData(Element) - Method in class com.uc4.api.prompt.OnChangeResetElement
 
storeConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleBS2000
 
storeConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleEventSetting
 
storeConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleOS390
 
storeConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleOS400
 
storeConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleSAP
 
storeConsole(XMLDocument, Element) - Method in class com.uc4.api.objects.ConsoleWindows
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Calendar
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.ConsoleEvent
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.DatabaseConnection
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.DatabaseEvent
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.FileEvent
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.FileTransfer
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Group
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Host
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.HostGroup
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Include
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Job
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.JobPlan
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Login
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Notification
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.OutputFilter
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.PromptSet
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Queue
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.RAConnection
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.RuleEvent
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.SAPConnection
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.SAPQueueManager
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Schedule
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Script
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Sync
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.User
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.UserGroup
 
storeContent(XMLDocument, Element, ConnectionAttributes) - Method in class com.uc4.api.objects.Variable
 
storeDefaultValues(XMLDocument, Element) - Method in class com.uc4.api.objects.PromptElement
 
Stylesheet - Class in com.uc4.api.objects
This class represents Stylesheet objects.
Stylesheet() - Constructor for class com.uc4.api.objects.Stylesheet
 
subfolder() - Method in interface com.uc4.api.objects.IFolder
Returns an iterator for subfolders Each object in the list implements the IFolder interface.
subfolder() - Method in class com.uc4.util.FolderImpl
 
SubmitForm - Class in com.uc4.communication.requests
Sends the content of a Read form to the server.
SubmitForm(Form) - Constructor for class com.uc4.communication.requests.SubmitForm
Creates a SubmitForm object.
SubmitPrompt - Class in com.uc4.communication.requests
Submits a list of PromptSet values to continue with the execution of an UC4 Object.
SubmitPrompt(TaskPromptSetNames, TaskPromptSetContent...) - Constructor for class com.uc4.communication.requests.SubmitPrompt
Creates a new SubmitPrompt request.
successorIterator() - Method in class com.uc4.api.objects.JobPlanDependencies
 
SuspendClient - Class in com.uc4.communication.requests
Stops the automatic processing for the current client.
SuspendClient() - Constructor for class com.uc4.communication.requests.SuspendClient
Stops the processing of the current client.
SuspendClient(ClientListItem) - Constructor for class com.uc4.communication.requests.SuspendClient
Stops the processing of the specified client.
SuspendClient(List<ClientListItem>) - Constructor for class com.uc4.communication.requests.SuspendClient
Stops the processing of multiple clients.
SuspendTask - Class in com.uc4.communication.requests
Stops an active task.
SuspendTask(int, boolean) - Constructor for class com.uc4.communication.requests.SuspendTask
Constructs a SuspendTask using the specified RunID.
SwitchOutILM - Class in com.uc4.communication.requests
Switches out an ILM partition.
SwitchOutILM() - Constructor for class com.uc4.communication.requests.SwitchOutILM
 
Sync - Class in com.uc4.api.objects
Sync object.
Sync() - Constructor for class com.uc4.api.objects.Sync
 
SYNC - Static variable in class com.uc4.api.Template
Template for Sync objects.
SyncAction - Class in com.uc4.api.objects
This class represents an action of an Sync object.
SyncAction(String, String, String, int, String, String, int) - Constructor for class com.uc4.api.objects.SyncAction
Constructs a new SyncAction using the specified values.
SyncAction(String, String, String) - Constructor for class com.uc4.api.objects.SyncAction
Constructs a new SyncAction using the specified values.
SyncAttributes - Class in com.uc4.api.objects
This class represents the attributes of Sync objects.
SyncAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.SyncAttributes
 
SynchronizeLDAP - Class in com.uc4.communication.requests
This request synchronizes the data of an UC4 User with LDAP.
SynchronizeLDAP(UC4UserName) - Constructor for class com.uc4.communication.requests.SynchronizeLDAP
Creates a new SynchronizeLDAP request.
SynchronizeLDAP(UserListItem) - Constructor for class com.uc4.communication.requests.SynchronizeLDAP
Creates a new SynchronizeLDAP request in another client.
SyncItem - Class in com.uc4.api.objects
This class represents a single row of the sync tab.
SyncItem(UC4ObjectName, String, String, String, String) - Constructor for class com.uc4.api.objects.SyncItem
Constructs a SyncEntry using the specified parameters.
SyncList - Class in com.uc4.api.objects
This class represents the SYNC tab of an executable object.
SyncList(XMLDocument) - Constructor for class com.uc4.api.objects.SyncList
Constructs a SyncList from the specified XMLDocument
syncs() - Method in class com.uc4.api.objects.Cockpit
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.ConsoleEvent
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.DatabaseEvent
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.FileEvent
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.FileTransfer
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.Group
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.Job
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.JobPlan
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.Notification
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.PSRemoteTaskManager
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.RuleEvent
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.SAPQueueManager
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.Schedule
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.Script
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.TimeEvent
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.WorkflowIF
Returns a SyncList object which contains sync conditions of this object.
syncs() - Method in class com.uc4.api.objects.WorkflowLoop
Returns a SyncList object which contains sync conditions of this object.
SyncState - Class in com.uc4.api.objects
This class represents the state of a Sync object.
SyncState(String, String) - Constructor for class com.uc4.api.objects.SyncState
Constructs a new SyncState using the specified state name and description.
SystemWorkload - Class in com.uc4.communication.requests
Gets the Server workload.
SystemWorkload() - Constructor for class com.uc4.communication.requests.SystemWorkload
Returns the data which is shown in the system overview as "Usage".
SystemWorkload(ServerListItem) - Constructor for class com.uc4.communication.requests.SystemWorkload
Returns the usage for the specified server.

T

Task - Class in com.uc4.api
This class contains a description of a single task in the ActivityList.
Task(ConnectionAttributes) - Constructor for class com.uc4.api.Task
 
Task(Element, ConnectionAttributes) - Constructor for class com.uc4.api.Task
Constructs a new Task using the specified element.
Task(Element, ConnectionAttributes, JobPlanMonitor, XMLDocument) - Constructor for class com.uc4.communication.requests.JobPlanMonitor.Task
 
Task(Element, ConnectionAttributes, JobPlanMonitor) - Constructor for class com.uc4.communication.requests.JobPlanMonitor.Task
 
Task(boolean, int, Element, ConnectionAttributes) - Constructor for class com.uc4.communication.requests.ScheduleMonitor.Task
Creates an instance from a DOM element.
TASK_NAME - Static variable in class com.uc4.api.objects.ValidityKeywordType
Task names are used as scopes.
TaskCalendar - Class in com.uc4.api.objects
Task calendar conditions.
TaskCalendar() - Constructor for class com.uc4.api.objects.TaskCalendar
Constructs an empty TaskCalendar where ConditionMatchOne is set to true.
TaskCalendar(XMLDocument, Element) - Constructor for class com.uc4.api.objects.TaskCalendar
 
TaskDetails - Class in com.uc4.communication.requests
Gets the details of task in the activity window or statistic.
TaskDetails(int) - Constructor for class com.uc4.communication.requests.TaskDetails
Constructs a TaskDetails using the specified RunID.
TaskDetails(UserListItem) - Constructor for class com.uc4.communication.requests.TaskDetails
Creates a new request to read the details of a logged on user.
TaskFilter - Class in com.uc4.api
This class represents a filter for the activity list.
TaskFilter() - Constructor for class com.uc4.api.TaskFilter
Constructs a new TaskFilter object.
TaskFilter.TimeFrame - Enum in com.uc4.api
TimeFrame for the activation filter.
TaskFilter.TimeUnit - Enum in com.uc4.api
Time Unit for the Activation filter.
taskIterator() - Method in class com.uc4.api.objects.JobPlan
Returns an iterator over JobPlanTask.
taskIterator() - Method in class com.uc4.api.objects.Schedule
Returns an iterator over ScheduleTask.
taskIterator() - Method in class com.uc4.communication.requests.JobPlanMonitor
Deprecated.
use iterator() instead
TaskList - Class in com.uc4.communication.requests
Returns a list of a tasks based on a filter.
TaskList(TaskFilter, String...) - Constructor for class com.uc4.communication.requests.TaskList
Creates a new TaskList request.
TaskList.DateRange - Enum in com.uc4.communication.requests
Type of the time frame in a combined task selection.
TaskPromptSetContent - Class in com.uc4.communication.requests
This request reads the content of a PromptSet (List of PromptElements) for a specified task.
TaskPromptSetContent(UC4ObjectName, int) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Deprecated.
Use the constructor TaskPromptSetContent(TaskPromptSetName promptSetName, int runID) instead.

TaskPromptSetContent(PromptSet) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Preview of a prompt set object.
TaskPromptSetContent(TaskPromptSetName, int) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Creates a request to get the content of a PromptSet for execution.
TaskPromptSetContent(PromptSetDefinition) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Deprecated.
Use TaskPromptSetContent(PromptSetDefinition promptSetDef, UC4Object obj) instead
TaskPromptSetContent(PromptSetDefinition, UC4Object) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Creates a request to get the content of a PromptSet of an object.
TaskPromptSetContent(PromptSetDefinition, ITaskItem) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Creates a request to get the content of a PromptSet of a JOBP task.
TaskPromptSetContent(PromptSetDefinition, JobPlanMonitor.Task) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Creates a request to get the content of a PromptSet of a JOBP task that was executed.
TaskPromptSetContent(UC4ObjectName, ITaskItem) - Constructor for class com.uc4.communication.requests.TaskPromptSetContent
Creates a request to get the content of a PromptSet of a JOBP task.
TaskPromptSetName - Class in com.uc4.api
This class contains information about a single prompt set.
TaskPromptSetName(XMLDocument, Element) - Constructor for class com.uc4.api.TaskPromptSetName
Creates a new TaskPromptSetName.
TaskPromptSetNames - Class in com.uc4.communication.requests
This request reads a list of Prompt Set Objects of a specified task.
TaskPromptSetNames(int) - Constructor for class com.uc4.communication.requests.TaskPromptSetNames
Creates a new GetTaskPromptSetNames request.
TaskResult - Class in com.uc4.api.objects
With the TaskResult you can define a reaction to the end status of a task.
TaskResult() - Constructor for class com.uc4.api.objects.TaskResult
 
TaskResult(XMLDocument, Element) - Constructor for class com.uc4.api.objects.TaskResult
 
TaskRuntime - Class in com.uc4.api.objects
Task runtime.
TaskRuntime(XMLDocument, Element) - Constructor for class com.uc4.api.objects.TaskRuntime
 
taskSize() - Method in class com.uc4.api.objects.JobPlan
Returns the number of tasks in this JobPlan.
taskSize() - Method in class com.uc4.api.objects.Schedule
Returns the number of tasks in this Schedule.
TaskState - Class in com.uc4.api.objects
Task states.
TaskState(String) - Constructor for class com.uc4.api.objects.TaskState
Constructs a new TaskState from the specified name.
TaskState(String, int) - Constructor for class com.uc4.api.objects.TaskState
Constructs a new TaskState from the specified name and state.
TaskStatistics - Class in com.uc4.communication.requests
Reads the statistics of a single task.
TaskStatistics(int) - Constructor for class com.uc4.communication.requests.TaskStatistics
Creates a request instance to read the statistic of the specified task.
TaskStatistics(int, int) - Constructor for class com.uc4.communication.requests.TaskStatistics
Creates a request instance to read the statistic of the specified task inside another task.
TaskValues - Class in com.uc4.api.objects
This class represents task values and PromptSets.
TaskValues(XMLDocument, Element) - Constructor for class com.uc4.api.objects.TaskValues
 
Template - Class in com.uc4.api
This class describes a single object template.
Template(Element) - Constructor for class com.uc4.api.Template
Constructs a Template from the specified Element.
TemplateList - Class in com.uc4.communication.requests
Returns a list of templates for UC4 Objects.
TemplateList() - Constructor for class com.uc4.communication.requests.TemplateList
Deprecated.
Use TemplateList(IFolder folder) instead
TemplateList(IFolder) - Constructor for class com.uc4.communication.requests.TemplateList
Creates a list of templates in a specified folder.
TerminateAgentGroup - Class in com.uc4.communication.requests
Terminates all Agents in an AgentGroup.
TerminateAgentGroup(AgentGroupListItem) - Constructor for class com.uc4.communication.requests.TerminateAgentGroup
Creates a new TerminateAgentGroup request to terminate all active Agents in the AgentGroup.
TerminateAgentGroup(List<AgentGroupListItem>) - Constructor for class com.uc4.communication.requests.TerminateAgentGroup
Constructs a TerminateAgentGroup using multiple AgentGroup list Items.
TerminateHost - Class in com.uc4.communication.requests
Terminates a running Agent.
TerminateHost(UC4HostName) - Constructor for class com.uc4.communication.requests.TerminateHost
Creates a new TerminateHost request.
TerminateHost(List<UC4HostName>) - Constructor for class com.uc4.communication.requests.TerminateHost
Creates a new TerminateHost request for given hostname list.
TerminateServer - Class in com.uc4.communication.requests
Terminates a server process.
TerminateServer(ServerListItem) - Constructor for class com.uc4.communication.requests.TerminateServer
Creates a new TerminateServer request.
TerminateServer(List<ServerListItem>) - Constructor for class com.uc4.communication.requests.TerminateServer
Creates a new TerminateServer request.
textDocumentation(String) - Method in class com.uc4.api.objects.DocuContainer
This method provides access to the text documentation which the specified name.
TextDocumentation - Class in com.uc4.api.objects
This class represents a documentation tab of type "text".
TextElement - Class in com.uc4.api.prompt
A prompt element of type text.
TextElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.TextElement
 
thresholds - Variable in class com.uc4.api.objects.CockpitValueControl
 
thresholds() - Method in class com.uc4.api.objects.CockpitValueControl
Returns the CockpitThresholds of the CockpitControl.
Time - Class in com.uc4.api
This class represents a Time which consits of hours and minutes only.
Time(String) - Constructor for class com.uc4.api.Time
Constructs a new Time object from the specified time string.
Time(short, short, short) - Constructor for class com.uc4.api.Time
Constructs a new Time object from the specified values.
TimeElement - Class in com.uc4.api.prompt
This class represents a time prompt element.
TimeElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.TimeElement
Creates a new TimeElement.
TimeEvent - Class in com.uc4.api.objects
Time Event.
TimeEvent() - Constructor for class com.uc4.api.objects.TimeEvent
 
timeFormat() - Method in class com.uc4.communication.Settings
This method provides access to the time format/calendar settings.
TimeoutException - Exception in com.uc4.communication
This exception is thrown if a Connection.sendRequestAndWait() call timed out.
TimeoutException(long) - Constructor for exception com.uc4.communication.TimeoutException
Creates a TimeoutException.
TimeSettings - Class in com.uc4.communication
This class represents the Process Flow settings.
TimeSettings.CalendarView - Enum in com.uc4.communication
Display setting for calendars.
TimeSettings.FirstWeekOfYear - Enum in com.uc4.communication
Display setting for the first week of the year.
TimeSettings.TimeFormat - Enum in com.uc4.communication
Display format of times.
TimeSinceActivationCondition - Class in com.uc4.api.objects
Checks time that has passed since the activation of the task.
TimeSinceActivationCondition() - Constructor for class com.uc4.api.objects.TimeSinceActivationCondition
Creates a new TimeSinceActivationCondition.
TimeSinceActivationCondition.TimeOperator - Enum in com.uc4.api.objects
Operator.
TimeStampElement - Class in com.uc4.api.prompt
A Timestamp element.
TimeStampElement(String, UC4ObjectName) - Constructor for class com.uc4.api.prompt.TimeStampElement
 
TimeZone - Class in com.uc4.api.objects
Represents a TimeZone object.
TimeZone() - Constructor for class com.uc4.api.objects.TimeZone
 
TimeZoneAttributes - Class in com.uc4.api.objects
Represents the attributes tab of a TimeZone object.
TimeZoneAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.TimeZoneAttributes
 
TimeZoneAttributes.TimeChangeRule - Class in com.uc4.api.objects
Defines the point in time for a time change.
toString() - Method in class com.uc4.api.AbstractTask
 
toString() - Method in class com.uc4.api.ComponentWorkflowObjectName
 
toString() - Method in class com.uc4.api.DateTime
 
toString() - Method in class com.uc4.api.FolderListItem
 
toString() - Method in class com.uc4.api.MessageBox
 
toString() - Method in class com.uc4.api.objects.CalendarCondition
 
toString() - Method in class com.uc4.api.objects.CalendarKeyword
 
toString() - Method in class com.uc4.api.objects.ConsoleOS390.ConsoleOS390Filter
 
toString() - Method in class com.uc4.api.objects.ConsoleOS400.ConsoleOS400Filter
 
toString() - Method in class com.uc4.api.objects.ConsoleSAP.EventHistoryFilter
 
toString() - Method in class com.uc4.api.objects.ConsoleSAP.JavaEventHistoryFilter
 
toString() - Method in class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
toString() - Method in class com.uc4.api.objects.ConsoleWindows.ConsoleWindowsFilter
 
toString() - Method in class com.uc4.api.objects.DeactivateCondition
 
toString() - Method in class com.uc4.api.objects.ForecastTaskState
 
toString() - Method in class com.uc4.api.objects.HostGroupItem
 
toString() - Method in class com.uc4.api.objects.JobPlanTask
 
toString() - Method in class com.uc4.api.objects.OCVPanel.CITValue
 
toString(Document) - Static method in class com.uc4.api.objects.PromptDesigner
Returns the given document as a string.
toString() - Method in class com.uc4.api.objects.PromptElement
 
toString() - Method in class com.uc4.api.objects.QueueExceptionCondition
 
toString() - Method in class com.uc4.api.objects.RollCalendarCollision
 
toString() - Method in class com.uc4.api.objects.SyncItem
 
toString() - Method in class com.uc4.api.objects.SyncState
 
toString() - Method in class com.uc4.api.objects.TaskState
 
toString() - Method in enum com.uc4.api.objects.UserRight.Type
 
toString() - Method in class com.uc4.api.objects.ValidityKeywordType
 
toString() - Method in class com.uc4.api.servicefulfillment.ViolationReason
 
toString() - Method in class com.uc4.api.StatisticSearchItem
 
toString() - Method in class com.uc4.api.StorageItem
 
toString() - Method in class com.uc4.api.systemoverview.AgentGroupListItem
 
toString() - Method in class com.uc4.api.systemoverview.AgentListItem
 
toString() - Method in class com.uc4.api.systemoverview.CacheListItem
 
toString() - Method in class com.uc4.api.systemoverview.ClientListItem
 
toString() - Method in class com.uc4.api.systemoverview.QueueListItem
 
toString() - Method in class com.uc4.api.systemoverview.ServerListItem
 
toString() - Method in class com.uc4.api.systemoverview.UserListItem
 
toString() - Method in class com.uc4.api.systemoverview.WorkloadItem
 
toString() - Method in class com.uc4.api.Task
Returns a string which contains the name and the RunID of this task.
toString() - Method in class com.uc4.api.TaskPromptSetName
 
toString() - Method in class com.uc4.api.Template
 
toString() - Method in class com.uc4.api.Time
 
toString() - Method in class com.uc4.api.TranslatedMessage
 
toString() - Method in class com.uc4.api.UC4Alias
 
toString() - Method in class com.uc4.api.UC4ObjectName
 
toString() - Method in class com.uc4.api.VersionControlListItem
 
toString() - Method in class com.uc4.communication.Connection
 
toString() - Method in exception com.uc4.communication.ConnectionException
 
toString() - Method in class com.uc4.communication.ConnectProperties
 
toString() - Method in class com.uc4.communication.KickEvent
 
toString() - Method in class com.uc4.communication.requests.CalendarList.CalendarListItem
 
toString() - Method in class com.uc4.communication.requests.CheckAuthorizations.Candidate
 
toString() - Method in class com.uc4.communication.requests.CheckUserPrivileges.Candidate
 
toString() - Method in class com.uc4.communication.requests.GetChangeLog.Entry
 
toString() - Method in class com.uc4.communication.requests.GetComments.Comment
 
toString() - Method in class com.uc4.communication.requests.GetDatabaseInfo.MQEntry
 
toString() - Method in class com.uc4.communication.requests.GetDatabaseInfo
 
toString() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
 
toString() - Method in class com.uc4.communication.requests.SetHostAuthorizations.ModificationStatus
 
toString() - Method in class com.uc4.communication.requests.UnblockJobPlanTask
 
toString() - Method in class com.uc4.communication.WebSocketConnection
 
toString() - Method in class com.uc4.util.FolderImpl
 
TraceFlag(int, int, String, String) - Constructor for class com.uc4.api.TraceOptions.TraceFlag
Constructs a AE Traceflag with the passed attributes.
TraceFlag(int, int, String, String, int, int) - Constructor for class com.uc4.api.TraceOptions.TraceFlag
Constructs a AE Traceflag with the passed attributes.
TraceFlag(Element, int) - Constructor for class com.uc4.api.TraceOptions.TraceFlag
Constructs a AE Traceflag from the given Element.
TraceListener - Interface in com.uc4.communication
Callback interface for trace messages.
TraceOptions - Class in com.uc4.api
Base class for Trace Options (can be used by Agent and Server to set/get trace options)
TraceOptions() - Constructor for class com.uc4.api.TraceOptions
 
TraceOptions.TraceFlag - Class in com.uc4.api
Class used to represent a AE trace flag.
TraceOptions.TraceType - Enum in com.uc4.api
Enumeration for Trace types
traceType - Variable in class com.uc4.api.TraceOptions
 
trafficLight() - Method in interface com.uc4.api.ITreeItem
Returns the traffic light information of this ITreeItem.
TrafficLight - Class in com.uc4.api
This class represents the traffic light information.
TrafficLight(Element) - Constructor for class com.uc4.api.TrafficLight
Internal use only.
trafficLight() - Method in class com.uc4.communication.requests.NavigatorAgentTree.AgentNode
 
trafficLight() - Method in class com.uc4.communication.requests.NavigatorCATree.CustomAttributeNode
 
trafficLight() - Method in class com.uc4.communication.requests.NavigatorQueueTree.QueueNode
 
trafficLight() - Method in class com.uc4.communication.requests.NavigatorStatusTree.StatusNode
 
trafficLight() - Method in class com.uc4.communication.requests.NavigatorZDUTree.ZDUNode
 
TranslatedMessage - Class in com.uc4.api
This class represents a translated message.
TranslatedMessage(int, String, Message) - Constructor for class com.uc4.api.TranslatedMessage
Constructs a ActivationMessage.
TransportObject - Class in com.uc4.communication.requests
Places UC4 Objects into the transport folder.
TransportObject(ITransportable) - Constructor for class com.uc4.communication.requests.TransportObject
Creates a new TransportObject request to place a single UC4 Object in the transport folder.
TransportObject(Iterator<? extends ITransportable>) - Constructor for class com.uc4.communication.requests.TransportObject
Creates a new TransportObject request to place a list of objects into the transport folder.
TransportObject(UC4Object) - Constructor for class com.uc4.communication.requests.TransportObject
Creates a transport request for the specified object.
treeChanged() - Method in class com.uc4.communication.DefaultNotificationListener
 
treeChanged() - Method in interface com.uc4.communication.INotificationListener
Deprecated.
use IKickEventListener instead
trueTasksIterator() - Method in class com.uc4.api.objects.WorkflowIF
Returns an iterator over tasks in the true branch.
type - Variable in class com.uc4.api.AbstractTask
 
TYPE_APPLICATION - Static variable in class com.uc4.api.objects.ConsoleWindows
Application.
TYPE_BS2000 - Static variable in class com.uc4.api.objects.ConsoleEventSetting
 
TYPE_DIRECTORY_SERVICE - Static variable in class com.uc4.api.objects.ConsoleWindows
Directory service.
TYPE_DNS_SERVER - Static variable in class com.uc4.api.objects.ConsoleWindows
DNS server.
TYPE_FILE - Static variable in class com.uc4.api.objects.OutputFilter.Entry
File.
TYPE_FILE_REPLICATION_SERVICE - Static variable in class com.uc4.api.objects.ConsoleWindows
File replication service.
TYPE_OS390 - Static variable in class com.uc4.api.objects.ConsoleEventSetting
 
TYPE_OS400 - Static variable in class com.uc4.api.objects.ConsoleEventSetting
 
TYPE_R3 - Static variable in class com.uc4.api.objects.ConsoleEventSetting
 
TYPE_REGISTERED - Static variable in class com.uc4.api.objects.OutputFilter.Entry
Registered.
TYPE_REPORT - Static variable in class com.uc4.api.objects.OutputFilter.Entry
Report.
TYPE_SECURITY - Static variable in class com.uc4.api.objects.ConsoleWindows
Security.
TYPE_SYSTEM - Static variable in class com.uc4.api.objects.ConsoleWindows
System.
TYPE_WINDOWS - Static variable in class com.uc4.api.objects.ConsoleEventSetting
 
typeIcon - Variable in class com.uc4.api.AbstractTask
 
TZ - Static variable in class com.uc4.api.Template
Template for generic Timezone objects.
TZ_CET - Static variable in class com.uc4.api.Template
Template for CET Timezone objects.
TZ_CST - Static variable in class com.uc4.api.Template
Template for CST Timezone objects.
TZ_EST - Static variable in class com.uc4.api.Template
Template for EST Timezone objects.
TZ_GMT - Static variable in class com.uc4.api.Template
Template for GMT Timezone objects.
TZ_PST - Static variable in class com.uc4.api.Template
Template for PST Timezone objects.
TZ_SYD - Static variable in class com.uc4.api.Template
Template for SYD Timezone objects.

U

UC4Alias - Class in com.uc4.api
This class stores a valid alias.
UC4Alias(String) - Constructor for class com.uc4.api.UC4Alias
Creates a new alias.
UC4HostName - Class in com.uc4.api
This class represents name of an Agent.
UC4HostName(String) - Constructor for class com.uc4.api.UC4HostName
Constructs a UC4HostName using the specified parameters.
UC4HostName(UC4HostName) - Constructor for class com.uc4.api.UC4HostName
Constructs a UC4HostName using the specified parameters.
UC4Object - Class in com.uc4.api.objects
This is the base class of all the Automation Engine objects.
UC4Object() - Constructor for class com.uc4.api.objects.UC4Object
 
UC4ObjectName - Class in com.uc4.api
This class represents the name of an object in the Automation Engine.
UC4ObjectName(String) - Constructor for class com.uc4.api.UC4ObjectName
Constructs an UC4ObjectName object using the specified name.
UC4ObjectName(UC4ObjectName) - Constructor for class com.uc4.api.UC4ObjectName
This constructor is required for creating copy of UC4ObjectName
UC4TimezoneName - Class in com.uc4.api
This class represents the name of a TimeZone object.
UC4TimezoneName(String) - Constructor for class com.uc4.api.UC4TimezoneName
Constructs a UC4TimezoneName using the specified name .
UC4TimezoneName(UC4TimezoneName) - Constructor for class com.uc4.api.UC4TimezoneName
Constructs a UC4TimezoneName using the specified parameters.
UC4UserName - Class in com.uc4.api
This class represents the name of a USER object.
UC4UserName(String) - Constructor for class com.uc4.api.UC4UserName
Constructs a UC4UserName using the specified name.
UC4UserName(UC4UserName) - Constructor for class com.uc4.api.UC4UserName
Constructs a UC4UserName using the specified parameters.
UnblockJobPlanTask - Class in com.uc4.communication.requests
Releases a blocked task in a JobPlan.
UnblockJobPlanTask(int) - Constructor for class com.uc4.communication.requests.UnblockJobPlanTask
Constructs a UnblockJobPlanTask.
UnblockJobPlanTask(int, int) - Constructor for class com.uc4.communication.requests.UnblockJobPlanTask
Constructs a UnblockJobPlanTask using the specified parent RunID and Lnr.
UnblockWorkflow - Class in com.uc4.communication.requests
This request represents the menu item "Unblock Workflow" in the user interface.
UnblockWorkflow(int) - Constructor for class com.uc4.communication.requests.UnblockWorkflow
Releases a blocked Workflow.
unixCommandsIterator() - Method in class com.uc4.api.objects.BackendVariable
Returns an iterator over Unix BackendCommand.
unixCommandsSize() - Method in class com.uc4.api.objects.BackendVariable
Returns the number of Unix Commands entries.
UNKONWN - Static variable in class com.uc4.api.objects.SAPQueueManagerFilter
Unknown.
UnregisterTask - Class in com.uc4.communication.requests
Unregisters a Job which is waiting for a Group.
UnregisterTask(int) - Constructor for class com.uc4.communication.requests.UnregisterTask
Constructs a DeleteEntry using the specified RunID.
UnregisterTask(int[]) - Constructor for class com.uc4.communication.requests.UnregisterTask
Constructs multiple DeleteEntry using the specified RunIDs.
unselectAll() - Method in class com.uc4.api.objects.UserPrivileges
Disables all privileges.
unselectAllChangeTypes() - Method in class com.uc4.communication.requests.GetChangeLog
Unselect all types of changes.
unselectAllObjects() - Method in class com.uc4.api.ObjectTypeFilter
Unselect all object types.
unselectAllObjects() - Method in class com.uc4.communication.requests.GetChangeLog
Unselect all object types.
unselectAllObjectTypes() - Method in class com.uc4.communication.requests.SearchObject
Unselect all object types.
unselectAllPlatforms() - Method in class com.uc4.api.TaskFilter
Unselect all platforms.
unselectAllPlatforms() - Method in class com.uc4.communication.requests.GenericStatistics
Unselect all platforms.
unselectAllTypes() - Method in class com.uc4.communication.requests.GenericStatistics
Unselects all object types.
unselectedAgents() - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
unselectedAgentSize() - Method in class com.uc4.communication.requests.AgentGroupSimulation
 
update() - Method in class com.uc4.api.objects.Calendar
 
update() - Method in class com.uc4.api.objects.JobPlan
 
update() - Method in class com.uc4.api.objects.WorkflowIF
 
update() - Method in interface com.uc4.api.objects.WorkflowInterfaces.IUpdatable
Update the object (i.e.
update() - Method in class com.uc4.api.objects.WorkflowLoop
 
update() - Method in interface com.uc4.util.IChangeListener
The update method is called if the object changed
updateDefaultValue(Element) - Method in class com.uc4.api.objects.PromptElement
Internal use.
updateDefinition(PromptSet) - Method in class com.uc4.api.objects.ObjectValues
This method can be used to update the number of prompt elements based on a PromptSet object.
updateUC4Object(UC4Object, String, String, String) - Method in class com.uc4.api.objects.ObjectFactory
Internal use, update idnr, name and modcnt of an UC4Object.
UploadBinary - Class in com.uc4.communication.requests
Adds or replaces a file in a STORE object.
UploadBinary(UC4ObjectName, String, PlatformSwHwType, boolean, File) - Constructor for class com.uc4.communication.requests.UploadBinary
Creates a new request to upload a file to a STORE object.
UploadBinary(UC4ObjectName, String, PlatformSwHwType, boolean, ByteBuffer) - Constructor for class com.uc4.communication.requests.UploadBinary
Creates a new request to upload a file to a STORE object.
UploadBinary.ContentType - Enum in com.uc4.communication.requests
Content-type of the file (BINARY, TEXT,...).
User - Class in com.uc4.api.objects
This class represents a USER Object in the Automation Engine.
User() - Constructor for class com.uc4.api.objects.User
 
USER - Static variable in class com.uc4.api.Template
Template for User objects.
USER_100_200 - Static variable in class com.uc4.api.objects.TaskState
Task ended with a user return code between 100 and 200.
USER_147 - Static variable in class com.uc4.api.objects.TaskState
Task ended with the user return code 147.
USER_201_299 - Static variable in class com.uc4.api.objects.TaskState
Task ended with a user return code between 201 and 299.
USER_300 - Static variable in class com.uc4.api.objects.TaskState
Task ended with the user return code 300.
USER_510 - Static variable in class com.uc4.api.objects.TaskState
Task ended with a user return code 510.
USER_690 - Static variable in class com.uc4.api.objects.TaskState
Task ended with a user return code 690.
USER_NAME - Static variable in class com.uc4.api.objects.ValidityKeywordType
User names are used as scopes.
USER_SESSION - Static variable in class com.uc4.api.objects.ValidityKeywordType
The UC4 system automatically sets the running numbers of user sessions as scopes.
UserAssignment - Class in com.uc4.api.objects
This class enables the assignment of single users to this User Group.
UserAssignment(XMLDocument) - Constructor for class com.uc4.api.objects.UserAssignment
 
UserAttributes - Class in com.uc4.api.objects
This class stores user attributes like first name, last name and email address.
UserAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.UserAttributes
 
UserAuthorizations - Class in com.uc4.api.objects
This class serves to define access rights for objects, files, statistics and reports.
UserAuthorizations(XMLDocument) - Constructor for class com.uc4.api.objects.UserAuthorizations
 
UserDefinedCondition - Class in com.uc4.api.objects
Compares two values.
UserDefinedCondition() - Constructor for class com.uc4.api.objects.UserDefinedCondition
Creates a new UserDefinedCondition.
UserGroup - Class in com.uc4.api.objects
This class represents a User Group in the Automation Engine.
UserGroup() - Constructor for class com.uc4.api.objects.UserGroup
 
UserGroupAssignment - Class in com.uc4.api.objects
This class enables the assignment of single users to user groups.
UserGroupAssignment(XMLDocument) - Constructor for class com.uc4.api.objects.UserGroupAssignment
 
userGroups() - Method in class com.uc4.api.objects.User
This method provides access the assigned User Groups of this USER object.
userhasPrivilege(User) - Method in class com.uc4.communication.requests.DeleteMQMemList
 
userhasPrivilege(User) - Method in class com.uc4.communication.requests.ForceMemoryTrace
 
userhasPrivilege(User) - Method in class com.uc4.communication.requests.MQMemList
 
userhasPrivilege(User) - Method in class com.uc4.communication.requests.SetZDUStep
 
userhasPrivilege(User) - Method in class com.uc4.communication.requests.ZduStep
 
userhasPrivilege(User) - Method in class com.uc4.communication.requests.ZduWizard
 
userId - Variable in class com.uc4.api.AbstractTask
 
UserList - Class in com.uc4.communication.requests
Lists all users in a client.
UserList() - Constructor for class com.uc4.communication.requests.UserList
 
UserListItem - Class in com.uc4.api.systemoverview
This class describes one row of the User list in the system overview.
UserListItem(Element, ConnectionAttributes) - Constructor for class com.uc4.api.systemoverview.UserListItem
Constructs a UserListItem using a XML Element.
UserPrivileges - Class in com.uc4.api.objects
This class represents the privileges of a user.
UserPrivileges(XMLDocument) - Constructor for class com.uc4.api.objects.UserPrivileges
 
UserPrivileges.Privilege - Enum in com.uc4.api.objects
Enumeration of all Privileges.
UserRight - Class in com.uc4.api.objects
This class represents a row on the authorizations tab of an USER object.
UserRight() - Constructor for class com.uc4.api.objects.UserRight
Creates a new instance of UserRight.
UserRight(XMLDocument, Element) - Constructor for class com.uc4.api.objects.UserRight
 
UserRight.Type - Enum in com.uc4.api.objects
User rights.
users() - Method in class com.uc4.api.objects.UserGroup
This method provides access to assigned users of this User Group.
USRG - Static variable in class com.uc4.api.Template
Template for Usergroup objects.

V

VALID_TYPES - Static variable in class com.uc4.api.objects.FileSystem
All the valid file types
validate() - Method in class com.uc4.api.objects.FileTransfer
 
validate() - Method in class com.uc4.api.objects.JobPlan
 
validate() - Method in class com.uc4.api.objects.Sync
 
validate() - Method in class com.uc4.api.objects.TimeEvent
 
validate() - Method in class com.uc4.api.objects.UC4Object
Validates the object.
validate() - Method in class com.uc4.api.objects.Variable
 
validate() - Method in class com.uc4.api.objects.WorkflowIF
 
validate() - Method in class com.uc4.api.objects.WorkflowLoop
 
validateForExecute(String) - Method in class com.uc4.api.objects.PromptElement
Sub classes implement this method
validateForExecute(String) - Method in class com.uc4.api.prompt.TimeElement
 
validateId(String) - Method in class com.uc4.api.objects.PromptElement
 
ValidityKeywordType - Class in com.uc4.api.objects
This class represents the scope of a variable.
value1() - Method in class com.uc4.api.objects.DatabaseEventSettings
Provides access to the definition of value 1 for this database event.
value2() - Method in class com.uc4.api.objects.DatabaseEventSettings
Provides access to the definition of value 2 for this database event.
valueFormat - Variable in class com.uc4.api.objects.CockpitValueControl
 
valueKeyIterator() - Method in class com.uc4.api.objects.ObjectValues
Returns an iterator over validity keywords.
valueKeyIterator() - Method in class com.uc4.api.objects.TaskValues
Returns an iterator over validity keywords.
valueOf(String) - Static method in enum com.uc4.api.AgentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.CancelProcessFlowAction.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.CheckProcessCondition.ProcessStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.CockpitValueControl.ValueFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.CompositeVariable.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.CurrentTimeCondition.When
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.DatabaseConnection.DatabaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.DeactivateCondition.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.ErtUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.ExtendedReports
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.NotificationSettings.ReportSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.OutputFilter.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.OutputScan.Inherit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.ProcessFlowGeneral.DeploymentDependency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.PromptSetDefinition.PromptElementTable
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.RollbackAction.Task
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.SAPConnection.ConnectionTyp
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.SAPConnectionRFC.BIExtendedMonitoring
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.SAPConnectionRFC.XALVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.SAPConnectionRFC.XBPVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.SetValueAction.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.TimeSinceActivationCondition.TimeOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.UserPrivileges.Privilege
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.UserRight.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.objects.VariableAttributes.Source
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.PlatformSwHwType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.QueueStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.servicefulfillment.ServiceFulfillmentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.StorageItem.UsageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.systemoverview.HostTraceOptions.HostTraceTriggerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.systemoverview.HostTraceOptions.HostTraceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.TaskFilter.TimeFrame
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.TaskFilter.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.api.TraceOptions.TraceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.FontSettings.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.FontSettings.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.GeneralSettings.MagneticWindows
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.GeneralSettings.ToolbarLabel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.KickEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.MessageSettings.OpenMessages
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.ProcessFlowSettings.AskForAlias
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.ProcessFlowSettings.ElseAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.ProcessFlowSettings.ExternalTaskStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.ActivityList.GroupingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.DeepRename.AbortIfNameExistsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.DeepRename.IncludeFolderNamesMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.MessageList.Category
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.MessageList.MessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.MessageList.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.ModifyNotificationMonitor.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.NotificationMonitor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.RestartTask.FileTransferRestart
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.SearchObject.VariableDataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.TaskList.DateRange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.UploadBinary.ContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.requests.ZduWizard.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.TimeSettings.CalendarView
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.TimeSettings.FirstWeekOfYear
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.communication.TimeSettings.TimeFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.uc4.util.AES.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.uc4.api.AgentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.CancelProcessFlowAction.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.CheckProcessCondition.ProcessStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.Cockpit
 
values() - Static method in enum com.uc4.api.objects.CockpitValueControl.ValueFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.CompositeVariable.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.ConsoleEvent
 
values() - Static method in enum com.uc4.api.objects.CurrentTimeCondition.When
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.DatabaseConnection.DatabaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.DatabaseEvent
 
values() - Static method in enum com.uc4.api.objects.DeactivateCondition.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.ErtUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.ExtendedReports
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.FileEvent
 
values() - Method in class com.uc4.api.objects.FileTransfer
 
values() - Method in class com.uc4.api.objects.Group
 
values() - Method in interface com.uc4.api.objects.ITaskItem
Provides access to the values and PromptSets of a Schedule or Workflow task.
values() - Method in class com.uc4.api.objects.Job
 
values() - Method in class com.uc4.api.objects.JobPlan
 
values() - Method in class com.uc4.api.objects.JobPlanTask
 
values() - Method in class com.uc4.api.objects.Notification
 
values() - Static method in enum com.uc4.api.objects.NotificationSettings.ReportSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.OutputFilter.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.OutputScan.Inherit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.ProcessFlowGeneral.DeploymentDependency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.PromptSetDefinition.PromptElementTable
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.PSRemoteTaskManager
 
values() - Static method in enum com.uc4.api.objects.RollbackAction.Task
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.RuleEvent
 
values() - Static method in enum com.uc4.api.objects.SAPConnection.ConnectionTyp
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.SAPConnectionRFC.BIExtendedMonitoring
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.SAPConnectionRFC.XALVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.SAPConnectionRFC.XBPVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.SAPQueueManager
 
values() - Method in class com.uc4.api.objects.Schedule
 
values() - Method in class com.uc4.api.objects.ScheduleTask
 
values() - Method in class com.uc4.api.objects.Script
 
values() - Static method in enum com.uc4.api.objects.SetValueAction.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.TimeEvent
 
values() - Static method in enum com.uc4.api.objects.TimeSinceActivationCondition.TimeOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.UserPrivileges.Privilege
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.UserRight.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.objects.VariableAttributes.Source
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.uc4.api.objects.WorkflowIF
 
values() - Method in class com.uc4.api.objects.WorkflowLoop
 
values() - Static method in enum com.uc4.api.PlatformSwHwType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.QueueStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.servicefulfillment.ServiceFulfillmentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.StorageItem.UsageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.systemoverview.HostTraceOptions.HostTraceTriggerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.systemoverview.HostTraceOptions.HostTraceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.TaskFilter.TimeFrame
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.TaskFilter.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.api.TraceOptions.TraceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.FontSettings.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.FontSettings.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.GeneralSettings.MagneticWindows
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.GeneralSettings.ToolbarLabel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.KickEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.MessageSettings.OpenMessages
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.ProcessFlowSettings.AskForAlias
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.ProcessFlowSettings.ElseAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.ProcessFlowSettings.ExternalTaskStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.ActivityList.GroupingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.DeepRename.AbortIfNameExistsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.DeepRename.IncludeFolderNamesMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.MessageList.Category
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.MessageList.MessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.MessageList.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.ModifyNotificationMonitor.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.NotificationMonitor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.RestartTask.FileTransferRestart
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.SearchObject.VariableDataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.TaskList.DateRange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.UploadBinary.ContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.requests.ZduWizard.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.TimeSettings.CalendarView
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.TimeSettings.FirstWeekOfYear
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.communication.TimeSettings.TimeFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.uc4.util.AES.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
valueSize() - Method in class com.uc4.api.objects.ObjectValues
 
valueSize() - Method in class com.uc4.api.objects.TaskValues
 
VARA - Static variable in class com.uc4.api.Template
Template for Variable objects.
VARA_BACKEND - Static variable in class com.uc4.api.Template
Template for Backend Variable.
VARA_EXEC - Static variable in class com.uc4.api.Template
Template for Executable Variable.
VARA_FILELIST - Static variable in class com.uc4.api.Template
Template for Filelist Variable.
VARA_MULTI - Static variable in class com.uc4.api.Template
Template for Multi Variable.
VARA_SEC_SQL - Static variable in class com.uc4.api.Template
Template for secure SQL Variable.
VARA_SEC_SQLI - Static variable in class com.uc4.api.Template
Template for secure internal SQL Variable.
VARA_SQL - Static variable in class com.uc4.api.Template
Template for SQL Variable.
VARA_SQLI - Static variable in class com.uc4.api.Template
Template for internal SQL Variable.
VARA_XML - Static variable in class com.uc4.api.Template
Template for XML Variable.
VARA_XML_IA_EVENT_DEFINITION - Static variable in class com.uc4.api.Template
Template for IA Vara Objects.
Variable - Class in com.uc4.api.objects
This class represents UC4 Variable objects.
Variable() - Constructor for class com.uc4.api.objects.Variable
 
VariableAttributes - Class in com.uc4.api.objects
This class represents variable attributes.
VariableAttributes(XMLDocument) - Constructor for class com.uc4.api.objects.VariableAttributes
 
VariableAttributes.Source - Enum in com.uc4.api.objects
Variable source.
variableNameIterator() - Method in class com.uc4.communication.requests.JobPlanMonitor.Task
Returns an iterator over variable names.
VariableValues - Class in com.uc4.api.objects
This class represents the "Variables" tab of a STATIC and XML VARA object.
VariableValues(XMLDocument, boolean) - Constructor for class com.uc4.api.objects.VariableValues
 
version - Variable in class com.uc4.api.AbstractTask
 
VersionControlList - Class in com.uc4.communication.requests
Gets a list of saved versions.
VersionControlList(UC4Object) - Constructor for class com.uc4.communication.requests.VersionControlList
Creates a new instance of VersionControlList.
VersionControlList(UC4ObjectName) - Constructor for class com.uc4.communication.requests.VersionControlList
Creates a new instance of VersionControlList.
VersionControlListItem - Class in com.uc4.api
This class represents a saved version of an Automation Engine object.
VersionControlListItem(XMLDocument, Element, ConnectionAttributes) - Constructor for class com.uc4.api.VersionControlListItem
Internal use, creates a new instance of this class from the specified XML element.
ViolationReason - Class in com.uc4.api.servicefulfillment
This class contains information about the reason of the violation.
ViolationReason(int, String, Message) - Constructor for class com.uc4.api.servicefulfillment.ViolationReason
Constructs a ViolationReason.

W

WAITING_AGENT - Static variable in class com.uc4.api.objects.TaskState
System return code 1685,1688-1689,1694,1696.
WAITING_AGENT_OR_AGENTGROUP - Static variable in class com.uc4.api.objects.TaskState
System return code 1685,1688-1689,1694,1696.
WAITING_AGENTGROUP - Static variable in class com.uc4.api.objects.TaskState
System return code 1686-1687.
WAITING_EXTERNAL - Static variable in class com.uc4.api.objects.TaskState
System return code 1690.
WAITING_GROUP - Static variable in class com.uc4.api.objects.TaskState
System return code 1710.
WAITING_QUEUE - Static variable in class com.uc4.api.objects.TaskState
System return code 1684.
WAITING_SYNC - Static variable in class com.uc4.api.objects.TaskState
System return code 1697.
wasSuccessful() - Method in class com.uc4.communication.requests.ExportObject
Returns true if the file was saved successfully.
wasSuccessful() - Method in class com.uc4.communication.requests.ExportWithReferences
Returns true if the file was saved successfully.
WebSocketConnection - Class in com.uc4.communication
This class represents a WebSocketConnection to the UC4 Server.
WeeklyCalendarKeyword - Class in com.uc4.api.objects
This class represents a weekly calendar keyword.
WeeklyCalendarKeyword(XMLDocument, Element, String) - Constructor for class com.uc4.api.objects.WeeklyCalendarKeyword
 
WeeklyCalendarKeyword(UC4ObjectName, int, int, int) - Constructor for class com.uc4.api.objects.WeeklyCalendarKeyword
Constructs a new WeeklyCalendarKeyword.
WeeklyCalendarKeyword(UC4ObjectName) - Constructor for class com.uc4.api.objects.WeeklyCalendarKeyword
Constructs a new WeeklyCalendarKeyword.
whenIterator() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
whenIterator() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
whenIterator() - Method in class com.uc4.api.objects.CheckFileCondition
 
whenIterator() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
whenIterator() - Method in class com.uc4.api.objects.CheckProcessCondition
 
whenIterator() - Method in interface com.uc4.api.objects.Condition
The returned iterator can be used to get the actions/conditions which are executed when this condition is true.
whenIterator() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
whenIterator() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
whenIterator() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
whenIterator() - Method in class com.uc4.api.objects.StatusCondition
 
whenIterator() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
whenIterator() - Method in class com.uc4.api.objects.UserDefinedCondition
 
whenSize() - Method in class com.uc4.api.objects.CheckActivitiesCondition
 
whenSize() - Method in class com.uc4.api.objects.CheckConnectionCondition
 
whenSize() - Method in class com.uc4.api.objects.CheckFileCondition
 
whenSize() - Method in class com.uc4.api.objects.CheckHistoryCondition
 
whenSize() - Method in class com.uc4.api.objects.CheckProcessCondition
 
whenSize() - Method in interface com.uc4.api.objects.Condition
Returns the number of action/conditions which should be executed when this condition is true.
whenSize() - Method in class com.uc4.api.objects.CurrentQueueCondition
 
whenSize() - Method in class com.uc4.api.objects.CurrentTimeCondition
 
whenSize() - Method in class com.uc4.api.objects.ReturnCodeCondition
 
whenSize() - Method in class com.uc4.api.objects.StatusCondition
 
whenSize() - Method in class com.uc4.api.objects.TimeSinceActivationCondition
 
whenSize() - Method in class com.uc4.api.objects.UserDefinedCondition
 
windowsCommandsIterator() - Method in class com.uc4.api.objects.BackendVariable
Returns an iterator over Windows BackendCommand.
windowsCommandsSize() - Method in class com.uc4.api.objects.BackendVariable
Returns the number of Windows Commands entries.
withForceSet() - Method in class com.uc4.communication.requests.RunJobPlanTask
Sets the force flag to '1' in order to allow activation of tasks that might still be waiting for parents.
withGenericAgents(boolean) - Method in class com.uc4.communication.requests.AgentList
If this is set to true then all generic Agents from client 0 are included in the result.
WorkflowIF - Class in com.uc4.api.objects
This class represents an IF in a ProcessFlow.
WorkflowIF() - Constructor for class com.uc4.api.objects.WorkflowIF
 
WorkflowInterfaces - Interface in com.uc4.api.objects
Interfaces for all workflow related classes
WorkflowInterfaces.IUpdatable - Interface in com.uc4.api.objects
Indicates that a class can be updated
WorkflowLoop - Class in com.uc4.api.objects
This class represents Workflow of type FOREACH.
WorkflowLoop() - Constructor for class com.uc4.api.objects.WorkflowLoop
 
WorkFlowTaskFactory - Class in com.uc4.util
Factory for Workflow tasks.
WorkFlowTaskFactory() - Constructor for class com.uc4.util.WorkFlowTaskFactory
 
WorkloadItem - Class in com.uc4.api.systemoverview
This class describes one row in the System Workload Table.
WorkloadItem(Element) - Constructor for class com.uc4.api.systemoverview.WorkloadItem
Constructs a WorkloadItem unsing the specified Element.
WPTraceOptions - Class in com.uc4.api.systemoverview
Data interface between applications.
WPTraceOptions(GetWPProperties) - Constructor for class com.uc4.api.systemoverview.WPTraceOptions
WPTraceOptions are constructed by passing in a GetWPTraceOptions request that was already sent to the server.
writeExportXml(XMLDocument, OutputStream, ConnectionAttributes, boolean) - Method in class com.uc4.communication.requests.ExportObject
 

X

XHeader - Class in com.uc4.api.objects
This class represents information of the header tab of an executable Automation Engine object and SYNC.
XHeader(XMLDocument) - Constructor for class com.uc4.api.objects.XHeader
Constructs a XHeader using the specified XML document
XIChannelFilter(String, String, String, String, String) - Constructor for class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
XIChannelFilter(Element) - Constructor for class com.uc4.api.objects.ConsoleSAP.XIChannelFilter
 
xiChannelIterator() - Method in class com.uc4.api.objects.ConsoleSAP
Returns an Iterator for all XI Communication Channel filters.
xmlDocumentation(String) - Method in class com.uc4.api.objects.DocuContainer
This method provides access to the xml documentation which the specified name.
XMLDocumentation - Class in com.uc4.api.objects
This class represents a structured documenation.
XMLDocuNode - Class in com.uc4.api.objects
This class represents one node in the structured documentation.
XMLDocuNode(String) - Constructor for class com.uc4.api.objects.XMLDocuNode
Creates a new XMLDocuNode with the specified name.
XMLRequest - Class in com.uc4.communication.requests
This is the super class of all request classes.
XMLRequest() - Constructor for class com.uc4.communication.requests.XMLRequest
 
XRequest - Class in com.uc4.api.objects
XREQ Object : Each X-request has an according X-request object XREQ available in the the AE database that specifies how a request is processed.
XRequest() - Constructor for class com.uc4.api.objects.XRequest
 
XSL - Static variable in class com.uc4.api.Template
Template for Stylesheets.

Y

YearlyCalendarKeyword - Class in com.uc4.api.objects
This class represents a yearly Calendar Keyword.
YearlyCalendarKeyword(Element, String) - Constructor for class com.uc4.api.objects.YearlyCalendarKeyword
 
YearlyCalendarKeyword(UC4ObjectName, int, int) - Constructor for class com.uc4.api.objects.YearlyCalendarKeyword
Constructs a new YearlyCalendarKeyword.
YearlyCalendarKeyword(UC4ObjectName) - Constructor for class com.uc4.api.objects.YearlyCalendarKeyword
Constructs a new YearlyCalendarKeyword.

Z

ZDUControl - Class in com.uc4.communication.requests
Triggers a prompt for the zero downtime upgrade.
ZDUControl() - Constructor for class com.uc4.communication.requests.ZDUControl
 
ZduStep - Class in com.uc4.communication.requests
Gets the current ZDU step
ZduStep() - Constructor for class com.uc4.communication.requests.ZduStep
 
zduVersion - Variable in class com.uc4.api.Task
 
zduVersionFilter() - Method in class com.uc4.communication.requests.AgentList.Filter
Returns the ZDU version filter.
ZduWizard - Class in com.uc4.communication.requests
Performs an action in the Zero Downtime Wizard.
ZduWizard(ZduWizard.Action) - Constructor for class com.uc4.communication.requests.ZduWizard
Creates a new ZduWizard request for the specified action.
ZduWizard.Action - Enum in com.uc4.communication.requests
Represents all possible ZDU actions.
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 
Skip navigation links