// ============================================================================ // // Copyright (C) 2006-2016 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.mdm.repository.core.impl.view; public interface IViewNodeConstDef { public static final int TYPE_WEBFILTER = 2; public static final int TYPE_SEARCHFILTER = 3; public static final int TYPE_VIEW = 1; public static final String PREFIX_VIEW_UPPER = "Browse_items_";//$NON-NLS-1$ public static final String PATH_WEBFILTER = "web";//$NON-NLS-1$ public static final String PATH_SEARCHFILTER = "search";//$NON-NLS-1$ }