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