Examples of LdapSourceEntityFilter


Examples of org.jitterbit.integration.data.entity.ldap.LdapSourceEntityFilter

*/
public final class LdapSourceSelectionPage extends EntitySelectionPage<Source> implements LdapLocationSelectionPage {

    public LdapSourceSelectionPage(Wizard wizard, EntityExplorerSupport support) {
        super(wizard, PackageResources.SourceSelector.TITLE, support, EntityType.Source, Source.class,
                        new LdapSourceEntityFilter());
        setMainCaption(PackageResources.SourceSelector.MAIN_CAPTION);
        setSubCaption(PackageResources.SourceSelector.SUB_CAPTION);
        setHelpId("integration.transformation.wizard.ldap");
        setSelectorLabel(PackageResources.SourceSelector.COMBO_LABEL);
        setNoSelectionErrorMessage(PackageResources.SourceSelector.NO_SELECTION);
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.