Class GetTableCountCmd

java.lang.Object
com.flowable.content.engine.impl.cmd.GetTableCountCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<Map<String,Long>>

public class GetTableCountCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Map<String,Long>>, Serializable
Author:
Tom Baeyens
See Also:
  • Constructor Details

    • GetTableCountCmd

      public GetTableCountCmd()
  • Method Details

    • execute

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