Package org.flowable.engine.impl.cmd
Class GetTableNameCmd
- java.lang.Object
-
- org.flowable.engine.impl.cmd.GetTableNameCmd
-
- All Implemented Interfaces:
Serializable,Command<String>
public class GetTableNameCmd extends Object implements Command<String>, Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Class<?>entityClassprotected booleanwithPrefix
-
Constructor Summary
Constructors Constructor Description GetTableNameCmd(Class<?> entityClass)GetTableNameCmd(Class<?> entityClass, boolean withPrefix)
-
-
-
Field Detail
-
entityClass
protected Class<?> entityClass
-
withPrefix
protected boolean withPrefix
-
-
Method Detail
-
execute
public String execute(CommandContext commandContext)
-
-