Uses of Interface
com.redwood.scheduler.api.model.SAPOutputFormat
-
Packages that use SAPOutputFormat Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPOutputFormat in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPOutputFormat Modifier and Type Field Description static QueryObjectType<SAPOutputFormat>
SAPOutputFormat. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPOutputFormat Modifier and Type Method Description SAPOutputFormat
SAPOutputDevice. createSAPOutputFormat()
Create a newSAPOutputFormat
linked to this object.static SAPOutputFormat
BusinessKeyLookup. getSAPOutputFormatByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPOutputFormat
, based on its business key.SAPOutputFormat
BusinessKeyResolver. getSAPOutputFormatByKey(BusinessKey key)
Query an instance ofSAPOutputFormat
, based on its business key.SAPOutputFormat
SAPOutputDevice. getSAPOutputFormatByName(String name)
Get the SAPOutputFormat by NameSAPOutputDevice.SAPOutputFormat
SchedulerSession. getSAPOutputFormatByUniqueId(Long uniqueId)
Get theSAPOutputFormat
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPOutputFormat Modifier and Type Method Description RWIterable<SAPOutputFormat>
SAPOutputDevice. getSAPOutputFormats()
Get anRWIterable
over an ordered collection ofSAPOutputFormats
.Methods in com.redwood.scheduler.api.model with parameters of type SAPOutputFormat Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPOutputFormat theSAPOutputFormat)
void
ConcreteObjectCallback. handle(SAPOutputFormat theSAPOutputFormat)
-
Uses of SAPOutputFormat in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPOutputFormat Modifier and Type Method Description Iterator<SAPOutputFormat>
SAPOutputDeviceComp. getSAPOutputFormats()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPOutputDevice.getSAPOutputFormats()
instead.
-