Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

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

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

Fields in org.nuxeo.ecm.platform.localconfiguration.web.types with type parameters of type Type
static Comparator<? super Type> UITypesConfigurationActions.TYPE_ALPHABETICAL_ORDER
           
 

Methods in org.nuxeo.ecm.platform.localconfiguration.web.types that return types with arguments of type Type
 List<Type> UITypesConfigurationActions.getNotSelectedTypes()
           
 List<Type> UITypesConfigurationActions.getNotSelectedTypes(DocumentModel document)
          Returns a List of type not selected for the domain given as parameter
 List<Type> UITypesConfigurationActions.getSelectedTypes()
           
 List<Type> UITypesConfigurationActions.getSelectedTypes(DocumentModel document)
          Returns a List of type selected for the domain given as parameter
 List<Type> UITypesConfigurationActions.getTypesWithSchemaFile()
           
 List<Type> UITypesConfigurationActions.getTypesWithSchemaFile(DocumentModel document)
          Returns a List of Document Types associated with Schema file for the domain given as parameter, if they're allowed for it.
 

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

Methods in org.nuxeo.ecm.platform.types that return Type
 Type TypeManager.getType(String typeName)
          Returns the Type instance for the given typeName.
 Type TypeService.getType(String typeName)
           
 Type TypeRegistry.getType(String id)
           
static Type TypeRegistry.mergeTypes(Type oldType, Type newType)
           
 Type TypeRegistry.removeType(String id)
           
 

Methods in org.nuxeo.ecm.platform.types that return types with arguments of type Type
 Collection<Type> TypeManager.findAllAllowedSubTypesFrom(String typeName)
          Returns recursively all the allowed sub types from the given typeName.
 Collection<Type> TypeService.findAllAllowedSubTypesFrom(String typeName)
           
 Collection<Type> TypeManager.findAllAllowedSubTypesFrom(String typeName, DocumentModel currentDoc)
          Returns recursively all the allowed sub types from the given typeName, filtered by a local UI types configuration retrieved from the currentDoc, if any.
 Collection<Type> TypeService.findAllAllowedSubTypesFrom(String typeName, DocumentModel currentDoc)
           
 Collection<Type> TypeManager.getAllowedSubTypes(String typeName)
           
 Collection<Type> TypeService.getAllowedSubTypes(String typeName)
           
 Collection<Type> TypeManager.getAllowedSubTypes(String typeName, DocumentModel currentDoc)
          Returns the allowed sub types of the given typeName, filtered by a local UI types configuration retrieved from the currentDoc, if any.
 Collection<Type> TypeService.getAllowedSubTypes(String typeName, DocumentModel currentDoc)
           
 Map<String,List<Type>> TypeManager.getTypeMapForDocumentType(String typeName, DocumentModel currentDoc)
          Returns the sub type of the given typeName, filtered by a local UI types configuration retrieved from the currentDoc, if any, and organized by type categories.
 Map<String,List<Type>> TypeService.getTypeMapForDocumentType(String typeName, DocumentModel currentDoc)
           
 Collection<Type> TypeManager.getTypes()
          Returns all the registered Types.
 Collection<Type> TypeService.getTypes()
           
 Collection<Type> TypeRegistry.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.webapp.action
 

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

Methods in org.nuxeo.ecm.webapp.action that return types with arguments of type Type
 Map<String,List<List<Type>>> TypesTool.getOrganizedTypeMapForDocumentType(String type)
           
 Map<String,List<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.
 

Method parameters in org.nuxeo.ecm.webapp.action with type arguments of type Type
 void TypesTool.setTypesList(Map<String,List<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 String ApplicationControllerHelper.getPageOnCreatedDocumentType(Type docType)
          Deprecated.  
static String ApplicationControllerHelper.getPageOnCreateDocumentType(Type docType)
          Deprecated.  
static String ApplicationControllerHelper.getPageOnEditDocumentType(Type docType)
          Deprecated.  
static String ApplicationControllerHelper.getPageOnEditedDocumentType(Type docType)
          Deprecated.  
static String ApplicationControllerHelper.getPageOnSelectedDocumentType(Type docType)
          Deprecated.  
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.