Uses of Interface
com.redwood.scheduler.api.model.ObjectFieldDefinition
-
Packages that use ObjectFieldDefinition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ObjectFieldDefinition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ObjectFieldDefinition Modifier and Type Field Description static QueryObjectType<ObjectFieldDefinition>
ObjectFieldDefinition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return types with arguments of type ObjectFieldDefinition Modifier and Type Method Description RWIterable<ObjectFieldDefinition>
ObjectDefinition. getObjectFieldDefinitions()
Get anRWIterable
over an ordered collection ofObjectFieldDefinitions
.RWIterable<ObjectFieldDefinition>
ObjectDefinition. getReferringObjectFieldDefinitions()
Get anRWIterable
over an ordered collection ofReferringObjectFieldDefinitions
.Methods in com.redwood.scheduler.api.model with parameters of type ObjectFieldDefinition Modifier and Type Method Description ObjectIndexColumn
ObjectIndex. createObjectIndexColumn(ObjectFieldDefinition newObjectFieldDefinition)
Create a newObjectIndexColumn
linked to this object.void
AbstractConcreteObjectCallback. handle(ObjectFieldDefinition theObjectFieldDefinition)
void
ConcreteObjectCallback. handle(ObjectFieldDefinition theObjectFieldDefinition)
void
MonitorValue. setObjectFieldDefinition(ObjectFieldDefinition newObjectFieldDefinition)
Set the value for ObjectFieldDefinition.void
QueryCondition. setObjectFieldDefinition(ObjectFieldDefinition newObjectFieldDefinition)
Set the value for ObjectFieldDefinition. -
Uses of ObjectFieldDefinition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ObjectFieldDefinition Modifier and Type Method Description Iterator<ObjectFieldDefinition>
ObjectDefinitionComp. getObjectFieldDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getObjectFieldDefinitions()
instead.Iterator<ObjectFieldDefinition>
ObjectDefinitionComp. getReferringObjectFieldDefinitions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectDefinition.getReferringObjectFieldDefinitions()
instead.
-