|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.activemath.learner.history.HistoryQueryConstraint
public abstract class HistoryQueryConstraint
| Field Summary | |
|---|---|
static HistoryQueryConstraint |
BOOK_ID
An equality constraint on the bookId |
static HistoryQueryConstraint |
EVENT_TYPE
An equality constraint on the event type |
static HistoryQueryConstraint |
GROUP_ID
An equality constraint on the groupId |
static HistoryQueryConstraint |
ITEM_ID
An equality constraint on the item id |
static HistoryQueryConstraint |
MAX_TIMESTAMP
A "<" constraint on the max timestamp (to be consistant with interval boundaries of buckets) |
static HistoryQueryConstraint |
MIN_TIMESTAMP
A ">" constraint on the min timestamp |
static HistoryQueryConstraint |
SESSION
An equality constraint on the session |
static HistoryQueryConstraint |
USER_ID
An equality constraint on the userId |
| Method Summary | |
|---|---|
protected org.hibernate.criterion.Criterion |
getCriterion(int value)
|
protected org.hibernate.criterion.Criterion |
getCriterion(long value)
|
protected abstract org.hibernate.criterion.Criterion |
getCriterion(Object value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final HistoryQueryConstraint USER_ID
public static final HistoryQueryConstraint GROUP_ID
public static final HistoryQueryConstraint BOOK_ID
public static final HistoryQueryConstraint EVENT_TYPE
public static final HistoryQueryConstraint MIN_TIMESTAMP
public static final HistoryQueryConstraint MAX_TIMESTAMP
public static final HistoryQueryConstraint SESSION
public static final HistoryQueryConstraint ITEM_ID
| Method Detail |
|---|
protected abstract org.hibernate.criterion.Criterion getCriterion(Object value)
protected org.hibernate.criterion.Criterion getCriterion(int value)
protected org.hibernate.criterion.Criterion getCriterion(long value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||