Class SetConfigurationOwnerCmd

java.lang.Object
com.flowable.platform.engine.impl.cmd.SetConfigurationOwnerCmd
All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<Void>

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

    • configurationId

      protected String configurationId
    • userId

      protected String userId
  • Constructor Details

    • SetConfigurationOwnerCmd

      public SetConfigurationOwnerCmd(String configurationId, String userId)
  • Method Details

    • execute

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