Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.ecm.platform.relations.api.Literal

Packages that use Literal
org.nuxeo.ecm.platform.relations.api.impl   
 

Uses of Literal in org.nuxeo.ecm.platform.relations.api.impl
 

Classes in org.nuxeo.ecm.platform.relations.api.impl that implement Literal
 class LiteralImpl
          Literal nodes.
 

Methods in org.nuxeo.ecm.platform.relations.api.impl that return Literal
static Literal RelationDate.getLiteralDate(java.util.Calendar cal)
           
static Literal RelationDate.getLiteralDate(java.util.Date date)
          Returns Literal for given date.
 

Methods in org.nuxeo.ecm.platform.relations.api.impl with parameters of type Literal
static java.util.Calendar RelationDate.getCalendar(Literal dateLiteral)
           
static java.util.Date RelationDate.getDate(Literal dateLiteral)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.