Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.runtime | |
org.apache.chemistry.opencmis.client.runtime.objecttype | |
org.apache.chemistry.opencmis.client.runtime.repository |
Modifier and Type | Method and Description |
---|---|
List<SecondaryType> |
CmisObjectProperties.getSecondaryTypes()
Returns the secondary types of this CMIS object (object types identified
by
cmis:secondaryObjectTypeIds ). |
Modifier and Type | Method and Description |
---|---|
Properties |
ObjectFactory.convertProperties(Map<String,?> properties,
ObjectType type,
Collection<SecondaryType> secondaryTypes,
Set<Updatability> updatabilityFilter) |
Map<String,Property<?>> |
ObjectFactory.convertProperties(ObjectType objectType,
Collection<SecondaryType> secondaryTypes,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
List<SecondaryType> |
AbstractCmisObject.getSecondaryTypes() |
Modifier and Type | Class and Description |
---|---|
class |
SecondaryTypeImpl |
Modifier and Type | Method and Description |
---|---|
Properties |
ObjectFactoryImpl.convertProperties(Map<String,?> properties,
ObjectType type,
Collection<SecondaryType> secondaryTypes,
Set<Updatability> updatabilityFilter) |
Map<String,Property<?>> |
ObjectFactoryImpl.convertProperties(ObjectType objectType,
Collection<SecondaryType> secondaryTypes,
Properties properties) |
protected <T> Property<T> |
ObjectFactoryImpl.convertProperty(ObjectType objectType,
Collection<SecondaryType> secondaryTypes,
PropertyData<T> pd) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.