Uses of Interface
com.redwood.scheduler.api.model.Queue
-
Packages that use Queue Package Description com.redwood.scheduler.api.constraint Scheduler API - Dates and Periodscom.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 com.redwood.scheduler.spi.constraint -
-
Uses of Queue in com.redwood.scheduler.api.constraint
Methods in com.redwood.scheduler.api.constraint that return Queue Modifier and Type Method Description Queue
ConstraintEntity. getQueue()
Get the queue that is set for the entity.Methods in com.redwood.scheduler.api.constraint with parameters of type Queue Modifier and Type Method Description boolean
ConstraintContext. isAllowedQueue(Queue queue)
Do the constraints allow this queue to be used for this entity?void
ConstraintEntity. setQueue(Queue queue)
Set the queue that is set for the entity. -
Uses of Queue in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Queue Modifier and Type Field Description static QueryObjectType<Queue>
Queue. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Queue Modifier and Type Method Description Queue
SchedulerSession. createQueue()
Return a new instance of Queue.Queue
JobDefinition. getDefaultQueue()
Get the DefaultQueue.Queue
OraAppsJobControlRule. getDefaultQueue()
Get the DefaultQueue.Queue
PeopleSoftJobControlRule. getDefaultQueue()
Get the DefaultQueue.Queue
SAPXBPJobControlRule. getDefaultQueue()
Get the DefaultQueue.Queue
ForecastJob. getQueue()
Get the Queue.Queue
Job. getQueue()
Get the Queue.Queue
JobChainCallSchedulingParameter. getQueue()
Get the Queue.Queue
JobGroup. getQueue()
Get the Queue.Queue
OraAppsSystem. getQueue()
Get the Queue.Queue
OraOhiSystem. getQueue()
Get the Queue.Queue
PeopleSoftSystem. getQueue()
Get the Queue.Queue
QueueProvider. getQueue()
Get the Queue.Queue
R2WCatalog. getQueue()
Get the Queue.Queue
SAPSystem. getQueue()
Get the Queue.Queue
VisualizationPSQQueue. getQueue()
Get the Queue.static Queue
BusinessKeyLookup. getQueueByBusinessKey(SchedulerSession session, String key)
Query an instance ofQueue
, based on its business key.Queue
BusinessKeyResolver. getQueueByKey(BusinessKey key)
Query an instance ofQueue
, based on its business key.Queue
Partition. getQueueByName(String name)
Get the Queue by Name.Queue
SchedulerSession. getQueueByName(Partition partition, String name)
Get theQueue
by Name.Queue
SchedulerSession. getQueueByName(String name)
Get theQueue
by Name.Queue
SchedulerSession. getQueueByUniqueId(Long uniqueId)
Get theQueue
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Queue Modifier and Type Method Description RWIterable<Queue>
Application. getChildQueues()
Get anRWIterable
over a collection ofChildQueues
, the collection will be ordered by Name.RWIterable<Queue>
Partition. getQueues()
Get anRWIterable
over an ordered collection ofQueues
.Methods in com.redwood.scheduler.api.model with parameters of type Queue Modifier and Type Method Description QueueProvider
ProcessServer. createQueueProvider(Queue newQueue)
Create a newQueueProvider
linked to this object.OraAppsSystem
SchedulerSession. getOraAppsSystemByQueue(Queue queue)
Get theOraAppsSystem
by Queue.OraOhiSystem
SchedulerSession. getOraOhiSystemByQueue(Queue queue)
Get theOraOhiSystem
by Queue.PeopleSoftSystem
SchedulerSession. getPeopleSoftSystemByQueue(Queue queue)
Get thePeopleSoftSystem
by Queue.QueueProvider
ProcessServer. getQueueProviderByQueue(Queue queue)
Get the QueueProvider by QueueProvider.SAPSystem
SchedulerSession. getSAPSystemByQueue(Queue queue)
Get theSAPSystem
by Queue.VisualizationPSQQueue
VisualizationProcessServerQueue. getVisualizationPSQQueueByQueue(Queue queue)
Get the VisualizationPSQQueue by Queue.void
AbstractConcreteObjectCallback. handle(Queue theQueue)
void
ConcreteObjectCallback. handle(Queue theQueue)
boolean
Job. isAllowedQueue(Queue queue)
Returns true if the job can run on this queue.void
JobDefinition. setDefaultQueue(Queue newDefaultQueue)
Set the value for DefaultQueue.void
OraAppsJobControlRule. setDefaultQueue(Queue newDefaultQueue)
Set the value for DefaultQueue.void
PeopleSoftJobControlRule. setDefaultQueue(Queue newDefaultQueue)
Set the value for DefaultQueue.void
SAPXBPJobControlRule. setDefaultQueue(Queue newDefaultQueue)
Set the value for DefaultQueue.void
ForecastJob. setQueue(Queue newQueue)
Set the value for Queue.void
Job. setQueue(Queue newQueue)
Set the value for Queue.void
JobChainCallSchedulingParameter. setQueue(Queue newQueue)
Set the value for Queue.void
OraAppsSystem. setQueue(Queue newQueue)
Set the value for Queue.void
OraOhiSystem. setQueue(Queue newQueue)
Set the value for Queue.void
PeopleSoftSystem. setQueue(Queue newQueue)
Set the value for Queue.void
R2WCatalog. setQueue(Queue newQueue)
Set the value for Queue.void
SAPSystem. setQueue(Queue newQueue)
Set the value for Queue.void
VisualizationPSQQueue. setQueue(Queue newQueue)
Set the value for Queue. -
Uses of Queue in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Queue Modifier and Type Method Description Iterator<Queue>
ApplicationComp. getChildQueues()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildQueues()
instead.Iterator<Queue>
PartitionComp. getQueues()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getQueues()
instead. -
Uses of Queue in com.redwood.scheduler.spi.constraint
Methods in com.redwood.scheduler.spi.constraint with parameters of type Queue Modifier and Type Method Description boolean
RoutingConstraint. isAllowedQueue(ConstraintContext context, Queue queue)
Does this constraint allow this queue?
-