Uses of Interface
com.redwood.scheduler.api.model.OraOhiSystem
-
Packages that use OraOhiSystem Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of OraOhiSystem in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type OraOhiSystem Modifier and Type Field Description static QueryObjectType<OraOhiSystem>
OraOhiSystem. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return OraOhiSystem Modifier and Type Method Description OraOhiSystem
SchedulerSession. createOraOhiSystem()
Return a new instance of OraOhiSystem.static OraOhiSystem
BusinessKeyLookup. getOraOhiSystemByBusinessKey(SchedulerSession session, String key)
Query an instance ofOraOhiSystem
, based on its business key.OraOhiSystem
BusinessKeyResolver. getOraOhiSystemByKey(BusinessKey key)
Query an instance ofOraOhiSystem
, based on its business key.OraOhiSystem
Partition. getOraOhiSystemByName(String name)
Get the OraOhiSystem by Name.OraOhiSystem
SchedulerSession. getOraOhiSystemByName(Partition partition, String name)
Get theOraOhiSystem
by Name.OraOhiSystem
SchedulerSession. getOraOhiSystemByName(String name)
Get theOraOhiSystem
by Name.OraOhiSystem
SchedulerSession. getOraOhiSystemByProcessServer(ProcessServer processServer)
Get theOraOhiSystem
by ProcessServer.OraOhiSystem
SchedulerSession. getOraOhiSystemByQueue(Queue queue)
Get theOraOhiSystem
by Queue.OraOhiSystem
SchedulerSession. getOraOhiSystemByUniqueId(Long uniqueId)
Get theOraOhiSystem
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type OraOhiSystem Modifier and Type Method Description RWIterable<OraOhiSystem>
Application. getChildOraOhiSystems()
Get anRWIterable
over a collection ofChildOraOhiSystems
, the collection will be ordered by Name.RWIterable<OraOhiSystem>
Partition. getOraOhiSystems()
Get anRWIterable
over an ordered collection ofOraOhiSystems
.Methods in com.redwood.scheduler.api.model with parameters of type OraOhiSystem Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(OraOhiSystem theOraOhiSystem)
void
ConcreteObjectCallback. handle(OraOhiSystem theOraOhiSystem)
-
Uses of OraOhiSystem in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type OraOhiSystem Modifier and Type Method Description Iterator<OraOhiSystem>
ApplicationComp. getChildOraOhiSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildOraOhiSystems()
instead.Iterator<OraOhiSystem>
PartitionComp. getOraOhiSystems()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getOraOhiSystems()
instead.
-