Package com.flowable.idm.engine.impl.cmd
Class GetUserAccountDefinitionModelByIdCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.GetUserAccountDefinitionModelByIdCmd
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountDefinitionModel>
public class GetUserAccountDefinitionModelByIdCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<UserAccountDefinitionModel>
- Author:
- Filip Hrisafov
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
userAccountDefinitionId
-
Constructor Summary
Constructors Constructor Description GetUserAccountDefinitionModelByIdCmd(java.lang.String userAccountDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserAccountDefinitionModel
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
-
-
Method Detail
-
execute
public UserAccountDefinitionModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserAccountDefinitionModel>
-
-