|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jdbc.JcrMetaData.PseudoPropertyDefinition
protected static class JcrMetaData.PseudoPropertyDefinition
Constructor Summary | |
---|---|
protected |
JcrMetaData.PseudoPropertyDefinition(NodeType declaringNodeType,
String name,
int requiredType,
boolean autoCreated,
boolean mandatory,
boolean isProtected,
boolean multiple,
boolean fullTextSearchable,
boolean queryOrderable)
|
protected |
JcrMetaData.PseudoPropertyDefinition(NodeType declaringNodeType,
String name,
int requiredType,
boolean autoCreated,
boolean mandatory,
boolean isProtected,
boolean multiple,
boolean fullTextSearchable,
boolean queryOrderable,
Value[] defaultValues,
String[] constraints,
int onParentVersioning,
String[] queryOps)
|
Method Summary | |
---|---|
String[] |
getAvailableQueryOperators()
|
NodeType |
getDeclaringNodeType()
|
Value[] |
getDefaultValues()
|
String |
getName()
|
int |
getOnParentVersion()
|
int |
getRequiredType()
|
String[] |
getValueConstraints()
|
boolean |
isAutoCreated()
|
boolean |
isFullTextSearchable()
|
boolean |
isMandatory()
|
boolean |
isMultiple()
|
boolean |
isProtected()
|
boolean |
isQueryOrderable()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JcrMetaData.PseudoPropertyDefinition(NodeType declaringNodeType, String name, int requiredType, boolean autoCreated, boolean mandatory, boolean isProtected, boolean multiple, boolean fullTextSearchable, boolean queryOrderable, Value[] defaultValues, String[] constraints, int onParentVersioning, String[] queryOps)
protected JcrMetaData.PseudoPropertyDefinition(NodeType declaringNodeType, String name, int requiredType, boolean autoCreated, boolean mandatory, boolean isProtected, boolean multiple, boolean fullTextSearchable, boolean queryOrderable)
Method Detail |
---|
public String[] getAvailableQueryOperators()
getAvailableQueryOperators
in interface PropertyDefinition
PropertyDefinition.getAvailableQueryOperators()
public Value[] getDefaultValues()
getDefaultValues
in interface PropertyDefinition
PropertyDefinition.getDefaultValues()
public int getRequiredType()
getRequiredType
in interface PropertyDefinition
PropertyDefinition.getRequiredType()
public String[] getValueConstraints()
getValueConstraints
in interface PropertyDefinition
PropertyDefinition.getValueConstraints()
public boolean isFullTextSearchable()
isFullTextSearchable
in interface PropertyDefinition
PropertyDefinition.isFullTextSearchable()
public boolean isMultiple()
isMultiple
in interface PropertyDefinition
PropertyDefinition.isMultiple()
public boolean isQueryOrderable()
isQueryOrderable
in interface PropertyDefinition
PropertyDefinition.isQueryOrderable()
public NodeType getDeclaringNodeType()
getDeclaringNodeType
in interface ItemDefinition
ItemDefinition.getDeclaringNodeType()
public String getName()
getName
in interface ItemDefinition
ItemDefinition.getName()
public int getOnParentVersion()
getOnParentVersion
in interface ItemDefinition
ItemDefinition.getOnParentVersion()
public boolean isAutoCreated()
isAutoCreated
in interface ItemDefinition
ItemDefinition.isAutoCreated()
public boolean isMandatory()
isMandatory
in interface ItemDefinition
ItemDefinition.isMandatory()
public boolean isProtected()
isProtected
in interface ItemDefinition
ItemDefinition.isProtected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |