@Immutable public final class SelectionCriteria extends Object
Context
. You can build SelectionCriteria
objects by passing a properly formatted String, and then invoking factory method
valueOf(String)
. The format is a pipe delimited string with exacty 3 tokens, one each corresponding
to, and in the same order, to a: SearchPath
, Filter
and TargetElements
.
Refer to each individual class for details on the format for each.
Created by QuijadaJ on 5/18/2017.Modifier and Type | Field and Description |
---|---|
static String |
SEARCH_CRITERIA_DELIM |
static String |
SEARCH_CRITERIA_NULL |
Modifier and Type | Method and Description |
---|---|
static SelectionCriteria |
fromObjects(SearchPath pSearchPath,
Filter pFilter,
TargetElements pTargeElems) |
Filter |
getFilter() |
SearchPath |
getSearchPath() |
TargetElements |
getTargetElements() |
String |
specialCharactersConverted()
Replaces special characters with string parse-friendly substitutes.
|
String |
toString() |
static SelectionCriteria |
valueOf(String pStr) |
public static final String SEARCH_CRITERIA_DELIM
public static final String SEARCH_CRITERIA_NULL
public static SelectionCriteria valueOf(String pStr)
public static SelectionCriteria fromObjects(SearchPath pSearchPath, Filter pFilter, TargetElements pTargeElems)
public String specialCharactersConverted()
SelectionCriteria
string with special characters converted to some string substitute.public SearchPath getSearchPath()
public TargetElements getTargetElements()
public Filter getFilter()
Copyright © 2019. All rights reserved.