Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.schema.ejb
Class TypeProviderBean

java.lang.Object
  extended by org.nuxeo.ecm.core.schema.ejb.TypeProviderBean
All Implemented Interfaces:
TypeProviderLocal, TypeProvider

public class TypeProviderBean
extends java.lang.Object
implements TypeProviderLocal

Author:
Bogdan Stefanescu

Constructor Summary
TypeProviderBean()
           
 
Method Summary
 DocumentType getDocumentType(java.lang.String docType)
           
 DocumentType[] getDocumentTypes()
           
 Schema getSchema(java.lang.String schema)
           
 Schema[] getSchemas()
           
 Type getType(java.lang.String name)
           
 Type getType(java.lang.String schema, java.lang.String name)
           
 Type[] getTypes()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeProviderBean

public TypeProviderBean()
Method Detail

getType

public Type getType(java.lang.String name)
Specified by:
getType in interface TypeProvider

getType

public Type getType(java.lang.String schema,
                    java.lang.String name)
Specified by:
getType in interface TypeProvider

getSchema

public Schema getSchema(java.lang.String schema)
Specified by:
getSchema in interface TypeProvider

getDocumentType

public DocumentType getDocumentType(java.lang.String docType)
Specified by:
getDocumentType in interface TypeProvider

getSchemas

public Schema[] getSchemas()
Specified by:
getSchemas in interface TypeProvider

getTypes

public Type[] getTypes()
Specified by:
getTypes in interface TypeProvider

getDocumentTypes

public DocumentType[] getDocumentTypes()
Specified by:
getDocumentTypes in interface TypeProvider

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.