Package com.microstrategy.webapi
Interface EnumDSSXMLObjectLockFlags
-
public interface EnumDSSXMLObjectLockFlagsThe interfaceEnumDSSXMLObjectLockFlagsenumerates the constants describing the object lock types.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlObjectLockConstituentsIndicates to lock an object as well as its constituents (as in an entire schema lock).static intDssXmlObjectLockPermanentIndicates to place a permanent lock on an object that does not automatically get unlocked when a session ends.static intDssXmlObjectLockReservedReserved.
-
-
-
Field Detail
-
DssXmlObjectLockReserved
static final int DssXmlObjectLockReserved
Reserved.- See Also:
- Constant Field Values
-
DssXmlObjectLockConstituents
static final int DssXmlObjectLockConstituents
Indicates to lock an object as well as its constituents (as in an entire schema lock).- See Also:
- Constant Field Values
-
DssXmlObjectLockPermanent
static final int DssXmlObjectLockPermanent
Indicates to place a permanent lock on an object that does not automatically get unlocked when a session ends.- See Also:
- Constant Field Values
-
-