public class NodeTypeTemplateImpl extends Object implements javax.jcr.nodetype.NodeTypeTemplate
NodeTypeTemplateImpl ...| Modifier and Type | Method and Description |
|---|---|
javax.jcr.nodetype.NodeDefinition[] |
getDeclaredChildNodeDefinitions() |
javax.jcr.nodetype.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 javax.jcr.nodetype.ConstraintViolationException
setName in interface javax.jcr.nodetype.NodeTypeTemplatejavax.jcr.nodetype.ConstraintViolationExceptionpublic void setDeclaredSuperTypeNames(String[] names) throws javax.jcr.nodetype.ConstraintViolationException
setDeclaredSuperTypeNames in interface javax.jcr.nodetype.NodeTypeTemplatejavax.jcr.nodetype.ConstraintViolationExceptionpublic void setAbstract(boolean abstractStatus)
setAbstract in interface javax.jcr.nodetype.NodeTypeTemplatepublic void setMixin(boolean mixin)
setMixin in interface javax.jcr.nodetype.NodeTypeTemplatepublic void setOrderableChildNodes(boolean orderable)
setOrderableChildNodes in interface javax.jcr.nodetype.NodeTypeTemplatepublic void setPrimaryItemName(String name) throws javax.jcr.nodetype.ConstraintViolationException
setPrimaryItemName in interface javax.jcr.nodetype.NodeTypeTemplatejavax.jcr.nodetype.ConstraintViolationExceptionpublic List getPropertyDefinitionTemplates()
getPropertyDefinitionTemplates in interface javax.jcr.nodetype.NodeTypeTemplatepublic List getNodeDefinitionTemplates()
getNodeDefinitionTemplates in interface javax.jcr.nodetype.NodeTypeTemplatepublic void setQueryable(boolean queryable)
setQueryable in interface javax.jcr.nodetype.NodeTypeTemplatepublic String getName()
getName in interface javax.jcr.nodetype.NodeTypeDefinitionpublic String[] getDeclaredSupertypeNames()
getDeclaredSupertypeNames in interface javax.jcr.nodetype.NodeTypeDefinitionpublic boolean isAbstract()
isAbstract in interface javax.jcr.nodetype.NodeTypeDefinitionpublic boolean isMixin()
isMixin in interface javax.jcr.nodetype.NodeTypeDefinitionpublic boolean isQueryable()
isQueryable in interface javax.jcr.nodetype.NodeTypeDefinitionpublic boolean hasOrderableChildNodes()
hasOrderableChildNodes in interface javax.jcr.nodetype.NodeTypeDefinitionpublic String getPrimaryItemName()
getPrimaryItemName in interface javax.jcr.nodetype.NodeTypeDefinitionpublic javax.jcr.nodetype.PropertyDefinition[] getDeclaredPropertyDefinitions()
getDeclaredPropertyDefinitions in interface javax.jcr.nodetype.NodeTypeDefinitionpublic javax.jcr.nodetype.NodeDefinition[] getDeclaredChildNodeDefinitions()
getDeclaredChildNodeDefinitions in interface javax.jcr.nodetype.NodeTypeDefinitionCopyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.