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
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final graphql.schema.DataFetchingEnvironmentprotected final ServiceManager -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
environment
protected final graphql.schema.DataFetchingEnvironment environment -
serviceManager
-
-
Constructor Details
-
BaseCommand
-
-
Method Details
-
execute
-