Class FindUserAccountsByIdsCmd

java.lang.Object
com.flowable.idm.engine.impl.cmd.FindUserAccountsByIdsCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<List<UserAccount>>

public class FindUserAccountsByIdsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<UserAccount>>
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

    • FindUserAccountsByIdsCmd

      public FindUserAccountsByIdsCmd(Collection<String> userAccountIds)
  • Method Details

    • execute

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