Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.client.runtime.repository | |
org.apache.chemistry.opencmis.client.util | |
org.apache.chemistry.opencmis.tck.impl |
Modifier and Type | Method and Description |
---|---|
<T> Property<T> |
ObjectFactory.createProperty(PropertyDefinition<T> type,
List<T> values) |
<T> Property<T> |
CmisObjectProperties.getProperty(String id)
Returns a property.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Property<?>> |
ObjectFactory.convertProperties(ObjectType objectType,
Collection<SecondaryType> secondaryTypes,
Properties properties) |
List<Property<?>> |
CmisObjectProperties.getProperties()
Returns a list of all available CMIS properties.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyImpl<T>
Property Implementation.
|
Modifier and Type | Method and Description |
---|---|
<T> Property<T> |
AbstractCmisObject.getProperty(String id) |
Modifier and Type | Method and Description |
---|---|
List<Property<?>> |
AbstractCmisObject.getProperties() |
Constructor and Description |
---|
PropertyImpl(Property<T> property)
Copy constructor.
|
Modifier and Type | Method and Description |
---|---|
protected <T> Property<T> |
ObjectFactoryImpl.convertProperty(ObjectType objectType,
Collection<SecondaryType> secondaryTypes,
PropertyData<T> pd) |
<T> Property<T> |
ObjectFactoryImpl.createProperty(PropertyDefinition<T> type,
List<T> values) |
Modifier and Type | Method and Description |
---|---|
Map<String,Property<?>> |
ObjectFactoryImpl.convertProperties(ObjectType objectType,
Collection<SecondaryType> secondaryTypes,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static void |
FileUtils.printProperty(Property<?> prop) |
static void |
FileUtils.printProperty(Property<?> prop,
PrintStream out) |
Modifier and Type | Method and Description |
---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(Property<?> expected,
Property<?> actual,
CmisTestResult success,
CmisTestResult failure) |
protected CmisTestResult |
AbstractSessionTest.assertEquals(Property<?> expected,
Property<?> actual,
CmisTestResult success,
CmisTestResult failure) |
protected CmisTestResult |
AbstractSessionTest.checkProperty(Property<?> property,
String message,
PropertyCheckEnum propertyCheck) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.