Nuxeo Enterprise Platform 5.4

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.ejb   
org.nuxeo.ecm.platform.mimetype.ejb.interfaces.local   
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.ejb
 

Methods in org.nuxeo.ecm.platform.mimetype.ejb that return MimetypeEntry
 MimetypeEntry MimetypeRegistryBean.getMimetypeEntryByMimeType(java.lang.String mimetype)
           
 MimetypeEntry MimetypeRegistryBean.getMimetypeEntryByName(java.lang.String name)
          Deprecated. 
 

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

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

Methods in org.nuxeo.ecm.platform.mimetype.ejb.interfaces.local with parameters of type MimetypeEntry
 void MimetypeRegistryLocal.registerMimetype(MimetypeEntry mimetype)
           
 

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

Methods in org.nuxeo.ecm.platform.mimetype.interfaces that return MimetypeEntry
 MimetypeEntry MimetypeRegistry.getMimetypeEntryByMimeType(java.lang.String mimetype)
          Gets a mimetype entry given the normalized mimetype.
 MimetypeEntry MimetypeRegistry.getMimetypeEntryByName(java.lang.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(java.lang.String mimetype)
           
 MimetypeEntry MimetypeRegistryService.getMimetypeEntryByName(java.lang.String name)
           
 

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


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.