Class RelationDate
- java.lang.Object
-
- org.nuxeo.ecm.platform.relations.api.impl.RelationDate
-
public class RelationDate extends Object
Relation date management.- Author:
- Anahide Tchertchian
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Calendar
getCalendar(Literal dateLiteral)
static Date
getDate(Literal dateLiteral)
protected static DateFormat
getDateFormat()
static Literal
getLiteralDate(Calendar cal)
static Literal
getLiteralDate(Date date)
Returns Literal for given date.
-
-
-
Method Detail
-
getDateFormat
protected static DateFormat getDateFormat()
-
getLiteralDate
public static Literal getLiteralDate(Calendar cal)
- Returns:
- Literal for given Calendar instance
-
-