// ============================================================================ // // Copyright (C) 2006-2012 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have received a copy of the agreement // along with this program; if not, write to Talend SA // 9 rue Pages 92150 Suresnes, France // // ============================================================================ package org.talend.core.model.repository; /** * ggu class global comment. Detailled comment */ public interface IRepositoryPrefConstants { public static final String MANUALLY_REFRESH = "Repository_Manually_Refresh"; //$NON-NLS-1$ public static final String CREATING_REFRESH = "Repository_Creating_Refresh"; //$NON-NLS-1$ public static final String SAVING_REFRESH = "Repository_Saving_Refresh"; //$NON-NLS-1$ public static final String DELETING_REFRESH = "Repository_Deleting_Refresh"; //$NON-NLS-1$ public static final String MERGE_REFERENCE_PROJECT = "Merge_Reference_Project"; //$NON-NLS-1$ public static final String FILTER_BY_NODE = "filter_by_node";//$NON-NLS-1$ public static final String FILTER_BY_USER = "filter_by_user";//$NON-NLS-1$ public static final String FILTER_BY_STATUS = "filter_by_status";//$NON-NLS-1$ public static final String FILTER_BY_NAME = "filter_by_name";//$NON-NLS-1$ public static final String TAG_USER_DEFINED_PATTERNS_ENABLED = "user_Defined_Patterns_Enabled"; //$NON-NLS-1$ public static final String USER_FILTER_TABLE_ENABLED = "user_Filter_Table_Enabled"; //$NON-NLS-1$ public static final String USE_FILTER = "use_filter"; public static final String USE_PERSPECTIVE_FILTER = "use_perspective_filter"; public static final String USE_EXPORT_SAVE = "use_export_save_for_jobscript"; public static final String ALLOW_SPECIFIC_CHARACTERS_FOR_SCHEMA_COLUMNS = "allow_specific_characters_for_schema_columns"; }