|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyDefinition | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.commons.definitions | OpenCMIS type and property definition interfaces. |
Uses of PropertyDefinition in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return PropertyDefinition | |
---|---|
PropertyDefinition<T> |
Property.getDefinition()
Returns the property definition. |
Methods in org.apache.chemistry.opencmis.client.api with parameters of type PropertyDefinition | ||
---|---|---|
|
ObjectFactory.createProperty(PropertyDefinition<?> type,
T value)
|
|
|
ObjectFactory.createPropertyMultivalue(PropertyDefinition<?> type,
List<T> values)
|
Uses of PropertyDefinition in org.apache.chemistry.opencmis.commons.definitions |
---|
Subinterfaces of PropertyDefinition in org.apache.chemistry.opencmis.commons.definitions | |
---|---|
interface |
PropertyBooleanDefinition
|
interface |
PropertyDateTimeDefinition
|
interface |
PropertyDecimalDefinition
|
interface |
PropertyHtmlDefinition
|
interface |
PropertyIdDefinition
|
interface |
PropertyIntegerDefinition
|
interface |
PropertyStringDefinition
|
interface |
PropertyUriDefinition
|
Methods in org.apache.chemistry.opencmis.commons.definitions that return types with arguments of type PropertyDefinition | |
---|---|
Map<String,PropertyDefinition<?>> |
TypeDefinition.getPropertyDefinitions()
Returns the property definitions of this type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |