Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Class
org.nuxeo.ecm.platform.types.SubType

Packages that use SubType
org.nuxeo.ecm.platform.types   
org.nuxeo.ecm.platform.types.adapter   
org.nuxeo.ecm.platform.types.localconfiguration   
 

Uses of SubType in org.nuxeo.ecm.platform.types
 

Methods in org.nuxeo.ecm.platform.types that return types with arguments of type SubType
 Map<String,SubType> Type.getAllowedSubTypes()
           
 

Method parameters in org.nuxeo.ecm.platform.types with type arguments of type SubType
 void Type.addSubType(List<SubType> subTypes)
           
 void Type.setAllowedSubTypes(Map<String,SubType> allowedSubTypes)
           
 

Uses of SubType in org.nuxeo.ecm.platform.types.adapter
 

Methods in org.nuxeo.ecm.platform.types.adapter that return types with arguments of type SubType
 Map<String,SubType> TypeInfoAdapter.getAllowedSubTypes()
           
 Map<String,SubType> TypeInfo.getAllowedSubTypes()
           
 

Uses of SubType in org.nuxeo.ecm.platform.types.localconfiguration
 

Methods in org.nuxeo.ecm.platform.types.localconfiguration that return types with arguments of type SubType
 Map<String,SubType> UITypesConfiguration.filterSubTypes(Map<String,SubType> allowedSubTypes)
          Filter the allowedSubTypes according to this object configuration.
 Map<String,SubType> UITypesConfigurationAdapter.filterSubTypes(Map<String,SubType> allowedSubTypes)
           
 

Method parameters in org.nuxeo.ecm.platform.types.localconfiguration with type arguments of type SubType
 Map<String,SubType> UITypesConfiguration.filterSubTypes(Map<String,SubType> allowedSubTypes)
          Filter the allowedSubTypes according to this object configuration.
 Map<String,SubType> UITypesConfigurationAdapter.filterSubTypes(Map<String,SubType> allowedSubTypes)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.