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 class
LiteralImpl
Literal nodes.Methods in org.nuxeo.ecm.platform.relations.api.impl that return Literal Modifier and Type Method Description static Literal
RelationDate. getLiteralDate(Calendar cal)
static Literal
RelationDate. 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 Calendar
RelationDate. getCalendar(Literal dateLiteral)
static Date
RelationDate. 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 Statement
IORelationAdapter. updateDate(Statement statement, Literal newDate, List<Resource> properties)
-