Uses of Interface
com.redwood.scheduler.api.model.PeopleSoftJobControlRule
-
Packages that use PeopleSoftJobControlRule Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of PeopleSoftJobControlRule in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type PeopleSoftJobControlRule Modifier and Type Field Description static QueryObjectType<PeopleSoftJobControlRule>
PeopleSoftJobControlRule. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return PeopleSoftJobControlRule Modifier and Type Method Description PeopleSoftJobControlRule
PeopleSoftSystem. createPeopleSoftJobControlRule()
Create a newPeopleSoftJobControlRule
linked to this object.PeopleSoftJobControlRule
SchedulerSession. getPeopleSoftJobControlRuleByUniqueId(Long uniqueId)
Get thePeopleSoftJobControlRule
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type PeopleSoftJobControlRule Modifier and Type Method Description RWIterable<PeopleSoftJobControlRule>
PeopleSoftSystem. getPeopleSoftJobControlRules()
Get anRWIterable
over a collection ofPeopleSoftJobControlRules
, the collection will be ordered by ProcessingOrder.Methods in com.redwood.scheduler.api.model with parameters of type PeopleSoftJobControlRule Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(PeopleSoftJobControlRule thePeopleSoftJobControlRule)
void
ConcreteObjectCallback. handle(PeopleSoftJobControlRule thePeopleSoftJobControlRule)
-
Uses of PeopleSoftJobControlRule in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type PeopleSoftJobControlRule Modifier and Type Method Description Iterator<PeopleSoftJobControlRule>
PeopleSoftSystemComp. getPeopleSoftJobControlRules()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePeopleSoftSystem.getPeopleSoftJobControlRules()
instead.
-