Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
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 | |
org.apache.chemistry.opencmis.tools.mapper |
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 | Interface and Description |
---|---|
interface |
PropertyBooleanDefinition |
interface |
PropertyDateTimeDefinition |
interface |
PropertyDecimalDefinition |
interface |
PropertyHtmlDefinition |
interface |
PropertyIdDefinition |
interface |
PropertyIntegerDefinition |
interface |
PropertyStringDefinition |
interface |
PropertyUriDefinition |
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) |
Modifier and Type | Method and Description |
---|---|
Object |
PropertyMapperTika.convertValue(String key,
PropertyDefinition<?> propDef,
String strValue) |
Object |
PropertyMapperExif.convertValue(String id,
PropertyDefinition<?> propDef,
String strValue) |
Object |
PropertyMapper.convertValue(String id,
PropertyDefinition<?> propDef,
String strValue)
Convert a value parsed from the file to the type the corresponding property expects
|
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.