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 CalendargetCalendar(Literal dateLiteral)static DategetDate(Literal dateLiteral)protected static DateFormatgetDateFormat()static LiteralgetLiteralDate(Calendar cal)static LiteralgetLiteralDate(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
-
-