Uses of Interface
com.redwood.scheduler.api.model.SAPBAEConfiguration
-
Packages that use SAPBAEConfiguration Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of SAPBAEConfiguration in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPBAEConfiguration Modifier and Type Field Description static QueryObjectType<SAPBAEConfiguration>
SAPBAEConfiguration. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPBAEConfiguration Modifier and Type Method Description SAPBAEConfiguration
SAPBAEConnector. createSAPBAEConfiguration()
Create a newSAPBAEConfiguration
linked to this object.SAPBAEConfiguration
SAPBAEConnector. getSAPBAEConfiguration()
Get the SAPBAEConfiguration.SAPBAEConfiguration
SchedulerSession. getSAPBAEConfigurationByUniqueId(Long uniqueId)
Get theSAPBAEConfiguration
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type SAPBAEConfiguration Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPBAEConfiguration theSAPBAEConfiguration)
void
ConcreteObjectCallback. handle(SAPBAEConfiguration theSAPBAEConfiguration)
-