Class DeletePrivilegeMappingCmd

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

public class DeletePrivilegeMappingCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<Void>, Serializable
See Also:
  • Field Details

    • privilegeId

      protected String privilegeId
    • userId

      protected String userId
    • groupId

      protected String groupId
  • Constructor Details

    • DeletePrivilegeMappingCmd

      public DeletePrivilegeMappingCmd(String privilegeId, String userId, String groupId)
  • Method Details

    • execute

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