Class DeleteViewCommand
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand<Boolean>
-
- org.apache.unomi.graphql.commands.DeleteViewCommand
-
public class DeleteViewCommand extends BaseCommand<Boolean>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteViewCommand.Builder
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand
environment, serviceManager
-
-
Constructor Summary
Constructors Constructor Description DeleteViewCommand(DeleteViewCommand.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteViewCommand.Builder
create(String viewId)
Boolean
execute()
-
-
-
Constructor Detail
-
DeleteViewCommand
public DeleteViewCommand(DeleteViewCommand.Builder builder)
-
-
Method Detail
-
execute
public Boolean execute()
- Specified by:
execute
in classBaseCommand<Boolean>
-
create
public static DeleteViewCommand.Builder create(String viewId)
-
-