Nuxeo Enterprise Platform 5.4

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

Packages that use Type
org.nuxeo.ecm.platform.types   
org.nuxeo.ecm.platform.types.ejb   
org.nuxeo.ecm.webapp.action   
org.nuxeo.ecm.webapp.contentbrowser   
org.nuxeo.ecm.webapp.helpers   
 

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

Methods in org.nuxeo.ecm.platform.types that return Type
 Type TypeService.getType(java.lang.String typeName)
           
 Type TypeRegistry.getType(java.lang.String id)
           
 Type TypeManager.getType(java.lang.String typeName)
           
static Type TypeRegistry.mergeTypes(Type oldType, Type newType)
           
 Type TypeRegistry.removeType(java.lang.String id)
           
 

Methods in org.nuxeo.ecm.platform.types that return types with arguments of type Type
 java.util.Collection<Type> TypeService.getAllowedSubTypes(java.lang.String typeName)
           
 java.util.Collection<Type> TypeManager.getAllowedSubTypes(java.lang.String typeName)
           
 java.util.Collection<Type> TypeService.getTypes()
           
 java.util.Collection<Type> TypeRegistry.getTypes()
           
 java.util.Collection<Type> TypeManager.getTypes()
           
 

Methods in org.nuxeo.ecm.platform.types with parameters of type Type
 void TypeRegistry.addContribution(Type contrib, Extension extension)
           
 void TypeRegistry.addType(Type type)
           
static Type TypeRegistry.mergeTypes(Type oldType, Type newType)
           
 

Uses of Type in org.nuxeo.ecm.platform.types.ejb
 

Methods in org.nuxeo.ecm.platform.types.ejb that return Type
 Type TypeManagerBean.getType(java.lang.String typeName)
           
 

Methods in org.nuxeo.ecm.platform.types.ejb that return types with arguments of type Type
 java.util.Collection<Type> TypeManagerBean.getAllowedSubTypes(java.lang.String typeName)
           
 java.util.Collection<Type> TypeManagerBean.getTypes()
           
 

Uses of Type in org.nuxeo.ecm.webapp.action
 

Methods in org.nuxeo.ecm.webapp.action that return Type
 Type TypesTool.getSelectedType()
           
 Type TypesTool.getType(java.lang.String typeName)
           
 

Methods in org.nuxeo.ecm.webapp.action that return types with arguments of type Type
 java.util.Map<java.lang.String,java.util.List<java.util.List<Type>>> TypesTool.getOrganizedTypeMapForDocumentType(java.lang.String type)
           
 java.util.Map<java.lang.String,java.util.List<java.util.List<Type>>> TypesTool.getTypesList()
           
 

Methods in org.nuxeo.ecm.webapp.action with parameters of type Type
 void TypesTool.setSelectedType(Type type)
          If the selected type is supposed to be automatically injected by Seam through @DataModelSelection callback (i.e. the user will select the type from a list), this method should be called with null parameter before.
 

Method parameters in org.nuxeo.ecm.webapp.action with type arguments of type Type
 void TypesTool.setTypesList(java.util.Map<java.lang.String,java.util.List<java.util.List<Type>>> typesList)
           
 

Uses of Type in org.nuxeo.ecm.webapp.contentbrowser
 

Methods in org.nuxeo.ecm.webapp.contentbrowser that return Type
 Type DocumentActionsBean.getChangeableDocumentType()
           
 Type DocumentActions.getChangeableDocumentType()
           
 Type DocumentActionsBean.getCurrentType()
           
 Type DocumentActions.getCurrentType()
           
 

Uses of Type in org.nuxeo.ecm.webapp.helpers
 

Methods in org.nuxeo.ecm.webapp.helpers with parameters of type Type
static java.lang.String ApplicationControllerHelper.getPageOnCreatedDocumentType(Type docType)
          Deprecated.  
static java.lang.String ApplicationControllerHelper.getPageOnCreateDocumentType(Type docType)
          Deprecated.  
static java.lang.String ApplicationControllerHelper.getPageOnEditDocumentType(Type docType)
          Deprecated.  
static java.lang.String ApplicationControllerHelper.getPageOnEditedDocumentType(Type docType)
          Deprecated.  
static java.lang.String ApplicationControllerHelper.getPageOnSelectedDocumentType(Type docType)
          Deprecated.  
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.