Class QueryFieldTranslationCache
java.lang.Object
com.e1c.langtool.v8.dt.bsl.translator.QueryFieldTranslationCache
- All Implemented Interfaces:
SessionCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clear all holding cachevoidclear(org.eclipse.emf.common.util.URI resourceUri) voidclear(org.eclipse.emf.ecore.resource.Resource resource) getTranslation(org.eclipse.emf.common.util.URI resourceUri, Environmental env, String fieldName) getTranslation(org.eclipse.emf.ecore.resource.Resource resource, Environmental env, String fieldName) voidput(org.eclipse.emf.common.util.URI resourceUri, Environmental env, List<Map<String, String>> fieldMaps) voidput(org.eclipse.emf.ecore.resource.Resource resource, Environmental env, List<Map<String, String>> fieldMaps) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.e1c.langtool.v8.dt.translator.SessionCache
init
-
Constructor Details
-
QueryFieldTranslationCache
public QueryFieldTranslationCache()
-
-
Method Details
-
clear
public void clear()Description copied from interface:SessionCacheClear all holding cache- Specified by:
clearin interfaceSessionCache
-
put
public void put(org.eclipse.emf.common.util.URI resourceUri, Environmental env, List<Map<String, String>> fieldMaps) -
put
public void put(org.eclipse.emf.ecore.resource.Resource resource, Environmental env, List<Map<String, String>> fieldMaps) -
getTranslation
public String getTranslation(org.eclipse.emf.common.util.URI resourceUri, Environmental env, String fieldName) -
getTranslation
public String getTranslation(org.eclipse.emf.ecore.resource.Resource resource, Environmental env, String fieldName) -
clear
public void clear(org.eclipse.emf.common.util.URI resourceUri) -
clear
public void clear(org.eclipse.emf.ecore.resource.Resource resource)
-