The constructor.
void
FieldValueSearch
(string $schemaID, string $label, ref $value, [optional $comparisonType = SEARCH_TYPE_EQUALS])
-
string
$schemaID: The ID that references the Schema to apply this search to.
-
string
$label: The specific field within that Schema to check.
-
ref
$value: object $value An SObject object which holds the value to search for.
-
optional
$comparisonType: int $comparisonType The comparison type to use (equals, contains, less than, etc.) See the SEARCH_TYPE_* constants. Defaults to SEARCH_TYPE_EQUALS
void
postProcess
(mixed $ids)
Redefinition of:
- SearchCriteria::postProcess()
- Returns an array of new IDs, giving the criteria the opportunity to do post-processing if that is desired. If no post-processing is to be done, it should return what is passed.
Inherited Methods
Inherited From SearchCriteria
SearchCriteria::postProcess()
SearchCriteria::returnSearchString()