Interface JobChainCallComp
-
- All Known Subinterfaces:
JobChainCall
public interface JobChainCallComp
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<JobChainCallInExpressionParameter>
getJobChainCallInExpressionParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallInExpressionParameters()
instead.Iterator<JobChainCallInReferenceParameter>
getJobChainCallInReferenceParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallInReferenceParameters()
instead.Iterator<JobChainCallJobLock>
getJobChainCallJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallJobLocks()
instead.Iterator<JobChainCallOutReferenceParameter>
getJobChainCallOutReferenceParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallOutReferenceParameters()
instead.Iterator<JobChainCallProcessMonitorUpdater>
getJobChainCallProcessMonitorUpdaters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallProcessMonitorUpdaters()
instead.Iterator<JobChainCallRaiseEvent>
getJobChainCallRaiseEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallRaiseEvents()
instead.Iterator<JobChainCallSchedulingParameter>
getJobChainCallSchedulingParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallSchedulingParameters()
instead.Iterator<JobChainCallWaitEvent>
getJobChainCallWaitEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallWaitEvents()
instead.
-
-
-
Method Detail
-
getJobChainCallInExpressionParameters
@Deprecated Iterator<JobChainCallInExpressionParameter> getJobChainCallInExpressionParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallInExpressionParameters()
instead.Get anIterator
over an ordered collection ofJobChainCallInExpressionParameters
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The JobChainCall that this JobChainCallParameter belongs to. The LocalJobDefinitionParameter must refer to a JobDefinitionParameter of the JobDefinition that the JobChainCall points to.- Returns:
- An
Iterator
over an ordered collection ofJobChainCallInExpressionParameter
objects .
-
getJobChainCallInReferenceParameters
@Deprecated Iterator<JobChainCallInReferenceParameter> getJobChainCallInReferenceParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallInReferenceParameters()
instead.Get anIterator
over an ordered collection ofJobChainCallInReferenceParameters
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The JobChainCall that this JobChainCallParameter belongs to. The LocalJobDefinitionParameter must refer to a JobDefinitionParameter of the JobDefinition that the JobChainCall points to.- Returns:
- An
Iterator
over an ordered collection ofJobChainCallInReferenceParameter
objects .
-
getJobChainCallOutReferenceParameters
@Deprecated Iterator<JobChainCallOutReferenceParameter> getJobChainCallOutReferenceParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallOutReferenceParameters()
instead.Get anIterator
over an ordered collection ofJobChainCallOutReferenceParameters
. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. The JobChainCall that this JobChainCallParameter belongs to. The LocalJobDefinitionParameter must refer to a JobDefinitionParameter of the JobDefinition that the JobChainCall points to.- Returns:
- An
Iterator
over an ordered collection ofJobChainCallOutReferenceParameter
objects .
-
getJobChainCallRaiseEvents
@Deprecated Iterator<JobChainCallRaiseEvent> getJobChainCallRaiseEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallRaiseEvents()
instead.Get anIterator
over an ordered collection ofJobChainCallRaiseEvents
. 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 ofJobChainCallRaiseEvent
objects .
-
getJobChainCallSchedulingParameters
@Deprecated Iterator<JobChainCallSchedulingParameter> getJobChainCallSchedulingParameters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallSchedulingParameters()
instead.Get anIterator
over a collection ofJobChainCallSchedulingParameters
, the collection will be ordered by UniqueId. If the collection is empty, an empty iterator will be returned, that is, this method will never returnnull
. Scheduler parameters that will apply for jobs scheduled by this call.- Returns:
- An
Iterator
over a collection ofJobChainCallSchedulingParameter
objects , the collection will be ordered by UniqueId.
-
getJobChainCallWaitEvents
@Deprecated Iterator<JobChainCallWaitEvent> getJobChainCallWaitEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallWaitEvents()
instead.Get anIterator
over an ordered collection ofJobChainCallWaitEvents
. 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 chain call will wait for before executing- Returns:
- An
Iterator
over an ordered collection ofJobChainCallWaitEvent
objects .
-
getJobChainCallJobLocks
@Deprecated Iterator<JobChainCallJobLock> getJobChainCallJobLocks()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallJobLocks()
instead.Get anIterator
over an ordered collection ofJobChainCallJobLocks
. 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 ofJobChainCallJobLock
objects .
-
getJobChainCallProcessMonitorUpdaters
@Deprecated Iterator<JobChainCallProcessMonitorUpdater> getJobChainCallProcessMonitorUpdaters()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useJobChainCall.getJobChainCallProcessMonitorUpdaters()
instead.Get anIterator
over an ordered collection ofJobChainCallProcessMonitorUpdaters
. 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 ofJobChainCallProcessMonitorUpdater
objects .
-
-