public class NodeTypeTemplateImpl extends Object implements NodeTypeTemplate
NodeTypeTemplateImpl ...| Modifier and Type | Method and Description |
|---|---|
NodeDefinition[] |
getDeclaredChildNodeDefinitions() |
PropertyDefinition[] |
getDeclaredPropertyDefinitions() |
String[] |
getDeclaredSupertypeNames() |
String |
getName() |
List |
getNodeDefinitionTemplates() |
String |
getPrimaryItemName() |
List |
getPropertyDefinitionTemplates() |
boolean |
hasOrderableChildNodes() |
boolean |
isAbstract() |
boolean |
isMixin() |
boolean |
isQueryable() |
void |
setAbstract(boolean abstractStatus) |
void |
setDeclaredSuperTypeNames(String[] names) |
void |
setMixin(boolean mixin) |
void |
setName(String name) |
void |
setOrderableChildNodes(boolean orderable) |
void |
setPrimaryItemName(String name) |
void |
setQueryable(boolean queryable) |
public void setName(String name) throws ConstraintViolationException
setName in interface NodeTypeTemplateConstraintViolationExceptionpublic void setDeclaredSuperTypeNames(String[] names) throws ConstraintViolationException
setDeclaredSuperTypeNames in interface NodeTypeTemplateConstraintViolationExceptionpublic void setAbstract(boolean abstractStatus)
setAbstract in interface NodeTypeTemplatepublic void setMixin(boolean mixin)
setMixin in interface NodeTypeTemplatepublic void setOrderableChildNodes(boolean orderable)
setOrderableChildNodes in interface NodeTypeTemplatepublic void setPrimaryItemName(String name) throws ConstraintViolationException
setPrimaryItemName in interface NodeTypeTemplateConstraintViolationExceptionpublic List getPropertyDefinitionTemplates()
getPropertyDefinitionTemplates in interface NodeTypeTemplatepublic List getNodeDefinitionTemplates()
getNodeDefinitionTemplates in interface NodeTypeTemplatepublic void setQueryable(boolean queryable)
setQueryable in interface NodeTypeTemplatepublic String getName()
getName in interface NodeTypeDefinitionpublic String[] getDeclaredSupertypeNames()
getDeclaredSupertypeNames in interface NodeTypeDefinitionpublic boolean isAbstract()
isAbstract in interface NodeTypeDefinitionpublic boolean isMixin()
isMixin in interface NodeTypeDefinitionpublic boolean isQueryable()
isQueryable in interface NodeTypeDefinitionpublic boolean hasOrderableChildNodes()
hasOrderableChildNodes in interface NodeTypeDefinitionpublic String getPrimaryItemName()
getPrimaryItemName in interface NodeTypeDefinitionpublic PropertyDefinition[] getDeclaredPropertyDefinitions()
getDeclaredPropertyDefinitions in interface NodeTypeDefinitionpublic NodeDefinition[] getDeclaredChildNodeDefinitions()
getDeclaredChildNodeDefinitions in interface NodeTypeDefinitionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.