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 the list of all properties in this query result.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MutablePropertyBoolean |
interface |
MutablePropertyData<T>
Mutable PropertyData.
|
interface |
MutablePropertyDateTime |
interface |
MutablePropertyDecimal |
interface |
MutablePropertyHtml |
interface |
MutablePropertyId |
interface |
MutablePropertyInteger |
interface |
MutablePropertyString |
interface |
MutablePropertyUri |
interface |
PropertyBoolean
Boolean property.
|
interface |
PropertyDataWithDefinition<T>
PropertyData objects implementing this interface also may provide the
property definition.
|
interface |
PropertyDateTime
DateTime property.
|
interface |
PropertyDecimal
Decimal property.
|
interface |
PropertyHtml
HTML property.
|
interface |
PropertyId
Id property.
|
interface |
PropertyInteger
Integer property.
|
interface |
PropertyString
String property.
|
interface |
PropertyUri
URI property.
|
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 |
---|---|
void |
MutableProperties.addProperty(PropertyData<?> property)
Adds a property to the end of the property list.
|
void |
MutableProperties.replaceProperty(PropertyData<?> property)
Replaces a property.
|
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–2017 The Apache Software Foundation. All rights reserved.