// ============================================================================ // // 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; /** * DOC hbhong class global comment. Detailled comment <br/> * */ public interface IServerObjectOrdinal { public static final int DATA_CLUSTER = 7; public static final int DATA_MODEL = 8; public static final int MENU = 10; public static final int ROLE = 11; public static final int VIEW = 12; public static final int STORE_PROCEDURE = 13; public static final int WORKFLOW_PROCESS = 16; public static final int TRANSFORMERV2 = 17; public static final int ROUTINGRULE = 18; public static final int JOBMODEL = 19; public static final int EVENTMANAGER = 20; public static final int SERVICECONFIGURATION = 21; public static final int RESOURCE = 22; public static final int CUSTOM_FORM = 23; public static final int RECYCLE_BIN = 24; }