public class FilterCriteria extends Object
| Modifier and Type | Field and Description |
|---|---|
IntegerRange |
AverageMonthsPerEmployer
Results much have
ExperienceSummary.AverageMonthsPerEmployer within this range. |
List<String> |
Certifications
Results must have at least one of the specified certifications.
|
String |
CurrentManagementLevel
Results must currently have at least one of the following management levels:
None
Low
Mid
High
|
List<String> |
DegreeNames
Results must have at least one of the specified degree names.
|
List<String> |
DegreeTypes
Results must have at least one of the specified degree types.
|
List<String> |
DocumentIds
Results must have one of the specified document ids (case-insensitive).
|
List<String> |
DocumentLanguages
Results must be written in one of the specified languages.
|
List<String> |
Employers
Results must have at least one of the specified employers.
|
boolean |
EmployersMustAllBeCurrentEmployer
When
true, at least one employer in Employers must be found in the current time frame. |
List<String> |
ExecutiveType
Results must have at least one of the following types of executive experience:
None
Executive
Admin
Accounting
Operations
Financial
Marketing
Business_Dev
IT
General
Learning
|
boolean |
HasPatents
If
true, results must have/require patent experience. |
boolean |
HasSecurityCredentials
If
true, results must have/require security credentials. |
boolean |
IsAuthor
If
true, results must have/require experience as an author. |
boolean |
IsCurrentStudent
Results must have an education section listed as '- current'.
|
boolean |
IsMilitary
If
true, results must have/require military experience. |
boolean |
IsPublicSpeaker
If
true, results must have/require public speaking experience. |
boolean |
IsRecentGraduate
Results must have graduated within the last 18 months.
|
boolean |
IsTopStudent
Results must have an education with a normalized GPA of .75 or higher (for example, 3.0/4.0 or higher).
|
IntegerRange |
JobPredictiveIndex
Results much have
ExperienceSummary.FulltimeDirectHirePredictiveIndex within this range. |
List<JobTitleFilter> |
JobTitles
Results must have at least one of the specified job titles.
|
List<String> |
LanguagesKnown
Results must have/require these language competencies (2-letter ISO 639-1 language codes).
|
boolean |
LanguagesKnownMustAllExist
When
true, all of the languages in LanguagesKnown must be found. |
LocationCriteria |
LocationCriteria
Use to filter results based on location.
|
IntegerRange |
MonthsExperience
When specified, total work experience must fall within this range.
|
IntegerRange |
MonthsManagementExperience
Results must have management experience within this months range.
|
RevisionDateRange |
RevisionDateRange
When specified, the revision date of documents must fall within this range.
|
List<String> |
SchoolNames
Results must have at least one of the specified school names.
|
String |
SearchExpression
Full-text boolean semantic expresion.
|
List<String> |
SecurityCredentials
Results must have/require at least one of the security credentials specified.
|
List<SkillFilter> |
Skills
Results must have/require at least one of the specified skills.
|
boolean |
SkillsMustAllExist
When
true, all of the skills in Skills must be found. |
List<String> |
Taxonomies
Results must contain at least one of the specified best-fit taxonomy IDs or best-fit subtaxonomy IDs.
|
List<String> |
UserDefinedTags
List of user-defined tags.
|
boolean |
UserDefinedTagsMustAllExist
When
true, all of the user-defined tags in UserDefinedTags must be found. |
| Constructor and Description |
|---|
FilterCriteria() |
public RevisionDateRange RevisionDateRange
public List<String> DocumentIds
public List<String> UserDefinedTags
UserDefinedTagsMustAllExistpublic boolean UserDefinedTagsMustAllExist
true, all of the user-defined tags in UserDefinedTags must be found.
By default, this is false, which means that at least one of the UserDefinedTags must be found.public LocationCriteria LocationCriteria
public String SearchExpression
public boolean HasPatents
true, results must have/require patent experience.public boolean HasSecurityCredentials
true, results must have/require security credentials.public List<String> SecurityCredentials
public boolean IsAuthor
true, results must have/require experience as an author.public boolean IsPublicSpeaker
true, results must have/require public speaking experience.public boolean IsMilitary
true, results must have/require military experience.public List<String> SchoolNames
public List<String> DegreeNames
public List<String> DegreeTypes
public List<String> Employers
public boolean EmployersMustAllBeCurrentEmployer
true, at least one employer in Employers must be found in the current time frame.public IntegerRange MonthsExperience
public List<String> DocumentLanguages
public List<SkillFilter> Skills
public boolean SkillsMustAllExist
public boolean IsTopStudent
public boolean IsCurrentStudent
public boolean IsRecentGraduate
public List<JobTitleFilter> JobTitles
public List<String> ExecutiveType
public List<String> Certifications
public IntegerRange MonthsManagementExperience
public String CurrentManagementLevel
public List<String> LanguagesKnown
Either all or at least one are required depending on the value of LanguagesKnownMustAllExist
public boolean LanguagesKnownMustAllExist
true, all of the languages in LanguagesKnown must be found.
By default, this is false, which means that only one of the LanguagesKnown must be found.public List<String> Taxonomies
public IntegerRange AverageMonthsPerEmployer
ExperienceSummary.AverageMonthsPerEmployer within this range.
Only applicable for resumes; setting this when filtering jobs will cause an error.public IntegerRange JobPredictiveIndex
ExperienceSummary.FulltimeDirectHirePredictiveIndex within this range.
Only applicable for resumes; setting this when filtering jobs will cause an error.Copyright © 2024. All rights reserved.