|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.search.SearchItem
fr.paris.lutece.plugins.jcr.service.jcrsearch.JcrSearchItem
public class JcrSearchItem
JcrSearchItem
Field Summary | |
---|---|
static String |
FIELD_MIME_TYPE
|
Fields inherited from class fr.paris.lutece.portal.service.search.SearchItem |
---|
FIELD_CONTENTS, FIELD_DATE, FIELD_DOCUMENT_PORTLET_ID, FIELD_METADATA, FIELD_ROLE, FIELD_STATE, FIELD_SUMMARY, FIELD_TITLE, FIELD_TYPE, FIELD_UID, FIELD_URL |
Constructor Summary | |
---|---|
JcrSearchItem(org.apache.lucene.document.Document document)
Constructor |
Method Summary | |
---|---|
String |
getMIMEType()
Returns the MIME type of this item |
void |
setMIMEType(String MIMEType)
Sets the MIME type of this item to the specified value |
Methods inherited from class fr.paris.lutece.portal.service.search.SearchItem |
---|
getDate, getDocPortletId, getId, getMetadata, getRole, getState, getSummary, getTitle, getType, getUrl, setDate, setDocPortletId, setId, setMetadata, setRole, setState, setSummary, setTitle, setType, setUrl |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String FIELD_MIME_TYPE
Constructor Detail |
---|
public JcrSearchItem(org.apache.lucene.document.Document document)
document
- The Lucene DocumentMethod Detail |
---|
public String getMIMEType()
public void setMIMEType(String MIMEType)
MIMEType
- the MIME type to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |