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 PropertyDefinitionPropertyDefinition.getAvailableQueryOperators()public Value[] getDefaultValues()
getDefaultValues in interface PropertyDefinitionPropertyDefinition.getDefaultValues()public int getRequiredType()
getRequiredType in interface PropertyDefinitionPropertyDefinition.getRequiredType()public String[] getValueConstraints()
getValueConstraints in interface PropertyDefinitionPropertyDefinition.getValueConstraints()public boolean isFullTextSearchable()
isFullTextSearchable in interface PropertyDefinitionPropertyDefinition.isFullTextSearchable()public boolean isMultiple()
isMultiple in interface PropertyDefinitionPropertyDefinition.isMultiple()public boolean isQueryOrderable()
isQueryOrderable in interface PropertyDefinitionPropertyDefinition.isQueryOrderable()public NodeType getDeclaringNodeType()
getDeclaringNodeType in interface ItemDefinitionItemDefinition.getDeclaringNodeType()public String getName()
getName in interface ItemDefinitionItemDefinition.getName()public int getOnParentVersion()
getOnParentVersion in interface ItemDefinitionItemDefinition.getOnParentVersion()public boolean isAutoCreated()
isAutoCreated in interface ItemDefinitionItemDefinition.isAutoCreated()public boolean isMandatory()
isMandatory in interface ItemDefinitionItemDefinition.isMandatory()public boolean isProtected()
isProtected in interface ItemDefinitionItemDefinition.isProtected()Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.