Uses of Interface
com.redwood.scheduler.api.model.QueryConditionValue
-
Packages that use QueryConditionValue Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of QueryConditionValue in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type QueryConditionValue Modifier and Type Field Description static QueryObjectType<QueryConditionValue>
QueryConditionValue. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return QueryConditionValue Modifier and Type Method Description QueryConditionValue
QueryCondition. createQueryConditionValue(QueryFilter newQueryFilter)
Create a newQueryConditionValue
linked to this object.QueryConditionValue
QueryFilter. createQueryConditionValue(QueryCondition newQueryCondition)
Create a newQueryConditionValue
linked to this object.QueryConditionValue
QueryFilter. getQueryConditionValueByQueryConditionInclude(QueryCondition queryCondition, QueryConditionValueInclude include)
Get the QueryConditionValue by QueryCondVal.QueryConditionValue
QueryCondition. getQueryConditionValueByQueryFilterInclude(QueryFilter queryFilter, QueryConditionValueInclude include)
Get the QueryConditionValue by QueryCondVal.QueryConditionValue
SchedulerSession. getQueryConditionValueByUniqueId(Long uniqueId)
Get theQueryConditionValue
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type QueryConditionValue Modifier and Type Method Description RWIterable<QueryConditionValue>
QueryCondition. getQueryConditionValues()
Get anRWIterable
over an ordered collection ofQueryConditionValues
.RWIterable<QueryConditionValue>
QueryFilter. getQueryConditionValues()
Get anRWIterable
over an ordered collection ofQueryConditionValues
.Methods in com.redwood.scheduler.api.model with parameters of type QueryConditionValue Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(QueryConditionValue theQueryConditionValue)
void
ConcreteObjectCallback. handle(QueryConditionValue theQueryConditionValue)
-
Uses of QueryConditionValue in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type QueryConditionValue Modifier and Type Method Description Iterator<QueryConditionValue>
QueryConditionComp. getQueryConditionValues()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useQueryCondition.getQueryConditionValues()
instead.Iterator<QueryConditionValue>
QueryFilterComp. getQueryConditionValues()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useQueryFilter.getQueryConditionValues()
instead.
-