org.apache.chemistry.opencmis.commons.data
Interface Properties

All Superinterfaces:
ExtensionsData

public interface Properties
extends ExtensionsData


Method Summary
 Map<String,PropertyData<?>> getProperties()
          Returns a map of properties (property id => property).
 List<PropertyData<?>> getPropertyList()
          Returns the list of properties.
 
Methods inherited from interface org.apache.chemistry.opencmis.commons.data.ExtensionsData
getExtensions, setExtensions
 

Method Detail

getProperties

Map<String,PropertyData<?>> getProperties()
Returns a map of properties (property id => property). Should not be used with queries because some repositories don't set property ids.


getPropertyList

List<PropertyData<?>> getPropertyList()
Returns the list of properties.



Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.