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 java.lang.Object
implements org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>
Author:
Filip Hrisafov
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String accountId  
    protected UserAccountBuilderImpl userAccountBuilder  
  • Constructor Summary

    Constructors 
    Constructor Description
    UpdateUserAccountCmd​(UserAccountBuilderImpl userAccountBuilder, java.lang.String accountId)  
  • Method Summary

    Modifier and Type Method Description
    UserAccountEntity execute​(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)  
    protected boolean isPropertyModified​(java.lang.String property)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait