Class CreateUserAccountCmd

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

public class CreateUserAccountCmd
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 UserAccountBuilderImpl userAccountBuilder  
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateUserAccountCmd​(UserAccountBuilderImpl userAccountBuilder)  
  • Method Summary

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

    Methods inherited from class java.lang.Object

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