public class CastorHashMap extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CastorHashMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
dump(int logLevel) |
Object |
evaluateProperty(ItemPath itemPath,
String propName,
String actContext,
Object locker) |
ArrayList<String> |
getAbstract() |
Object |
getBuiltInProperty(BuiltInVertexProperties prop) |
KeyValuePair[] |
getKeyValuePairs() |
boolean |
isAbstract(BuiltInVertexProperties prop) |
boolean |
isAbstract(String propName) |
void |
merge(CastorHashMap newProps)
Merging existing entries with these new ones.
|
void |
put(String key,
Object value,
boolean isAbstract) |
void |
setBuiltInProperty(BuiltInVertexProperties prop,
Object value) |
void |
setBuiltInProperty(BuiltInVertexProperties prop,
Object value,
boolean isAbstract) |
void |
setKeyValuePair(KeyValuePair keyValuePair) |
void |
setKeyValuePairs(KeyValuePair[] keyValuePairs) |
clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic KeyValuePair[] getKeyValuePairs()
public void setKeyValuePairs(KeyValuePair[] keyValuePairs)
public void clear()
public void setKeyValuePair(KeyValuePair keyValuePair)
public boolean isAbstract(BuiltInVertexProperties prop)
public boolean isAbstract(String propName)
public Object getBuiltInProperty(BuiltInVertexProperties prop)
public void setBuiltInProperty(BuiltInVertexProperties prop, Object value)
public void setBuiltInProperty(BuiltInVertexProperties prop, Object value, boolean isAbstract)
public Object evaluateProperty(ItemPath itemPath, String propName, String actContext, Object locker) throws InvalidDataException, PersistencyException, ObjectNotFoundException
public void merge(CastorHashMap newProps)
newProps - the properties to be mergedpublic void dump(int logLevel)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.