Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.search
Class FieldHelper

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

public final class FieldHelper
extends 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 String getFullName(String prefixedName)
           
static String getPrefixedName(String fullName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrefixedName

public static String getPrefixedName(String fullName)

getFullName

public static String getFullName(String prefixedName)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.