Package com.flowable.app.engine.impl.cmd
Class GetTableNamesCmd
- java.lang.Object
-
- com.flowable.app.engine.impl.cmd.GetTableNamesCmd
-
- All Implemented Interfaces:
Command<Collection<String>>
public class GetTableNamesCmd extends Object implements Command<Collection<String>>
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description GetTableNamesCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
execute(CommandContext commandContext)
-
-
-
Method Detail
-
execute
public Collection<String> execute(CommandContext commandContext)
- Specified by:
execute
in interfaceCommand<Collection<String>>
-
-