public class DataModelProperties extends Properties
Properties
object from one or more DataModel
s.
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, loadProperties
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
protected boolean onlyDirtyProperties
protected Map<String,Serializable> properties
public DataModelProperties()
public DataModelProperties(DataModel dm, boolean onlyDirtyProperties) throws PropertyException
PropertyException
public DataModelProperties(List<DataModel> dms, boolean onlyDirtyProperties) throws PropertyException
PropertyException
public DataModelProperties(DataModel dm) throws PropertyException
PropertyException
public DataModelProperties(List<DataModel> dms) throws PropertyException
PropertyException
public void addDataModel(DataModel dm) throws PropertyException
PropertyException
public Map<String,Serializable> getMap()
public int hashCode()
Copyright © 2018 Nuxeo. All rights reserved.