Searched refs:globalOperand (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java48 * matching condition, values of globalOperand.
72 private int globalOperand; field in class:LogQuery
84 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
98 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
129 this.globalOperand = matchCriteria;
139 * Sets the <code>globalOperand</code> field to either any query criteria
142 * @param no the value to set to <code>globalOperand</code>
160 this.globalOperand = no;
215 return (this.globalOperand);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLogQuery.java48 * matching condition, values of globalOperand.
72 private int globalOperand; field in class:LogQuery
84 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
98 this.globalOperand = LogQuery.MATCH_ANY_CONDITION;
129 this.globalOperand = matchCriteria;
139 * Sets the <code>globalOperand</code> field to either any query criteria
142 * @param no the value to set to <code>globalOperand</code>
160 this.globalOperand = no;
215 return (this.globalOperand);

Completed in 28 milliseconds