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>
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) |
Map<String,Serializable> |
getMap() |
loadProperties, loadProperties
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
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()
Copyright © 2015 Nuxeo SA. All rights reserved.