Nuxeo ECM Projects 5.4.3-SNAPSHOT

Uses of Interface
org.nuxeo.ecm.platform.mimetype.interfaces.MimetypeRegistry

Packages that use MimetypeRegistry
org.nuxeo.ecm.platform.convert.plugins   
org.nuxeo.ecm.platform.filemanager.core.listener   
org.nuxeo.ecm.platform.mimetype   
org.nuxeo.ecm.platform.mimetype.service   
org.nuxeo.ecm.platform.preview.adapter.base   
 

Uses of MimetypeRegistry in org.nuxeo.ecm.platform.convert.plugins
 

Methods in org.nuxeo.ecm.platform.convert.plugins that return MimetypeRegistry
 MimetypeRegistry ZipCachableBlobHolder.getMimeTypeService()
           
 

Uses of MimetypeRegistry in org.nuxeo.ecm.platform.filemanager.core.listener
 

Methods in org.nuxeo.ecm.platform.filemanager.core.listener that return MimetypeRegistry
 MimetypeRegistry MimetypeIconUpdater.getMimetypeRegistry()
           
 

Methods in org.nuxeo.ecm.platform.filemanager.core.listener with parameters of type MimetypeRegistry
 void MimetypeIconUpdater.recursivelyUpdateBlobs(DocumentModel doc, MimetypeRegistry mimetypeService, Iterator<Property> dirtyChildren)
          Deprecated. now we use BlobsExtractor that cache path fields.
 void MimetypeIconUpdater.updateBlobProperty(DocumentModel doc, MimetypeRegistry mimetypeService, Property dirtyProperty)
          Update the mimetype of a blob along with the icon and size fields of the document if the blob is the main blob of the document.
 

Uses of MimetypeRegistry in org.nuxeo.ecm.platform.mimetype
 

Methods in org.nuxeo.ecm.platform.mimetype that return MimetypeRegistry
static MimetypeRegistry NXMimeTypeHelper.getLocalMimetypeRegistryService()
          Deprecated.  
static MimetypeRegistry NXMimeTypeHelper.getMimetypeRegistryService()
          Deprecated.  
 

Uses of MimetypeRegistry in org.nuxeo.ecm.platform.mimetype.service
 

Classes in org.nuxeo.ecm.platform.mimetype.service that implement MimetypeRegistry
 class MimetypeRegistryService
          MimetypeEntry registry service.
 

Uses of MimetypeRegistry in org.nuxeo.ecm.platform.preview.adapter.base
 

Methods in org.nuxeo.ecm.platform.preview.adapter.base that return MimetypeRegistry
 MimetypeRegistry ConverterBasedHtmlPreviewAdapter.getMimeTypeService()
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.