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

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

public class CreateAuthorizationCommand
extends Object
implements Command<Authorization>

Author:
Daniel Meyer

Field Summary
protected  int type
           
 
Constructor Summary
CreateAuthorizationCommand(int type)
           
 
Method Summary
 Authorization execute(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected int type
Constructor Detail

CreateAuthorizationCommand

public CreateAuthorizationCommand(int type)
Method Detail

execute

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


Copyright © 2015 camunda services GmbH. All rights reserved.