Uses of Interface
com.redwood.scheduler.api.model.SAPPIChannel
-
Packages that use SAPPIChannel Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPPIChannel in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPPIChannel Modifier and Type Field Description static QueryObjectType<SAPPIChannel>
SAPPIChannel. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPPIChannel Modifier and Type Method Description SAPPIChannel
SAPSystem. createSAPPIChannel()
Create a newSAPPIChannel
linked to this object.static SAPPIChannel
BusinessKeyLookup. getSAPPIChannelByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPPIChannel
, based on its business key.SAPPIChannel
SAPSystem. getSAPPIChannelByChannelId(String channelId)
Get the SAPPIChannel by ChannelIdSAPSystem.SAPPIChannel
BusinessKeyResolver. getSAPPIChannelByKey(BusinessKey key)
Query an instance ofSAPPIChannel
, based on its business key.SAPPIChannel
SchedulerSession. getSAPPIChannelByUniqueId(Long uniqueId)
Get theSAPPIChannel
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPPIChannel Modifier and Type Method Description RWIterable<SAPPIChannel>
SAPSystem. getSAPPIChannels()
Get anRWIterable
over an ordered collection ofSAPPIChannels
.Methods in com.redwood.scheduler.api.model with parameters of type SAPPIChannel Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPPIChannel theSAPPIChannel)
void
ConcreteObjectCallback. handle(SAPPIChannel theSAPPIChannel)
-
Uses of SAPPIChannel in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPPIChannel Modifier and Type Method Description Iterator<SAPPIChannel>
SAPSystemComp. getSAPPIChannels()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPPIChannels()
instead.
-