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 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()
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.