public class ClientPropertyDefinition extends ClientItemDefinition implements PropertyDefinition
RemotePropertyDefinition
interface. This class makes a remote property definition locally available
using the JCR PropertyDef
interface.PropertyDefinition
,
RemotePropertyDefinition
Constructor and Description |
---|
ClientPropertyDefinition(RemotePropertyDefinition remote,
LocalAdapterFactory factory)
Creates a local adapter for the given remote property definition.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAvailableQueryOperators() |
Value[] |
getDefaultValues() |
int |
getRequiredType() |
String[] |
getValueConstraints() |
boolean |
isFullTextSearchable() |
boolean |
isMultiple() |
boolean |
isQueryOrderable() |
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtected
getFactory, getItem, getNode, getNodeTypeArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtected
public ClientPropertyDefinition(RemotePropertyDefinition remote, LocalAdapterFactory factory)
remote
- remote property definitionfactory
- local adapter factorypublic int getRequiredType()
getRequiredType
in interface PropertyDefinition
public String[] getValueConstraints()
getValueConstraints
in interface PropertyDefinition
public Value[] getDefaultValues()
getDefaultValues
in interface PropertyDefinition
public boolean isMultiple()
isMultiple
in interface PropertyDefinition
public String[] getAvailableQueryOperators()
getAvailableQueryOperators
in interface PropertyDefinition
public boolean isFullTextSearchable()
isFullTextSearchable
in interface PropertyDefinition
public boolean isQueryOrderable()
isQueryOrderable
in interface PropertyDefinition
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.