Class 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 Detail

      • accountId

        protected final java.lang.String accountId
    • Constructor Detail

      • UpdateUserAccountCmd

        public UpdateUserAccountCmd​(UserAccountBuilderImpl userAccountBuilder,
                                    java.lang.String accountId)
    • Method Detail

      • 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​(java.lang.String property)