org.alfresco.web.config
Class AdvancedSearchConfigElement

java.lang.Object
  extended by org.springframework.extensions.config.element.ConfigElementAdapter
      extended by org.alfresco.web.config.AdvancedSearchConfigElement
All Implemented Interfaces:
java.io.Serializable, org.springframework.extensions.config.ConfigElement

public class AdvancedSearchConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
implements java.io.Serializable

Custom config element that represents config values for advanced search

See Also:
Serialized Form

Nested Class Summary
static class AdvancedSearchConfigElement.CustomProperty
          Simple wrapper class for custom advanced search property
 
Field Summary
static java.lang.String CONFIG_ELEMENT_ID
           
 
Fields inherited from class org.springframework.extensions.config.element.ConfigElementAdapter
attributes, children, name, value
 
Constructor Summary
AdvancedSearchConfigElement()
          Default Constructor
AdvancedSearchConfigElement(java.lang.String name)
          Constructor
 
Method Summary
 org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
           
 java.util.List getChildren()
           
 java.util.List getContentTypes()
           
 java.util.List getCustomProperties()
           
 java.util.List getFolderTypes()
           
 
Methods inherited from class org.springframework.extensions.config.element.ConfigElementAdapter
getAttribute, getAttributeCount, getAttributes, getChild, getChildCount, getChildren, getChildrenMap, getChildValue, getName, getValue, hasAttribute, hasChildren, setValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CONFIG_ELEMENT_ID

public static final java.lang.String CONFIG_ELEMENT_ID
See Also:
Constant Field Values
Constructor Detail

AdvancedSearchConfigElement

public AdvancedSearchConfigElement()
Default Constructor


AdvancedSearchConfigElement

public AdvancedSearchConfigElement(java.lang.String name)
Constructor

Parameters:
name - Name of the element this config element represents
Method Detail

getChildren

public java.util.List getChildren()
Specified by:
getChildren in interface org.springframework.extensions.config.ConfigElement
Overrides:
getChildren in class org.springframework.extensions.config.element.ConfigElementAdapter
See Also:
ConfigElementAdapter.getChildren()

combine

public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
Specified by:
combine in interface org.springframework.extensions.config.ConfigElement
Specified by:
combine in class org.springframework.extensions.config.element.ConfigElementAdapter
See Also:
org.springframework.extensions.config.element.ConfigElementAdapter#combine(org.alfresco.config.ConfigElement)

getContentTypes

public java.util.List getContentTypes()
Returns:
Returns the contentTypes.

getFolderTypes

public java.util.List getFolderTypes()
Returns:
Returns the folderTypes.

getCustomProperties

public java.util.List getCustomProperties()
Returns:
Returns the customProps.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.