Class GetDeploymentResourceNamesCmd

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

public class GetDeploymentResourceNamesCmd extends Object implements org.flowable.common.engine.impl.interceptor.Command<List<String>>
Author:
Tijs Rademakers
  • Field Details

    • deploymentId

      protected String deploymentId
  • Constructor Details

    • GetDeploymentResourceNamesCmd

      public GetDeploymentResourceNamesCmd(String deploymentId)
  • 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>>