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, isProtectedgetFactory, getItem, getNode, getNodeTypeArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtectedpublic ClientPropertyDefinition(RemotePropertyDefinition remote, LocalAdapterFactory factory)
remote - remote property definitionfactory - local adapter factorypublic int getRequiredType()
getRequiredType in interface PropertyDefinitionpublic String[] getValueConstraints()
getValueConstraints in interface PropertyDefinitionpublic Value[] getDefaultValues()
getDefaultValues in interface PropertyDefinitionpublic boolean isMultiple()
isMultiple in interface PropertyDefinitionpublic String[] getAvailableQueryOperators()
getAvailableQueryOperators in interface PropertyDefinitionpublic boolean isFullTextSearchable()
isFullTextSearchable in interface PropertyDefinitionpublic boolean isQueryOrderable()
isQueryOrderable in interface PropertyDefinitionCopyright © 2004–2022 The Apache Software Foundation. All rights reserved.