Uses of Interface
com.redwood.scheduler.api.model.PeopleSoftSystem
-
Packages that use PeopleSoftSystem Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of PeopleSoftSystem in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type PeopleSoftSystem Modifier and Type Field Description static QueryObjectType<PeopleSoftSystem>
PeopleSoftSystem. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return PeopleSoftSystem Modifier and Type Method Description PeopleSoftSystem
SchedulerSession. createPeopleSoftSystem()
Return a new instance of PeopleSoftSystem.PeopleSoftSystem
PeopleSoftJobControlRule. getPeopleSoftSystem()
Get the PeopleSoftSystem.PeopleSoftSystem
PeopleSoftJobOutputLocation. getPeopleSoftSystem()
Get the PeopleSoftSystem.static PeopleSoftSystem
BusinessKeyLookup. getPeopleSoftSystemByBusinessKey(SchedulerSession session, String key)
Query an instance ofPeopleSoftSystem
, based on its business key.PeopleSoftSystem
BusinessKeyResolver. getPeopleSoftSystemByKey(BusinessKey key)
Query an instance ofPeopleSoftSystem
, based on its business key.PeopleSoftSystem
Partition. getPeopleSoftSystemByName(String name)
Get the PeopleSoftSystem by Name.PeopleSoftSystem
SchedulerSession. getPeopleSoftSystemByName(Partition partition, String name)
Get thePeopleSoftSystem
by Name.PeopleSoftSystem
SchedulerSession. getPeopleSoftSystemByName(String name)
Get thePeopleSoftSystem
by Name.PeopleSoftSystem
SchedulerSession. getPeopleSoftSystemByProcessServer(ProcessServer processServer)
Get thePeopleSoftSystem
by ProcessServer.PeopleSoftSystem
SchedulerSession. getPeopleSoftSystemByQueue(Queue queue)
Get thePeopleSoftSystem
by Queue.PeopleSoftSystem
SchedulerSession. getPeopleSoftSystemByUniqueId(Long uniqueId)
Get thePeopleSoftSystem
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type PeopleSoftSystem Modifier and Type Method Description RWIterable<PeopleSoftSystem>
Application. getChildPeopleSoftSystems()
Get anRWIterable
over a collection ofChildPeopleSoftSystems
, the collection will be ordered by Name.RWIterable<PeopleSoftSystem>
Partition. getPeopleSoftSystems()
Get anRWIterable
over an ordered collection ofPeopleSoftSystems
.Methods in com.redwood.scheduler.api.model with parameters of type PeopleSoftSystem Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(PeopleSoftSystem thePeopleSoftSystem)
void
ConcreteObjectCallback. handle(PeopleSoftSystem thePeopleSoftSystem)
-
Uses of PeopleSoftSystem in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type PeopleSoftSystem Modifier and Type Method Description Iterator<PeopleSoftSystem>
ApplicationComp. getChildPeopleSoftSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildPeopleSoftSystems()
instead.Iterator<PeopleSoftSystem>
PartitionComp. getPeopleSoftSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getPeopleSoftSystems()
instead.
-