|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.workplace.wcm.api.query.HistorySelectors
public final class HistorySelectors
HistorySelectors is a helper class to create history related Selector.
| Nested Class Summary | |
|---|---|
protected static interface |
HistorySelectors.Factory
Factory interface, used for internal implementation |
| Constructor Summary | |
|---|---|
HistorySelectors()
|
|
| Method Summary | |
|---|---|
static Selector |
createdBefore(java.util.Date createdDate)
Returns a selector matching content created before the specified date The comparison is exclusive, i.e. |
static Selector |
createdSince(java.util.Date createdDate)
Returns a selector matching content created since the specified date The comparison is inclusive, i.e. |
static Selector |
lastModifierEquals(java.lang.String modifier)
Returns a selector which matches items where the last modification was made by the specified modifier |
static Selector |
lastModifierIn(java.util.Collection<java.lang.String> modifiers)
Returns a selector which matches items where the last modification was made by a modifier from the specified Collection |
static Selector |
lastModifierIn(java.lang.String... modifiers)
Returns a selector which matches items where the last modification was made by a modifier from the specified list |
static Selector |
modifiedBefore(java.util.Date modifiedDate)
Returns a selector matching content modified before the specified date The comparison is exclusive, i.e. |
static Selector |
modifiedSince(java.util.Date modifiedDate)
Returns a selector matching content modified since the specified date The comparison is inclusive, i.e. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HistorySelectors()
| Method Detail |
|---|
public static Selector modifiedBefore(java.util.Date modifiedDate)
modifiedDate - modified date
public static Selector modifiedSince(java.util.Date modifiedDate)
modifiedDate - modified date
public static Selector createdBefore(java.util.Date createdDate)
createdDate - created date
public static Selector createdSince(java.util.Date createdDate)
createdDate - created date
public static Selector lastModifierEquals(java.lang.String modifier)
modifier - the modifier DN to match
public static Selector lastModifierIn(java.lang.String... modifiers)
modifiers - the list of modifier DNs to match
public static Selector lastModifierIn(java.util.Collection<java.lang.String> modifiers)
modifiers - the collection of modifier DNs to match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||