Class UpdateUserAccountCmd

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

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

  • Constructor Details

  • Method Details

    • execute

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

      protected boolean isPropertyModified(String property)