Interface JobDefinitionComp
-
- All Known Subinterfaces:
JobDefinition
public interface JobDefinitionComp
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<FinalStatusHandler>
getFinalStatusHandlers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getFinalStatusHandlers()
instead.Iterator<JobChainCall>
getJobChainCalls()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobChainCalls()
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, useJobDefinition.getJobDefinitionActions()
instead.Iterator<JobDefinitionConstraint>
getJobDefinitionConstraints()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionConstraints()
instead.Iterator<JobDefinitionForm>
getJobDefinitionForms()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionForms()
instead.Iterator<JobDefinitionJobLock>
getJobDefinitionJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionJobLocks()
instead.Iterator<JobDefinitionParameter>
getJobDefinitionParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionParameters()
instead.Iterator<JobDefinitionProcessMonitorUpdater>
getJobDefinitionProcessMonitorUpdaters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionProcessMonitorUpdaters()
instead.Iterator<JobDefinitionRaiseEvent>
getJobDefinitionRaiseEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRaiseEvents()
instead.Iterator<JobDefinitionRuntimeLimit>
getJobDefinitionRuntimeLimits()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRuntimeLimits()
instead.Iterator<JobDefinitionWaitEvent>
getJobDefinitionWaitEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionWaitEvents()
instead.Iterator<JobFileSearch>
getJobFileSearches()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobFileSearches()
instead.Iterator<PublishedWebService>
getPublishedWebServices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getPublishedWebServices()
instead.Iterator<Statistics>
getStatistics()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getStatistics()
instead.
-
-
-
Method Detail
-
getFinalStatusHandlers
@Deprecated Iterator<FinalStatusHandler> getFinalStatusHandlers()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getFinalStatusHandlers()
instead.Get anIterator
over an ordered collection ofFinalStatusHandlers
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The final status handlers of a job definition.- Returns:
- An
Iterator
over an ordered collection ofFinalStatusHandler
objects .
-
getJobChainCalls
@Deprecated Iterator<JobChainCall> getJobChainCalls()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobChainCalls()
instead.Get anIterator
over an ordered collection ofJobChainCalls
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. A call to a job definition from a job chain.- Returns:
- An
Iterator
over an ordered collection ofJobChainCall
objects .
-
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, useJobDefinition.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
. Actions defined for this job definition.- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionAction
objects .
-
getJobDefinitionConstraints
@Deprecated Iterator<JobDefinitionConstraint> getJobDefinitionConstraints()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionConstraints()
instead.Get anIterator
over an ordered collection ofJobDefinitionConstraints
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. A constraint on a job definition.- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionConstraint
objects .
-
getJobDefinitionForms
@Deprecated Iterator<JobDefinitionForm> getJobDefinitionForms()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionForms()
instead.Get anIterator
over an ordered collection ofJobDefinitionForms
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Job definition forms.- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionForm
objects .
-
getJobDefinitionParameters
@Deprecated Iterator<JobDefinitionParameter> getJobDefinitionParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionParameters()
instead.Get anIterator
over a collection ofJobDefinitionParameters
, the collection will be ordered by DisplayOrder. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Job definition parameters.- Returns:
- An
Iterator
over a collection ofJobDefinitionParameter
objects , the collection will be ordered by DisplayOrder.
-
getJobDefinitionJobLocks
@Deprecated Iterator<JobDefinitionJobLock> getJobDefinitionJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionJobLocks()
instead.Get anIterator
over an ordered collection ofJobDefinitionJobLocks
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Predefined list of locks that a job needs to acquire before executing- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionJobLock
objects .
-
getJobDefinitionRaiseEvents
@Deprecated Iterator<JobDefinitionRaiseEvent> getJobDefinitionRaiseEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRaiseEvents()
instead.Get anIterator
over an ordered collection ofJobDefinitionRaiseEvents
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Predefined list of events that a job will raise when it reaches a particular status.- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionRaiseEvent
objects .
-
getJobDefinitionRuntimeLimits
@Deprecated Iterator<JobDefinitionRuntimeLimit> getJobDefinitionRuntimeLimits()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionRuntimeLimits()
instead.Get anIterator
over an ordered collection ofJobDefinitionRuntimeLimits
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Job definition runtime limits.- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionRuntimeLimit
objects .
-
getJobDefinitionWaitEvents
@Deprecated Iterator<JobDefinitionWaitEvent> getJobDefinitionWaitEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionWaitEvents()
instead.Get anIterator
over an ordered collection ofJobDefinitionWaitEvents
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Predefined list of events that a job will wait for before executing- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionWaitEvent
objects .
-
getJobFileSearches
@Deprecated Iterator<JobFileSearch> getJobFileSearches()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobFileSearches()
instead.Get anIterator
over an ordered collection ofJobFileSearches
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. A JobFileSearch to be applied to all Jobs with the parent JobDefinition.- Returns:
- An
Iterator
over an ordered collection ofJobFileSearch
objects .
-
getJobDefinitionProcessMonitorUpdaters
@Deprecated Iterator<JobDefinitionProcessMonitorUpdater> getJobDefinitionProcessMonitorUpdaters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getJobDefinitionProcessMonitorUpdaters()
instead.Get anIterator
over an ordered collection ofJobDefinitionProcessMonitorUpdaters
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The ProcessMonitorUpdaters for a JobDefinition- Returns:
- An
Iterator
over an ordered collection ofJobDefinitionProcessMonitorUpdater
objects .
-
getPublishedWebServices
@Deprecated Iterator<PublishedWebService> getPublishedWebServices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getPublishedWebServices()
instead.Get anIterator
over an ordered collection ofPublishedWebServices
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The object that determines whether a JobDefinition is published as a web service.- Returns:
- An
Iterator
over an ordered collection ofPublishedWebService
objects .
-
getStatistics
@Deprecated Iterator<Statistics> getStatistics()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobDefinition.getStatistics()
instead.Get anIterator
over an ordered collection ofStatistics
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The Statistics for a JobDefinition- Returns:
- An
Iterator
over an ordered collection ofStatistics
objects .
-
-