|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.workplace.wcm.api.query.ProfileSelectors
public final class ProfileSelectors
ProfileSelectors is a helper class to create profile related Selector.
| Nested Class Summary | |
|---|---|
protected static interface |
ProfileSelectors.Factory
Factory interface, used for internal implementation |
| Field Summary | |
|---|---|
protected static ProfileSelectors.Factory |
factory
injected factory |
| Constructor Summary | |
|---|---|
ProfileSelectors()
|
|
| Method Summary | |
|---|---|
static Selector |
categoriesContains(java.util.Collection<? extends Identity> categories)
Returns a selector representing categories 'contain'. |
static Selector |
categoriesContains(Identity category)
Returns a selector representing category 'contain'. |
static Selector |
keywordIn(java.util.Collection<java.lang.String> keywords)
Returns a selector representing keywords 'in'. |
static Selector |
keywordsContain(java.util.Collection<java.lang.String> keywords)
Returns a selector representing keywords 'contain'. |
static Selector |
keywordsContain(java.lang.String keyword)
Returns a selector representing keywords 'contain'. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static volatile ProfileSelectors.Factory factory
| Constructor Detail |
|---|
public ProfileSelectors()
| Method Detail |
|---|
public static Selector categoriesContains(Identity category)
category - category id
public static Selector categoriesContains(java.util.Collection<? extends Identity> categories)
categories - a set of category id
public static Selector keywordsContain(java.lang.String keyword)
keyword - keyword
public static Selector keywordsContain(java.util.Collection<java.lang.String> keywords)
keywords - a set of keywords
public static Selector keywordIn(java.util.Collection<java.lang.String> keywords)
keywords - a set of keywords
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||