|
||||||||||
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. |
org.apache.chemistry.opencmis.jcr |
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 |
---|
Method parameters in org.apache.chemistry.opencmis.commons.spi with type arguments of type PropertyData | |
---|---|
Properties |
BindingsObjectFactory.createPropertiesData(List<PropertyData<?>> properties)
|
Uses of PropertyData in org.apache.chemistry.opencmis.jcr |
---|
Methods in org.apache.chemistry.opencmis.jcr that return PropertyData | |
---|---|
static PropertyData<?> |
JcrConverter.convert(javax.jcr.Property jcrProperty)
Convert a JCR Property to a CMIS PropertyData . |
static PropertyData<?> |
PropertyHelper.getDefaultValue(PropertyDefinition<?> propDef)
Determine the default property data value for a given property definition. |
Methods in org.apache.chemistry.opencmis.jcr with parameters of type PropertyData | |
---|---|
static boolean |
PropertyHelper.isPropertyEmpty(PropertyData<?> prop)
|
static void |
JcrConverter.removeProperty(javax.jcr.Node node,
PropertyData<?> propertyData)
Remove a property from a JCR node |
static void |
JcrConverter.setProperty(javax.jcr.Node node,
PropertyData<?> propertyData)
Set a property on a JCR node. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |