Examples of ExportableStringProperty


Examples of org.jitterbit.integration.data.ExportableStringProperty

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
            new ExportableDriverProperty(this),
            new ExportableStringProperty(this, SERVER_PROPERTY,
                    LocationMessages.getString("Property.Server"), true),
            new ExportableStringProperty(this, DATABASE_PROPERTY,
                    LocationMessages.getString("DatabaseLocation.Property.Database"), true),
            new ExportableStringProperty(this, PORT_PROPERTY,
                    LocationMessages.getString("DatabaseLocation.Property.Port"), true),
            new ExportableStringProperty(this, LOGIN_PROPERTY,
                    LocationMessages.getString("Property.Login"), true),
            new ExportableStringProperty(this, PASSWORD_PROPERTY,
                    LocationMessages.getString("Property.Password"), true),
            new ExportableStringProperty(this, CONNECT_PARAMETERS_PROPERTY,
                    LocationMessages.getString("DatabaseLocation.Property.AdditionalParameters"), false),
            new ExportableStringProperty(this, CONNECT_STRING_PROPERTY,
                    LocationMessages.getString("DatabaseLocation.Property.ManualConnectionString"), false),
        };
    }
View Full Code Here

Examples of org.jitterbit.integration.data.ExportableStringProperty

    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
            new ExportableStringProperty(this, PATH,
                    LocationMessages.getString("FileShareLocation.Property.Path"), false),
            new ExportableStringProperty(this, PROPERTY_FILE_FILTER,
                    LocationMessages.getString("FileLocation.Property.File"), false),
        };
    }
View Full Code Here

Examples of org.jitterbit.integration.data.ExportableStringProperty

    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
            new ExportableStringProperty(this, PROPERTY_URL,
                            LocationMessages.getString("HttpLocation.Property.URL"), true),
            new ExportableStringProperty(this, PROPERTY_LOGIN,
                            LocationMessages.getString("Property.Login"), true),
            new ExportableStringProperty(this, PROPERTY_PASSWORD,
                            LocationMessages.getString("Property.Password"), true),
            new ExportableAdvancedProperties(this),
        };
    }
View Full Code Here

Examples of org.jitterbit.integration.data.ExportableStringProperty

    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
                        new ExportableStringProperty(this, PROVIDER_ID, LocationMessages
                                        .getString("JmsLocation.Property.Provider"), true),
                        new ExportableStringProperty(this, DESTINATION_PATH, LocationMessages
                                        .getString("JmsLocation.Property.DestinationPath"), true),
                        new ExportableStringProperty(this, CONNECTION_USER_NAME, LocationMessages
                                        .getString("JmsLocation.Property.ConnectionUser"), true),
                        new ExportableStringProperty(this, DESTINATION_PATH, LocationMessages
                                        .getString("JmsLocation.Property.ConnectionPassword"), true),
                        new ExportableStringProperty(this, MESSAGE_SELECTOR, LocationMessages
                                        .getString("JmsLocation.Property.MessageSelector"), false),
                        new ExportableJndiContextProperty(this), };
    }
View Full Code Here

Examples of org.jitterbit.integration.data.ExportableStringProperty

    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
                new ExportableStringProperty(this, PROPERTY_HOST, LocationMessages
                                .getString("FtpLocation.Property.Host"), true),
                new ExportableIntProperty(this, PROPERTY_PORT, LocationMessages
                                .getString("FtpLocation.Property.Port"), true, DEFAULT_PORT),
                new ExportableStringProperty(this, PROPERTY_HOST_PATH, LocationMessages
                                .getString("FtpLocation.Property.Path"), true),
                new ExportableStringProperty(this, PROPERTY_FILE_FILTER,
                                LocationMessages.getString("FileLocation.Property.File"), false),
                new ExportableStringProperty(this, PROPERTY_LOGIN,
                                LocationMessages.getString("Property.Login"), true),
                new ExportableStringProperty(this, PROPERTY_PASSWORD, LocationMessages
                                .getString("Property.Password"), true),
        };
    }
View Full Code Here

Examples of org.jitterbit.integration.data.ExportableStringProperty

    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
            new ExportableStringProperty(this, SERVER_PROPERTY,
                            LocationMessages.getString("Property.Server"), true),
            new ExportablePortProperty(this),
            new ExportableStringProperty(this, USER_PROPERTY,
                            LocationMessages.getString("Property.Login"), true),
            new ExportableStringProperty(this, PASSWORD_PROPERTY,
                            LocationMessages.getString("Property.Password"), true),
            new ExportableStringProperty(this, BASE_NAME_PROPERTY,
                            LocationMessages.getString("LdapLocation.Property.BaseName"), true),
            new ExportableSecurityLevelProperty(this),
        };
    }
View Full Code Here

Examples of org.jitterbit.integration.data.ExportableStringProperty

    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
            new ExportableStringProperty(this, PROPERTY_PATH,
                    LocationMessages.getString("FileShareLocation.Property.Path"), false),
            new ExportableStringProperty(this, PROPERTY_FILE_FILTER,
                            LocationMessages.getString("FileLocation.Property.File"), false),
            new ExportableStringProperty(this, PROPERTY_LOGIN,
                    LocationMessages.getString("Property.Login"), true),
            new ExportableStringProperty(this, PROPERTY_PASSWORD,
                    LocationMessages.getString("Property.Password"), true),
        };
    }
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.