| Package | Description | 
|---|---|
| org.apache.chemistry.opencmis.client.api | 
 The OpenCMIS Client API. 
 | 
| org.apache.chemistry.opencmis.commons.definitions | 
 OpenCMIS type and property definition interfaces. 
 | 
| org.apache.chemistry.opencmis.commons.enums | 
 OpenCMIS enums. 
 | 
| org.apache.chemistry.opencmis.server.support | |
| org.apache.chemistry.opencmis.tck.impl | 
| Modifier and Type | Method and Description | 
|---|---|
Properties | 
ObjectFactory.convertProperties(Map<String,?> properties,
                 ObjectType type,
                 Collection<SecondaryType> secondaryTypes,
                 Set<Updatability> updatabilityFilter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Updatability | 
PropertyDefinition.getUpdatability()
Returns the updatability. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
MutablePropertyDefinition.setUpdatability(Updatability updatability)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Updatability | 
Updatability.fromValue(String v)  | 
static Updatability | 
Updatability.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static Updatability[] | 
Updatability.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MutablePropertyDefinition<?> | 
TypeDefinitionFactory.createPropertyDefinition(String id,
                        String displayName,
                        String description,
                        PropertyType datatype,
                        Cardinality cardinality,
                        Updatability updateability,
                        boolean inherited,
                        boolean required,
                        boolean queryable,
                        boolean orderable)
Creates a property definition object. 
 | 
| Constructor and Description | 
|---|
AbstractSessionTest.CmisPropertyDefintion(String id,
                                         Boolean required,
                                         PropertyType propertyType,
                                         Cardinality cardinality,
                                         Updatability updatability,
                                         Boolean queryable,
                                         Boolean orderable)  | 
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.