public class ConstraintHandlersConfigElement
extends org.springframework.extensions.config.element.ConfigElementAdapter
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_ELEMENT_ID |
| Constructor and Description |
|---|
ConstraintHandlersConfigElement()
This constructor creates an instance with the default name.
|
ConstraintHandlersConfigElement(String name)
This constructor creates an instance with the specified name.
|
| 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() |
String[] |
getItemNames() |
List<String> |
getItemNamesAsList() |
Map<String,ConstraintHandlerDefinition> |
getItems() |
public static final String CONFIG_ELEMENT_ID
public ConstraintHandlersConfigElement()
public ConstraintHandlersConfigElement(String name)
name - the name for the ConfigElement.public List<org.springframework.extensions.config.ConfigElement> getChildren()
getChildren in interface org.springframework.extensions.config.ConfigElementgetChildren in class org.springframework.extensions.config.element.ConfigElementAdapterorg.alfresco.config.ConfigElement#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.ConfigElementAdapterorg.alfresco.config.ConfigElement#combine(org.alfresco.config.ConfigElement)public String[] getItemNames()
public Map<String,ConstraintHandlerDefinition> getItems()
Copyright © 2005–2014 Alfresco Software. All rights reserved.