|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyData | |
|---|---|
| org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
| org.apache.chemistry.opencmis.commons.data | OpenCMIS data interfaces. |
| org.apache.chemistry.opencmis.commons.spi | OpenCMIS client and server binding services. |
| Uses of PropertyData in org.apache.chemistry.opencmis.client.api |
|---|
| Subinterfaces of PropertyData in org.apache.chemistry.opencmis.client.api | |
|---|---|
interface |
Property<T>
CMIS Property. |
| Methods in org.apache.chemistry.opencmis.client.api that return PropertyData | ||
|---|---|---|
|
QueryResult.getPropertyById(String id)
Returns a property by id. |
|
|
QueryResult.getPropertyByQueryName(String queryName)
Returns a property by query name or alias. |
|
| Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type PropertyData | |
|---|---|
List<PropertyData<?>> |
ObjectFactory.convertQueryProperties(Properties properties)
|
List<PropertyData<?>> |
QueryResult.getProperties()
Returns a list of all properties in this query result. |
| Uses of PropertyData in org.apache.chemistry.opencmis.commons.data |
|---|
| Subinterfaces of PropertyData in org.apache.chemistry.opencmis.commons.data | |
|---|---|
interface |
PropertyBoolean
|
interface |
PropertyDateTime
|
interface |
PropertyDecimal
|
interface |
PropertyHtml
|
interface |
PropertyId
|
interface |
PropertyInteger
|
interface |
PropertyString
|
interface |
PropertyUri
|
| Methods in org.apache.chemistry.opencmis.commons.data that return types with arguments of type PropertyData | |
|---|---|
Map<String,PropertyData<?>> |
Properties.getProperties()
Returns a map of properties (property id => property). |
List<PropertyData<?>> |
Properties.getPropertyList()
Returns the list of properties. |
| Uses of PropertyData in org.apache.chemistry.opencmis.commons.spi |
|---|
| Methods in org.apache.chemistry.opencmis.commons.spi that return PropertyData | ||
|---|---|---|
|
BindingsObjectFactory.createPropertyData(PropertyDefinition<T> pd,
Object value)
|
|
| Method parameters in org.apache.chemistry.opencmis.commons.spi with type arguments of type PropertyData | |
|---|---|
Properties |
BindingsObjectFactory.createPropertiesData(List<PropertyData<?>> properties)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||