Uses of Interface
com.redwood.scheduler.api.model.SAPXAL
- 
Packages that use SAPXAL Package Description com.redwood.scheduler.api.model Scheduler API - Model
- 
- 
Uses of SAPXAL in com.redwood.scheduler.api.modelFields in com.redwood.scheduler.api.model with type parameters of type SAPXAL Modifier and Type Field Description static QueryObjectType<SAPXAL>SAPXAL. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return SAPXAL Modifier and Type Method Description SAPXALSAPSystem. createSAPXAL()Create a newSAPXALlinked to this object.SAPXALSAPSystem. getSAPXAL()Get the SAPXAL.SAPXALSchedulerSession. getSAPXALByUniqueId(Long uniqueId)Get theSAPXALby UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type SAPXAL Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(SAPXAL theSAPXAL)voidConcreteObjectCallback. handle(SAPXAL theSAPXAL)
 
-