Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.platform.types
Interface TypeManager

All Known Subinterfaces:
TypeManagerLocal
All Known Implementing Classes:
TypeManagerBean, TypeService

public interface TypeManager


Method Summary
 Collection<Type> getAllowedSubTypes(String typeName)
           
 String[] getSuperTypes(String typeName)
          Gets the super type names for the given type.
 Type getType(String typeName)
           
 Collection<Type> getTypes()
           
 boolean hasType(String typeName)
           
 

Method Detail

getSuperTypes

String[] getSuperTypes(String typeName)
Gets the super type names for the given type.

Returns:
an array of supertypes or an empty array if no supertype exists. null is returned if no such type exists

getTypes

Collection<Type> getTypes()

getType

Type getType(String typeName)

hasType

boolean hasType(String typeName)

getAllowedSubTypes

Collection<Type> getAllowedSubTypes(String typeName)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.