Uses of Interface
com.redwood.scheduler.api.model.SAPJ2EEClient
-
Packages that use SAPJ2EEClient Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of SAPJ2EEClient in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type SAPJ2EEClient Modifier and Type Field Description static QueryObjectType<SAPJ2EEClient>
SAPJ2EEClient. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return SAPJ2EEClient Modifier and Type Method Description SAPJ2EEClient
SAPSystem. createSAPJ2EEClient()
Create a newSAPJ2EEClient
linked to this object.SAPJ2EEClient
SchedulerSession. getSAPJ2EEClientByUniqueId(Long uniqueId)
Get theSAPJ2EEClient
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPJ2EEClient Modifier and Type Method Description RWIterable<SAPJ2EEClient>
SAPSystem. getSAPJ2EEClients()
Get anRWIterable
over an ordered collection ofSAPJ2EEClients
.Methods in com.redwood.scheduler.api.model with parameters of type SAPJ2EEClient Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(SAPJ2EEClient theSAPJ2EEClient)
void
ConcreteObjectCallback. handle(SAPJ2EEClient theSAPJ2EEClient)
-
Uses of SAPJ2EEClient in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPJ2EEClient Modifier and Type Method Description Iterator<SAPJ2EEClient>
SAPSystemComp. getSAPJ2EEClients()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPJ2EEClients()
instead.
-