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.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 |
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 |
---|---|
<T> PropertyData<T> |
BindingsObjectFactory.createPropertyData(PropertyDefinition<T> pd,
Object 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-2013 The Apache Software Foundation. All Rights Reserved.