Examples of TextDocumentSearchValuesCollector


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

    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());
        collectors.put(EntityType.HttpEndpoint, new HttpEndpointSearchValuesCollector());
        return new PropertySearchType(collectors);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.