Class CreateAuthorizationCommand

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

public class CreateAuthorizationCommand extends Object implements Command<Authorization>
Author:
Daniel Meyer
  • Field Details

    • type

      protected int type
  • Constructor Details

    • CreateAuthorizationCommand

      public CreateAuthorizationCommand(int type)
  • Method Details