Uses of Interface
com.redwood.scheduler.api.model.SAPOutputDevice
-
Packages that use SAPOutputDevice Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPOutputDevice in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPOutputDevice Modifier and Type Field Description static QueryObjectType<SAPOutputDevice>
SAPOutputDevice. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPOutputDevice Modifier and Type Method Description SAPOutputDevice
SAPSystem. createSAPOutputDevice()
Create a newSAPOutputDevice
linked to this object.SAPOutputDevice
SAPOutputFormat. getSAPOutputDevice()
Get the SAPOutputDevice.static SAPOutputDevice
BusinessKeyLookup. getSAPOutputDeviceByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPOutputDevice
, based on its business key.SAPOutputDevice
BusinessKeyResolver. getSAPOutputDeviceByKey(BusinessKey key)
Query an instance ofSAPOutputDevice
, based on its business key.SAPOutputDevice
SAPSystem. getSAPOutputDeviceByName(String name)
Get the SAPOutputDevice by NameSAPSystem.SAPOutputDevice
SchedulerSession. getSAPOutputDeviceByUniqueId(Long uniqueId)
Get theSAPOutputDevice
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPOutputDevice Modifier and Type Method Description RWIterable<SAPOutputDevice>
SAPSystem. getSAPOutputDevices()
Get anRWIterable
over an ordered collection ofSAPOutputDevices
.Methods in com.redwood.scheduler.api.model with parameters of type SAPOutputDevice Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPOutputDevice theSAPOutputDevice)
void
ConcreteObjectCallback. handle(SAPOutputDevice theSAPOutputDevice)
-
Uses of SAPOutputDevice in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPOutputDevice Modifier and Type Method Description Iterator<SAPOutputDevice>
SAPSystemComp. getSAPOutputDevices()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPOutputDevices()
instead.
-