public class CriteriaWrapper extends JSBaseScriptableObject implements org.mozilla.javascript.Wrapper
myLogger
Constructor and Description |
---|
CriteriaWrapper()
Zero-arg constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor(java.lang.String theConjunction)
Create a new native Search object.
|
void |
jsFunction_addCriterion(CriterionWrapper theCriterion)
Add a search criterion to this search.
|
org.mozilla.javascript.NativeArray |
jsFunction_getChildren()
Gets the children criterion objects for this search.
|
java.lang.String |
jsFunction_getConjunction()
Get the conjunction of this Criterion
|
BooleanCriterionWrapper |
jsFunction_getRootCriterion()
Convert this Criteria to a BooleanCriterion.
|
boolean |
jsFunction_isEmpty()
Get whether this search has any criteria.
|
int |
jsFunction_size()
Get the number of criterion objects in this search.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public CriteriaWrapper()
public void jsConstructor(java.lang.String theConjunction) throws java.lang.IllegalArgumentException
theConjunction
- The conjunction to use for this search. E.g. "AND", "OR"java.lang.IllegalArgumentException
public void jsFunction_addCriterion(CriterionWrapper theCriterion)
theCriterion
- The wrapped search criterion to use.public int jsFunction_size()
public boolean jsFunction_isEmpty()
public BooleanCriterionWrapper jsFunction_getRootCriterion()
public java.lang.String jsFunction_getConjunction()
public org.mozilla.javascript.NativeArray jsFunction_getChildren()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.