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 

M

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.
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() - 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.
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.
messageListIterator() - Method in class com.uc4.api.objects.LocaMessages
Returns an java.util.Iterator of set parameter names.
messageOut(String) - Method in interface com.uc4.communication.TraceListener
This method is called when a message is sent.
messages() - Method in class com.uc4.api.objects.Loca
Returns the messages of this loca object.
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.
MinimumRuntime - Class in com.uc4.api.objects
This class represents the settings for Minimum Runtime.
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.
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.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.
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.
MonthlyCalendarKeyword - Class in com.uc4.api.objects
This class represents a monthly calendar keyword.
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.
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
 
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