Interface LibraryComp
-
- All Known Subinterfaces:
Library
public interface LibraryComp
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<AlertEscalationAction>
getAlertEscalationActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getAlertEscalationActions()
instead.Iterator<AlertSourceAction>
getAlertSourceActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getAlertSourceActions()
instead.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, useLibrary.getDatabases()
instead.Iterator<EmailAlertGatewayAction>
getEmailAlertGatewayActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getEmailAlertGatewayActions()
instead.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, useLibrary.getExtensionPoints()
instead.Iterator<ImportAction>
getImportActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getImportActions()
instead.Iterator<JARFile>
getJARFiles()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJARFiles()
instead.Iterator<JobDefinitionAction>
getJobDefinitionActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJobDefinitionActions()
instead.Iterator<JobDefinitionTypeAction>
getJobDefinitionTypeActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJobDefinitionTypeActions()
instead.Iterator<LibrarySource>
getLibrarySources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getLibrarySources()
instead.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, useLibrary.getPeriodFunctions()
instead.Iterator<RELEntryPoint>
getRELEntryPoints()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getRELEntryPoints()
instead.Iterator<Script>
getScripts()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getScripts()
instead.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, useLibrary.getTriggers()
instead.
-
-
-
Method Detail
-
getAlertEscalationActions
@Deprecated Iterator<AlertEscalationAction> getAlertEscalationActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getAlertEscalationActions()
instead.Get anIterator
over an ordered collection ofAlertEscalationActions
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the AlertEscalationAction depends upon.- Returns:
- An
Iterator
over an ordered collection ofAlertEscalationAction
objects .
-
getAlertSourceActions
@Deprecated Iterator<AlertSourceAction> getAlertSourceActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getAlertSourceActions()
instead.Get anIterator
over an ordered collection ofAlertSourceActions
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the Alert Action depends upon.- Returns:
- An
Iterator
over an ordered collection ofAlertSourceAction
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, useLibrary.getDatabases()
instead.
-
getEmailAlertGatewayActions
@Deprecated Iterator<EmailAlertGatewayAction> getEmailAlertGatewayActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getEmailAlertGatewayActions()
instead.Get anIterator
over an ordered collection ofEmailAlertGatewayActions
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the EmailAlertGatewayAction depends upon.- Returns:
- An
Iterator
over an ordered collection ofEmailAlertGatewayAction
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, useLibrary.getExtensionPoints()
instead.Get anIterator
over an ordered collection ofExtensionPoints
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the ExtensionPoint depends upon.- Returns:
- An
Iterator
over an ordered collection ofExtensionPoint
objects .
-
getImportActions
@Deprecated Iterator<ImportAction> getImportActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getImportActions()
instead.Get anIterator
over an ordered collection ofImportActions
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the ImportAction depends upon.- Returns:
- An
Iterator
over an ordered collection ofImportAction
objects .
-
getJARFiles
@Deprecated Iterator<JARFile> getJARFiles()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJARFiles()
instead.
-
getJobDefinitionActions
@Deprecated Iterator<JobDefinitionAction> getJobDefinitionActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJobDefinitionActions()
instead.Get anIterator
over an ordered collection ofJobDefinitionActions
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the SchedulerEntityAction depends upon.- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionAction
objects .
-
getJobDefinitionTypeActions
@Deprecated Iterator<JobDefinitionTypeAction> getJobDefinitionTypeActions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getJobDefinitionTypeActions()
instead.Get anIterator
over an ordered collection ofJobDefinitionTypeActions
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the JobDefinitionTypeAction depends upon.- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionTypeAction
objects .
-
getLibrarySources
@Deprecated Iterator<LibrarySource> getLibrarySources()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getLibrarySources()
instead.Get anIterator
over an ordered collection ofLibrarySources
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The Library that a LibrarySource belongs to.- Returns:
- An
Iterator
over an ordered collection ofLibrarySource
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, useLibrary.getPeriodFunctions()
instead.Get anIterator
over an ordered collection ofPeriodFunctions
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The library that the PeriodFunction depends upon.- Returns:
- An
Iterator
over an ordered collection ofPeriodFunction
objects .
-
getRELEntryPoints
@Deprecated Iterator<RELEntryPoint> getRELEntryPoints()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getRELEntryPoints()
instead.Get anIterator
over an ordered collection ofRELEntryPoints
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The Library the RELEntryPoint belongs to- Returns:
- An
Iterator
over an ordered collection ofRELEntryPoint
objects .
-
getScripts
@Deprecated Iterator<Script> getScripts()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getScripts()
instead.
-
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, useLibrary.getTriggers()
instead.
-
-