Uses of Interface
com.redwood.scheduler.api.model.ObjectSearchCondition
-
Packages that use ObjectSearchCondition Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of ObjectSearchCondition in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type ObjectSearchCondition Modifier and Type Field Description static QueryObjectType<ObjectSearchCondition>
ObjectSearchCondition. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return ObjectSearchCondition Modifier and Type Method Description ObjectSearchCondition
ObjectSearch. addCondition()
Add a new condition with the appropriate label set.ObjectSearchCondition
ObjectSearch. createObjectSearchCondition()
Create a newObjectSearchCondition
linked to this object.ObjectSearchCondition
ObjectSearch. getObjectSearchConditionByLabel(String label)
Get the ObjectSearchCondition by ConditionIndex.ObjectSearchCondition
SchedulerSession. getObjectSearchConditionByUniqueId(Long uniqueId)
Get theObjectSearchCondition
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type ObjectSearchCondition Modifier and Type Method Description RWIterable<ObjectSearchCondition>
ObjectSearch. getObjectSearchConditions()
Get anRWIterable
over a collection ofObjectSearchConditions
, the collection will be ordered by Label.Methods in com.redwood.scheduler.api.model with parameters of type ObjectSearchCondition Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(ObjectSearchCondition theObjectSearchCondition)
void
ConcreteObjectCallback. handle(ObjectSearchCondition theObjectSearchCondition)
boolean
ObjectSearch. removeCondition(ObjectSearchCondition condition)
Remove a condition from this ObjectSearch and update the labels appropriately. -
Uses of ObjectSearchCondition in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type ObjectSearchCondition Modifier and Type Method Description Iterator<ObjectSearchCondition>
ObjectSearchComp. getObjectSearchConditions()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useObjectSearch.getObjectSearchConditions()
instead.
-