Package com.microstrategy.webapi
Interface EnumDSSXMLLockState
-
public interface EnumDSSXMLLockState
The interfaceEnumDSSXMLLockState
enumerates the constants describing the state of an object lock.- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
DssXmlLockStateNotLocked
Describes that the object is not locked.static int
DssXmlLockStatePermanentConstituents
Describes that a permanent constituents lock is placed on the object.static int
DssXmlLockStatePermanentIndividual
Describes that a permanent individual lock is placed on the object.static int
DssXmlLockStateTransientConstinuents
Describes that a transient constituents lock is placed on the object.static int
DssXmlLockStateTransientIndividual
Describes that a transient individual lock is placed on the object.
-
-
-
Field Detail
-
DssXmlLockStateNotLocked
static final int DssXmlLockStateNotLocked
Describes that the object is not locked.- See Also:
- Constant Field Values
-
DssXmlLockStateTransientIndividual
static final int DssXmlLockStateTransientIndividual
Describes that a transient individual lock is placed on the object.- See Also:
- Constant Field Values
-
DssXmlLockStateTransientConstinuents
static final int DssXmlLockStateTransientConstinuents
Describes that a transient constituents lock is placed on the object.- See Also:
- Constant Field Values
-
DssXmlLockStatePermanentIndividual
static final int DssXmlLockStatePermanentIndividual
Describes that a permanent individual lock is placed on the object.- See Also:
- Constant Field Values
-
DssXmlLockStatePermanentConstituents
static final int DssXmlLockStatePermanentConstituents
Describes that a permanent constituents lock is placed on the object.- See Also:
- Constant Field Values
-
-