|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Updatability | |
|---|---|
| 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.tck.impl | |
| Uses of Updatability in org.apache.chemistry.opencmis.client.api |
|---|
| Method parameters in org.apache.chemistry.opencmis.client.api with type arguments of type Updatability | |
|---|---|
Properties |
ObjectFactory.convertProperties(Map<String,?> properties,
ObjectType type,
Set<Updatability> updatabilityFilter)
|
| Uses of Updatability in org.apache.chemistry.opencmis.commons.definitions |
|---|
| Methods in org.apache.chemistry.opencmis.commons.definitions that return Updatability | |
|---|---|
Updatability |
PropertyDefinition.getUpdatability()
Returns the updatability. |
| Uses of Updatability in org.apache.chemistry.opencmis.commons.enums |
|---|
| Methods in org.apache.chemistry.opencmis.commons.enums that return Updatability | |
|---|---|
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. |
| Uses of Updatability in org.apache.chemistry.opencmis.tck.impl |
|---|
| Constructors in org.apache.chemistry.opencmis.tck.impl with parameters of type Updatability | |
|---|---|
AbstractSessionTest.CmisPropertyDefintion(String id,
Boolean required,
PropertyType propertyType,
Cardinality cardinality,
Updatability updatability,
Boolean queryable,
Boolean orderable)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||