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.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPXAL Modifier and Type Field Description static QueryObjectType<SAPXAL>
SAPXAL. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPXAL Modifier and Type Method Description SAPXAL
SAPSystem. createSAPXAL()
Create a newSAPXAL
linked to this object.SAPXAL
SAPSystem. getSAPXAL()
Get the SAPXAL.SAPXAL
SchedulerSession. getSAPXALByUniqueId(Long uniqueId)
Get theSAPXAL
by UniqueId.Methods in com.redwood.scheduler.api.model with parameters of type SAPXAL Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPXAL theSAPXAL)
void
ConcreteObjectCallback. handle(SAPXAL theSAPXAL)
-