Uses of Interface
org.nuxeo.ecm.platform.relations.api.Literal
-
Packages that use Literal Package Description org.nuxeo.ecm.platform.relations.api.impl org.nuxeo.ecm.platform.relations.io -
-
Uses of Literal in org.nuxeo.ecm.platform.relations.api.impl
Classes in org.nuxeo.ecm.platform.relations.api.impl that implement Literal Modifier and Type Class Description classLiteralImplLiteral nodes.Methods in org.nuxeo.ecm.platform.relations.api.impl that return Literal Modifier and Type Method Description static LiteralRelationDate. getLiteralDate(Calendar cal)static LiteralRelationDate. getLiteralDate(Date date)Returns Literal for given date.Methods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type Literal Modifier and Type Method Description static CalendarRelationDate. getCalendar(Literal dateLiteral)static DateRelationDate. getDate(Literal dateLiteral) -
Uses of Literal in org.nuxeo.ecm.platform.relations.io
Methods in org.nuxeo.ecm.platform.relations.io with parameters of type Literal Modifier and Type Method Description protected static StatementIORelationAdapter. updateDate(Statement statement, Literal newDate, List<Resource> properties)
-