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.model
Fields in com.redwood.scheduler.api.model with type parameters of type PeopleSoftJobOutputLocation Modifier and Type Field Description static QueryObjectType<PeopleSoftJobOutputLocation>
PeopleSoftJobOutputLocation. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return PeopleSoftJobOutputLocation Modifier and Type Method Description PeopleSoftJobOutputLocation
PeopleSoftSystem. createPeopleSoftJobOutputLocation()
Create a newPeopleSoftJobOutputLocation
linked to this object.PeopleSoftJobOutputLocation
SchedulerSession. getPeopleSoftJobOutputLocationByUniqueId(Long uniqueId)
Get thePeopleSoftJobOutputLocation
by 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 anRWIterable
over 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 void
AbstractConcreteObjectCallback. handle(PeopleSoftJobOutputLocation thePeopleSoftJobOutputLocation)
void
ConcreteObjectCallback. handle(PeopleSoftJobOutputLocation thePeopleSoftJobOutputLocation)
-
Uses of PeopleSoftJobOutputLocation in com.redwood.scheduler.api.model.compatibility_14
Methods 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.
-