Class GetGroupsWithPrivilegeCmd

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

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

    • name

      protected String name
  • Constructor Details

    • GetGroupsWithPrivilegeCmd

      public GetGroupsWithPrivilegeCmd(String name)
  • Method Details

    • execute

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