- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Dashboard>
public class CreateNewDashboardCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<Dashboard>
-
-
Constructor Summary
Constructors
-
Method Summary
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
-
Field Details
-
-
currentUserId
protected String currentUserId
-
currentTenantId
protected String currentTenantId
-
-
Method Details
-
execute
public Dashboard execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interface org.flowable.common.engine.impl.interceptor.Command<Dashboard>