Package com.microstrategy.webapi
Interface EnumDSSXMLObjectLockCommands
-
public interface EnumDSSXMLObjectLockCommandsThe interfaceEnumDSSXMLObjectLockCommandsenumerates the constants representing object lock commands.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlLockObjectRepresents to lock an object.static intDssXmlLockReservedReserved.static intDssXmlQueryObjectLockRepresents to query the lock on an object.static intDssXmlUnlockObjectRepresents to unlock an object.
-
-
-
Field Detail
-
DssXmlLockReserved
static final int DssXmlLockReserved
Reserved.- See Also:
- Constant Field Values
-
DssXmlLockObject
static final int DssXmlLockObject
Represents to lock an object.- See Also:
- Constant Field Values
-
DssXmlUnlockObject
static final int DssXmlUnlockObject
Represents to unlock an object.- See Also:
- Constant Field Values
-
DssXmlQueryObjectLock
static final int DssXmlQueryObjectLock
Represents to query the lock on an object.- See Also:
- Constant Field Values
-
-