Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.mimetype.service
Class MimetypeDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.mimetype.service.MimetypeDescriptor

public class MimetypeDescriptor
extends Object

MimetypeEntry extension definition.

Author:
Julien Anguenot

Constructor Summary
MimetypeDescriptor()
           
 
Method Summary
 List<String> getExtensions()
           
 String getIconPath()
           
 MimetypeEntry getMimetype()
           
 List<String> getMimetypes()
           
 String getNormalized()
           
 boolean isBinary()
           
 boolean isOleSupported()
           
 boolean isOnlineEditable()
           
 void setBinary(boolean binary)
           
 void setExtensions(Element extensions)
           
 void setIconPath(String iconPath)
           
 void setMimetypes(Element mimetypes)
           
 void setNormalized(String normalized)
           
 void setOleSupported(boolean oleSupported)
           
 void setOnlineEditable(boolean onlineEditable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MimetypeDescriptor

public MimetypeDescriptor()
Method Detail

isBinary

public boolean isBinary()

setBinary

public void setBinary(boolean binary)

isOnlineEditable

public boolean isOnlineEditable()

setOnlineEditable

public void setOnlineEditable(boolean onlineEditable)

isOleSupported

public boolean isOleSupported()

setOleSupported

public void setOleSupported(boolean oleSupported)

getExtensions

public List<String> getExtensions()

setExtensions

public void setExtensions(Element extensions)

getIconPath

public String getIconPath()

setIconPath

public void setIconPath(String iconPath)

getMimetypes

public List<String> getMimetypes()

setMimetypes

public void setMimetypes(Element mimetypes)

getMimetype

public MimetypeEntry getMimetype()

getNormalized

public String getNormalized()

setNormalized

public void setNormalized(String normalized)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.