public class ClientPropertyDefinition extends ClientItemDefinition
RemotePropertyDefinition
interface. This class makes a remote property definition locally available
using the JCR PropertyDef interface.javax.jcr.nodetype.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 |
|---|---|
java.lang.String[] |
getAvailableQueryOperators() |
Value[] |
getDefaultValues() |
int |
getRequiredType() |
java.lang.String[] |
getValueConstraints() |
boolean |
isFullTextSearchable() |
boolean |
isMultiple() |
boolean |
isQueryOrderable() |
getDeclaringNodeType, getName, getOnParentVersion, isAutoCreated, isMandatory, isProtectedpublic ClientPropertyDefinition(RemotePropertyDefinition remote, LocalAdapterFactory factory)
remote - remote property definitionfactory - local adapter factorypublic int getRequiredType()
public java.lang.String[] getValueConstraints()
public Value[] getDefaultValues()
public boolean isMultiple()
public java.lang.String[] getAvailableQueryOperators()
public boolean isFullTextSearchable()
public boolean isQueryOrderable()
"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"