org.exoplatform.services.wcm.search
Class ExcludeIncludeDataTypePlugin

java.lang.Object
  extended by org.exoplatform.container.component.BaseComponentPlugin
      extended by org.exoplatform.services.wcm.search.ExcludeIncludeDataTypePlugin
All Implemented Interfaces:
org.exoplatform.container.component.ComponentPlugin

public class ExcludeIncludeDataTypePlugin
extends org.exoplatform.container.component.BaseComponentPlugin

Created by The eXo Platform SAS Author : Hoa Pham hoa.phamvu@exoplatform.com Dec 11, 2008


Field Summary
 
Fields inherited from class org.exoplatform.container.component.BaseComponentPlugin
desc, name
 
Constructor Summary
ExcludeIncludeDataTypePlugin(org.exoplatform.container.xml.InitParams initParams)
          Instantiates a new exclude include data type plugin.
 
Method Summary
 java.util.List<java.lang.String> getExcludeMimeTypes()
          Gets the exclude mime types.
 java.util.List<java.lang.String> getExcludeNodeTypes()
          Gets the exclude node types.
 java.util.List<java.lang.String> getIncludeMimeTypes()
          Gets the include mime types.
 java.util.List<java.lang.String> getIncludeNodeTypes()
          Gets the include node types.
 
Methods inherited from class org.exoplatform.container.component.BaseComponentPlugin
getDescription, getName, setDescription, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcludeIncludeDataTypePlugin

public ExcludeIncludeDataTypePlugin(org.exoplatform.container.xml.InitParams initParams)
Instantiates a new exclude include data type plugin.

Parameters:
initParams - the init params
Method Detail

getExcludeNodeTypes

public java.util.List<java.lang.String> getExcludeNodeTypes()
Gets the exclude node types.

Returns:
the exclude node types

getExcludeMimeTypes

public java.util.List<java.lang.String> getExcludeMimeTypes()
Gets the exclude mime types.

Returns:
the exclude mime types

getIncludeNodeTypes

public java.util.List<java.lang.String> getIncludeNodeTypes()
Gets the include node types.

Returns:
the include node types

getIncludeMimeTypes

public java.util.List<java.lang.String> getIncludeMimeTypes()
Gets the include mime types.

Returns:
the include mime types


Copyright © 2010 eXo Platform SAS. All Rights Reserved.