Uses of Interface
com.redwood.scheduler.api.model.SAPExternalCommand
-
Packages that use SAPExternalCommand Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPExternalCommand in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPExternalCommand Modifier and Type Field Description static QueryObjectType<SAPExternalCommand>
SAPExternalCommand. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPExternalCommand Modifier and Type Method Description SAPExternalCommand
SAPSystem. createSAPExternalCommand()
Create a newSAPExternalCommand
linked to this object.static SAPExternalCommand
BusinessKeyLookup. getSAPExternalCommandByBusinessKey(SchedulerSession session, String key)
Query an instance ofSAPExternalCommand
, based on its business key.SAPExternalCommand
BusinessKeyResolver. getSAPExternalCommandByKey(BusinessKey key)
Query an instance ofSAPExternalCommand
, based on its business key.SAPExternalCommand
SAPSystem. getSAPExternalCommandByNameOsType(String name, String osType)
Get the SAPExternalCommand by NameSAPSystem.SAPExternalCommand
SchedulerSession. getSAPExternalCommandByUniqueId(Long uniqueId)
Get theSAPExternalCommand
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPExternalCommand Modifier and Type Method Description RWIterable<SAPExternalCommand>
SAPSystem. getSAPExternalCommands()
Get anRWIterable
over an ordered collection ofSAPExternalCommands
.Methods in com.redwood.scheduler.api.model with parameters of type SAPExternalCommand Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPExternalCommand theSAPExternalCommand)
void
ConcreteObjectCallback. handle(SAPExternalCommand theSAPExternalCommand)
-
Uses of SAPExternalCommand in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPExternalCommand Modifier and Type Method Description Iterator<SAPExternalCommand>
SAPSystemComp. getSAPExternalCommands()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPExternalCommands()
instead.
-