public class CastorHashMap extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CastorHashMap() |
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(BuiltInEdgeProperties prop)
public boolean isAbstract(String propName)
public Object getBuiltInProperty(BuiltInVertexProperties prop)
public Object getBuiltInProperty(BuiltInEdgeProperties prop)
public void setBuiltInProperty(BuiltInVertexProperties prop, Object value)
public void setBuiltInProperty(BuiltInVertexProperties prop, Object value, boolean isAbstract)
public void setBuiltInProperty(BuiltInEdgeProperties prop, Object value)
public void setBuiltInProperty(BuiltInEdgeProperties prop, Object value, boolean isAbstract)
public Object evaluateProperty(ItemPath itemPath, String propName, String actContext, TransactionKey transactionKey) throws InvalidDataException, PersistencyException, ObjectNotFoundException
public void merge(CastorHashMap newProps)
newProps - the properties to be merged@Deprecated public void dump(int logLevel)
logLevel - Copyright © 1997–2022 CRISTAL-iSE. All rights reserved.