Class GetTableNameCmd

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

public class GetTableNameCmd
extends java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<java.lang.String>, java.io.Serializable
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    GetTableNameCmd​(java.lang.Class<?> entityClass)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetTableNameCmd

      public GetTableNameCmd​(java.lang.Class<?> entityClass)
  • Method Details

    • execute

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