Interface EnumDSSXMLLockState


  • public interface EnumDSSXMLLockState
    The interface EnumDSSXMLLockState enumerates the constants describing the state of an object lock.
    Since:
    MicroStrategy Web 9.0.0
    • 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