Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.query.sql
Class NXQL

java.lang.Object
  extended by org.nuxeo.ecm.core.query.sql.NXQL

public class NXQL
extends Object

This defines the constants for NXQL queries.

Author:
Florent Guillaume

Field Summary
static String ECM_FULLTEXT
           
static String ECM_FULLTEXT_JOBID
           
static String ECM_ISPROXY
           
static String ECM_ISVERSION
           
static String ECM_LIFECYCLESTATE
           
static String ECM_LOCK
          Deprecated. since 5.4.2, use ECM_LOCK_OWNER instead
static String ECM_LOCK_CREATED
           
static String ECM_LOCK_OWNER
           
static String ECM_MIXINTYPE
           
static String ECM_NAME
           
static String ECM_PARENTID
           
static String ECM_PATH
           
static String ECM_POS
           
static String ECM_PREFIX
           
static String ECM_PRIMARYTYPE
           
static String ECM_UUID
           
static String ECM_VERSIONLABEL
           
static String NXQL
          The NXQL query type.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NXQL

public static final String NXQL
The NXQL query type.

See Also:
Constant Field Values

ECM_PREFIX

public static final String ECM_PREFIX
See Also:
Constant Field Values

ECM_UUID

public static final String ECM_UUID
See Also:
Constant Field Values

ECM_PATH

public static final String ECM_PATH
See Also:
Constant Field Values

ECM_NAME

public static final String ECM_NAME
See Also:
Constant Field Values

ECM_POS

public static final String ECM_POS
See Also:
Constant Field Values

ECM_PARENTID

public static final String ECM_PARENTID
See Also:
Constant Field Values

ECM_MIXINTYPE

public static final String ECM_MIXINTYPE
See Also:
Constant Field Values

ECM_PRIMARYTYPE

public static final String ECM_PRIMARYTYPE
See Also:
Constant Field Values

ECM_ISPROXY

public static final String ECM_ISPROXY
See Also:
Constant Field Values

ECM_ISVERSION

public static final String ECM_ISVERSION
See Also:
Constant Field Values

ECM_LIFECYCLESTATE

public static final String ECM_LIFECYCLESTATE
See Also:
Constant Field Values

ECM_VERSIONLABEL

public static final String ECM_VERSIONLABEL
See Also:
Constant Field Values

ECM_FULLTEXT

public static final String ECM_FULLTEXT
See Also:
Constant Field Values

ECM_FULLTEXT_JOBID

public static final String ECM_FULLTEXT_JOBID
See Also:
Constant Field Values

ECM_LOCK

@Deprecated
public static final String ECM_LOCK
Deprecated. since 5.4.2, use ECM_LOCK_OWNER instead
See Also:
Constant Field Values

ECM_LOCK_OWNER

public static final String ECM_LOCK_OWNER
Since:
5.4.2
See Also:
Constant Field Values

ECM_LOCK_CREATED

public static final String ECM_LOCK_CREATED
Since:
5.4.2
See Also:
Constant Field Values

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.