ludc
2025-01-16 986aa62ed00bee39363bab41b4eeb8259d446efd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package com.vci.client.portal.constants;
 
public class QueryConditionConstants {
 
    public static String FORM_OID = "ctx_fromId";
    public static String TO_OID = "ctx_toId";
    public static String BTM_OID = "btmOId";
    public static String FROM_OID = "f_oid";
    public static String NAME_OID = "name_oid";
    public static String REVISION_OID = "revision_oid";
    public static String CREATOR = "creator";
    public static String USER_SECRET_LEVEL_DB = "CURRENTUSER_SECRETGRADE";
    public static String USER_SECRET_LEVEL = "CURRENTUSER.SECRETGRADE";
    public static String USER_SECRET_LEVEL_FIELD = "SECRETLEVEL";
    public static String TRAINSITIONOID = "_TRAINSITIONOID";
    public static String BO_TYPE = "type";
    public static String LO_TYPE = "linkType";
    public static String FROM_OR_TO_OID = "fromToOid";
    public static String PAGESIZE = "_PAGESIZE";
    public static String PAGENO = "_PAGENO";
    
    
    public static final int QUERY_COL_NO = 3;
}