com.crystaldecisions.sdk.occa.infostore
Interface IInfoObject.LockStatus

Enclosing interface:
IInfoObject

public static interface IInfoObject.LockStatus

Internal only. No public support


Field Summary
static int ANCESTOR_LOCKED_BY_ANOTHER_SESSION
           
static int ANCESTOR_LOCKED_BY_THIS_SESSION
           
static int LOCKED_BY_ANOTHER_SESSION
           
static int LOCKED_BY_THIS_SESSION
           
static int UNLOCKED
           
 

Field Detail

UNLOCKED

static final int UNLOCKED
See Also:
Constant Field Values

LOCKED_BY_THIS_SESSION

static final int LOCKED_BY_THIS_SESSION
See Also:
Constant Field Values

LOCKED_BY_ANOTHER_SESSION

static final int LOCKED_BY_ANOTHER_SESSION
See Also:
Constant Field Values

ANCESTOR_LOCKED_BY_THIS_SESSION

static final int ANCESTOR_LOCKED_BY_THIS_SESSION
See Also:
Constant Field Values

ANCESTOR_LOCKED_BY_ANOTHER_SESSION

static final int ANCESTOR_LOCKED_BY_ANOTHER_SESSION
See Also:
Constant Field Values