|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.jackrabbit.base.nodetype.BaseItemDefinition
Item definition base class.
| Constructor Summary | |
protected |
BaseItemDefinition()
Protected constructor. |
| Method Summary | |
NodeType |
getDeclaringNodeType()
Not implemented. |
String |
getName()
Not implemented. |
int |
getOnParentVersion()
Always returns OnParentVersionAction.IGNORE. |
boolean |
isAutoCreated()
Always returns false. |
boolean |
isMandatory()
Always returns false. |
boolean |
isProtected()
Always returns false. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected BaseItemDefinition()
| Method Detail |
public NodeType getDeclaringNodeType()
getDeclaringNodeType in interface ItemDefinitionpublic String getName()
getName in interface ItemDefinitionpublic boolean isAutoCreated()
false.
isAutoCreated in interface ItemDefinitionpublic boolean isMandatory()
false.
isMandatory in interface ItemDefinitionpublic int getOnParentVersion()
OnParentVersionAction.IGNORE.
getOnParentVersion in interface ItemDefinitionpublic boolean isProtected()
false.
isProtected in interface ItemDefinition
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||