|
||||||||||
| 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. |
| org.apache.chemistry.opencmis.jcr | |
| org.apache.chemistry.opencmis.server.support.query | |
| org.apache.chemistry.opencmis.tck.impl | |
| 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<T> 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. |
| Uses of PropertyDefinition in org.apache.chemistry.opencmis.jcr |
|---|
| Methods in org.apache.chemistry.opencmis.jcr with parameters of type PropertyDefinition | |
|---|---|
static PropertyData<?> |
PropertyHelper.getDefaultValue(PropertyDefinition<?> propDef)
Determine the default property data value for a given property definition. |
| Uses of PropertyDefinition in org.apache.chemistry.opencmis.server.support.query |
|---|
| Methods in org.apache.chemistry.opencmis.server.support.query that return PropertyDefinition | |
|---|---|
PropertyDefinition<?> |
ColumnReference.getPropertyDefinition()
|
| Uses of PropertyDefinition in org.apache.chemistry.opencmis.tck.impl |
|---|
| Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type PropertyDefinition | |
|---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(PropertyDefinition<?> expected,
PropertyDefinition<?> actual,
CmisTestResult success,
CmisTestResult failure)
|
protected CmisTestResult |
AbstractSessionTest.assertEquals(PropertyDefinition<?> expected,
PropertyDefinition<?> actual,
CmisTestResult success,
CmisTestResult failure)
|
protected CmisTestResult |
AbstractSessionTest.checkPropertyDefinition(PropertyDefinition<?> propDef,
String message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||