Class CreatePrivilegeCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.CreatePrivilegeCmd
All Implemented Interfaces:
Serializable, org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.Privilege>

public class CreatePrivilegeCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.Privilege>, Serializable
Author:
Joram Barrez
See Also:
  • Field Details

    • name

      protected String name
  • Constructor Details

    • CreatePrivilegeCmd

      public CreatePrivilegeCmd(String name)
  • Method Details

    • execute

      public org.flowable.idm.api.Privilege execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
      Specified by:
      execute in interface org.flowable.common.engine.impl.interceptor.Command<org.flowable.idm.api.Privilege>