Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.search
Class FieldHelper

java.lang.Object
  extended by org.nuxeo.ecm.webapp.search.FieldHelper

public final class FieldHelper
extends java.lang.Object

This class is used to convert the field names between the fullname form (schema:field) and prefixed name.

Author:
George Lefter

Method Summary
static java.lang.String getFullName(java.lang.String prefixedName)
           
static java.lang.String getPrefixedName(java.lang.String fullName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrefixedName

public static java.lang.String getPrefixedName(java.lang.String fullName)

getFullName

public static java.lang.String getFullName(java.lang.String prefixedName)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.