com.microstrategy.webapi.EnumDSSXMLLockState |
The interface EnumDSSXMLLockState
enumerates the constants
describing the state of an object lock.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlLockStateNotLocked | Describes that the object is not locked. | |||||||||
int | DssXmlLockStatePermanentConstituents | Describes that a permanent constituents lock is placed on the object. | |||||||||
int | DssXmlLockStatePermanentIndividual | Describes that a permanent individual lock is placed on the object. | |||||||||
int | DssXmlLockStateTransientConstinuents | Describes that a transient constituents lock is placed on the object. | |||||||||
int | DssXmlLockStateTransientIndividual | Describes that a transient individual lock is placed on the object. |
Describes that the object is not locked.
Describes that a permanent constituents lock is placed on the object.
Describes that a permanent individual lock is placed on the object.
Describes that a transient constituents lock is placed on the object.
Describes that a transient individual lock is placed on the object.