Uses of Interface
com.redwood.scheduler.api.model.Database
-
Packages that use Database Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of Database in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type Database Modifier and Type Field Description static QueryObjectType<Database>
Database. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return Database Modifier and Type Method Description Database
SchedulerSession. createDatabase()
Return a new instance of Database.static Database
Database. from(ProcessServer processServer)
Return Database from ProcessServer.Database
OraAppsSystem. getDatabase()
Get the Database.Database
OraOhiSystem. getDatabase()
Get the Database.static Database
BusinessKeyLookup. getDatabaseByBusinessKey(SchedulerSession session, String key)
Query an instance ofDatabase
, based on its business key.Database
BusinessKeyResolver. getDatabaseByKey(BusinessKey key)
Query an instance ofDatabase
, based on its business key.Database
Partition. getDatabaseByName(String name)
Get the Database by Name.Database
SchedulerSession. getDatabaseByName(Partition partition, String name)
Get theDatabase
by Name.Database
SchedulerSession. getDatabaseByName(String name)
Get theDatabase
by Name.Database
SchedulerSession. getDatabaseByUniqueId(Long uniqueId)
Get theDatabase
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type Database Modifier and Type Method Description RWIterable<Database>
Application. getChildDatabases()
Get anRWIterable
over a collection ofChildDatabases
, the collection will be ordered by Name.RWIterable<Database>
Library. getDatabases()
Get anRWIterable
over an ordered collection ofDatabases
.RWIterable<Database>
Partition. getDatabases()
Get anRWIterable
over an ordered collection ofDatabases
.Methods in com.redwood.scheduler.api.model with parameters of type Database Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(Database theDatabase)
void
ConcreteObjectCallback. handle(Database theDatabase)
void
OraAppsSystem. setDatabase(Database newDatabase)
Set the value for Database.void
OraOhiSystem. setDatabase(Database newDatabase)
Set the value for Database. -
Uses of Database in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type Database Modifier and Type Method Description Iterator<Database>
ApplicationComp. getChildDatabases()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildDatabases()
instead.Iterator<Database>
LibraryComp. getDatabases()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLibrary.getDatabases()
instead.Iterator<Database>
PartitionComp. getDatabases()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getDatabases()
instead.
-