Package com.microstrategy.webapi
Interface EnumDSSXMLLockQuery
-
public interface EnumDSSXMLLockQuery
The interfaceEnumDSSXMLLockQuery
enumerates the constants describing the object lock information.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlLLockQueryState
Represents the state of the lock on an object.static int
DssXmlLockQueryComment
Represents the comment about the lock on an object.static int
DssXmlLockQueryGovernor
Represents the governor of the locked object.static int
DssXmlLockQueryMachine
Represents the machine name where the locked object resides.static int
DssXmlLockQueryOwner
Represents the owner of the locked object.static int
DssXMLLockQueryReserved
Reservedstatic int
DssXmlLockQueryTime
Represents the time stamp when the lock was placed on the object.
-
-
-
Field Detail
-
DssXMLLockQueryReserved
static final int DssXMLLockQueryReserved
Reserved- See Also:
- Constant Field Values
-
DssXmlLLockQueryState
static final int DssXmlLLockQueryState
Represents the state of the lock on an object.- See Also:
- Constant Field Values
-
DssXmlLockQueryGovernor
static final int DssXmlLockQueryGovernor
Represents the governor of the locked object.- See Also:
- Constant Field Values
-
DssXmlLockQueryTime
static final int DssXmlLockQueryTime
Represents the time stamp when the lock was placed on the object.- See Also:
- Constant Field Values
-
DssXmlLockQueryOwner
static final int DssXmlLockQueryOwner
Represents the owner of the locked object.- See Also:
- Constant Field Values
-
DssXmlLockQueryComment
static final int DssXmlLockQueryComment
Represents the comment about the lock on an object.- See Also:
- Constant Field Values
-
DssXmlLockQueryMachine
static final int DssXmlLockQueryMachine
Represents the machine name where the locked object resides.- See Also:
- Constant Field Values
-
-