Package com.flowable.idm.engine.impl.cmd
Class GetUserAccountDefinitionModelByKeyCmd
java.lang.Object
com.flowable.idm.engine.impl.cmd.GetUserAccountDefinitionModelByKeyCmd
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountDefinitionModel>
public class GetUserAccountDefinitionModelByKeyCmd
extends Object
implements org.flowable.common.engine.impl.interceptor.Command<UserAccountDefinitionModel>
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute
(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Field Details
-
key
-
tenantId
-
-
Constructor Details
-
GetUserAccountDefinitionModelByKeyCmd
-
GetUserAccountDefinitionModelByKeyCmd
-
-
Method Details
-
execute
public UserAccountDefinitionModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) - Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountDefinitionModel>
-