protected static class JcrMetaData.PseudoPropertyDefinition extends Object implements PropertyDefinition
| Modifier | Constructor and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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() |
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)
public String[] getAvailableQueryOperators()
getAvailableQueryOperators in interface PropertyDefinitionpublic Value[] getDefaultValues()
getDefaultValues in interface PropertyDefinitionpublic int getRequiredType()
getRequiredType in interface PropertyDefinitionpublic String[] getValueConstraints()
getValueConstraints in interface PropertyDefinitionpublic boolean isFullTextSearchable()
isFullTextSearchable in interface PropertyDefinitionpublic boolean isMultiple()
isMultiple in interface PropertyDefinitionpublic boolean isQueryOrderable()
isQueryOrderable in interface PropertyDefinitionpublic NodeType getDeclaringNodeType()
getDeclaringNodeType in interface ItemDefinitionpublic String getName()
getName in interface ItemDefinitionpublic int getOnParentVersion()
getOnParentVersion in interface ItemDefinitionpublic boolean isAutoCreated()
isAutoCreated in interface ItemDefinitionpublic boolean isMandatory()
isMandatory in interface ItemDefinitionpublic boolean isProtected()
isProtected in interface ItemDefinitionCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.