Local adapter for the JCR-RMI
RemotePropertyDefinition
interface. This class makes a remote property definition locally available
using the JCR PropertyDef interface.
@Deprecated public class ClientPropertyDefinition extends ClientItemDefinition implements PropertyDefinition
PropertyDefinition,
RemotePropertyDefinition| Constructor and Description |
|---|
ClientPropertyDefinition(RemotePropertyDefinition remote,
LocalAdapterFactory factory)
Deprecated.
Creates a local adapter for the given remote property definition.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAvailableQueryOperators()
Deprecated.
|
Value[] |
getDefaultValues()
Deprecated.
|
int |
getRequiredType()
Deprecated.
|
String[] |
getValueConstraints()
Deprecated.
|
boolean |
isFullTextSearchable()
Deprecated.
|
boolean |
isMultiple()
Deprecated.
|
boolean |
isQueryOrderable()
Deprecated.
|
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–2024 The Apache Software Foundation. All rights reserved.