org.camunda.bpm.engine.impl.cmd
Class AbstractWritableIdentityServiceCmd<T>

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.AbstractWritableIdentityServiceCmd<T>
All Implemented Interfaces:
Serializable, Command<T>
Direct Known Subclasses:
CreateGroupCmd, CreateMembershipCmd, CreateUserCmd, DeleteGroupCmd, DeleteMembershipCmd, DeleteUserCmd, SaveGroupCmd, SaveUserCmd

public abstract class AbstractWritableIdentityServiceCmd<T>
extends Object
implements Command<T>, Serializable

Author:
Daniel Meyer
See Also:
Serialized Form

Constructor Summary
AbstractWritableIdentityServiceCmd()
           
 
Method Summary
 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
 

Constructor Detail

AbstractWritableIdentityServiceCmd

public AbstractWritableIdentityServiceCmd()
Method Detail

execute

public final T execute(CommandContext commandContext)
Specified by:
execute in interface Command<T>

executeCmd

protected abstract T executeCmd(CommandContext commandContext)


Copyright © 2015 camunda services GmbH. All rights reserved.