T
- public abstract static class DefinitionBuilderFactory.AbstractItemDefinitionBuilder<T> extends Object
T
Constructor and Description |
---|
DefinitionBuilderFactory.AbstractItemDefinitionBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract void |
build()
Build this item definition an add it to its parent node type definition
|
String |
getName()
Name of the child item definition being built
|
void |
setAutoCreated(boolean autocreate) |
abstract void |
setDeclaringNodeType(String name) |
void |
setMandatory(boolean isMandatory) |
void |
setName(String name) |
void |
setOnParentVersion(int onParent) |
void |
setProtected(boolean isProtected) |
public DefinitionBuilderFactory.AbstractItemDefinitionBuilder()
public void setName(String name) throws RepositoryException
name
- the name of the child item definition being buildRepositoryException
ItemDefinition#getName()
public String getName()
public abstract void setDeclaringNodeType(String name) throws RepositoryException
name
- the name of the declaring node type.RepositoryException
ItemDefinition#getDeclaringNodeType()
public void setAutoCreated(boolean autocreate) throws RepositoryException
autocreate
- true
if building a 'autocreate' child item
definition, false otherwise.RepositoryException
ItemDefinition#isAutoCreated()
public void setOnParentVersion(int onParent) throws RepositoryException
onParent
- the 'onParentVersion' attribute of the child item definition being builtRepositoryException
ItemDefinition#getOnParentVersion()
public void setProtected(boolean isProtected) throws RepositoryException
isProtected
- true
if building a 'protected' child
item definition, false otherwise.RepositoryException
ItemDefinition#isProtected()
public void setMandatory(boolean isMandatory) throws RepositoryException
isMandatory
- true
if building a 'mandatory' child
item definition, false otherwise.RepositoryException
public abstract void build() throws RepositoryException
RepositoryException
"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"