Package com.flowable.idm.engine.impl.cmd
Class GetUserDefinitionModelByKeyCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd
-
- com.flowable.idm.engine.impl.cmd.GetUserDefinitionModelByKeyCmd
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserDefinitionModel>
public class GetUserDefinitionModelByKeyCmd extends AbstractNeedsUserDefinitionCmd implements org.flowable.common.engine.impl.interceptor.Command<UserDefinitionModel>
- Author:
- Tijs Rademakers
-
-
Constructor Summary
Constructors Constructor Description GetUserDefinitionModelByKeyCmd(java.lang.String key)
GetUserDefinitionModelByKeyCmd(java.lang.String key, java.lang.String tenantId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserDefinitionModel
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-
Methods inherited from class com.flowable.idm.engine.impl.cmd.AbstractNeedsUserDefinitionCmd
getUserDefinitionModel, resolveUserDefinition
-
-
-
-
Method Detail
-
execute
public UserDefinitionModel execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
execute
in interfaceorg.flowable.common.engine.impl.interceptor.Command<UserDefinitionModel>
-
-