Package com.flowable.app.engine.impl.cmd
Class GetTableNamesCmd
java.lang.Object
com.flowable.app.engine.impl.cmd.GetTableNamesCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Collection<String>>
public class GetTableNamesCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Collection<String>>
- Author:
- Joram Barrez
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Constructor Details
-
GetTableNamesCmd
public GetTableNamesCmd()
-
-
Method Details
-
execute
public Collection<String> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<Collection<String>>
-