Package org.camunda.bpm.engine.impl.cmd
Class DeleteUserCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd<java.lang.Void>
-
- org.camunda.bpm.engine.impl.cmd.DeleteUserCmd
-
- All Implemented Interfaces:
java.io.Serializable
,Command<java.lang.Void>
public class DeleteUserCmd extends AbstractWritableIdentityServiceCmd<java.lang.Void> implements Command<java.lang.Void>, java.io.Serializable
- Author:
- Tom Baeyens
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteUserCmd(java.lang.String userId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Void
executeCmd(CommandContext commandContext)
-
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd
execute
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
execute, isRetryable
-
-
-
-
Method Detail
-
executeCmd
protected java.lang.Void executeCmd(CommandContext commandContext)
- Specified by:
executeCmd
in classAbstractWritableIdentityServiceCmd<java.lang.Void>
-
-