com.crystaldecisions.sdk.occa.infostore
Interface IInfoObject.LockStatus
- Enclosing interface:
- IInfoObject
public static interface IInfoObject.LockStatus
Internal only. No public support
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