Uses of Interface
com.redwood.scheduler.api.model.TableDefinition
-
Packages that use TableDefinition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of TableDefinition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type TableDefinition Modifier and Type Field Description static QueryObjectType<TableDefinition>
TableDefinition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return TableDefinition Modifier and Type Method Description TableDefinition
SchedulerSession. createTableDefinition()
Return a new instance of TableDefinition.TableDefinition
Table. getTableDefinition()
Get the TableDefinition.TableDefinition
TableDefinitionColumn. getTableDefinition()
Get the TableDefinition.TableDefinition
TableDefinitionConstraint. getTableDefinition()
Get the TableDefinition.static TableDefinition
BusinessKeyLookup. getTableDefinitionByBusinessKey(SchedulerSession session, String key)
Query an instance ofTableDefinition
, based on its business key.TableDefinition
BusinessKeyResolver. getTableDefinitionByKey(BusinessKey key)
Query an instance ofTableDefinition
, based on its business key.TableDefinition
Partition. getTableDefinitionByName(String name)
Get the TableDefinition by Name.TableDefinition
SchedulerSession. getTableDefinitionByName(Partition partition, String name)
Get theTableDefinition
by Name.TableDefinition
SchedulerSession. getTableDefinitionByName(String name)
Get theTableDefinition
by Name.TableDefinition
SchedulerSession. getTableDefinitionByUniqueId(Long uniqueId)
Get theTableDefinition
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type TableDefinition Modifier and Type Method Description RWIterable<TableDefinition>
Application. getChildTableDefinitions()
Get anRWIterable
over a collection ofChildTableDefinitions
, the collection will be ordered by Name.RWIterable<TableDefinition>
Partition. getTableDefinitions()
Get anRWIterable
over an ordered collection ofTableDefinitions
.Methods in com.redwood.scheduler.api.model with parameters of type TableDefinition Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(TableDefinition theTableDefinition)
void
ConcreteObjectCallback. handle(TableDefinition theTableDefinition)
void
Table. setTableDefinition(TableDefinition newTableDefinition)
Set the value for TableDefinition. -
Uses of TableDefinition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type TableDefinition Modifier and Type Method Description Iterator<TableDefinition>
ApplicationComp. getChildTableDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useApplication.getChildTableDefinitions()
instead.Iterator<TableDefinition>
PartitionComp. getTableDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, usePartition.getTableDefinitions()
instead.
-