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;
|
}
|