Class ConfigureFeatureFlagCommand

All Implemented Interfaces:
Command

public class ConfigureFeatureFlagCommand extends MutatingCommand
Command for creating and updating FeatureFlag objects.
  • Constructor Details

    • ConfigureFeatureFlagCommand

      public ConfigureFeatureFlagCommand()
  • Method Details

    • init

      protected void init() throws Exception
      Description copied from class: MutatingCommand
      Initializes the command.

      Subclasses override this method to populate MutatingCommand.changedEntitiesMap with updated entities. The old entity is the key and the new entity is the value; the key is null for newly created entities and the value is null for deleted entities.

      Specified by:
      init in class MutatingCommand
      Throws:
      Exception