Package com.flowable.idm.engine.impl.cmd
Class RemoveUserDefinitionCmd
- java.lang.Object
-
- com.flowable.idm.engine.impl.cmd.RemoveUserDefinitionCmd
-
- All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
public class RemoveUserDefinitionCmd extends java.lang.Object implements org.flowable.common.engine.impl.interceptor.Command<java.lang.Void>
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
userDefinitionId
-
Constructor Summary
Constructors Constructor Description RemoveUserDefinitionCmd(java.lang.String userDefinitionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
-