Project

General

Profile

« Previous | Next » 

Revision 49d3c2dd

Added by Katja Luther over 1 year ago

ref #10186: remove conversation holder

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/input/AbstractBulkEditorInput.java
25 25
import org.eclipse.jface.viewers.IStructuredSelection;
26 26

  
27 27
import ca.odell.glazedlists.BasicEventList;
28
import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
29 28
import eu.etaxonomy.cdm.api.service.config.DeleteConfiguratorBase;
30 29
import eu.etaxonomy.cdm.api.service.config.IIdentifiableEntityServiceConfigurator;
31 30
import eu.etaxonomy.cdm.api.service.exception.ReferencedObjectUndeletableException;
......
81 80
	private HashMap<T, Set<T>> mergedEntities = new HashMap<>();
82 81

  
83 82
	private IEntityCreator<T> entityCreator;
84
	private final ConversationHolder conversation;
83

  
85 84

  
86 85
    private Job searchJob;
87 86

  
88 87
	public AbstractBulkEditorInput() {
89 88
	    super(true);
90
	    this.conversation = CdmStore.createConversation();
89

  
91 90
	}
92 91

  
93 92
	static public AbstractBulkEditorInput<?> NewInstance(BulkEditorInputType inputType) {
......
474 473
        return null;
475 474
    }
476 475

  
477
	public ConversationHolder getConversation() {
478
		return conversation;
479
	}
476

  
480 477

  
481 478
	public Set<T> getSaveCandidates() {
482 479
        return saveCandidates;

Also available in: Unified diff