Uses of Interface
com.redwood.scheduler.api.model.PeopleSoftJobOutputLocation
- 
Packages that use PeopleSoftJobOutputLocation Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 
- 
- 
Uses of PeopleSoftJobOutputLocation in com.redwood.scheduler.api.modelFields in com.redwood.scheduler.api.model with type parameters of type PeopleSoftJobOutputLocation Modifier and Type Field Description static QueryObjectType<PeopleSoftJobOutputLocation>PeopleSoftJobOutputLocation. TYPEType that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...).Methods in com.redwood.scheduler.api.model that return PeopleSoftJobOutputLocation Modifier and Type Method Description PeopleSoftJobOutputLocationPeopleSoftSystem. createPeopleSoftJobOutputLocation()Create a newPeopleSoftJobOutputLocationlinked to this object.PeopleSoftJobOutputLocationSchedulerSession. getPeopleSoftJobOutputLocationByUniqueId(Long uniqueId)Get thePeopleSoftJobOutputLocationby UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type PeopleSoftJobOutputLocation Modifier and Type Method Description RWIterable<PeopleSoftJobOutputLocation>PeopleSoftSystem. getPeopleSoftJobOutputLocations()Get anRWIterableover a collection ofPeopleSoftJobOutputLocations, the collection will be ordered by ProcessingOrder.Methods in com.redwood.scheduler.api.model with parameters of type PeopleSoftJobOutputLocation Modifier and Type Method Description voidAbstractConcreteObjectCallback. handle(PeopleSoftJobOutputLocation thePeopleSoftJobOutputLocation)voidConcreteObjectCallback. handle(PeopleSoftJobOutputLocation thePeopleSoftJobOutputLocation)
- 
Uses of PeopleSoftJobOutputLocation in com.redwood.scheduler.api.model.compatibility_14Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type PeopleSoftJobOutputLocation Modifier and Type Method Description Iterator<PeopleSoftJobOutputLocation>PeopleSoftSystemComp. getPeopleSoftJobOutputLocations()Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePeopleSoftSystem.getPeopleSoftJobOutputLocations()instead.
 
-