Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

Packages that use MimetypeEntry
org.nuxeo.ecm.platform.filemanager.core.listener   
org.nuxeo.ecm.platform.mimetype   
org.nuxeo.ecm.platform.mimetype.interfaces   
org.nuxeo.ecm.platform.mimetype.service   
 

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

Methods in org.nuxeo.ecm.platform.filemanager.core.listener with parameters of type MimetypeEntry
 void MimetypeIconUpdater.updateIconField(MimetypeEntry mimetypeEntry, DocumentModel doc)
          Compute the main icon of a Nuxeo document based on the mimetype of the main attached blob with of fallback on the document type generic icon.
 

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

Classes in org.nuxeo.ecm.platform.mimetype that implement MimetypeEntry
 class MimetypeEntryImpl
          MimetypeEntry.
 

Uses of MimetypeEntry in org.nuxeo.ecm.platform.mimetype.interfaces
 

Methods in org.nuxeo.ecm.platform.mimetype.interfaces that return MimetypeEntry
 MimetypeEntry MimetypeRegistry.getMimetypeEntryByMimeType(String mimetype)
          Gets a mimetype entry given the normalized mimetype.
 MimetypeEntry MimetypeRegistry.getMimetypeEntryByName(String name)
          Gets a mimetype entry by name.
 

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

Methods in org.nuxeo.ecm.platform.mimetype.service that return MimetypeEntry
 MimetypeEntry MimetypeDescriptor.getMimetype()
           
 MimetypeEntry MimetypeRegistryService.getMimetypeEntryByMimeType(String mimetype)
           
 MimetypeEntry MimetypeRegistryService.getMimetypeEntryByName(String name)
           
 

Methods in org.nuxeo.ecm.platform.mimetype.service with parameters of type MimetypeEntry
 void MimetypeRegistryService.registerMimetype(MimetypeEntry mimetype)
           
 


Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.