Package org.jitterbit.integration.client.ui.interchange.component.find

Examples of org.jitterbit.integration.client.ui.interchange.component.find.SourceSearchValuesCollector


        return searchTypes;
    }

    private SearchType createPropertySearchType() {
        EnumMap<EntityType, SearchValuesCollector> collectors = Maps.newEnumMap(EntityType.class);
        collectors.put(EntityType.Source, new SourceSearchValuesCollector());
        collectors.put(EntityType.Target, new TargetSearchValuesCollector());
        collectors.put(EntityType.Transformation, new TransformationSearchValuesCollector());
        collectors.put(EntityType.Document, new TextDocumentSearchValuesCollector());
        collectors.put(EntityType.EmailMessage, new EmailSearchValuesCollector());
        collectors.put(EntityType.WebServiceCall, new WebServiceCallSearchValuesCollector());
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.interchange.component.find.SourceSearchValuesCollector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.