|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Property | |
|---|---|
| org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
| org.apache.chemistry.opencmis.client.util | |
| org.apache.chemistry.opencmis.tck.impl | |
| Uses of Property in org.apache.chemistry.opencmis.client.api |
|---|
| Methods in org.apache.chemistry.opencmis.client.api that return Property | ||
|---|---|---|
|
ObjectFactory.createProperty(PropertyDefinition<T> type,
List<T> values)
|
|
|
CmisObjectProperties.getProperty(String id)
Returns the requested property. |
|
| Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type Property | |
|---|---|
Map<String,Property<?>> |
ObjectFactory.convertProperties(ObjectType objectType,
Properties properties)
|
List<Property<?>> |
CmisObjectProperties.getProperties()
Returns a list of all available CMIS properties. |
| Uses of Property in org.apache.chemistry.opencmis.client.util |
|---|
| Methods in org.apache.chemistry.opencmis.client.util with parameters of type Property | |
|---|---|
static void |
FileUtils.printProperty(Property<?> prop)
|
static void |
FileUtils.printProperty(Property<?> prop,
PrintStream out)
|
| Uses of Property in org.apache.chemistry.opencmis.tck.impl |
|---|
| Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type Property | |
|---|---|
protected CmisTestResult |
AbstractSessionTest.assertEquals(Property<?> expected,
Property<?> actual,
CmisTestResult success,
CmisTestResult failure)
|
protected CmisTestResult |
AbstractSessionTest.assertEquals(Property<?> expected,
Property<?> actual,
CmisTestResult success,
CmisTestResult failure)
|
protected CmisTestResult |
AbstractSessionTest.checkProperty(Property<?> property,
String message,
PropertyCheckEnum propertyCheck)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||