Uses of Interface
com.redwood.scheduler.api.model.SAPXMW
- 
Packages that use SAPXMW Package Description com.redwood.scheduler.api.model Scheduler API - Model
- 
- 
Uses of SAPXMW in com.redwood.scheduler.api.modelFields in com.redwood.scheduler.api.model with type parameters of type SAPXMW Modifier and Type Field Description static QueryObjectType<SAPXMW>SAPXMW. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return SAPXMW Modifier and Type Method Description SAPXMWSAPSystem. createSAPXMW()Create a newSAPXMWlinked to this object.SAPXMWSAPSystem. getSAPXMW()Get the SAPXMW.SAPXMWSchedulerSession. getSAPXMWByUniqueId(Long uniqueId)Get theSAPXMWby UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type SAPXMW Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(SAPXMW theSAPXMW)voidConcreteObjectCallback. handle(SAPXMW theSAPXMW)
 
-