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