protected static final String |
QUERY_BETWEEN_DATES |
"SELECT * FROM Document WHERE ecm:mixinType = \'Schedulable\' AND ((vevent:dtstart BETWEEN TIMESTAMP \'%s\' AND TIMESTAMP \'%s\') OR (vevent:dtend BETWEEN TIMESTAMP \'%s\' AND TIMESTAMP \'%s\') OR (vevent:dtstart < TIMESTAMP \'%s\' AND vevent:dtend > TIMESTAMP \'%s\') OR (vevent:dtstart > TIMESTAMP \'%s\' AND vevent:dtend < TIMESTAMP \'%s\')) AND ecm:currentLifeCycleState != \'deleted\' AND ecm:isCheckedInVersion = 0 AND ecm:isProxy = 0 AND ecm:path STARTSWITH \'%s\' ORDER BY vevent:dtstart" |
protected static final String |
QUERY_LIMIT |
"SELECT * FROM Document WHERE ecm:mixinType = \'Schedulable\' AND vevent:dtend > TIMESTAMP \'%s\' AND ecm:currentLifeCycleState != \'deleted\' AND ecm:isCheckedInVersion = 0 AND ecm:isProxy = 0 AND ecm:path STARTSWITH \'%s\' ORDER BY vevent:dtstart" |
public static final String |
SCHEDULABLE_TYPE |
"Schedulable" |
public static final String |
VEVENT_TYPE |
"VEVENT" |