Uses of Interface
com.redwood.scheduler.api.model.ObjectIndex
-
Packages that use ObjectIndex Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ObjectIndex in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ObjectIndex Modifier and Type Field Description static QueryObjectType<ObjectIndex>
ObjectIndex. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ObjectIndex Modifier and Type Method Description ObjectIndex
ObjectDefinition. createObjectIndex()
Create a newObjectIndex
linked to this object.ObjectIndex
ObjectDefinition. getBusinessKeyObjectIndex()
Get the BusinessKeyObjectIndex.ObjectIndex
ObjectIndexColumn. getObjectIndex()
Get the ObjectIndex.static ObjectIndex
BusinessKeyLookup. getObjectIndexByBusinessKey(SchedulerSession session, String key)
Query an instance ofObjectIndex
, based on its business key.ObjectIndex
BusinessKeyResolver. getObjectIndexByKey(BusinessKey key)
Query an instance ofObjectIndex
, based on its business key.ObjectIndex
SchedulerSession. getObjectIndexByName(String name)
Get theObjectIndex
by Name.ObjectIndex
SchedulerSession. getObjectIndexByUniqueId(Long uniqueId)
Get theObjectIndex
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ObjectIndex Modifier and Type Method Description RWIterable<ObjectIndex>
ObjectDefinition. getObjectIndexes()
Get anRWIterable
over an ordered collection ofObjectIndexes
.Methods in com.redwood.scheduler.api.model with parameters of type ObjectIndex Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ObjectIndex theObjectIndex)
void
ConcreteObjectCallback. handle(ObjectIndex theObjectIndex)
void
ObjectDefinition. setBusinessKeyObjectIndex(ObjectIndex newBusinessKeyObjectIndex)
Set the value for BusinessKeyObjectIndex. -
Uses of ObjectIndex in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ObjectIndex Modifier and Type Method Description Iterator<ObjectIndex>
ObjectDefinitionComp. getObjectIndexes()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getObjectIndexes()
instead.
-