Uses of Interface
com.redwood.scheduler.api.model.SAPApplicationServerGroup
- 
Packages that use SAPApplicationServerGroup Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 
- 
- 
Uses of SAPApplicationServerGroup in com.redwood.scheduler.api.modelFields in com.redwood.scheduler.api.model with type parameters of type SAPApplicationServerGroup Modifier and Type Field Description static QueryObjectType<SAPApplicationServerGroup>SAPApplicationServerGroup. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return types with arguments of type SAPApplicationServerGroup Modifier and Type Method Description RWIterable<SAPApplicationServerGroup>SAPSystem. getSAPApplicationServerGroups()Get anRWIterableover an ordered collection ofSAPApplicationServerGroups.Methods in com.redwood.scheduler.api.model with parameters of type SAPApplicationServerGroup Modifier and Type Method Description SAPApplicationServerProviderSAPApplicationServer. createSAPApplicationServerProvider(SAPApplicationServerGroup newSAPApplicationServerGroup)Create a newSAPApplicationServerProviderlinked to this object.SAPApplicationServerProviderSAPApplicationServer. getSAPApplicationServerProviderBySAPApplicationServerGroup(SAPApplicationServerGroup sAPApplicationServerGroup)Get the SAPApplicationServerProvider by SAPAppSrvProvider.voidAbstractConcreteObjectCallback. handle(SAPApplicationServerGroup theSAPApplicationServerGroup)voidConcreteObjectCallback. handle(SAPApplicationServerGroup theSAPApplicationServerGroup)voidSAPXBPJobControlRule. setDefaultSAPApplicationServerGroup(SAPApplicationServerGroup newDefaultSAPApplicationServerGroup)Set the value for DefaultSAPApplicationServerGroup.
- 
Uses of SAPApplicationServerGroup in com.redwood.scheduler.api.model.compatibility_14Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type SAPApplicationServerGroup Modifier and Type Method Description Iterator<SAPApplicationServerGroup>SAPSystemComp. getSAPApplicationServerGroups()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useSAPSystem.getSAPApplicationServerGroups()instead.
 
-