| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.commons.data |
OpenCMIS data interfaces.
|
| org.apache.chemistry.opencmis.commons.definitions |
OpenCMIS type and property definition interfaces.
|
| org.apache.chemistry.opencmis.commons.spi |
OpenCMIS client and server binding services.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyDefinition<T> |
PropertyDataWithDefinition.getPropertyDefinition() |
| 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) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.