Class and Description |
---|
com.uc4.api.objects.JobPlanCheckpoint
Use ProcessFlowGeneral instead, this class will be removed in the next main release
|
com.uc4.communication.requests.JobPlanMonitor.JobPlanMonitorExternal
Do not use it.
|
com.uc4.communication.requests.JobPlanMonitor.JobPlanMonitorRuntime
Do not use it.
|
com.uc4.communication.requests.LicenseList
the license check has been removed in version 12.2 and higher
|
com.uc4.api.systemoverview.LicenseListItem
the license check has been removed in version 12.2 and higher
|
Field and Description |
---|
com.uc4.api.Template.JOBS_R3
Use JOBS_SAP_ABAP, JOBS.SAP_PI or JOBS.SAP_JAVA instead
|
Constructor and Description |
---|
com.uc4.communication.requests.AddPromptSet(UC4ObjectName)
Use constructor with passed UC4Object
|
com.uc4.communication.AsyncMessage(int, String, Message)
this assumes NOW as the current date. a message should always be created with an actual date
|
com.uc4.api.objects.CalendarCondition(UC4ObjectName, UC4ObjectName)
potentially dangerous as a keyword does not adhere to uc4objectName standards and skip_name_check is implicitly expected
|
com.uc4.communication.requests.DisconnectHost(List<String>)
Internal use only.
|
com.uc4.api.objects.OutputFilter.Entry(boolean, boolean, String, String)
Use the other constructor in order to create a filter for registered job output.
|
com.uc4.communication.requests.PromptInputHelp(String, UC4ObjectName, String, int)
Use PromptInputHelp(String variableName, UC4ObjectName promptSet, String filter, int filterColumn, UC4Object object) instead
|
com.uc4.communication.requests.RenameObject(UC4ObjectName, UC4ObjectName, IFolder)
Use RenameObject(UC4ObjectName oldName, UC4ObjectName newName, IFolder folder, String title) instead
|
com.uc4.api.objects.RollCalendarCollision(CalendarCondition, int)
Use RollCalendarCollision(CalendarCondition collisionCalendar, int adjustDays, char sign, CalendarCondition inCalendar) instead
|
com.uc4.api.objects.RollCalendarCollision(CalendarCondition, int, CalendarCondition)
Use RollCalendarCollision(CalendarCondition collisionCalendar, int adjustDays, char sign, CalendarCondition inCalendar) instead
|
com.uc4.communication.requests.ScheduleMonitor(int, boolean)
This method is deprecated on 31-03-2016,
please set "src" using methods
setActivityScheduleMonitor, setArchiveScheduleMonitor, setExplorerScheduleMonitor
|
com.uc4.communication.requests.TaskPromptSetContent(PromptSetDefinition)
Use TaskPromptSetContent(PromptSetDefinition promptSetDef, UC4Object obj) instead
|
com.uc4.communication.requests.TaskPromptSetContent(UC4ObjectName, int)
Use the constructor
TaskPromptSetContent(TaskPromptSetName promptSetName, int runID)
instead.
|
Enum Constant and Description |
---|
com.uc4.api.objects.UserRight.Type.BU |
com.uc4.api.objects.UserPrivileges.Privilege.ECC_MANAGE_SLA_AND_BU |
com.uc4.api.objects.UserRight.Type.SLA |