protected static class JcrMetaData.PseudoPropertyDefinition extends Object implements PropertyDefinition
Modifier | Constructor and Description |
---|---|
protected |
PseudoPropertyDefinition(NodeType declaringNodeType,
String name,
int requiredType,
boolean autoCreated,
boolean mandatory,
boolean isProtected,
boolean multiple,
boolean fullTextSearchable,
boolean queryOrderable) |
protected |
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 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
public Value[] getDefaultValues()
getDefaultValues
in interface PropertyDefinition
public int getRequiredType()
getRequiredType
in interface PropertyDefinition
public String[] getValueConstraints()
getValueConstraints
in interface PropertyDefinition
public boolean isFullTextSearchable()
isFullTextSearchable
in interface PropertyDefinition
public boolean isMultiple()
isMultiple
in interface PropertyDefinition
public boolean isQueryOrderable()
isQueryOrderable
in interface PropertyDefinition
public NodeType getDeclaringNodeType()
getDeclaringNodeType
in interface ItemDefinition
public String getName()
getName
in interface ItemDefinition
public int getOnParentVersion()
getOnParentVersion
in interface ItemDefinition
public boolean isAutoCreated()
isAutoCreated
in interface ItemDefinition
public boolean isMandatory()
isMandatory
in interface ItemDefinition
public boolean isProtected()
isProtected
in interface ItemDefinition
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.