Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.types.TypeManager

Packages that use TypeManager
org.nuxeo.ecm.platform.filemanager.service.extension   
org.nuxeo.ecm.platform.picture.extension   
org.nuxeo.ecm.platform.types   
org.nuxeo.ecm.webapp.bulkedit   
org.nuxeo.ecm.webapp.delegate   
 

Uses of TypeManager in org.nuxeo.ecm.platform.filemanager.service.extension
 

Methods in org.nuxeo.ecm.platform.filemanager.service.extension with parameters of type TypeManager
 DocumentModel NoteImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService)
           
 DocumentModel FileImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)
          Creates the document.
 DocumentModel ExportedZipImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)
           
 DocumentModel DefaultFileImporter.create(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullname, TypeManager typeService)
          Creates a file in nearest container.
 DocumentModel CSVZipImporter.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String filename, TypeManager typeService)
           
 DocumentModel AbstractFileImporter.create(CoreSession documentManager, File file, String path, boolean overwrite, String mimeType, TypeManager typService)
           
 DocumentModel FolderImporter.create(CoreSession documentManager, String fullname, String path, boolean overwrite, TypeManager typeManager)
           
 DocumentModel AbstractFolderImporter.create(CoreSession documentManager, String fullname, String path, boolean overwrite, TypeManager typeManager)
           
 

Uses of TypeManager in org.nuxeo.ecm.platform.picture.extension
 

Methods in org.nuxeo.ecm.platform.picture.extension with parameters of type TypeManager
 DocumentModel ImagePlugin.create(CoreSession documentManager, Blob content, String path, boolean overwrite, String fullname, TypeManager typeService)
           
 

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

Classes in org.nuxeo.ecm.platform.types that implement TypeManager
 class TypeService
           
 

Uses of TypeManager in org.nuxeo.ecm.webapp.bulkedit
 

Methods in org.nuxeo.ecm.webapp.bulkedit with parameters of type TypeManager
static List<String> BulkEditHelper.getCommonLayouts(TypeManager typeManager, List<DocumentModel> docs)
          Returns the common layouts of the docs for the edit mode.
static List<String> BulkEditHelper.getCommonLayouts(TypeManager typeManager, List<DocumentModel> docs, String mode)
          Returns the common layouts of the docs for the given layout mode.
 

Uses of TypeManager in org.nuxeo.ecm.webapp.delegate
 

Methods in org.nuxeo.ecm.webapp.delegate that return TypeManager
 TypeManager TypeManagerBusinessDelegate.getTypeManager()
          Acquires a new TypeManager reference.
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.