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