Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Property<T>
CMIS Property.
|
Modifier and Type | Method and Description |
---|---|
<T> PropertyData<T> |
QueryResult.getPropertyById(String id)
Returns a property by id.
|
<T> PropertyData<T> |
QueryResult.getPropertyByQueryName(String queryName)
Returns a property by query name or alias.
|
Modifier and Type | Method and Description |
---|---|
List<PropertyData<?>> |
ObjectFactory.convertQueryProperties(Properties properties) |
List<PropertyData<?>> |
QueryResult.getProperties()
Returns a list of all properties in this query result.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PropertyBoolean |
interface |
PropertyDateTime |
interface |
PropertyDecimal |
interface |
PropertyHtml |
interface |
PropertyId |
interface |
PropertyInteger |
interface |
PropertyString |
interface |
PropertyUri |
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyData<?>> |
Properties.getProperties()
Returns a map of properties (property id => property).
|
List<PropertyData<?>> |
Properties.getPropertyList()
Returns the list of properties.
|
Modifier and Type | Method and Description |
---|---|
<T> PropertyData<T> |
BindingsObjectFactory.createPropertyData(PropertyDefinition<T> pd,
Object value) |
Modifier and Type | Method and Description |
---|---|
Properties |
BindingsObjectFactory.createPropertiesData(List<PropertyData<?>> properties) |
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.