public class DataModelProperties extends Properties
Properties object from one or more DataModels.
 
 This object can then be passed to any operation accepting Properties.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
onlyDirtyProperties  | 
protected Map<String,Serializable> | 
properties  | 
IS_PROPERTY_VALUE_TRIMMED_KEY, multiLineEscape, PROPERTIES_MULTILINE_ESCAPE| Constructor and Description | 
|---|
DataModelProperties()  | 
DataModelProperties(DataModel dm)  | 
DataModelProperties(DataModel dm,
                   boolean onlyDirtyProperties)  | 
DataModelProperties(List<DataModel> dms)  | 
DataModelProperties(List<DataModel> dms,
                   boolean onlyDirtyProperties)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addDataModel(DataModel dm)  | 
boolean | 
equals(Object obj)  | 
Map<String,Serializable> | 
getMap()  | 
int | 
hashCode()  | 
String | 
toString()  | 
isPropertyValueTrimmed, loadProperties, loadPropertiesclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesprotected boolean onlyDirtyProperties
protected Map<String,Serializable> properties
public DataModelProperties()
public DataModelProperties(DataModel dm, boolean onlyDirtyProperties) throws PropertyException
PropertyExceptionpublic DataModelProperties(List<DataModel> dms, boolean onlyDirtyProperties) throws PropertyException
PropertyExceptionpublic DataModelProperties(DataModel dm) throws PropertyException
PropertyExceptionpublic DataModelProperties(List<DataModel> dms) throws PropertyException
PropertyExceptionpublic void addDataModel(DataModel dm) throws PropertyException
PropertyExceptionpublic Map<String,Serializable> getMap()
public int hashCode()
Copyright © 2019 Nuxeo. All rights reserved.