Class GetTenantsCmd

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

public class GetTenantsCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<String>>
Author:
Filip Hrisafov
  • Constructor Details

    • GetTenantsCmd

      public GetTenantsCmd()
  • Method Details

    • execute

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