Interface SAPSystemComp
-
- All Known Subinterfaces:
SAPSystem
public interface SAPSystemComp
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Iterator<SAPAbapProgram>
getSAPAbapPrograms()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPAbapPrograms()
instead.Iterator<SAPApplicationServerGroup>
getSAPApplicationServerGroups()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServerGroups()
instead.Iterator<SAPApplicationServer>
getSAPApplicationServers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServers()
instead.Iterator<SAPArchiveObject>
getSAPArchiveObjects()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPArchiveObjects()
instead.Iterator<SAPBatchEvent>
getSAPBatchEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPBatchEvents()
instead.Iterator<SAPCalendar>
getSAPCalendars()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPCalendars()
instead.Iterator<SAPExternalCommand>
getSAPExternalCommands()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPExternalCommands()
instead.Iterator<SAPInfoPackageGroup>
getSAPInfoPackageGroups()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPInfoPackageGroups()
instead.Iterator<SAPInfoPackage>
getSAPInfoPackages()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPInfoPackages()
instead.Iterator<SAPJ2EEClient>
getSAPJ2EEClients()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPJ2EEClients()
instead.Iterator<SAPLanguage>
getSAPLanguages()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLanguages()
instead.Iterator<SAPLogError>
getSAPLogErrors()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLogErrors()
instead.Iterator<SAPMassActivity>
getSAPMassActivities()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPMassActivities()
instead.Iterator<SAPOutputDevice>
getSAPOutputDevices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPOutputDevices()
instead.Iterator<SAPPIChannel>
getSAPPIChannels()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPPIChannels()
instead.Iterator<SAPProcessChain>
getSAPProcessChains()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPProcessChains()
instead.Iterator<SAPRecipient>
getSAPRecipients()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPRecipients()
instead.Iterator<SAPXBPEventRule>
getSAPXBPEventRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPEventRules()
instead.Iterator<SAPXBPJobControlRule>
getSAPXBPJobControlRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPJobControlRules()
instead.Iterator<SAPXBP>
getSAPXBPs()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPs()
instead.
-
-
-
Method Detail
-
getSAPAbapPrograms
@Deprecated Iterator<SAPAbapProgram> getSAPAbapPrograms()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPAbapPrograms()
instead.Get anIterator
over an ordered collection ofSAPAbapPrograms
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. ABAP Programs imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPAbapProgram
objects .
-
getSAPApplicationServers
@Deprecated Iterator<SAPApplicationServer> getSAPApplicationServers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServers()
instead.Get anIterator
over an ordered collection ofSAPApplicationServers
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The SAP Application Servers of this SAPSystem.- Returns:
- An
Iterator
over an ordered collection ofSAPApplicationServer
objects .
-
getSAPApplicationServerGroups
@Deprecated Iterator<SAPApplicationServerGroup> getSAPApplicationServerGroups()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServerGroups()
instead.Get anIterator
over an ordered collection ofSAPApplicationServerGroups
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The SAP Application Server Groups of this SAP System.- Returns:
- An
Iterator
over an ordered collection ofSAPApplicationServerGroup
objects .
-
getSAPArchiveObjects
@Deprecated Iterator<SAPArchiveObject> getSAPArchiveObjects()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPArchiveObjects()
instead.Get anIterator
over an ordered collection ofSAPArchiveObjects
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Archive objects imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPArchiveObject
objects .
-
getSAPBatchEvents
@Deprecated Iterator<SAPBatchEvent> getSAPBatchEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPBatchEvents()
instead.Get anIterator
over an ordered collection ofSAPBatchEvents
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. SAP Batch Events- Returns:
- An
Iterator
over an ordered collection ofSAPBatchEvent
objects .
-
getSAPCalendars
@Deprecated Iterator<SAPCalendar> getSAPCalendars()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPCalendars()
instead.Get anIterator
over an ordered collection ofSAPCalendars
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. SAP Calendars- Returns:
- An
Iterator
over an ordered collection ofSAPCalendar
objects .
-
getSAPExternalCommands
@Deprecated Iterator<SAPExternalCommand> getSAPExternalCommands()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPExternalCommands()
instead.Get anIterator
over an ordered collection ofSAPExternalCommands
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. External Commands imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPExternalCommand
objects .
-
getSAPInfoPackages
@Deprecated Iterator<SAPInfoPackage> getSAPInfoPackages()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPInfoPackages()
instead.Get anIterator
over an ordered collection ofSAPInfoPackages
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. InfoPackages imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPInfoPackage
objects .
-
getSAPInfoPackageGroups
@Deprecated Iterator<SAPInfoPackageGroup> getSAPInfoPackageGroups()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPInfoPackageGroups()
instead.Get anIterator
over an ordered collection ofSAPInfoPackageGroups
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. InfoPackageGroups imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPInfoPackageGroup
objects .
-
getSAPJ2EEClients
@Deprecated Iterator<SAPJ2EEClient> getSAPJ2EEClients()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPJ2EEClients()
instead.Get anIterator
over an ordered collection ofSAPJ2EEClients
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of J2EE client settings for a SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPJ2EEClient
objects .
-
getSAPPIChannels
@Deprecated Iterator<SAPPIChannel> getSAPPIChannels()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPPIChannels()
instead.Get anIterator
over an ordered collection ofSAPPIChannels
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of SAP PI channels for a SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPPIChannel
objects .
-
getSAPLogErrors
@Deprecated Iterator<SAPLogError> getSAPLogErrors()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLogErrors()
instead.Get anIterator
over an ordered collection ofSAPLogErrors
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. T100 messages- Returns:
- An
Iterator
over an ordered collection ofSAPLogError
objects .
-
getSAPMassActivities
@Deprecated Iterator<SAPMassActivity> getSAPMassActivities()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPMassActivities()
instead.Get anIterator
over an ordered collection ofSAPMassActivities
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Mass activities imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPMassActivity
objects .
-
getSAPOutputDevices
@Deprecated Iterator<SAPOutputDevice> getSAPOutputDevices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPOutputDevices()
instead.Get anIterator
over an ordered collection ofSAPOutputDevices
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Output devices imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPOutputDevice
objects .
-
getSAPProcessChains
@Deprecated Iterator<SAPProcessChain> getSAPProcessChains()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPProcessChains()
instead.Get anIterator
over an ordered collection ofSAPProcessChains
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. ProcessChain imported from the SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPProcessChain
objects .
-
getSAPRecipients
@Deprecated Iterator<SAPRecipient> getSAPRecipients()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPRecipients()
instead.Get anIterator
over an ordered collection ofSAPRecipients
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. SAP Recipients- Returns:
- An
Iterator
over an ordered collection ofSAPRecipient
objects .
-
getSAPXBPs
@Deprecated Iterator<SAPXBP> getSAPXBPs()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPs()
instead.
-
getSAPXBPEventRules
@Deprecated Iterator<SAPXBPEventRule> getSAPXBPEventRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPEventRules()
instead.Get anIterator
over an ordered collection ofSAPXBPEventRules
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of XBP settings for a SAP system.- Returns:
- An
Iterator
over an ordered collection ofSAPXBPEventRule
objects .
-
getSAPXBPJobControlRules
@Deprecated Iterator<SAPXBPJobControlRule> getSAPXBPJobControlRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPXBPJobControlRules()
instead.Get anIterator
over a collection ofSAPXBPJobControlRules
, the collection will be ordered by ProcessingOrder. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Collection of XBP settings for a SAP system.- Returns:
- An
Iterator
over a collection ofSAPXBPJobControlRule
objects , the collection will be ordered by ProcessingOrder.
-
getSAPLanguages
@Deprecated Iterator<SAPLanguage> getSAPLanguages()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPLanguages()
instead.Get anIterator
over a collection ofSAPLanguages
, the collection will be ordered by Name. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Languages the SAP system.- Returns:
- An
Iterator
over a collection ofSAPLanguage
objects , the collection will be ordered by Name.
-
-