Enum Class BulkAction

java.lang.Object
java.lang.Enum<BulkAction>
com.evolveum.midpoint.model.api.BulkAction
All Implemented Interfaces:
Serializable, Comparable<BulkAction>, Constable

public enum BulkAction extends Enum<BulkAction>
A catalogue of all bulk actions.
  • Enum Constant Details

    • ASSIGN

      public static final BulkAction ASSIGN
    • EXECUTE_SCRIPT

      public static final BulkAction EXECUTE_SCRIPT
    • EVALUATE_EXPRESSION

      public static final BulkAction EVALUATE_EXPRESSION
    • LOG

      public static final BulkAction LOG
    • MODIFY

      public static final BulkAction MODIFY
    • RECOMPUTE

      public static final BulkAction RECOMPUTE
    • ADD

      public static final BulkAction ADD
    • APPLY_DEFINITION

      public static final BulkAction APPLY_DEFINITION
    • DELETE

      public static final BulkAction DELETE
    • UNASSIGN

      public static final BulkAction UNASSIGN
    • PURGE_SCHEMA

      public static final BulkAction PURGE_SCHEMA
    • ENABLE

      public static final BulkAction ENABLE
    • DISABLE

      public static final BulkAction DISABLE
    • RESUME

      public static final BulkAction RESUME
    • GENERATE_VALUE

      public static final BulkAction GENERATE_VALUE
    • DISCOVER_CONNECTORS

      public static final BulkAction DISCOVER_CONNECTORS
    • RESOLVE

      public static final BulkAction RESOLVE
    • NOTIFY

      public static final BulkAction NOTIFY
    • REENCRYPT

      public static final BulkAction REENCRYPT
    • VALIDATE

      public static final BulkAction VALIDATE
    • TEST_RESOURCE

      public static final BulkAction TEST_RESOURCE
  • Method Details

    • values

      public static BulkAction[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BulkAction valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getName

      @NotNull public @NotNull String getName()
    • getBeanLocalName

      @Nullable public @Nullable String getBeanLocalName()
    • getBeanClass

      @Nullable public @Nullable Class<? extends AbstractActionExpressionType> getBeanClass()
    • getAuthorizationUrl

      @NotNull public @NotNull String getAuthorizationUrl()