Package org.camunda.bpm.engine.impl.cmd
Class AbstractWritableIdentityServiceCmd<T>
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd<T>
-
- All Implemented Interfaces:
Serializable
,Command<T>
- Direct Known Subclasses:
CreateGroupCmd
,CreateMembershipCmd
,CreateTenantCmd
,CreateTenantGroupMembershipCmd
,CreateTenantUserMembershipCmd
,CreateUserCmd
,DeleteGroupCmd
,DeleteMembershipCmd
,DeleteTenantCmd
,DeleteTenantGroupMembershipCmd
,DeleteTenantUserMembershipCmd
,DeleteUserCmd
,SaveGroupCmd
,SaveTenantCmd
,SaveUserCmd
public abstract class AbstractWritableIdentityServiceCmd<T> extends Object implements Command<T>, Serializable
- Author:
- Daniel Meyer
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractWritableIdentityServiceCmd()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description T
execute(CommandContext commandContext)
protected abstract T
executeCmd(CommandContext commandContext)
-
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
isRetryable
-
-
-
-
Method Detail
-
execute
public final T execute(CommandContext commandContext)
-
executeCmd
protected abstract T executeCmd(CommandContext commandContext)
-
-