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 Details

    • GetTableNamesCmd

      public GetTableNamesCmd()
  • Method Details

    • execute

      public Collection<String> execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<Collection<String>>