org.camunda.bpm.engine.impl.cmd
Class SaveAuthorizationCmd

java.lang.Object
  extended by org.camunda.bpm.engine.impl.cmd.SaveAuthorizationCmd
All Implemented Interfaces:
Command<Authorization>

public class SaveAuthorizationCmd
extends Object
implements Command<Authorization>

Author:
Daniel Meyer

Field Summary
protected  AuthorizationEntity authorization
           
 
Constructor Summary
SaveAuthorizationCmd(Authorization authorization)
           
 
Method Summary
 Authorization execute(CommandContext commandContext)
           
protected  void validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

authorization

protected AuthorizationEntity authorization
Constructor Detail

SaveAuthorizationCmd

public SaveAuthorizationCmd(Authorization authorization)
Method Detail

validate

protected void validate()

execute

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


Copyright © 2014 camunda services GmbH. All rights reserved.