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, 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–2024 The Apache Software Foundation. All rights reserved.