| Package | Description | 
|---|---|
| org.apache.chemistry.opencmis.client.api | 
 The OpenCMIS Client API. 
 | 
| org.apache.chemistry.opencmis.client.util | |
| org.apache.chemistry.opencmis.commons.definitions | 
 OpenCMIS type and property definition interfaces. 
 | 
| org.apache.chemistry.opencmis.commons.spi | 
 OpenCMIS client and server binding services. 
 | 
| org.apache.chemistry.opencmis.server.support | |
| org.apache.chemistry.opencmis.server.support.query | |
| org.apache.chemistry.opencmis.tck.impl | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyDefinition<T> | 
Property.getDefinition()
Returns the property definition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> Property<T> | 
ObjectFactory.createProperty(PropertyDefinition<T> type,
              List<T> values)  | 
void | 
QueryStatement.setProperty(int parameterIndex,
           PropertyDefinition<?> propertyDefinition)
Sets the designated parameter to the query name of the given property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static List<TypeUtils.ValidationError> | 
TypeUtils.validatePropertyDefinition(PropertyDefinition<?> propDef)
Validates a property definition. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
MutablePropertyBooleanDefinition  | 
interface  | 
MutablePropertyDateTimeDefinition  | 
interface  | 
MutablePropertyDecimalDefinition  | 
interface  | 
MutablePropertyDefinition<T>
Mutable base property definition interface. 
 | 
interface  | 
MutablePropertyHtmlDefinition  | 
interface  | 
MutablePropertyIdDefinition  | 
interface  | 
MutablePropertyIntegerDefinition  | 
interface  | 
MutablePropertyStringDefinition  | 
interface  | 
MutablePropertyUriDefinition  | 
interface  | 
PropertyBooleanDefinition
Property definition of a boolean property. 
 | 
interface  | 
PropertyDateTimeDefinition
Property definition of a datetime property. 
 | 
interface  | 
PropertyDecimalDefinition
Property definition of a decimal property. 
 | 
interface  | 
PropertyHtmlDefinition
Property definition of a HTML property. 
 | 
interface  | 
PropertyIdDefinition
Property definition of an ID property. 
 | 
interface  | 
PropertyIntegerDefinition
Property definition of an integer property. 
 | 
interface  | 
PropertyStringDefinition
Property definition of a string property. 
 | 
interface  | 
PropertyUriDefinition
Property definition of a URI property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,PropertyDefinition<?>> | 
TypeDefinition.getPropertyDefinitions()
Returns the property definitions of this type. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MutableTypeDefinition.addPropertyDefinition(PropertyDefinition<?> propertyDefinition)
Adds or replaces a property definition. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<T> PropertyData<T> | 
BindingsObjectFactory.createPropertyData(PropertyDefinition<T> pd,
                  Object value)  | 
| Modifier and Type | Method and Description | 
|---|---|
MutablePropertyDefinition<?> | 
TypeDefinitionFactory.copy(PropertyDefinition<?> sourcePropertyDefinition)
Copies the given property definition and returns a mutable object. 
 | 
protected <T> List<Choice<T>> | 
TypeDefinitionFactory.copyChoices(PropertyDefinition<T> source)
Returns a copy of a choice tree. 
 | 
protected <T> List<T> | 
TypeDefinitionFactory.copyDefaultValue(PropertyDefinition<T> source)
Returns a copy of a default value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
PropertyDefinition<?> | 
ColumnReference.getPropertyDefinition()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected CmisTestResult | 
AbstractSessionTest.assertEquals(PropertyDefinition<?> expected,
            PropertyDefinition<?> actual,
            CmisTestResult success,
            CmisTestResult failure)  | 
protected CmisTestResult | 
AbstractSessionTest.assertEquals(PropertyDefinition<?> expected,
            PropertyDefinition<?> actual,
            CmisTestResult success,
            CmisTestResult failure)  | 
protected CmisTestResult | 
AbstractSessionTest.checkPropertyDefinition(PropertyDefinition<?> propDef,
                       String message)  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.