com.ibm.jarm.api.constants

Interface RMPreventDelete



  • public interface RMPreventDelete
    Pre-defined string of constant values for entity prevention.

    These constants represent valid values for the corresponding Marking Set that is associated with the RMPropertyName.PreventRMEntityDeletion property. This property is used to enforce hold placement.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String Default
      Indicates that no delete prevention is in effect.
      static java.lang.String PreventDelete
      Indicates that delete prevention is in effect.
    • Field Detail

      • Default

        static final java.lang.String Default
        Indicates that no delete prevention is in effect.
        See Also:
        Constant Field Values
      • PreventDelete

        static final java.lang.String PreventDelete
        Indicates that delete prevention is in effect.
        See Also:
        Constant Field Values

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.