Uses of Interface
com.redwood.scheduler.api.model.SAPArchiveObject
-
Packages that use SAPArchiveObject Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPArchiveObject in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPArchiveObject Modifier and Type Field Description static QueryObjectType<SAPArchiveObject>
SAPArchiveObject. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPArchiveObject Modifier and Type Method Description SAPArchiveObject
SAPSystem. createSAPArchiveObject()
Create a newSAPArchiveObject
linked to this object.SAPArchiveObject
SAPArchiveDocumentType. getSAPArchiveObject()
Get the SAPArchiveObject.static SAPArchiveObject
BusinessKeyLookup. getSAPArchiveObjectByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPArchiveObject
, based on its business key.SAPArchiveObject
BusinessKeyResolver. getSAPArchiveObjectByKey(BusinessKey key)
Query an instance ofSAPArchiveObject
, based on its business key.SAPArchiveObject
SAPSystem. getSAPArchiveObjectByName(String name)
Get the SAPArchiveObject by NameSAPSystem.SAPArchiveObject
SchedulerSession. getSAPArchiveObjectByUniqueId(Long uniqueId)
Get theSAPArchiveObject
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPArchiveObject Modifier and Type Method Description RWIterable<SAPArchiveObject>
SAPSystem. getSAPArchiveObjects()
Get anRWIterable
over an ordered collection ofSAPArchiveObjects
.Methods in com.redwood.scheduler.api.model with parameters of type SAPArchiveObject Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPArchiveObject theSAPArchiveObject)
void
ConcreteObjectCallback. handle(SAPArchiveObject theSAPArchiveObject)
-
Uses of SAPArchiveObject in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPArchiveObject Modifier and Type Method Description Iterator<SAPArchiveObject>
SAPSystemComp. getSAPArchiveObjects()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPArchiveObjects()
instead.
-