Uses of Interface
com.redwood.scheduler.api.model.SAPBatchEvent
-
Packages that use SAPBatchEvent Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPBatchEvent in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPBatchEvent Modifier and Type Field Description static QueryObjectType<SAPBatchEvent>
SAPBatchEvent. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPBatchEvent Modifier and Type Method Description SAPBatchEvent
SAPSystem. createSAPBatchEvent()
Create a newSAPBatchEvent
linked to this object.static SAPBatchEvent
BusinessKeyLookup. getSAPBatchEventByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPBatchEvent
, based on its business key.SAPBatchEvent
BusinessKeyResolver. getSAPBatchEventByKey(BusinessKey key)
Query an instance ofSAPBatchEvent
, based on its business key.SAPBatchEvent
SAPSystem. getSAPBatchEventByName(String name)
Get the SAPBatchEvent by NameSAPBatchEvent.SAPBatchEvent
SchedulerSession. getSAPBatchEventByUniqueId(Long uniqueId)
Get theSAPBatchEvent
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPBatchEvent Modifier and Type Method Description RWIterable<SAPBatchEvent>
SAPSystem. getSAPBatchEvents()
Get anRWIterable
over an ordered collection ofSAPBatchEvents
.Methods in com.redwood.scheduler.api.model with parameters of type SAPBatchEvent Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPBatchEvent theSAPBatchEvent)
void
ConcreteObjectCallback. handle(SAPBatchEvent theSAPBatchEvent)
-
Uses of SAPBatchEvent in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPBatchEvent Modifier and Type Method Description Iterator<SAPBatchEvent>
SAPSystemComp. getSAPBatchEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPBatchEvents()
instead.
-