Uses of Interface
com.redwood.scheduler.api.model.SAPBAEConnector
-
Packages that use SAPBAEConnector Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPBAEConnector in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPBAEConnector Modifier and Type Field Description static QueryObjectType<SAPBAEConnector>
SAPBAEConnector. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPBAEConnector Modifier and Type Method Description SAPBAEConnector
SchedulerSession. createSAPBAEConnector()
Return a new instance of SAPBAEConnector.SAPBAEConnector
SAPBAEConfiguration. getSAPBAEConnector()
Get the SAPBAEConnector.SAPBAEConnector
SAPNWCallbackVariant. getSAPBAEConnector()
Get the SAPBAEConnector.static SAPBAEConnector
BusinessKeyLookup. getSAPBAEConnectorByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPBAEConnector
, based on its business key.SAPBAEConnector
BusinessKeyResolver. getSAPBAEConnectorByKey(BusinessKey key)
Query an instance ofSAPBAEConnector
, based on its business key.SAPBAEConnector
Partition. getSAPBAEConnectorByName(String name)
Get the SAPBAEConnector by Name.SAPBAEConnector
SchedulerSession. getSAPBAEConnectorByName(Partition partition, String name)
Get theSAPBAEConnector
by Name.SAPBAEConnector
SchedulerSession. getSAPBAEConnectorByName(String name)
Get theSAPBAEConnector
by Name.SAPBAEConnector
SchedulerSession. getSAPBAEConnectorByUniqueId(Long uniqueId)
Get theSAPBAEConnector
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPBAEConnector Modifier and Type Method Description RWIterable<SAPBAEConnector>
Application. getChildSAPBAEConnectors()
Get anRWIterable
over a collection ofChildSAPBAEConnectors
, the collection will be ordered by Name.RWIterable<SAPBAEConnector>
Partition. getSAPBAEConnectors()
Get anRWIterable
over an ordered collection ofSAPBAEConnectors
.Methods in com.redwood.scheduler.api.model with parameters of type SAPBAEConnector Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPBAEConnector theSAPBAEConnector)
void
ConcreteObjectCallback. handle(SAPBAEConnector theSAPBAEConnector)
-
Uses of SAPBAEConnector in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPBAEConnector Modifier and Type Method Description Iterator<SAPBAEConnector>
ApplicationComp. getChildSAPBAEConnectors()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildSAPBAEConnectors()
instead.Iterator<SAPBAEConnector>
PartitionComp. getSAPBAEConnectors()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getSAPBAEConnectors()
instead.
-