Package com.microstrategy.webapi
Interface EnumDSSXMLLockQuery
-
public interface EnumDSSXMLLockQueryThe interfaceEnumDSSXMLLockQueryenumerates the constants describing the object lock information.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlLLockQueryStateRepresents the state of the lock on an object.static intDssXmlLockQueryCommentRepresents the comment about the lock on an object.static intDssXmlLockQueryGovernorRepresents the governor of the locked object.static intDssXmlLockQueryMachineRepresents the machine name where the locked object resides.static intDssXmlLockQueryOwnerRepresents the owner of the locked object.static intDssXMLLockQueryReservedReservedstatic intDssXmlLockQueryTimeRepresents 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
-
-