Interface PartitionComp

  • All Known Subinterfaces:
    Partition

    public interface PartitionComp
    This class is only required in order to be able to provide binary compatibility with older releases. You should never access this class directly.
    • Method Detail

      • getProcessMonitors

        @Deprecated
        Iterator<ProcessMonitor> getProcessMonitors()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getProcessMonitors() instead.
        Get an Iterator over an ordered collection of ProcessMonitors. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of ProcessMonitor objects .
      • getApplications

        @Deprecated
        Iterator<Application> getApplications()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getApplications() instead.
        Get an Iterator over an ordered collection of Applications. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Application objects .
      • getDashboards

        @Deprecated
        Iterator<Dashboard> getDashboards()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getDashboards() instead.
        Get an Iterator over an ordered collection of Dashboards. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Dashboard objects .
      • getDocuments

        @Deprecated
        Iterator<Document> getDocuments()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getDocuments() instead.
        Get an Iterator over an ordered collection of Documents. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Document objects .
      • getJobDefinitions

        @Deprecated
        Iterator<JobDefinition> getJobDefinitions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getJobDefinitions() instead.
        Get an Iterator over an ordered collection of JobDefinitions. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of JobDefinition objects .
      • getDatabases

        @Deprecated
        Iterator<Database> getDatabases()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getDatabases() instead.
        Get an Iterator over an ordered collection of Databases. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Database objects .
      • getExportRuleSets

        @Deprecated
        Iterator<ExportRuleSet> getExportRuleSets()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getExportRuleSets() instead.
        Get an Iterator over an ordered collection of ExportRuleSets. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of ExportRuleSet objects .
      • getExtensionPoints

        @Deprecated
        Iterator<ExtensionPoint> getExtensionPoints()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getExtensionPoints() instead.
        Get an Iterator over an ordered collection of ExtensionPoints. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of ExtensionPoint objects .
      • getFormats

        @Deprecated
        Iterator<Format> getFormats()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getFormats() instead.
        Get an Iterator over an ordered collection of Formats. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Format objects .
      • getImportRuleSets

        @Deprecated
        Iterator<ImportRuleSet> getImportRuleSets()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getImportRuleSets() instead.
        Get an Iterator over an ordered collection of ImportRuleSets. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of ImportRuleSet objects .
      • getImportSources

        @Deprecated
        Iterator<ImportSource> getImportSources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getImportSources() instead.
        Get an Iterator over an ordered collection of ImportSources. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of ImportSource objects .
      • getJobLocks

        @Deprecated
        Iterator<JobLock> getJobLocks()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getJobLocks() instead.
        Get an Iterator over an ordered collection of JobLocks. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of JobLock objects .
      • getLibraries

        @Deprecated
        Iterator<Library> getLibraries()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getLibraries() instead.
        Get an Iterator over an ordered collection of Libraries. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Library objects .
      • getMailConnectors

        @Deprecated
        Iterator<MailConnector> getMailConnectors()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getMailConnectors() instead.
        Get an Iterator over an ordered collection of MailConnectors. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of MailConnector objects .
      • getNavigationBars

        @Deprecated
        Iterator<NavigationBar> getNavigationBars()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getNavigationBars() instead.
        Get an Iterator over an ordered collection of NavigationBars. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of NavigationBar objects .
      • getOraAppsSystems

        @Deprecated
        Iterator<OraAppsSystem> getOraAppsSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getOraAppsSystems() instead.
        Get an Iterator over an ordered collection of OraAppsSystems. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of OraAppsSystem objects .
      • getOraOhiSystems

        @Deprecated
        Iterator<OraOhiSystem> getOraOhiSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getOraOhiSystems() instead.
        Get an Iterator over an ordered collection of OraOhiSystems. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of OraOhiSystem objects .
      • getPeriodFunctions

        @Deprecated
        Iterator<PeriodFunction> getPeriodFunctions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getPeriodFunctions() instead.
        Get an Iterator over an ordered collection of PeriodFunctions. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of PeriodFunction objects .
      • getProcessServers

        @Deprecated
        Iterator<ProcessServer> getProcessServers()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getProcessServers() instead.
        Get an Iterator over an ordered collection of ProcessServers. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of ProcessServer objects .
      • getQueues

        @Deprecated
        Iterator<Queue> getQueues()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getQueues() instead.
        Get an Iterator over an ordered collection of Queues. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Queue objects .
      • getR2WCatalogs

        @Deprecated
        Iterator<R2WCatalog> getR2WCatalogs()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getR2WCatalogs() instead.
        Get an Iterator over an ordered collection of R2WCatalogs. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of R2WCatalog objects .
      • getRemoteSystems

        @Deprecated
        Iterator<RemoteSystem> getRemoteSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getRemoteSystems() instead.
        Get an Iterator over an ordered collection of RemoteSystems. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of RemoteSystem objects .
      • getResources

        @Deprecated
        Iterator<Resource> getResources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getResources() instead.
        Get an Iterator over an ordered collection of Resources. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Resource objects .
      • getSAPSystems

        @Deprecated
        Iterator<SAPSystem> getSAPSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getSAPSystems() instead.
        Get an Iterator over an ordered collection of SAPSystems. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of SAPSystem objects .
      • getServices

        @Deprecated
        Iterator<Service> getServices()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getServices() instead.
        Get an Iterator over an ordered collection of Services. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Service objects .
      • getSubmitFrames

        @Deprecated
        Iterator<SubmitFrame> getSubmitFrames()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getSubmitFrames() instead.
        Get an Iterator over an ordered collection of SubmitFrames. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of SubmitFrame objects .
      • getTables

        @Deprecated
        Iterator<Table> getTables()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getTables() instead.
        Get an Iterator over an ordered collection of Tables. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Table objects .
      • getTimeWindows

        @Deprecated
        Iterator<TimeWindow> getTimeWindows()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getTimeWindows() instead.
        Get an Iterator over an ordered collection of TimeWindows. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of TimeWindow objects .
      • getTriggers

        @Deprecated
        Iterator<Trigger> getTriggers()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getTriggers() instead.
        Get an Iterator over an ordered collection of Triggers. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Trigger objects .
      • getCredentials

        @Deprecated
        Iterator<Credential> getCredentials()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getCredentials() instead.
        Get an Iterator over an ordered collection of Credentials. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of Credential objects .
      • getUserMessages

        @Deprecated
        Iterator<UserMessage> getUserMessages()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Partition.getUserMessages() instead.
        Get an Iterator over an ordered collection of UserMessages. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. The objects in this partition.
        Returns:
        An Iterator over an ordered collection of UserMessage objects .