Get a resource from the persistent store. You should never call this method directly, instead use the following: FeatureMap params = Factory.newFeatureMap(); params.put(DataStore.DATASTORE_FEATURE_NAME, datastore); params.put(DataStore.LR_ID_FEATURE_NAME, lrID); LanguageResource lr = (L
(String lrClassName, Object lrId)
| 97 | * LanguageResource lr = (LanguageResource)Factory.createResource(lrClassName, params);</pre> |
| 98 | */ |
| 99 | LanguageResource getLr(String lrClassName, Object lrId) |
| 100 | throws PersistenceException,SecurityException; |
| 101 | |
| 102 | /** Get a list of the types of LR that are present in the data store. */ |
no outgoing calls
no test coverage detected