|
||||||||||
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 | |
org.apache.chemistry.opencmis.workbench |
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)
|
|
void |
QueryStatement.setProperty(int parameterIndex,
PropertyDefinition<?> propertyDefinition)
Sets the designated parameter to the query name of the given property. |
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)
|
Uses of PropertyDefinition in org.apache.chemistry.opencmis.workbench |
---|
Constructors in org.apache.chemistry.opencmis.workbench with parameters of type PropertyDefinition | |
---|---|
PropertyEditorFrame.PropertyInputPanel(PropertyDefinition<?> propDef,
Object value,
int position)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |