Class BaseCommand<T>

java.lang.Object
org.apache.unomi.graphql.commands.BaseCommand<T>
Direct Known Subclasses:
AddAliasToProfileCommand, AddProfileToListCommand, BaseCreateOrUpdateSegmentCommand, CreateOrUpdateListCommand, CreateOrUpdatePersonaCommand, CreateOrUpdateProfilePropertiesCommand, CreateOrUpdateSourceCommand, CreateOrUpdateTopicCommand, CreateOrUpdateViewCommand, DeleteAllPersonalDataCommand, DeleteListCommand, DeleteProfileCommand, DeleteProfilePropertiesCommand, DeleteSegmentCommand, DeleteSourceCommand, DeleteTopicCommand, DeleteViewCommand, ProcessEventsCommand, RemoveAliasFromProfileCommand, RemoveProfileFromListCommand

public abstract class BaseCommand<T> extends Object
  • Field Details

    • environment

      protected final graphql.schema.DataFetchingEnvironment environment
    • serviceManager

      protected final ServiceManager serviceManager
  • Constructor Details

  • Method Details

    • execute

      public abstract T execute()