Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.core.schema.types.TypeHelper

Packages that use TypeHelper
org.nuxeo.ecm.core.schema Schema API and implementation; a schema describes the names and types of some fields. 
org.nuxeo.ecm.core.schema.types Implementation of Types, including SimpleTypes, CompositeTypes and ComplexTypes. 
 

Uses of TypeHelper in org.nuxeo.ecm.core.schema
 

Fields in org.nuxeo.ecm.core.schema with type parameters of type TypeHelper
 Class<TypeHelper> TypeHelperDescriptor.helperClass
           
 

Methods in org.nuxeo.ecm.core.schema that return TypeHelper
 TypeHelper SchemaManagerImpl.getHelper(String schema, String type)
           
 TypeHelper SchemaManager.getHelper(String schema, String type)
           
 

Methods in org.nuxeo.ecm.core.schema with parameters of type TypeHelper
 void SchemaManagerImpl.registerHelper(String schema, String type, TypeHelper helper)
           
 void SchemaManager.registerHelper(String schema, String type, TypeHelper helper)
           
 

Uses of TypeHelper in org.nuxeo.ecm.core.schema.types
 

Methods in org.nuxeo.ecm.core.schema.types that return TypeHelper
 TypeHelper Type.getHelper()
          Get the type helper.
 TypeHelper AbstractType.getHelper()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.