Class AllowedActions


  • public class AllowedActions
    extends java.lang.Object
    Constants that may be used in the AllowedActions field.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ACTIVATE
      Allow the activate action
      static java.lang.String CANCEL
      Allow the cancel action
      static java.lang.String DEACTIVATE
      Allow the deactivate action
      static java.lang.String EDIT
      Allow the edit action
    • Constructor Summary

      Constructors 
      Constructor Description
      AllowedActions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CANCEL

        public static final java.lang.String CANCEL
        Allow the cancel action
        See Also:
        Constant Field Values
      • ACTIVATE

        public static final java.lang.String ACTIVATE
        Allow the activate action
        See Also:
        Constant Field Values
      • DEACTIVATE

        public static final java.lang.String DEACTIVATE
        Allow the deactivate action
        See Also:
        Constant Field Values
    • Constructor Detail

      • AllowedActions

        public AllowedActions()