public class AdvancedSearchConfigElement extends org.springframework.extensions.config.element.ConfigElementAdapter implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
AdvancedSearchConfigElement.CustomProperty
Simple wrapper class for custom advanced search property
|
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
AdvancedSearchConfigElement()
Default Constructor
|
AdvancedSearchConfigElement(String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
org.springframework.extensions.config.ConfigElement |
combine(org.springframework.extensions.config.ConfigElement configElement) |
List<org.springframework.extensions.config.ConfigElement> |
getChildren() |
List<String> |
getContentTypes() |
List<AdvancedSearchConfigElement.CustomProperty> |
getCustomProperties() |
List<String> |
getFolderTypes() |
public static final String CONFIG_ELEMENT_ID
public AdvancedSearchConfigElement()
public AdvancedSearchConfigElement(String name)
name - Name of the element this config element representspublic List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterConfigElementAdapter.getChildren()public org.springframework.extensions.config.ConfigElement combine(org.springframework.extensions.config.ConfigElement configElement)
combine in interface org.springframework.extensions.config.ConfigElementcombine in class org.springframework.extensions.config.element.ConfigElementAdapterConfigElementAdapter.combine(org.springframework.extensions.config.ConfigElement)public List<AdvancedSearchConfigElement.CustomProperty> getCustomProperties()
Copyright © 2005–2018 Alfresco Software. All rights reserved.