-
Interfaces Interface Description com.redwood.scheduler.api.uow.ConfigurableSchedulerSessionSource
-
Methods Method Description com.redwood.agent.api.rtx.RTXMetadata.assertAssignableFrom(RTXMetadata) com.redwood.agent.api.rtx.RTXMetadata.assertColumnsCompatible(RTXMetadata) com.redwood.agent.api.rtx.RTXRow.getFormattedString(int) com.redwood.scheduler.api.database.DatabaseConnectionFactory.connect(Credential) com.redwood.scheduler.api.date.DateTimeZone.getDayOfWeek() use getTemporalDayOfWeek() to get the day's enum value or get(WeekFields.SUNDAY_START.dayOfWeek()) to get the Calendar day numbercom.redwood.scheduler.api.date.DateTimeZone.goToNextDayOfWeek(int) use goToNextDayOfWeek(DayOfWeek weekday) insteadcom.redwood.scheduler.api.date.DateTimeZone.weekdayJavaToOracle(int) This class now uses the java.time framework, which uses Monday-starting weeks; use calendarDayAsDayOfWeek(weekdayInJava).value() insteadcom.redwood.scheduler.api.date.DateTimeZone.weekdayOracleToJava(int) This class now uses the java.time framework, which uses Monday-starting weeks; use DayOfWeek.of(weekdayInOracle) insteadcom.redwood.scheduler.api.job.UserJobContext.becomeResilient(SchedulerSession) This method runs the the risk of the persist failing with a NoRowsUpdatedException in unexpected and non-reproducible ways when the job is also modified in another session. UseUserJobContext.becomeResilient()
, which doesn't take a session argument and persists using a UnitOfWork in its own session, instead.com.redwood.scheduler.api.job.UserJobContext.setMaxRetries(int) This can be configured with the UnitOfWorkConfig and should not be used.com.redwood.scheduler.api.job.UserJobContext.setMaxSpins(int) This can be configured with the UnitOfWorkConfig and should not be used.com.redwood.scheduler.api.model.AuditObject.getReason() com.redwood.scheduler.api.model.AuditObject.getSearchReason() com.redwood.scheduler.api.model.AuditRule.getReasonRequiredRegEx() This attribute is no longer usedGet the value for ReasonRequiredRegEx. (Deprecated attribute, do not use. The regular expression for filtering the required reason)
com.redwood.scheduler.api.model.AuditRule.isReasonRequired() This attribute is no longer usedGet the value for ReasonRequired. (Deprecated attribute, do not use. Is a reason required for audit record)
com.redwood.scheduler.api.model.AuditRule.setReasonRequired(boolean) This attribute is no longer usedSet the value for ReasonRequired. (Deprecated attribute, do not use. Is a reason required for audit record)
com.redwood.scheduler.api.model.AuditRule.setReasonRequiredRegEx(String) This attribute is no longer usedSet the value for ReasonRequiredRegEx. (Deprecated attribute, do not use. The regular expression for filtering the required reason) This value is optional.
com.redwood.scheduler.api.model.compatibility_14.AdHocAlertSourceComp.getJobDefinitionRuntimeLimits() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useAdHocAlertSource.getJobDefinitionRuntimeLimits()
instead.com.redwood.scheduler.api.model.compatibility_14.AlertEscalationComp.getAlertEscalationActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useAlertEscalation.getAlertEscalationActions()
instead.com.redwood.scheduler.api.model.compatibility_14.AlertSourceComp.getAlertSourceActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useAlertSource.getAlertSourceActions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildAdHocAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildAdHocAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildAlertEscalations() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildAlertEscalations()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildApplications() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildApplications()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildAuditRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildAuditRules()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildConstraintDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildConstraintDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildCredentialProtocols() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildCredentialProtocols()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildDashboards() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildDashboards()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildDatabases() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildDatabases()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildDatumDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildDatumDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildDocuments() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildDocuments()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildEmailAlertGateways() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildEmailAlertGateways()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildEventDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildEventDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildExportRuleSets() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildExportRuleSets()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildExtensionPoints() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildExtensionPoints()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildFormats() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildFormats()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildImportRuleDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildImportRuleDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildImportRuleSets() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildImportRuleSets()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildImportSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildImportSources()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildJobDefinitionAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildJobDefinitionAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildJobDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildJobDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildJobDefinitionTypes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildJobDefinitionTypes()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildLibraries() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildLibraries()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildMailConnectors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildMailConnectors()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildMonitorAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildMonitorAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildNavigationBars() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildNavigationBars()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildObjectTagDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildObjectTagDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildOraAppsSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildOraAppsSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildOraOhiSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildOraOhiSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildPeopleSoftSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildPeopleSoftSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildPeriodFunctions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildPeriodFunctions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildProcessMonitorDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildProcessMonitorDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildProcessServerAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildProcessServerAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildProcessServers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildProcessServers()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildQueryFilters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildQueryFilters()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildQueueAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildQueueAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildQueues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildQueues()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildR2WCatalogs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildR2WCatalogs()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildRemoteSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildRemoteSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildResources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildResources()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildSAPBAEConnectors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildSAPBAEConnectors()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildSAPSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildSAPSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildServices() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildServices()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildSubmitFrames() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildSubmitFrames()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildTableDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildTableDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildTables() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildTables()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildTimeWindows() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildTimeWindows()
instead.com.redwood.scheduler.api.model.compatibility_14.ApplicationComp.getChildTriggers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildTriggers()
instead.com.redwood.scheduler.api.model.compatibility_14.CredentialProtocolComp.getCredentials() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useCredentialProtocol.getCredentials()
instead.com.redwood.scheduler.api.model.compatibility_14.DashboardComp.getDashboarditems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useDashboard.getDashboarditems()
instead.com.redwood.scheduler.api.model.compatibility_14.DocumentComp.getVisualizationProcessServerQueues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useDocument.getVisualizationProcessServerQueues()
instead.com.redwood.scheduler.api.model.compatibility_14.EmailAlertGatewayComp.getEmailAlertGatewayActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEmailAlertGateway.getEmailAlertGatewayActions()
instead.com.redwood.scheduler.api.model.compatibility_14.EmailAlertGatewayComp.getEmailAlertGatewayHeaders() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEmailAlertGateway.getEmailAlertGatewayHeaders()
instead.com.redwood.scheduler.api.model.compatibility_14.EmailAlertGatewayComp.getEmailAlertGatewayJobFileAttachments() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEmailAlertGateway.getEmailAlertGatewayJobFileAttachments()
instead.com.redwood.scheduler.api.model.compatibility_14.EventComp.getFileEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEvent.getFileEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.EventComp.getJobRaiseEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEvent.getJobRaiseEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.EventComp.getJobWaitEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEvent.getJobWaitEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.EventDefinitionComp.getEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.EventDefinitionComp.getFileEventDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getFileEventDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.EventDefinitionComp.getJobDefinitionRaiseEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getJobDefinitionRaiseEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.EventDefinitionComp.getJobDefinitionRuntimeLimits() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getJobDefinitionRuntimeLimits()
instead.com.redwood.scheduler.api.model.compatibility_14.EventDefinitionComp.getJobDefinitionWaitEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getJobDefinitionWaitEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.EventDefinitionComp.getMonitorEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getMonitorEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.ExporterComp.getMarkedObjects() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExporter.getMarkedObjects()
instead.com.redwood.scheduler.api.model.compatibility_14.ExportRuleComp.getItemsToExport() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRule.getItemsToExport()
instead.com.redwood.scheduler.api.model.compatibility_14.ExportRuleItemComp.getItemsToExport() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRuleItem.getItemsToExport()
instead.com.redwood.scheduler.api.model.compatibility_14.ExportRuleSetComp.getExportedItems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRuleSet.getExportedItems()
instead.com.redwood.scheduler.api.model.compatibility_14.ExportRuleSetComp.getExportRuleItems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRuleSet.getExportRuleItems()
instead.com.redwood.scheduler.api.model.compatibility_14.ExportRuleSetComp.getExportRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRuleSet.getExportRules()
instead.com.redwood.scheduler.api.model.compatibility_14.ExportRuleSetComp.getExports() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useExportRuleSet.getExports()
instead.com.redwood.scheduler.api.model.compatibility_14.ExtensionParametersComp.getParameterNames() This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,ExtensionParameters.getParameterNames()
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.ForecastJobComp.forecast(JobForecastContext) this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useForecastJob.forecast(JobForecastContext forecastContext)
instead.com.redwood.scheduler.api.model.compatibility_14.ForecastJobComp.getChildForecastJobs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useForecastJob.getChildForecastJobs()
instead.com.redwood.scheduler.api.model.compatibility_14.ForecastJobComp.getJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useForecastJob.getJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.ForecastJobComp.getRaiseEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useForecastJob.getRaiseEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.ForecastJobComp.getWaitEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useForecastJob.getWaitEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.GlobalPrivilegeComp.getSubjectGlobalPrivilegeGrants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useGlobalPrivilege.getSubjectGlobalPrivilegeGrants()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleComp.getImportMatchRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRule.getImportMatchRules()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleComp.getImportOverrideRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRule.getImportOverrideRules()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleDefinitionComp.getImportMatchRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleDefinition.getImportMatchRules()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleDefinitionComp.getImportOverrideRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleDefinition.getImportOverrideRules()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleSetComp.getImportActionParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImportActionParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleSetComp.getImportActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImportActions()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleSetComp.getImportRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImportRules()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleSetComp.getImportRuleSetPartitionRenames() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImportRuleSetPartitionRenames()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportRuleSetComp.getImports() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportRuleSet.getImports()
instead.com.redwood.scheduler.api.model.compatibility_14.ImportSourceComp.getImports() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useImportSource.getImports()
instead.com.redwood.scheduler.api.model.compatibility_14.IsolationGroupComp.getPartitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useIsolationGroup.getPartitions()
instead.com.redwood.scheduler.api.model.compatibility_14.IsolationGroupComp.getSubjectIsolationGroups() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useIsolationGroup.getSubjectIsolationGroups()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallInExpressionParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallInExpressionParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallInReferenceParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallInReferenceParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallOutReferenceParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallOutReferenceParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallProcessMonitorUpdaters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallProcessMonitorUpdaters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallRaiseEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallRaiseEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallSchedulingParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallSchedulingParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainCallComp.getJobChainCallWaitEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallWaitEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainComp.getDefaultJobChainStatusHandlers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChain.getDefaultJobChainStatusHandlers()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainComp.getJobChainSteps() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChain.getJobChainSteps()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainStepComp.getJobChainCalls() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainStep.getJobChainCalls()
instead.com.redwood.scheduler.api.model.compatibility_14.JobChainStepComp.getJobChainStepStatusHandlers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainStep.getJobChainStepStatusHandlers()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getChildJobs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getChildJobs()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobData() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobData()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobFiles() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobFiles()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobNotes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobNotes()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobRaiseEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobRaiseEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobRuntimeLimits() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobRuntimeLimits()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getJobWaitEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getJobWaitEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getObjectTagsFromJobDefinition() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getObjectTagsFromJobDefinition()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getObjectTagsFromQueue() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getObjectTagsFromQueue()
instead.com.redwood.scheduler.api.model.compatibility_14.JobComp.getRecurrenceJobs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJob.getRecurrenceJobs()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionAlertSourceComp.getJobDefinitionAlertSourceParameterMatches() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionAlertSource.getJobDefinitionAlertSourceParameterMatches()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionAlertSourceComp.getJobDefinitionAlertSourceRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionAlertSource.getJobDefinitionAlertSourceRules()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionAlertSourceComp.getJobDefinitionAlertSourceStatuses() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionAlertSource.getJobDefinitionAlertSourceStatuses()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getFinalStatusHandlers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getFinalStatusHandlers()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobChainCalls() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobChainCalls()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionActions()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionConstraints() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionConstraints()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionForms() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionForms()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionProcessMonitorUpdaters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionProcessMonitorUpdaters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionRaiseEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRaiseEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionRuntimeLimits() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRuntimeLimits()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobDefinitionWaitEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionWaitEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getJobFileSearches() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobFileSearches()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getPublishedWebServices() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getPublishedWebServices()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionComp.getStatistics() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getStatistics()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionConstraintComp.getJobDefinitionConstraintParameterMappings() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionConstraint.getJobDefinitionConstraintParameterMappings()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionParameterComp.getLocalJobChainCallInExpressionParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionParameter.getLocalJobChainCallInExpressionParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionParameterComp.getLocalJobChainCallInReferenceParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionParameter.getLocalJobChainCallInReferenceParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionParameterComp.getLocalJobChainCallOutReferenceParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionParameter.getLocalJobChainCallOutReferenceParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionParameterComp.getSourceJobChainCallOutReferenceParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionParameter.getSourceJobChainCallOutReferenceParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionParameterComp.getTargetJobChainCallInReferenceParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionParameter.getTargetJobChainCallInReferenceParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionTypeComp.getJobDefinitionTypeActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionType.getJobDefinitionTypeActions()
instead.com.redwood.scheduler.api.model.compatibility_14.JobDefinitionTypeComp.getProcessServerJobDefinitionTypes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinitionType.getProcessServerJobDefinitionTypes()
instead.com.redwood.scheduler.api.model.compatibility_14.JobForecasterComp.forecast(SchedulerSession, DateTimeZone) this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobForecaster.forecast(SchedulerSession, DateTimeZone)
instead.com.redwood.scheduler.api.model.compatibility_14.JobForecasterComp.forecastJobs(SchedulerSession, DateTimeZone, DateTimeZone, List<Long>) this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobForecaster.forecastJobs(SchedulerSession, DateTimeZone, DateTimeZone, List)
instead.com.redwood.scheduler.api.model.compatibility_14.JobLockComp.getJobChainCallJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobLock.getJobChainCallJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.JobLockComp.getJobDefinitionJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobLock.getJobDefinitionJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.JobLockComp.getJobJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobLock.getJobJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getAlertEscalationActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getAlertEscalationActions()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getAlertSourceActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getAlertSourceActions()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getDatabases() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getDatabases()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getEmailAlertGatewayActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getEmailAlertGatewayActions()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getExtensionPoints() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getExtensionPoints()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getImportActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getImportActions()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getJARFiles() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJARFiles()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getJobDefinitionActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJobDefinitionActions()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getJobDefinitionTypeActions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJobDefinitionTypeActions()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getLibrarySources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getLibrarySources()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getPeriodFunctions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getPeriodFunctions()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getRELEntryPoints() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getRELEntryPoints()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getScripts() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getScripts()
instead.com.redwood.scheduler.api.model.compatibility_14.LibraryComp.getTriggers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getTriggers()
instead.com.redwood.scheduler.api.model.compatibility_14.LinkableMonitorComp.getLinkedMonitorLinks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLinkableMonitor.getLinkedMonitorLinks()
instead.com.redwood.scheduler.api.model.compatibility_14.LinkableMonitorComp.getMonitorEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLinkableMonitor.getMonitorEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.ListDirectoryResultSetComp.getListDirectoryResults() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useListDirectoryResultSet.getListDirectoryResults()
instead.com.redwood.scheduler.api.model.compatibility_14.MailConnectorComp.getMailConnectionSettings() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMailConnector.getMailConnectionSettings()
instead.com.redwood.scheduler.api.model.compatibility_14.MonitorAlertSourceComp.getMonitorAlertSourceRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorAlertSource.getMonitorAlertSourceRules()
instead.com.redwood.scheduler.api.model.compatibility_14.MonitorCheckComp.getMonitorConditions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorCheck.getMonitorConditions()
instead.com.redwood.scheduler.api.model.compatibility_14.MonitorCheckComp.getMonitorValues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorCheck.getMonitorValues()
instead.com.redwood.scheduler.api.model.compatibility_14.MonitorNodeComp.getChildMonitorChecks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorNode.getChildMonitorChecks()
instead.com.redwood.scheduler.api.model.compatibility_14.MonitorNodeComp.getChildMonitorLinks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorNode.getChildMonitorLinks()
instead.com.redwood.scheduler.api.model.compatibility_14.MonitorNodeComp.getChildMonitorNodes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useMonitorNode.getChildMonitorNodes()
instead.com.redwood.scheduler.api.model.compatibility_14.NamedRootObjectComp.getLinkedObjectReferences() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getLinkedObjectReferences()
instead.com.redwood.scheduler.api.model.compatibility_14.NamedRootObjectComp.getSourceObjectReferences() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNamedRootObject.getSourceObjectReferences()
instead.com.redwood.scheduler.api.model.compatibility_14.NavigationBarComp.getNavigationBarItems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNavigationBar.getNavigationBarItems()
instead.com.redwood.scheduler.api.model.compatibility_14.NavigationBarItemComp.getChildNavigationBarItems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useNavigationBarItem.getChildNavigationBarItems()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectDefinitionComp.getAlerts() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getAlerts()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectDefinitionComp.getImportRuleDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getImportRuleDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectDefinitionComp.getObjectFieldDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getObjectFieldDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectDefinitionComp.getObjectIndexes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getObjectIndexes()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectDefinitionComp.getQueryConditions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getQueryConditions()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectDefinitionComp.getQueryFilters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getQueryFilters()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectDefinitionComp.getReferringObjectFieldDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getReferringObjectFieldDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectIndexComp.getObjectIndexColumns() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectIndex.getObjectIndexColumns()
instead.com.redwood.scheduler.api.model.compatibility_14.ObjectSearchComp.getObjectSearchConditions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectSearch.getObjectSearchConditions()
instead.com.redwood.scheduler.api.model.compatibility_14.OperatorMessageComp.getAlerts() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useOperatorMessage.getAlerts()
instead.com.redwood.scheduler.api.model.compatibility_14.OperatorMessageComp.getOperatorMessageData() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useOperatorMessage.getOperatorMessageData()
instead.com.redwood.scheduler.api.model.compatibility_14.OraAppsSystemComp.getOraAppsJobControlRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useOraAppsSystem.getOraAppsJobControlRules()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getAdHocAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getAdHocAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getAlertEscalations() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getAlertEscalations()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getApplications() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getApplications()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getConstraintDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getConstraintDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getCredentialProtocols() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getCredentialProtocols()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getCredentials() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getCredentials()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getDashboards() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getDashboards()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getDatabases() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getDatabases()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getDatumDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getDatumDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getDocuments() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getDocuments()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getEmailAlertGateways() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getEmailAlertGateways()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getEventDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getEventDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getExportRuleSets() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getExportRuleSets()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getExtensionPoints() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getExtensionPoints()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getFormats() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getFormats()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getImportRuleDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getImportRuleDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getImportRuleSets() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getImportRuleSets()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getImportSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getImportSources()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getJobDefinitionAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getJobDefinitionAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getJobDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getJobDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getJobDefinitionTypes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getJobDefinitionTypes()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getJobLocks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getJobLocks()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getLibraries() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getLibraries()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getMailConnectors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getMailConnectors()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getMonitorAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getMonitorAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getNavigationBars() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getNavigationBars()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getObjectTagDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getObjectTagDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getOraAppsSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getOraAppsSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getOraOhiSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getOraOhiSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getPeopleSoftSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getPeopleSoftSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getPeriodFunctions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getPeriodFunctions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getProcessMonitorDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getProcessMonitorDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getProcessMonitors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getProcessMonitors()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getProcessServerAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getProcessServerAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getProcessServers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getProcessServers()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getQueueAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getQueueAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getQueues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getQueues()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getR2WCatalogs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getR2WCatalogs()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getRemoteSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getRemoteSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getResources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getResources()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getRestrictedSchedulerSessionSpecifications() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getRestrictedSchedulerSessionSpecifications()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getSAPBAEConnectors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getSAPBAEConnectors()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getSAPSystems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getSAPSystems()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getServices() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getServices()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getSubmitFrames() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getSubmitFrames()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getTableDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getTableDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getTables() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getTables()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getTimeWindows() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getTimeWindows()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getTriggers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getTriggers()
instead.com.redwood.scheduler.api.model.compatibility_14.PartitionComp.getUserMessages() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getUserMessages()
instead.com.redwood.scheduler.api.model.compatibility_14.PeopleSoftSystemComp.getPeopleSoftJobControlRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePeopleSoftSystem.getPeopleSoftJobControlRules()
instead.com.redwood.scheduler.api.model.compatibility_14.PeopleSoftSystemComp.getPeopleSoftJobOutputLocations() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePeopleSoftSystem.getPeopleSoftJobOutputLocations()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessMonitorComp.getProcessMonitorItems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessMonitor.getProcessMonitorItems()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessMonitorComp.getProcessMonitorItemsByDisplayOrder() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessMonitor.getProcessMonitorItemsByDisplayOrder()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessMonitorDefinitionComp.getProcessMonitorItemDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessMonitorDefinition.getProcessMonitorItemDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessMonitorDefinitionComp.getProcessMonitorItemDefinitionsByDisplayOrder() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessMonitorDefinition.getProcessMonitorItemDefinitionsByDisplayOrder()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerAlertSourceComp.getProcessServerAlertSourceStatuses() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServerAlertSource.getProcessServerAlertSourceStatuses()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerCheckComp.getProcessServerCheckLogs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServerCheck.getProcessServerCheckLogs()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerCheckLogComp.getProcessServerCheckLogParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServerCheckLog.getProcessServerCheckLogParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getFileEventDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getFileEventDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getProcessServerChecks() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerChecks()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getProcessServerJobDefinitionTypes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerJobDefinitionTypes()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getProcessServerLoadFactors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerLoadFactors()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getProcessServerParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getProcessServerResources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerResources()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getProcessServerServices() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerServices()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getProcessServerStatusLogs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getProcessServerStatusLogs()
instead.com.redwood.scheduler.api.model.compatibility_14.ProcessServerComp.getQueueProviders() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useProcessServer.getQueueProviders()
instead.com.redwood.scheduler.api.model.compatibility_14.QueryConditionComp.getQueryConditionValues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useQueryCondition.getQueryConditionValues()
instead.com.redwood.scheduler.api.model.compatibility_14.QueryFilterComp.getObjectTags() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useQueryFilter.getObjectTags()
instead.com.redwood.scheduler.api.model.compatibility_14.QueryFilterComp.getQueryConditionValues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useQueryFilter.getQueryConditionValues()
instead.com.redwood.scheduler.api.model.compatibility_14.QueueAlertSourceComp.getQueueAlertSourceStatuses() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useQueueAlertSource.getQueueAlertSourceStatuses()
instead.com.redwood.scheduler.api.model.compatibility_14.QueueComp.getQueueProviders() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useQueue.getQueueProviders()
instead.com.redwood.scheduler.api.model.compatibility_14.R2WCatalogComp.getR2WCatalogAliases() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useR2WCatalog.getR2WCatalogAliases()
instead.com.redwood.scheduler.api.model.compatibility_14.RegistryEntryComp.getChildRegistryEntries() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useRegistryEntry.getChildRegistryEntries()
instead.com.redwood.scheduler.api.model.compatibility_14.ReportComp.getReportColumns() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useReport.getReportColumns()
instead.com.redwood.scheduler.api.model.compatibility_14.ReportComp.getReportSelections() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useReport.getReportSelections()
instead.com.redwood.scheduler.api.model.compatibility_14.ReportComp.getReportSorts() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useReport.getReportSorts()
instead.com.redwood.scheduler.api.model.compatibility_14.ResourceComp.getJobDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useResource.getJobDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.ResourceComp.getProcessServerResources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useResource.getProcessServerResources()
instead.com.redwood.scheduler.api.model.compatibility_14.RuntimeClassComp.getBuiltInFunctions(SchedulerSession) this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useRuntimeClass.getBuiltInFunctions(SchedulerSession)
instead.com.redwood.scheduler.api.model.compatibility_14.RuntimeClassComp.getContextVariables(String) this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useRuntimeClass.getContextVariables(String)
instead.com.redwood.scheduler.api.model.compatibility_14.RuntimeClassComp.getMembers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useRuntimeClass.getMembers()
instead.com.redwood.scheduler.api.model.compatibility_14.RuntimeClassComp.getRELEntryPoints(SchedulerSession) this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useRuntimeClass.getRELEntryPoints(SchedulerSession)
instead.com.redwood.scheduler.api.model.compatibility_14.SAPAbapProgramComp.getSAPAbapProgramParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapProgram.getSAPAbapProgramParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPAbapProgramComp.getSAPAbapVariants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapProgram.getSAPAbapVariants()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPAbapVariantComp.getSAPAbapVariantParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapVariant.getSAPAbapVariantParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPAbapVariantComp.getSAPAbapVariantParameterValues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapVariant.getSAPAbapVariantParameterValues()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPAbapVariantComp.getSAPAbapVariantSelopts() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapVariant.getSAPAbapVariantSelopts()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPAbapVariantSeloptComp.getSAPAbapVariantSeloptValues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPAbapVariantSelopt.getSAPAbapVariantSeloptValues()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPApplicationServerComp.getSAPApplicationServerLoadFactors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPApplicationServer.getSAPApplicationServerLoadFactors()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPApplicationServerComp.getSAPApplicationServerProviders() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPApplicationServer.getSAPApplicationServerProviders()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPApplicationServerGroupComp.getSAPApplicationServerProviders() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPApplicationServerGroup.getSAPApplicationServerProviders()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPArchiveObjectComp.getSAPArchiveDocumentTypes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPArchiveObject.getSAPArchiveDocumentTypes()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPBAEConnectorComp.getSAPNWCallbackVariants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPBAEConnector.getSAPNWCallbackVariants()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPInfoPackageGroupComp.getSAPInfoPackageGroupSteps() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPInfoPackageGroup.getSAPInfoPackageGroupSteps()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityComp.getSAPMassActivityLayoutFields() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityLayoutFields()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityComp.getSAPMassActivityObjects() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityObjects()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityComp.getSAPMassActivityParameterSets() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityParameterSets()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityComp.getSAPMassActivityStructures() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivity.getSAPMassActivityStructures()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityFieldTableComp.getSAPMassActivityFieldTableRows() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivityFieldTable.getSAPMassActivityFieldTableRows()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityFieldTableRowComp.getChildSAPMassActivityFieldTables() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivityFieldTableRow.getChildSAPMassActivityFieldTables()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityFieldTableRowComp.getSAPMassActivityFieldTableRowValues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivityFieldTableRow.getSAPMassActivityFieldTableRowValues()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityParameterComp.getChildSAPMassActivityParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivityParameter.getChildSAPMassActivityParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityParameterSetComp.getSAPMassActivityFieldParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivityParameterSet.getSAPMassActivityFieldParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityParameterSetComp.getSAPMassActivityFieldTables() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivityParameterSet.getSAPMassActivityFieldTables()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPMassActivityStructureComp.getSAPMassActivityParameters() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPMassActivityStructure.getSAPMassActivityParameters()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPNWCallbackVariantComp.getSAPNWCallbackVariantDetails() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPNWCallbackVariant.getSAPNWCallbackVariantDetails()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPNWCallbackVariantDetailComp.getSAPNWCallbackParameterMappings() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPNWCallbackVariantDetail.getSAPNWCallbackParameterMappings()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPOutputDeviceComp.getSAPOutputFormats() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPOutputDevice.getSAPOutputFormats()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPProcessChainComp.getSAPProcessDefinitions() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPProcessChain.getSAPProcessDefinitions()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPProcessDefinitionComp.getSAPProcessRestarts() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPProcessDefinition.getSAPProcessRestarts()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPScriptComp.getSAPScriptAttributes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPScript.getSAPScriptAttributes()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPAbapPrograms() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPAbapPrograms()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPApplicationServerGroups() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServerGroups()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPApplicationServers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServers()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPArchiveObjects() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPArchiveObjects()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPBatchEvents() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPBatchEvents()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPCalendars() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPCalendars()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPExternalCommands() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPExternalCommands()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPInfoPackageGroups() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPInfoPackageGroups()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPInfoPackages() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPInfoPackages()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPJ2EEClients() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPJ2EEClients()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPLanguages() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLanguages()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPLogErrors() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLogErrors()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPMassActivities() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPMassActivities()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPOutputDevices() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPOutputDevices()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPPIChannels() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPPIChannels()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPProcessChains() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPProcessChains()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPRecipients() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPRecipients()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPXBPEventRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPEventRules()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPXBPJobControlRules() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPJobControlRules()
instead.com.redwood.scheduler.api.model.compatibility_14.SAPSystemComp.getSAPXBPs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPs()
instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerEntityComp.getAuditTrail() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSchedulerEntity.getAuditTrail()
instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerEntityComp.getParentSchedulerEntities() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSchedulerEntity.getParentSchedulerEntities()
instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerSessionComp.executeObjectQuery(String, Object[]) This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,SchedulerSession.executeObjectQuery(String, Object[])
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerSessionComp.getChangedObjects(Iterator<ObjectDefinition>, DateTimeZone, DateTimeZone, Subject[]) This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,SchedulerSession.getChangedObjects(Iterator, DateTimeZone, DateTimeZone, Subject[])
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerSessionComp.getLicenseKeysByContractName(String) This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,SchedulerSession.getLicenseKeysByContractName(String)
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerSessionComp.getMonitorAlertSourcesByLinkableMonitor(LinkableMonitor) This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,SchedulerSession.getMonitorAlertSourcesByLinkableMonitor(LinkableMonitor)
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerSessionComp.getPartitionSearchPath() This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,SchedulerSession.getPartitionSearchPath()
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerSessionComp.getRELEntryPoints() This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,SchedulerSession.getRELEntryPoints()
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.SchedulerSessionComp.getSchedulerEntitiesByObjectTypeUniqueIdIterator(String, Collection<T>, Mapping<T, Long>) This method is only here to provide binary compatibility with old releases of the software. This should never be called directly,SchedulerSession.getSchedulerEntitiesByObjectTypeUniqueIdIterator(String, Collection, Mapping)
should always be used instead.com.redwood.scheduler.api.model.compatibility_14.ServiceComp.getJobDefinitionTypes() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useService.getJobDefinitionTypes()
instead.com.redwood.scheduler.api.model.compatibility_14.ServiceComp.getProcessServerServices() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useService.getProcessServerServices()
instead.com.redwood.scheduler.api.model.compatibility_14.SoftwareGroupComp.getSoftwareItems() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSoftwareGroup.getSoftwareItems()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getAssignedSubjectGlobalPrivilegeGrants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getAssignedSubjectGlobalPrivilegeGrants()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getAssignedSubjectObjectPrivilegeGrants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getAssignedSubjectObjectPrivilegeGrants()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getAssignedSubjectObjectTypePrivilegeGrants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getAssignedSubjectObjectTypePrivilegeGrants()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getAssignedSubjectRoleGrants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getAssignedSubjectRoleGrants()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getAssignedToSubjectRoleGrants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getAssignedToSubjectRoleGrants()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getOperatorMessages() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getOperatorMessages()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getProcessMonitorLogs() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getProcessMonitorLogs()
instead.com.redwood.scheduler.api.model.compatibility_14.SubjectComp.getSubjectIsolationGroups() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubject.getSubjectIsolationGroups()
instead.com.redwood.scheduler.api.model.compatibility_14.SubmitFrameComp.getSubmitFrameElements() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSubmitFrame.getSubmitFrameElements()
instead.com.redwood.scheduler.api.model.compatibility_14.TableComp.getTableRowByKey(String) this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTable.getTableRowByKey(String key)
instead.com.redwood.scheduler.api.model.compatibility_14.TableComp.getTableValues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTable.getTableValues()
instead.com.redwood.scheduler.api.model.compatibility_14.TableDefinitionComp.getTableDefinitionColumns() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTableDefinition.getTableDefinitionColumns()
instead.com.redwood.scheduler.api.model.compatibility_14.TableDefinitionComp.getTableDefinitionConstraints() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTableDefinition.getTableDefinitionConstraints()
instead.com.redwood.scheduler.api.model.compatibility_14.TableDefinitionComp.getTables() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTableDefinition.getTables()
instead.com.redwood.scheduler.api.model.compatibility_14.TableDefinitionConstraintComp.getTableDefinitionConstraintParameterMappings() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTableDefinitionConstraint.getTableDefinitionConstraintParameterMappings()
instead.com.redwood.scheduler.api.model.compatibility_14.TimeWindowComp.getTimeWindowElements() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTimeWindow.getTimeWindowElements()
instead.com.redwood.scheduler.api.model.compatibility_14.TranslationKeyComp.getTranslations() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useTranslationKey.getTranslations()
instead.com.redwood.scheduler.api.model.compatibility_14.UserMessageComp.getUserMessageAttachments() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessage.getUserMessageAttachments()
instead.com.redwood.scheduler.api.model.compatibility_14.UserMessageComp.getUserMessageHistories() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessage.getUserMessageHistories()
instead.com.redwood.scheduler.api.model.compatibility_14.UserMessageComp.getUserMessageParticipants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessage.getUserMessageParticipants()
instead.com.redwood.scheduler.api.model.compatibility_14.UserMessageDefinitionComp.getUserMessageDefinitionAttachments() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessageDefinition.getUserMessageDefinitionAttachments()
instead.com.redwood.scheduler.api.model.compatibility_14.UserMessageDefinitionComp.getUserMessageDefinitionParticipants() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessageDefinition.getUserMessageDefinitionParticipants()
instead.com.redwood.scheduler.api.model.compatibility_14.UserMessageDefinitionComp.getUserMessageDefinitionResponses() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useUserMessageDefinition.getUserMessageDefinitionResponses()
instead.com.redwood.scheduler.api.model.compatibility_14.VisualizationAlertComp.getVisualizationAlertSources() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useVisualizationAlert.getVisualizationAlertSources()
instead.com.redwood.scheduler.api.model.compatibility_14.VisualizationProcessServerQueueComp.getVisualizationPSQProcessServers() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useVisualizationProcessServerQueue.getVisualizationPSQProcessServers()
instead.com.redwood.scheduler.api.model.compatibility_14.VisualizationProcessServerQueueComp.getVisualizationPSQQueues() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useVisualizationProcessServerQueue.getVisualizationPSQQueues()
instead.com.redwood.scheduler.api.model.compatibility_14.VisualizationProcessServerQueueComp.getVisualizationPSQTexts() this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useVisualizationProcessServerQueue.getVisualizationPSQTexts()
instead.com.redwood.scheduler.api.model.Document.getData() Access to the data should be done through the stream methodsGet the value for Data. (The document data as an array of bytes.)
com.redwood.scheduler.api.model.Document.getDataAsBase64() Access to the data should be done through the stream methodsGet the value for DataAsBase64. (The document data as a base 64 encoded String.)
com.redwood.scheduler.api.model.Document.setData(byte[]) Access to the data should be done through the stream methodsSet the value for Data. (The document data as an array of bytes.) This value is optional.
com.redwood.scheduler.api.model.Document.setDataAsBase64(String) Access to the data should be done through the stream methodsSet the value for DataAsBase64. (The document data as a base 64 encoded String.) This value is optional.
com.redwood.scheduler.api.model.ImportRuleSet.getImportAction() com.redwood.scheduler.api.model.Job.getPreviousProcessServer() com.redwood.scheduler.api.model.JobDefinitionParameter.getEditable() This value is not used by the product, useJobDefinitionParameter.getDefaultValueEditable()
insteadGet the value for Editable. (Deprecated Method, do not use, this value is not used in the product. This method remains purely for binary compatibility concerns.) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.JobDefinitionParameter.setEditable(EditableType) This value is not used by the product, useJobDefinitionParameter.getDefaultValueEditable()
insteadSet the value for Editable. (Deprecated Method, do not use, this value is not used in the product. This method remains purely for binary compatibility concerns.) This value is mandatory.
com.redwood.scheduler.api.model.JobDefinitionType.isCompletionStrategySupported() com.redwood.scheduler.api.model.LDAPProfile.getScreenReaderRole() This field is deprecated, use Subject.ScreenReader instead.Get the value for ScreenReaderRole. (This field is deprecated. The LDAP group that represents the scheduler-screen-reader role e.g. ScreenReaders)
com.redwood.scheduler.api.model.LDAPProfile.setScreenReaderRole(String) This field is deprecated, use Subject.ScreenReader instead.Set the value for ScreenReaderRole. (This field is deprecated. The LDAP group that represents the scheduler-screen-reader role e.g. ScreenReaders) This value is optional.
com.redwood.scheduler.api.model.ObjectRetriever.close() com.redwood.scheduler.api.model.ObjectRetriever.lookupSchedulerEntity(String, Long) com.redwood.scheduler.api.model.SAPAbapVariantParameter.getHigh() This class has been deprecated, there is no replacementGet the value for High. (High value of the parameter This class has been deprecated, and should not be used.)
com.redwood.scheduler.api.model.SAPAbapVariantParameter.getKind() This class has been deprecated, there is no replacementGet the value for Kind. (Kind of parameter. This class has been deprecated, and should not be used.) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.SAPAbapVariantParameter.getLength() This class has been deprecated, there is no replacementGet the value for Length. (Length. This class has been deprecated, and should not be used.) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.SAPAbapVariantParameter.getLow() This class has been deprecated, there is no replacementGet the value for Low. (Low value of the parameter This class has been deprecated, and should not be used.)
com.redwood.scheduler.api.model.SAPAbapVariantParameter.getOption() This class has been deprecated, there is no replacementGet the value for Option. (Option. This class has been deprecated, and should not be used.) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.SAPAbapVariantParameter.getSign() This class has been deprecated, there is no replacementGet the value for Sign. (Sign of parameter. This class has been deprecated, and should not be used.) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.SAPAbapVariantParameter.getType() This class has been deprecated, there is no replacementGet the value for Type. (Type. This class has been deprecated, and should not be used.) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.SAPAbapVariantParameter.setHigh(String) This class has been deprecated, there is no replacementSet the value for High. (High value of the parameter This class has been deprecated, and should not be used.) This value is optional.
com.redwood.scheduler.api.model.SAPAbapVariantParameter.setKind(String) This class has been deprecated, there is no replacementSet the value for Kind. (Kind of parameter. This class has been deprecated, and should not be used.) This value is mandatory.
com.redwood.scheduler.api.model.SAPAbapVariantParameter.setLength(Long) This class has been deprecated, there is no replacementSet the value for Length. (Length. This class has been deprecated, and should not be used.) This value is mandatory.
com.redwood.scheduler.api.model.SAPAbapVariantParameter.setLow(String) This class has been deprecated, there is no replacementSet the value for Low. (Low value of the parameter This class has been deprecated, and should not be used.) This value is optional.
com.redwood.scheduler.api.model.SAPAbapVariantParameter.setOption(String) This class has been deprecated, there is no replacementSet the value for Option. (Option. This class has been deprecated, and should not be used.) This value is mandatory.
com.redwood.scheduler.api.model.SAPAbapVariantParameter.setSign(String) This class has been deprecated, there is no replacementSet the value for Sign. (Sign of parameter. This class has been deprecated, and should not be used.) This value is mandatory.
com.redwood.scheduler.api.model.SAPAbapVariantParameter.setType(String) This class has been deprecated, there is no replacementSet the value for Type. (Type. This class has been deprecated, and should not be used.) This value is mandatory.
com.redwood.scheduler.api.model.SchedulerSession.close() This method is deprecated, with no replacementClose the Scheduler session. This is not necessary to do, and is actually now implemented as a no-op. It was originally implemented as a method to help the garbage collector do its job, but this is no longer needed, just drop the reference to the session, and let the GC do its job.
com.redwood.scheduler.api.model.SchedulerSession.getMonitorCheckByNameParent(String, MonitorNode) useSchedulerSession.getMonitorCheckByParentName(MonitorNode, String)
instead. Get theMonitorCheck
by ParentName. This method will not return an object that has been deleted in this session. If there are multiple objects in the session that would match the filter then one of them will be randomly returned. Note that this would mean that the current session could not be persisted.com.redwood.scheduler.api.model.SchedulerSession.getMonitorLinkByNameParent(String, MonitorNode) useSchedulerSession.getMonitorLinkByParentName(MonitorNode, String)
instead.Get the
MonitorLink
by ParentName. This method will not return an object that has been deleted in this session. If there are multiple objects in the session that would match the filter then one of them will be randomly returned. Note that this would mean that the current session could not be persisted.com.redwood.scheduler.api.model.SchedulerSession.getMonitorNodeByNameParent(String, MonitorNode) useSchedulerSession.getMonitorNodeByParentName(MonitorNode, String)
instead.Get the
MonitorNode
by ParentName. This method will not return an object that has been deleted in this session. If there are multiple objects in the session that would match the filter then one of them will be randomly returned. Note that this would mean that the current session could not be persisted.com.redwood.scheduler.api.model.SchedulerSession.translateKeys(String[]) Do not use this method, since it prepends keys with TRANSLATE_PREFIX, it does work, but is not not recommended. Uses translateField to translate an array of keys.com.redwood.scheduler.api.model.StatisticsSample.getAverageCallStartDelay() This class has been deprecated, use the Statistics class insteadGet the value for AverageCallStartDelay. (Deprecated Class, do not use. How long the average call took to start.)
com.redwood.scheduler.api.model.StatisticsSample.getAverageLogFileSize() This class has been deprecated, use the Statistics class insteadGet the value for AverageLogFileSize. (Deprecated Class, do not use. The average size of the log files generated by this job in bytes.)
com.redwood.scheduler.api.model.StatisticsSample.getAverageOutFileSize() This class has been deprecated, use the Statistics class insteadGet the value for AverageOutFileSize. (Deprecated Class, do not use. The average size of the output files generated by this job in bytes.)
com.redwood.scheduler.api.model.StatisticsSample.getAverageRunTime() This class has been deprecated, use the Statistics class insteadGet the value for AverageRunTime. (Deprecated Class, do not use. The average runtime of this call/job in milliseconds.)
com.redwood.scheduler.api.model.StatisticsSample.getCallId() This class has been deprecated, use the Statistics class insteadGet the value for CallId. (Deprecated Class, do not use. The Call ID for this Job if it is a JobChainCall. Null if not a JobChainCall)
com.redwood.scheduler.api.model.StatisticsSample.getCallSequenceNumber() This class has been deprecated, use the Statistics class insteadGet the value for CallSequenceNumber. (Deprecated Class, do not use. The sequence number of the Call if it is of type JobChainCall. Null if not a JobChainCall)
com.redwood.scheduler.api.model.StatisticsSample.getCompleted() This class has been deprecated, use the Statistics class insteadGet the value for Completed. (Deprecated Class, do not use. The number of jobs/calls that succeeded)
com.redwood.scheduler.api.model.StatisticsSample.getDayOfYear() This class has been deprecated, use the Statistics class insteadGet the value for DayOfYear. (Deprecated Class, do not use. The day of the year for which the sample was created.)
com.redwood.scheduler.api.model.StatisticsSample.getErrors() This class has been deprecated, use the Statistics class insteadGet the value for Errors. (Deprecated Class, do not use. The number of jobs/calls that were in error)
com.redwood.scheduler.api.model.StatisticsSample.getExecuted() This class has been deprecated, use the Statistics class insteadGet the value for Executed. (Deprecated Class, do not use. The number of jobs/calls that ran on the day)
com.redwood.scheduler.api.model.StatisticsSample.getJobDefinitionId() This class has been deprecated, use the Statistics class insteadGet the value for JobDefinitionId. (Deprecated Class, do not use. The UniqueId of the objects Job Definition) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.StatisticsSample.getLastCompleted() This class has been deprecated, use the Statistics class insteadGet the value for LastCompleted. (Deprecated Class, do not use. The id of the last job/call that succeeded)
com.redwood.scheduler.api.model.StatisticsSample.getLastNotCompleted() This class has been deprecated, use the Statistics class insteadGet the value for LastNotCompleted. (Deprecated Class, do not use. The id of the last job/call that didn't succeed)
com.redwood.scheduler.api.model.StatisticsSample.getMasterJobDefinitionId() This class has been deprecated, use the Statistics class insteadGet the value for MasterJobDefinitionId. (Deprecated Class, do not use. The UniqueId of the objects Master Job Definition) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.StatisticsSample.getObjName() This class has been deprecated, use the Statistics class insteadGet the value for ObjName. (The name of the object) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.StatisticsSample.getPercentCompleted() This class has been deprecated, use the Statistics class insteadGet the value for PercentCompleted. (Deprecated Class, do not use. The percentage of calls/jobs that completed.)
com.redwood.scheduler.api.model.StatisticsSample.getRequestedStartTime() This class has been deprecated, use the Statistics class insteadGet the value for RequestedStartTime. (Deprecated Class, do not use. The time that the user requested the Job/Call to start.)
com.redwood.scheduler.api.model.StatisticsSample.getSampleDate() This class has been deprecated, use the Statistics class insteadGet the value for SampleDate. (Deprecated Class, do not use. The date for which the sample was created.) This value is mandatory, and therefore will not be
null
if this object has been retrieved from the database.com.redwood.scheduler.api.model.StatisticsSample.getStdDeviationCallDelay() This class has been deprecated, use the Statistics class insteadGet the value for StdDeviationCallDelay. (Deprecated Class, do not use. The square root of the call delay variance)
com.redwood.scheduler.api.model.StatisticsSample.getStdDeviationLogFile() This class has been deprecated, use the Statistics class insteadGet the value for StdDeviationLogFile. (Deprecated Class, do not use. The square root of the log file size variance)
com.redwood.scheduler.api.model.StatisticsSample.getStdDeviationOutFile() This class has been deprecated, use the Statistics class insteadGet the value for StdDeviationOutFile. (Deprecated Class, do not use. The square root of the output file size variance)
com.redwood.scheduler.api.model.StatisticsSample.getStdDeviationRuntime() This class has been deprecated, use the Statistics class insteadGet the value for StdDeviationRuntime. (Deprecated Class, do not use. The square root of the runtime variance)
com.redwood.scheduler.api.model.StatisticsSample.getStepId() This class has been deprecated, use the Statistics class insteadGet the value for StepId. (Deprecated Class, do not use. The Step ID for this Job if it is a JobChainStep. Null if not a JobChainStep)
com.redwood.scheduler.api.model.StatisticsSample.getStepSequenceNumber() This class has been deprecated, use the Statistics class insteadGet the value for StepSequenceNumber. (Deprecated Class, do not use. The sequence number of the Job if it is of type JobChainStep. Null if not a JobChainStep)
com.redwood.scheduler.api.model.StatisticsSample.setAverageCallStartDelay(Long) This class has been deprecated, use the Statistics class insteadSet the value for AverageCallStartDelay. (Deprecated Class, do not use. How long the average call took to start.) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setAverageLogFileSize(Long) This class has been deprecated, use the Statistics class insteadSet the value for AverageLogFileSize. (Deprecated Class, do not use. The average size of the log files generated by this job in bytes.) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setAverageOutFileSize(Long) This class has been deprecated, use the Statistics class insteadSet the value for AverageOutFileSize. (Deprecated Class, do not use. The average size of the output files generated by this job in bytes.) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setAverageRunTime(Long) This class has been deprecated, use the Statistics class insteadSet the value for AverageRunTime. (Deprecated Class, do not use. The average runtime of this call/job in milliseconds.) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setCallId(Long) This class has been deprecated, use the Statistics class insteadSet the value for CallId. (Deprecated Class, do not use. The Call ID for this Job if it is a JobChainCall. Null if not a JobChainCall) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setCallSequenceNumber(Long) This class has been deprecated, use the Statistics class insteadSet the value for CallSequenceNumber. (Deprecated Class, do not use. The sequence number of the Call if it is of type JobChainCall. Null if not a JobChainCall) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setCompleted(Long) This class has been deprecated, use the Statistics class insteadSet the value for Completed. (Deprecated Class, do not use. The number of jobs/calls that succeeded) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setDayOfYear(Long) This class has been deprecated, use the Statistics class insteadSet the value for DayOfYear. (Deprecated Class, do not use. The day of the year for which the sample was created.) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setErrors(Long) This class has been deprecated, use the Statistics class insteadSet the value for Errors. (Deprecated Class, do not use. The number of jobs/calls that were in error) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setExecuted(Long) This class has been deprecated, use the Statistics class insteadSet the value for Executed. (Deprecated Class, do not use. The number of jobs/calls that ran on the day) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setJobDefinitionId(Long) This class has been deprecated, use the Statistics class insteadSet the value for JobDefinitionId. (Deprecated Class, do not use. The UniqueId of the objects Job Definition) This value is mandatory.
com.redwood.scheduler.api.model.StatisticsSample.setLastCompleted(Long) This class has been deprecated, use the Statistics class insteadSet the value for LastCompleted. (Deprecated Class, do not use. The id of the last job/call that succeeded) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setLastNotCompleted(Long) This class has been deprecated, use the Statistics class insteadSet the value for LastNotCompleted. (Deprecated Class, do not use. The id of the last job/call that didn't succeed) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setMasterJobDefinitionId(Long) This class has been deprecated, use the Statistics class insteadSet the value for MasterJobDefinitionId. (Deprecated Class, do not use. The UniqueId of the objects Master Job Definition) This value is mandatory.
com.redwood.scheduler.api.model.StatisticsSample.setObjName(String) This class has been deprecated, use the Statistics class insteadSet the value for ObjName. (The name of the object) This value is mandatory.
com.redwood.scheduler.api.model.StatisticsSample.setPercentCompleted(BigDecimal) This class has been deprecated, use the Statistics class insteadSet the value for PercentCompleted. (Deprecated Class, do not use. The percentage of calls/jobs that completed.) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setRequestedStartTime(DateTimeZone) This class has been deprecated, use the Statistics class insteadSet the value for RequestedStartTime. (Deprecated Class, do not use. The time that the user requested the Job/Call to start.) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setSampleDate(DateTimeZone) This class has been deprecated, use the Statistics class insteadSet the value for SampleDate. (Deprecated Class, do not use. The date for which the sample was created.) This value is mandatory.
com.redwood.scheduler.api.model.StatisticsSample.setStdDeviationCallDelay(BigDecimal) This class has been deprecated, use the Statistics class insteadSet the value for StdDeviationCallDelay. (Deprecated Class, do not use. The square root of the call delay variance) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setStdDeviationLogFile(BigDecimal) This class has been deprecated, use the Statistics class insteadSet the value for StdDeviationLogFile. (Deprecated Class, do not use. The square root of the log file size variance) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setStdDeviationOutFile(BigDecimal) This class has been deprecated, use the Statistics class insteadSet the value for StdDeviationOutFile. (Deprecated Class, do not use. The square root of the output file size variance) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setStdDeviationRuntime(BigDecimal) This class has been deprecated, use the Statistics class insteadSet the value for StdDeviationRuntime. (Deprecated Class, do not use. The square root of the runtime variance) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setStepId(Long) This class has been deprecated, use the Statistics class insteadSet the value for StepId. (Deprecated Class, do not use. The Step ID for this Job if it is a JobChainStep. Null if not a JobChainStep) This value is optional.
com.redwood.scheduler.api.model.StatisticsSample.setStepSequenceNumber(Long) This class has been deprecated, use the Statistics class insteadSet the value for StepSequenceNumber. (Deprecated Class, do not use. The sequence number of the Job if it is of type JobChainStep. Null if not a JobChainStep) This value is optional.
com.redwood.scheduler.api.model.SubjectRoleGrant.isGrantable() This attribute has been deprecated since it was never used.Get the value for Grantable. (Can the assignee subject grant the assigned subject to other assignee subjects?)
com.redwood.scheduler.api.model.SubjectRoleGrant.setGrantable(boolean) This attribute has been deprecated since it was never used.Set the value for Grantable. (Can the assignee subject grant the assigned subject to other assignee subjects?)
com.redwood.scheduler.api.model.UserMessageDefinition.isNotifyUsers() com.redwood.scheduler.api.model.UserMessageDefinition.setNotifyUsers(boolean) com.redwood.scheduler.api.rtx.RTXMetadata.assertAssignableFrom(RTXMetadata) com.redwood.scheduler.api.rtx.RTXMetadata.assertColumnsCompatible(RTXMetadata) com.redwood.scheduler.api.soap.SOAPRequest.setHTTPEncoding(String) com.redwood.scheduler.api.soap.SOAPRequest.setProxy(String, int, String, String) Use the new global proxy supportcom.redwood.scheduler.api.soap.SOAPRequest.setRejectedCipherSuitePatterns(String) com.redwood.scheduler.api.soap.SOAPRequest.setSocketFactory(SocketFactory) this is no longer functional.com.redwood.scheduler.api.uow.ConfigurableSchedulerSessionSource.getMaxRetries() Will be removed in the future as this feature to set this value is obsoletecom.redwood.scheduler.api.uow.ConfigurableSchedulerSessionSource.getMaxSpins() Will be removed in the future as this feature to set this value is obsolete