116117118119120121122
public ObjectStore getObjectStore(String repositoryId) { return fMapRepositoryToObjectStore.get(repositoryId); } public CmisServiceValidator getServiceValidator() { return new BaseServiceValidatorImpl(this); }
115116117118119120121