Class CreateUserAccountCmd

All Implemented Interfaces:
org.flowable.common.engine.impl.interceptor.Command<UserAccountEntity>

public class CreateUserAccountCmd extends AbstractNeedsUserAccountDefinitionCmd 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>
    • getUserAccountDefinitionId

      protected String getUserAccountDefinitionId(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)