Uses of Interface
com.redwood.scheduler.api.model.SubmitFrame
-
Packages that use SubmitFrame Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SubmitFrame in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SubmitFrame Modifier and Type Field Description static QueryObjectType<SubmitFrame>
SubmitFrame. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SubmitFrame Modifier and Type Method Description SubmitFrame
SchedulerSession. createSubmitFrame()
Return a new instance of SubmitFrame.SubmitFrame
ForecastJob. getSubmitFrame()
Get the SubmitFrame.SubmitFrame
Job. getSubmitFrame()
Get the SubmitFrame.SubmitFrame
JobGroup. getSubmitFrame()
Get the SubmitFrame.SubmitFrame
SubmitFrameElement. getSubmitFrame()
Get the SubmitFrame.static SubmitFrame
BusinessKeyLookup. getSubmitFrameByBusinessKey(SchedulerSession session, String key)
Query an instance ofSubmitFrame
, based on its business key.SubmitFrame
BusinessKeyResolver. getSubmitFrameByKey(BusinessKey key)
Query an instance ofSubmitFrame
, based on its business key.SubmitFrame
Partition. getSubmitFrameByName(String name)
Get the SubmitFrame by Name.SubmitFrame
SchedulerSession. getSubmitFrameByName(Partition partition, String name)
Get theSubmitFrame
by Name.SubmitFrame
SchedulerSession. getSubmitFrameByName(String name)
Get theSubmitFrame
by Name.SubmitFrame
SchedulerSession. getSubmitFrameByUniqueId(Long uniqueId)
Get theSubmitFrame
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SubmitFrame Modifier and Type Method Description RWIterable<SubmitFrame>
Application. getChildSubmitFrames()
Get anRWIterable
over a collection ofChildSubmitFrames
, the collection will be ordered by Name.RWIterable<SubmitFrame>
Partition. getSubmitFrames()
Get anRWIterable
over an ordered collection ofSubmitFrames
.Methods in com.redwood.scheduler.api.model with parameters of type SubmitFrame Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SubmitFrame theSubmitFrame)
void
ConcreteObjectCallback. handle(SubmitFrame theSubmitFrame)
void
ForecastJob. setSubmitFrame(SubmitFrame newSubmitFrame)
Set the value for SubmitFrame.void
Job. setSubmitFrame(SubmitFrame newSubmitFrame)
Set the value for SubmitFrame. -
Uses of SubmitFrame in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SubmitFrame Modifier and Type Method Description Iterator<SubmitFrame>
ApplicationComp. getChildSubmitFrames()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildSubmitFrames()
instead.Iterator<SubmitFrame>
PartitionComp. getSubmitFrames()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getSubmitFrames()
instead.
-