Interface EnumDSSXMLObjectLockFlags


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