Project

General

Profile

« Previous | Next » 

Revision 703e8efc

Added by Cherian Mathew about 9 years ago

CdmRemoteCacheManager : added cache getter methods
CdmTransientEntityCacher, CdmEntitySession, CdmEntitySessionManager, ICdmEntitySession, ICdmEntitySessionManager, ICdmEntitySessionManagerObserver, MockCdmEntitySession, MockCdmEntitySessionManager , eu.etaxonomy.taxeditor.cdmlib/src/main/resources/cdmlib-ehcache.xml : added statistics config , getter method for live stats and observer to update when sessions are bound and disposed
eu.etaxonomy.taxeditor.store/plugin.xml, SessionsViewPart : added new sessions debug view
MatchStrategyConfigurator : moved to cdmlib
ParseHandler, AbstractMatchingPreferences, NonViralNameMatchingPreference, ReferenceMatchingPreference, TeamOrPersonMatchingPreference : refactored after removal of MatchStrategyConfigurator replaced by enum MatchStrategy

View differences:

eu.etaxonomy.taxeditor.store/plugin.xml
263 263
        id="eu.etaxonomy.taxeditor.view.derivateSearch.DerivateSearchView"
264 264
        name="%view.name.6"
265 265
        restorable="true">
266
  </view>
267
  <view
268
        allowMultiple="false"
269
        class="eu.etaxonomy.taxeditor.view.sessions.SessionsViewPart"
270
        id="eu.etaxonomy.taxeditor.view.sessions.SessionsViewPart"
271
        name="Sessions"
272
        restorable="false">
266 273
  </view>
267 274
   </extension>
268 275
   <extension
......
361 368
                  </reference>
362 369
               </visibleWhen>
363 370
            </command>
371
            <command
372
                  commandId="org.eclipse.ui.views.showView"
373
                  label="Sessions"
374
                  style="push">
375
               <parameter
376
                     name="org.eclipse.ui.views.showView.viewId"
377
                     value="eu.etaxonomy.taxeditor.view.sessions.SessionsViewPart">
378
               </parameter>
379
            </command>
364 380
         </menu>
365 381
      </menuContribution>
366 382
      <menuContribution

Also available in: Unified diff