Uses of Interface
com.redwood.scheduler.api.model.OraAppsSystem
-
Packages that use OraAppsSystem Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of OraAppsSystem in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type OraAppsSystem Modifier and Type Field Description static QueryObjectType<OraAppsSystem>
OraAppsSystem. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return OraAppsSystem Modifier and Type Method Description OraAppsSystem
SchedulerSession. createOraAppsSystem()
Return a new instance of OraAppsSystem.OraAppsSystem
OraAppsJobControlRule. getOraAppsSystem()
Get the OraAppsSystem.static OraAppsSystem
BusinessKeyLookup. getOraAppsSystemByBusinessKey(SchedulerSession session, String key)
Query an instance ofOraAppsSystem
, based on its business key.OraAppsSystem
BusinessKeyResolver. getOraAppsSystemByKey(BusinessKey key)
Query an instance ofOraAppsSystem
, based on its business key.OraAppsSystem
Partition. getOraAppsSystemByName(String name)
Get the OraAppsSystem by Name.OraAppsSystem
SchedulerSession. getOraAppsSystemByName(Partition partition, String name)
Get theOraAppsSystem
by Name.OraAppsSystem
SchedulerSession. getOraAppsSystemByName(String name)
Get theOraAppsSystem
by Name.OraAppsSystem
SchedulerSession. getOraAppsSystemByProcessServer(ProcessServer processServer)
Get theOraAppsSystem
by ProcessServer.OraAppsSystem
SchedulerSession. getOraAppsSystemByQueue(Queue queue)
Get theOraAppsSystem
by Queue.OraAppsSystem
SchedulerSession. getOraAppsSystemByUniqueId(Long uniqueId)
Get theOraAppsSystem
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type OraAppsSystem Modifier and Type Method Description RWIterable<OraAppsSystem>
Application. getChildOraAppsSystems()
Get anRWIterable
over a collection ofChildOraAppsSystems
, the collection will be ordered by Name.RWIterable<OraAppsSystem>
Partition. getOraAppsSystems()
Get anRWIterable
over an ordered collection ofOraAppsSystems
.Methods in com.redwood.scheduler.api.model with parameters of type OraAppsSystem Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(OraAppsSystem theOraAppsSystem)
void
ConcreteObjectCallback. handle(OraAppsSystem theOraAppsSystem)
-
Uses of OraAppsSystem in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type OraAppsSystem Modifier and Type Method Description Iterator<OraAppsSystem>
ApplicationComp. getChildOraAppsSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildOraAppsSystems()
instead.Iterator<OraAppsSystem>
PartitionComp. getOraAppsSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getOraAppsSystems()
instead.
-