Package com.microstrategy.webapi
Interface EnumDSSXMLObjectLockFlags
-
public interface EnumDSSXMLObjectLockFlags
The interfaceEnumDSSXMLObjectLockFlags
enumerates the constants describing the object lock types.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlObjectLockConstituents
Indicates to lock an object as well as its constituents (as in an entire schema lock).static int
DssXmlObjectLockPermanent
Indicates to place a permanent lock on an object that does not automatically get unlocked when a session ends.static int
DssXmlObjectLockReserved
Reserved.
-
-
-
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
-
-