Class GetPlatformGroupsForUser

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

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

    • userId

      protected String userId
  • Constructor Details

    • GetPlatformGroupsForUser

      public GetPlatformGroupsForUser(String userId)
  • Method Details

    • execute

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