org.apache.chemistry.opencmis.commons.data
Interface Properties
- All Superinterfaces:
- ExtensionsData
public interface Properties
- extends ExtensionsData
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, and
because when dealing with queries the proper key is usually the query
name (when using JOINs, several properties with the same id may be
returned).
getPropertyList
List<PropertyData<?>> getPropertyList()
- Returns the list of properties.
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.