Uses of Interface
com.redwood.scheduler.api.model.ObjectIndexColumn
-
Packages that use ObjectIndexColumn Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ObjectIndexColumn in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ObjectIndexColumn Modifier and Type Field Description static QueryObjectType<ObjectIndexColumn>
ObjectIndexColumn. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ObjectIndexColumn Modifier and Type Method Description ObjectIndexColumn
ObjectIndex. createObjectIndexColumn(ObjectFieldDefinition newObjectFieldDefinition)
Create a newObjectIndexColumn
linked to this object.ObjectIndexColumn
ObjectIndex. getObjectIndexColumnByColumnOrder(Long columnOrder)
Get the ObjectIndexColumn by ObjectIndexColumnOrder.ObjectIndexColumn
SchedulerSession. getObjectIndexColumnByUniqueId(Long uniqueId)
Get theObjectIndexColumn
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ObjectIndexColumn Modifier and Type Method Description RWIterable<ObjectIndexColumn>
ObjectIndex. getObjectIndexColumns()
Get anRWIterable
over a collection ofObjectIndexColumns
, the collection will be ordered by ColumnOrder.Methods in com.redwood.scheduler.api.model with parameters of type ObjectIndexColumn Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ObjectIndexColumn theObjectIndexColumn)
void
ConcreteObjectCallback. handle(ObjectIndexColumn theObjectIndexColumn)
-
Uses of ObjectIndexColumn in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ObjectIndexColumn Modifier and Type Method Description Iterator<ObjectIndexColumn>
ObjectIndexComp. getObjectIndexColumns()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectIndex.getObjectIndexColumns()
instead.
-