Interface ApplicationComp

  • All Known Subinterfaces:
    Application

    public interface ApplicationComp
    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

      • getChildApplications

        @Deprecated
        Iterator<Application> getChildApplications()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildApplications() instead.
        Get an Iterator over a collection of ChildApplications, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Application objects , the collection will be ordered by Name.
      • getChildDashboards

        @Deprecated
        Iterator<Dashboard> getChildDashboards()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildDashboards() instead.
        Get an Iterator over a collection of ChildDashboards, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Dashboard objects , the collection will be ordered by Name.
      • getChildDocuments

        @Deprecated
        Iterator<Document> getChildDocuments()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildDocuments() instead.
        Get an Iterator over a collection of ChildDocuments, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Document objects , the collection will be ordered by Name.
      • getChildJobDefinitions

        @Deprecated
        Iterator<JobDefinition> getChildJobDefinitions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildJobDefinitions() instead.
        Get an Iterator over a collection of ChildJobDefinitions, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of JobDefinition objects , the collection will be ordered by Name.
      • getChildAlertEscalations

        @Deprecated
        Iterator<AlertEscalation> getChildAlertEscalations()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildAlertEscalations() instead.
        Get an Iterator over a collection of ChildAlertEscalations, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of AlertEscalation objects , the collection will be ordered by Name.
      • getChildCredentialProtocols

        @Deprecated
        Iterator<CredentialProtocol> getChildCredentialProtocols()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildCredentialProtocols() instead.
        Get an Iterator over a collection of ChildCredentialProtocols, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of CredentialProtocol objects , the collection will be ordered by Name.
      • getChildDatabases

        @Deprecated
        Iterator<Database> getChildDatabases()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildDatabases() instead.
        Get an Iterator over a collection of ChildDatabases, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Database objects , the collection will be ordered by Name.
      • getChildDatumDefinitions

        @Deprecated
        Iterator<DatumDefinition> getChildDatumDefinitions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildDatumDefinitions() instead.
        Get an Iterator over a collection of ChildDatumDefinitions, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of DatumDefinition objects , the collection will be ordered by Name.
      • getChildExportRuleSets

        @Deprecated
        Iterator<ExportRuleSet> getChildExportRuleSets()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildExportRuleSets() instead.
        Get an Iterator over a collection of ChildExportRuleSets, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of ExportRuleSet objects , the collection will be ordered by Name.
      • getChildExtensionPoints

        @Deprecated
        Iterator<ExtensionPoint> getChildExtensionPoints()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildExtensionPoints() instead.
        Get an Iterator over a collection of ChildExtensionPoints, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of ExtensionPoint objects , the collection will be ordered by Name.
      • getChildEventDefinitions

        @Deprecated
        Iterator<EventDefinition> getChildEventDefinitions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildEventDefinitions() instead.
        Get an Iterator over a collection of ChildEventDefinitions, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of EventDefinition objects , the collection will be ordered by Name.
      • getChildFormats

        @Deprecated
        Iterator<Format> getChildFormats()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildFormats() instead.
        Get an Iterator over a collection of ChildFormats, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Format objects , the collection will be ordered by Name.
      • getChildImportRuleSets

        @Deprecated
        Iterator<ImportRuleSet> getChildImportRuleSets()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildImportRuleSets() instead.
        Get an Iterator over a collection of ChildImportRuleSets, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of ImportRuleSet objects , the collection will be ordered by Name.
      • getChildImportSources

        @Deprecated
        Iterator<ImportSource> getChildImportSources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildImportSources() instead.
        Get an Iterator over a collection of ChildImportSources, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of ImportSource objects , the collection will be ordered by Name.
      • getChildJobDefinitionTypes

        @Deprecated
        Iterator<JobDefinitionType> getChildJobDefinitionTypes()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildJobDefinitionTypes() instead.
        Get an Iterator over a collection of ChildJobDefinitionTypes, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of JobDefinitionType objects , the collection will be ordered by Name.
      • getChildJobLocks

        @Deprecated
        Iterator<JobLock> getChildJobLocks()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildJobLocks() instead.
        Get an Iterator over a collection of ChildJobLocks, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of JobLock objects , the collection will be ordered by Name.
      • getChildLibraries

        @Deprecated
        Iterator<Library> getChildLibraries()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildLibraries() instead.
        Get an Iterator over a collection of ChildLibraries, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Library objects , the collection will be ordered by Name.
      • getChildMailConnectors

        @Deprecated
        Iterator<MailConnector> getChildMailConnectors()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildMailConnectors() instead.
        Get an Iterator over a collection of ChildMailConnectors, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of MailConnector objects , the collection will be ordered by Name.
      • getChildNavigationBars

        @Deprecated
        Iterator<NavigationBar> getChildNavigationBars()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildNavigationBars() instead.
        Get an Iterator over a collection of ChildNavigationBars, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of NavigationBar objects , the collection will be ordered by Name.
      • getChildOraAppsSystems

        @Deprecated
        Iterator<OraAppsSystem> getChildOraAppsSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildOraAppsSystems() instead.
        Get an Iterator over a collection of ChildOraAppsSystems, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of OraAppsSystem objects , the collection will be ordered by Name.
      • getChildOraOhiSystems

        @Deprecated
        Iterator<OraOhiSystem> getChildOraOhiSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildOraOhiSystems() instead.
        Get an Iterator over a collection of ChildOraOhiSystems, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of OraOhiSystem objects , the collection will be ordered by Name.
      • getChildPeopleSoftSystems

        @Deprecated
        Iterator<PeopleSoftSystem> getChildPeopleSoftSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildPeopleSoftSystems() instead.
        Get an Iterator over a collection of ChildPeopleSoftSystems, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of PeopleSoftSystem objects , the collection will be ordered by Name.
      • getChildPeriodFunctions

        @Deprecated
        Iterator<PeriodFunction> getChildPeriodFunctions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildPeriodFunctions() instead.
        Get an Iterator over a collection of ChildPeriodFunctions, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of PeriodFunction objects , the collection will be ordered by Name.
      • getChildProcessServers

        @Deprecated
        Iterator<ProcessServer> getChildProcessServers()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildProcessServers() instead.
        Get an Iterator over a collection of ChildProcessServers, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of ProcessServer objects , the collection will be ordered by Name.
      • getChildQueues

        @Deprecated
        Iterator<Queue> getChildQueues()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildQueues() instead.
        Get an Iterator over a collection of ChildQueues, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Queue objects , the collection will be ordered by Name.
      • getChildR2WCatalogs

        @Deprecated
        Iterator<R2WCatalog> getChildR2WCatalogs()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildR2WCatalogs() instead.
        Get an Iterator over a collection of ChildR2WCatalogs, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of R2WCatalog objects , the collection will be ordered by Name.
      • getChildRemoteSystems

        @Deprecated
        Iterator<RemoteSystem> getChildRemoteSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildRemoteSystems() instead.
        Get an Iterator over a collection of ChildRemoteSystems, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of RemoteSystem objects , the collection will be ordered by Name.
      • getChildResources

        @Deprecated
        Iterator<Resource> getChildResources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildResources() instead.
        Get an Iterator over a collection of ChildResources, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Resource objects , the collection will be ordered by Name.
      • getChildSAPSystems

        @Deprecated
        Iterator<SAPSystem> getChildSAPSystems()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildSAPSystems() instead.
        Get an Iterator over a collection of ChildSAPSystems, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of SAPSystem objects , the collection will be ordered by Name.
      • getChildSAPBAEConnectors

        @Deprecated
        Iterator<SAPBAEConnector> getChildSAPBAEConnectors()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildSAPBAEConnectors() instead.
        Get an Iterator over a collection of ChildSAPBAEConnectors, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of SAPBAEConnector objects , the collection will be ordered by Name.
      • getChildServices

        @Deprecated
        Iterator<Service> getChildServices()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildServices() instead.
        Get an Iterator over a collection of ChildServices, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Service objects , the collection will be ordered by Name.
      • getChildSubmitFrames

        @Deprecated
        Iterator<SubmitFrame> getChildSubmitFrames()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildSubmitFrames() instead.
        Get an Iterator over a collection of ChildSubmitFrames, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of SubmitFrame objects , the collection will be ordered by Name.
      • getChildTables

        @Deprecated
        Iterator<Table> getChildTables()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildTables() instead.
        Get an Iterator over a collection of ChildTables, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Table objects , the collection will be ordered by Name.
      • getChildTableDefinitions

        @Deprecated
        Iterator<TableDefinition> getChildTableDefinitions()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildTableDefinitions() instead.
        Get an Iterator over a collection of ChildTableDefinitions, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of TableDefinition objects , the collection will be ordered by Name.
      • getChildTimeWindows

        @Deprecated
        Iterator<TimeWindow> getChildTimeWindows()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildTimeWindows() instead.
        Get an Iterator over a collection of ChildTimeWindows, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of TimeWindow objects , the collection will be ordered by Name.
      • getChildTriggers

        @Deprecated
        Iterator<Trigger> getChildTriggers()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildTriggers() instead.
        Get an Iterator over a collection of ChildTriggers, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of Trigger objects , the collection will be ordered by Name.
      • getChildEmailAlertGateways

        @Deprecated
        Iterator<EmailAlertGateway> getChildEmailAlertGateways()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildEmailAlertGateways() instead.
        Get an Iterator over a collection of ChildEmailAlertGateways, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of EmailAlertGateway objects , the collection will be ordered by Name.
      • getChildAdHocAlertSources

        @Deprecated
        Iterator<AdHocAlertSource> getChildAdHocAlertSources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildAdHocAlertSources() instead.
        Get an Iterator over a collection of ChildAdHocAlertSources, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of AdHocAlertSource objects , the collection will be ordered by Name.
      • getChildMonitorAlertSources

        @Deprecated
        Iterator<MonitorAlertSource> getChildMonitorAlertSources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildMonitorAlertSources() instead.
        Get an Iterator over a collection of ChildMonitorAlertSources, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of MonitorAlertSource objects , the collection will be ordered by Name.
      • getChildQueueAlertSources

        @Deprecated
        Iterator<QueueAlertSource> getChildQueueAlertSources()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildQueueAlertSources() instead.
        Get an Iterator over a collection of ChildQueueAlertSources, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of QueueAlertSource objects , the collection will be ordered by Name.
      • getChildAuditRules

        @Deprecated
        Iterator<AuditRule> getChildAuditRules()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildAuditRules() instead.
        Get an Iterator over a collection of ChildAuditRules, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. Audits rule can be group descendants of ApplicationObject.
        Returns:
        An Iterator over a collection of AuditRule objects , the collection will be ordered by Name.
      • getChildQueryFilters

        @Deprecated
        Iterator<QueryFilter> getChildQueryFilters()
        Deprecated.
        this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, use Application.getChildQueryFilters() instead.
        Get an Iterator over a collection of ChildQueryFilters, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never return null. An application can be used group QueryFilter objects.
        Returns:
        An Iterator over a collection of QueryFilter objects , the collection will be ordered by Name.