Project

General

Profile

« Previous | Next » 

Revision ac1f29b5

Added by Cherian Mathew almost 9 years ago

Add method to sessionOwner objects to fine tune performance using property paths

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/key/polytomous/PolytomousKeyViewPart.java
4 4
package eu.etaxonomy.taxeditor.navigation.key.polytomous;
5 5

  
6 6
import java.util.List;
7
import java.util.Map;
7 8

  
8 9
import org.eclipse.core.commands.Command;
9 10
import org.eclipse.core.commands.common.NotDefinedException;
......
321 322

  
322 323
    }
323 324

  
325
    /* (non-Javadoc)
326
     * @see eu.etaxonomy.taxeditor.session.ICdmEntitySessionEnabled#getPropertyPathsMap()
327
     */
328
    @Override
329
    public Map<Object, List<String>> getPropertyPathsMap() {
330
        // TODO Auto-generated method stub
331
        return null;
332
    }
333

  
324 334
}

Also available in: Unified diff