Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.core.search.api.indexingwrapper
Class DocumentModelIndexingWrapperDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.search.api.indexingwrapper.DocumentModelIndexingWrapperDescriptor

public class DocumentModelIndexingWrapperDescriptor
extends Object


Constructor Summary
DocumentModelIndexingWrapperDescriptor()
           
 
Method Summary
 Class getAdapterClass()
           
 boolean getEnabled()
           
 String getName()
           
 DocumentIndexingWrapperFactory getNewInstance()
           
 String getTypeName()
           
 void setAdapterClass(Class adapterClass)
           
 void setEnabled(boolean enabled)
           
 void setName(String name)
           
 void setTypeName(String typeName)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentModelIndexingWrapperDescriptor

public DocumentModelIndexingWrapperDescriptor()
Method Detail

getAdapterClass

public Class getAdapterClass()

setAdapterClass

public void setAdapterClass(Class adapterClass)

getEnabled

public boolean getEnabled()

setEnabled

public void setEnabled(boolean enabled)

getName

public String getName()

setName

public void setName(String name)

getTypeName

public String getTypeName()

setTypeName

public void setTypeName(String typeName)

getNewInstance

public DocumentIndexingWrapperFactory getNewInstance()
                                              throws InstantiationException,
                                                     IllegalAccessException
Throws:
InstantiationException
IllegalAccessException

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.