public interface Properties extends ExtensionsData
Modifier and Type | Method and Description |
---|---|
Map<String,PropertyData<?>> |
getProperties()
Returns a map of properties (property ID => property).
|
List<PropertyData<?>> |
getPropertyList()
Returns the list of properties.
|
getExtensions, setExtensions
Map<String,PropertyData<?>> getProperties()
This method 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).
null
List<PropertyData<?>> getPropertyList()
null
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.