Uses of Interface
com.redwood.scheduler.api.model.SAPProcessRestart
-
Packages that use SAPProcessRestart Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPProcessRestart in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPProcessRestart Modifier and Type Field Description static QueryObjectType<SAPProcessRestart>
SAPProcessRestart. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPProcessRestart Modifier and Type Method Description SAPProcessRestart
SAPProcessDefinition. createSAPProcessRestart()
Create a newSAPProcessRestart
linked to this object.SAPProcessRestart
SAPProcessDefinition. getSAPProcessRestartByJob(Job job)
Get the SAPProcessRestart by JobSAPProcessDefinition.SAPProcessRestart
SchedulerSession. getSAPProcessRestartByUniqueId(Long uniqueId)
Get theSAPProcessRestart
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPProcessRestart Modifier and Type Method Description RWIterable<SAPProcessRestart>
SAPProcessDefinition. getSAPProcessRestarts()
Get anRWIterable
over an ordered collection ofSAPProcessRestarts
.Methods in com.redwood.scheduler.api.model with parameters of type SAPProcessRestart Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPProcessRestart theSAPProcessRestart)
void
ConcreteObjectCallback. handle(SAPProcessRestart theSAPProcessRestart)
-
Uses of SAPProcessRestart in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPProcessRestart Modifier and Type Method Description Iterator<SAPProcessRestart>
SAPProcessDefinitionComp. getSAPProcessRestarts()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPProcessDefinition.getSAPProcessRestarts()
instead.
-