Class CreatePlatformUserQueryCmd

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

public class CreatePlatformUserQueryCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<PlatformUserQuery>, Serializable
Author:
Tijs Rademakers
See Also:
  • Constructor Details

    • CreatePlatformUserQueryCmd

      public CreatePlatformUserQueryCmd()
  • Method Details

    • execute

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