public class YDataSchemaCache
extends java.util.concurrent.ConcurrentHashMap<java.lang.String,org.yawlfoundation.yawl.schema.YDataSchemaCache.SchemaMap>
java.util.concurrent.ConcurrentHashMap.KeySetView<K,V>
Constructor and Description |
---|
YDataSchemaCache() |
Modifier and Type | Method and Description |
---|---|
void |
add(YSpecificationID specID) |
protected org.yawlfoundation.yawl.schema.YDataSchemaCache.SchemaMap |
assembleMap(java.lang.String schema) |
boolean |
contains(YSpecificationID specID) |
protected java.lang.String |
getKey(YSpecificationID specID) |
java.util.Map<java.lang.String,Element> |
getSchemaMap(YSpecificationID specID) |
Element |
getSchemaType(YSpecificationID specID,
java.lang.String typeName) |
java.lang.String |
getSchemaTypeAsString(YSpecificationID specID,
java.lang.String typeName) |
org.yawlfoundation.yawl.schema.YDataSchemaCache.SchemaMap |
remove(YSpecificationID specID) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, values
public void add(YSpecificationID specID)
public boolean contains(YSpecificationID specID)
public org.yawlfoundation.yawl.schema.YDataSchemaCache.SchemaMap remove(YSpecificationID specID)
public Element getSchemaType(YSpecificationID specID, java.lang.String typeName)
public java.util.Map<java.lang.String,Element> getSchemaMap(YSpecificationID specID)
public java.lang.String getSchemaTypeAsString(YSpecificationID specID, java.lang.String typeName)
protected org.yawlfoundation.yawl.schema.YDataSchemaCache.SchemaMap assembleMap(java.lang.String schema)
protected java.lang.String getKey(YSpecificationID specID)
Copyright © 2004-2014 The YAWL Foundation.